POST api/ResourceBooking?resourceBookingType={resourceBookingType}&isCanceledTransactionInclude={isCanceledTransactionInclude}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceBookingType | ResourceBookingType |
Required |
|
| isCanceledTransactionInclude | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourceBooking| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ResourceBookingCode | string |
None. |
|
| IsPackage | boolean |
None. |
|
| Qty | integer |
None. |
|
| CancelQty | integer |
None. |
|
| NameTour | string |
None. |
|
| PackageType | string |
None. |
|
| TourTransactionId | integer |
None. |
|
| CreatedBy | string |
String length: inclusive between 0 and 256 |
|
| CreatedDate | date |
None. |
|
| LastModifiedBy | string |
String length: inclusive between 0 and 256 |
|
| LastModifiedDate | date |
None. |
|
| TourTransaction | TourTransaction |
None. |
|
| ResourceBookingDetailColletions | Collection of ResourceBookingDetailColletion |
None. |
|
| TourTransactionGeneratedResources | Collection of TourTransactionGeneratedResource |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.