POST api/CTS/GetShipmentDispatchAssignmentData
Request Information
URI Parameters
None.
Body Parameters
CTSShipmentDispatchAssigmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Pk_ShipmentBookingId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| SearchBy | string |
None. |
|
| SearchValue | string |
None. |
|
| CurrentPage | integer |
None. |
|
| RecordsPerPage | integer |
None. |
|
| Fk_PickupHubId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pk_ShipmentBookingId": 1,
"CompanyId": 2,
"UserId": 3,
"SearchBy": "sample string 4",
"SearchValue": "sample string 5",
"CurrentPage": 6,
"RecordsPerPage": 7,
"Fk_PickupHubId": 8
}
application/xml, text/xml
Sample:
<CTSShipmentDispatchAssigmentRequest 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> <Fk_PickupHubId>8</Fk_PickupHubId> <Pk_ShipmentBookingId>1</Pk_ShipmentBookingId> <RecordsPerPage>7</RecordsPerPage> <SearchBy>sample string 4</SearchBy> <SearchValue>sample string 5</SearchValue> <UserId>3</UserId> </CTSShipmentDispatchAssigmentRequest>
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. |