GET api/ITBUMTransactions/{bookingCode}/{fullname}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingCode | string |
Required |
|
| fullname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ITBUMTransactionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingCode | string |
Required |
|
| Status | string |
String length: inclusive between 0 and 10 |
|
| IdentityNumber | string |
Required String length: inclusive between 0 and 20 |
|
| CustomerAddress | string |
String length: inclusive between 0 and 2048 |
|
| EmailAddress | string |
Required Data type: EmailAddress |
|
| CollegeStartYear | integer |
Range: inclusive between 0 and 2147483647 |
|
| Fullname | string |
Required String length: inclusive between 0 and 255 |
|
| TelephoneNumber | string |
Required String length: inclusive between 0 and 32 |
|
| Major | string |
String length: inclusive between 0 and 50 |
|
| CreatedDate | date |
Required |
|
| BookingPrice | decimal number |
None. |
|
| CancellationReason | string |
String length: inclusive between 0 and 1024 |
|
| Hotels | Collection of ITBUMHotelItemViewModel |
None. |
|
| Transportations | Collection of ITBUMTransportationItemViewModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.