Name | Description | Type | Additional Information |
---|---|---|---|
Status |
0 = Success. 1 = An error occurred. 2 = An error occurred. 3 = Descriptive message, process was successful. |
string | |
Message |
Informational message that corresponds to the Status returned. 0 - Message will be "OK". 1 - Detailed message returned to give user an indication of what went wrong. 2 - Less Detailed message returned that may not mean anything to the user but that the application might use to take a corrective action. 3 - Not an error but something the user might need to know. |
string | |
ErrorList |
List of errors from the API |
Collection of string | |
WarningList |
List of warnings from the API |
Collection of string | |
S3FileNameGuid |
The unique identifier of the S3 file that was generated for the requested booking contract |
globally unique identifier |
Will be "null" when the status is not success. |
PreSignedUrl |
The presigned url of the file |
string |
Will be "null" when the S3FileNameGuid is not populated. |