POST log/insertbooking
Request Information
URI Parameters
None.
Body Parameters
InsertBookingLogRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionNo | string |
None. |
|
| logDate | string |
None. |
|
| processId | string |
None. |
|
| sectionName | string |
None. |
|
| logText | string |
None. |
|
| loggingId | string |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GenericResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | Status |
None. |
|
| timestamp | string |
None. |
|
| sessionId | string |
None. |
|
| processingTime | integer |
None. |
|
| processId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": {
"code": "sample string 1",
"message": "sample string 2",
"type": "sample string 3"
},
"timestamp": "sample string 1",
"sessionId": "sample string 2",
"processingTime": 3,
"processId": "sample string 4"
}
application/xml, text/xml
Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asterix.Common.Data.Json">
<ProcessId>sample string 4</ProcessId>
<ProcessingTime>3</ProcessingTime>
<SessionId>sample string 2</SessionId>
<Status>
<Code>sample string 1</Code>
<Message>sample string 2</Message>
<Type>sample string 3</Type>
</Status>
<Timestamp>sample string 1</Timestamp>
</GenericResponse>