POST api/CTS/SubmitTransshipmentBooking
Request Information
URI Parameters
None.
Body Parameters
CTSSvcSubmitTransshipmentBookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Pk_ShipmentDetailID | integer |
None. |
|
| ETD | string |
None. |
|
| RTA | string |
None. |
|
| FK_PickupHubId | integer |
None. |
|
| FK_DropHubId | integer |
None. |
|
| Fk_MachineId | integer |
None. |
|
| Pk_ShipmentDispatchId | integer |
None. |
|
| FK_MilestoneHubId | integer |
None. |
|
| PK_ShipmentBookingId | integer |
None. |
|
| Challan_No | string |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| Token | string |
None. |
|
| TokenExpiredMinutes | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pk_ShipmentDetailID": 1,
"ETD": "sample string 2",
"RTA": "sample string 3",
"FK_PickupHubId": 4,
"FK_DropHubId": 5,
"Fk_MachineId": 6,
"Pk_ShipmentDispatchId": 7,
"FK_MilestoneHubId": 8,
"PK_ShipmentBookingId": 9,
"Challan_No": "sample string 10",
"CompanyId": 11,
"UserId": 12,
"Token": "sample string 13",
"TokenExpiredMinutes": 14
}
application/xml, text/xml
Sample:
<CTSSvcSubmitTransshipmentBookingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.CTS"> <Challan_No>sample string 10</Challan_No> <CompanyId>11</CompanyId> <ETD>sample string 2</ETD> <FK_DropHubId>5</FK_DropHubId> <FK_MilestoneHubId>8</FK_MilestoneHubId> <FK_PickupHubId>4</FK_PickupHubId> <Fk_MachineId>6</Fk_MachineId> <PK_ShipmentBookingId>9</PK_ShipmentBookingId> <Pk_ShipmentDetailID>1</Pk_ShipmentDetailID> <Pk_ShipmentDispatchId>7</Pk_ShipmentDispatchId> <RTA>sample string 3</RTA> <Token>sample string 13</Token> <TokenExpiredMinutes>14</TokenExpiredMinutes> <UserId>12</UserId> </CTSSvcSubmitTransshipmentBookingRequest>
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. |