POST api/CTS/GetShipmentBookingData
Request Information
URI Parameters
None.
Body Parameters
CTSShipmentBookingServiceDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentBookingId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| SearchBy | string |
None. |
|
| SearchValue | string |
None. |
|
| CurrentPage | integer |
None. |
|
| RecordsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShipmentBookingId": 1,
"CompanyId": 2,
"UserId": 3,
"SearchBy": "sample string 4",
"SearchValue": "sample string 5",
"CurrentPage": 6,
"RecordsPerPage": 7
}
application/xml, text/xml
Sample:
<CTSShipmentBookingServiceDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.CTS"> <CompanyId>2</CompanyId> <CurrentPage>6</CurrentPage> <RecordsPerPage>7</RecordsPerPage> <SearchBy>sample string 4</SearchBy> <SearchValue>sample string 5</SearchValue> <ShipmentBookingId>1</ShipmentBookingId> <UserId>3</UserId> </CTSShipmentBookingServiceDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |