PUT api/Shipments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TransloadShipmentDetailsBindingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| CustomerNumber | string |
None. |
|
| ShipperId | integer |
None. |
|
| ShipperNumber | string |
None. |
|
| LastShipDate | date |
None. |
|
| PuAppointment | date |
None. |
|
| CommodityId | integer |
None. |
|
| Weight | decimal number |
None. |
|
| Cube | decimal number |
None. |
|
| Pieces | integer |
None. |
|
| UomId | integer |
None. |
|
| BillToId | integer |
None. |
|
| BillingNumber | string |
None. |
|
| ConsigneeId | integer |
None. |
|
| ConsigneeNumber | string |
None. |
|
| AppointmentDate | date |
None. |
|
| EstimatedArrivalDate | date |
None. |
|
| ProofOfDelivery | date |
None. |
|
| ActualDelivery | date |
None. |
|
| Equipment | string |
None. |
|
| SealNumber | string |
None. |
|
| PuLocationId | integer |
None. |
|
| PuContactId | integer |
None. |
|
| DestinationId | integer |
None. |
|
| DestinationContactId | integer |
None. |
|
| NotifyPartyId | integer |
None. |
|
| EmptyPuLocationId | integer |
None. |
|
| ReleaseBookingNumber | string |
None. |
|
| EquipmentProviderId | integer |
None. |
|
| EmptyReturnLocationId | integer |
None. |
|
| CodAmount | decimal number |
None. |
|
| IsCustomerCheckAcceptable | boolean |
None. |
|
| ToBillIdId | integer |
None. |
|
| FreightChargeId | integer |
Required |
|
| CarrierCodFeeId | integer |
None. |
|
| IsDomestic | boolean |
Required |
|
| WillCall | boolean |
Required |
|
| Vendors | Collection of ShipmentVendorBindingViewModel |
None. |
|
| Charges | Collection of TransloadBillingItemViewModel |
None. |
|
| ServiceId | integer |
None. |
|
| ModeId | integer |
None. |
|
| ServiceLevelId | integer |
None. |
|
| EquipmentTypeId | integer |
None. |
|
| EquipmentSizeId | integer |
None. |
|
| StatusId | integer |
None. |
|
| StatusQuotedDate | date |
None. |
|
| StatusNewDate | date |
None. |
|
| StatusBookedDate | date |
None. |
|
| StatusDispatchedDate | date |
None. |
|
| StatusLoadingFromOurWarehouseDate | date |
None. |
|
| StatusLoadedFromOurWarehouseDate | date |
None. |
|
| StatusPickedUpDate | date |
None. |
|
| StatusInGateAtOriginHubDate | date |
None. |
|
| StatusInTransitDate | date |
None. |
|
| StatusArrivedDestinationHubDate | date |
None. |
|
| StatusDeliveredToConsigneeDate | date |
None. |
|
| StatusDeliveredDate | date |
None. |
|
| StatusEmptyDate | date |
None. |
|
| StatusClosedDate | date |
None. |
|
| StatusSentDate | date |
None. |
|
| StatusReleasedDate | date |
None. |
|
| StatusAppointedDate | date |
None. |
|
| StatusTerminatedDate | date |
None. |
|
| StatusDeliveredLive | date |
None. |
|
| StatusEmptyPickedUp | date |
None. |
|
| RequestedPickUpDate | date |
None. |
|
| StatusDeliveredDrop | date |
None. |
|
| StatusEmptyAtDelivery | date |
None. |
|
| StatusNotifyTrucker | date |
None. |
|
| StatusPlannedDate | date |
None. |
|
| StatusCheckedInDate | date |
None. |
|
| TraillerDropDate | date |
None. |
|
| PuAppointmentTo | date |
None. |
|
| AppointmentTo | date |
None. |
|
| PalletType | string |
None. |
|
| PalletLoadType | string |
None. |
|
| PalletCount | integer |
None. |
|
| TrackingReferenceNumber | string |
None. |
|
| DeviceId | integer |
None. |
|
| PuSpcReg | string |
None. |
|
| DelSpcReg | string |
None. |
|
| MustArriveByDate | date |
None. |
|
| ShipDateCheck | boolean |
None. |
|
| MustArriveByDateCheck | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"CustomerNumber": "sample string 2",
"ShipperId": 1,
"ShipperNumber": "sample string 3",
"LastShipDate": "2025-12-06T00:01:44.06789-08:00",
"PuAppointment": "2025-12-06T00:01:44.06789-08:00",
"CommodityId": 1,
"Weight": 1.0,
"Cube": 1.0,
"Pieces": 1,
"UomId": 1,
"BillToId": 1,
"BillingNumber": "sample string 4",
"ConsigneeId": 1,
"ConsigneeNumber": "sample string 5",
"AppointmentDate": "2025-12-06T00:01:44.0688893-08:00",
"EstimatedArrivalDate": "2025-12-06T00:01:44.0688893-08:00",
"ProofOfDelivery": "2025-12-06T00:01:44.0688893-08:00",
"ActualDelivery": "2025-12-06T00:01:44.0688893-08:00",
"Equipment": "sample string 6",
"SealNumber": "sample string 7",
"PuLocationId": 1,
"PuContactId": 1,
"DestinationId": 1,
"DestinationContactId": 1,
"NotifyPartyId": 1,
"EmptyPuLocationId": 1,
"ReleaseBookingNumber": "sample string 8",
"EquipmentProviderId": 1,
"EmptyReturnLocationId": 1,
"CodAmount": 1.0,
"IsCustomerCheckAcceptable": true,
"ToBillIdId": 1,
"FreightChargeId": 10,
"CarrierCodFeeId": 1,
"IsDomestic": true,
"WillCall": true,
"Vendors": [
{
"Id": 1,
"ItemVendorId": 1,
"FreightChargeId": 1,
"ContactId": 1,
"VendorTypeId": 1,
"BillToId": 1,
"Rate": 1.0,
"Description": "sample string 2",
"VendorNumber": "sample string 3",
"VendorInstructions": "sample string 4",
"DriverName": "sample string 5",
"DriverPhone": "sample string 6",
"TruckNumber": "sample string 7",
"Payables": [
{
"ChargeId": 1,
"Quantity": 2.0,
"Rate": 3.0,
"FreeTime": 1.0,
"MinCharge": 1.0,
"MaxCharge": 1.0,
"Code": "sample string 4",
"InvoiceId": 1,
"OriAddSup": 5,
"IsReadOnly": true,
"Note": "sample string 7",
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
},
{
"ChargeId": 1,
"Quantity": 2.0,
"Rate": 3.0,
"FreeTime": 1.0,
"MinCharge": 1.0,
"MaxCharge": 1.0,
"Code": "sample string 4",
"InvoiceId": 1,
"OriAddSup": 5,
"IsReadOnly": true,
"Note": "sample string 7",
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
}
]
},
{
"Id": 1,
"ItemVendorId": 1,
"FreightChargeId": 1,
"ContactId": 1,
"VendorTypeId": 1,
"BillToId": 1,
"Rate": 1.0,
"Description": "sample string 2",
"VendorNumber": "sample string 3",
"VendorInstructions": "sample string 4",
"DriverName": "sample string 5",
"DriverPhone": "sample string 6",
"TruckNumber": "sample string 7",
"Payables": [
{
"ChargeId": 1,
"Quantity": 2.0,
"Rate": 3.0,
"FreeTime": 1.0,
"MinCharge": 1.0,
"MaxCharge": 1.0,
"Code": "sample string 4",
"InvoiceId": 1,
"OriAddSup": 5,
"IsReadOnly": true,
"Note": "sample string 7",
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
},
{
"ChargeId": 1,
"Quantity": 2.0,
"Rate": 3.0,
"FreeTime": 1.0,
"MinCharge": 1.0,
"MaxCharge": 1.0,
"Code": "sample string 4",
"InvoiceId": 1,
"OriAddSup": 5,
"IsReadOnly": true,
"Note": "sample string 7",
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
}
]
}
],
"Charges": [
{
"ChargeId": 1,
"Rate": 2.0,
"Quantity": 3.0,
"OriAddSup": 4,
"InvoiceId": 1,
"IsReadOnly": true,
"Note": "sample string 6",
"FreightChargeId": 1,
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
},
{
"ChargeId": 1,
"Rate": 2.0,
"Quantity": 3.0,
"OriAddSup": 4,
"InvoiceId": 1,
"IsReadOnly": true,
"Note": "sample string 6",
"FreightChargeId": 1,
"DateStart": "2025-12-06T00:01:44.0698897-08:00",
"DateEnd": "2025-12-06T00:01:44.0698897-08:00"
}
],
"ServiceId": 1,
"ModeId": 1,
"ServiceLevelId": 1,
"EquipmentTypeId": 1,
"EquipmentSizeId": 1,
"StatusId": 1,
"StatusQuotedDate": "2025-12-06T00:01:44.0698897-08:00",
"StatusNewDate": "2025-12-06T00:01:44.0698897-08:00",
"StatusBookedDate": "2025-12-06T00:01:44.0698897-08:00",
"StatusDispatchedDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusLoadingFromOurWarehouseDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusLoadedFromOurWarehouseDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusPickedUpDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusInGateAtOriginHubDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusInTransitDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusArrivedDestinationHubDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusDeliveredToConsigneeDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusDeliveredDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusEmptyDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusClosedDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusSentDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusReleasedDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusAppointedDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusTerminatedDate": "2025-12-06T00:01:44.0709076-08:00",
"StatusDeliveredLive": "2025-12-06T00:01:44.0709076-08:00",
"StatusEmptyPickedUp": "2025-12-06T00:01:44.0719063-08:00",
"RequestedPickUpDate": "2025-12-06T00:01:44.0719063-08:00",
"StatusDeliveredDrop": "2025-12-06T00:01:44.0719063-08:00",
"StatusEmptyAtDelivery": "2025-12-06T00:01:44.0719063-08:00",
"StatusNotifyTrucker": "2025-12-06T00:01:44.0719063-08:00",
"StatusPlannedDate": "2025-12-06T00:01:44.0719063-08:00",
"StatusCheckedInDate": "2025-12-06T00:01:44.0719063-08:00",
"TraillerDropDate": "2025-12-06T00:01:44.0719063-08:00",
"PuAppointmentTo": "2025-12-06T00:01:44.0719063-08:00",
"AppointmentTo": "2025-12-06T00:01:44.0719063-08:00",
"PalletType": "sample string 13",
"PalletLoadType": "sample string 14",
"PalletCount": 1,
"TrackingReferenceNumber": "sample string 15",
"DeviceId": 1,
"PuSpcReg": "sample string 16",
"DelSpcReg": "sample string 17",
"MustArriveByDate": "2025-12-06T00:01:44.0719063-08:00",
"ShipDateCheck": true,
"MustArriveByDateCheck": true
}
application/xml, text/xml
Sample:
<TransloadShipmentDetailsBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransloadShipment">
<ActualDelivery>2025-12-06T00:01:44.0688893-08:00</ActualDelivery>
<AppointmentDate>2025-12-06T00:01:44.0688893-08:00</AppointmentDate>
<AppointmentTo>2025-12-06T00:01:44.0719063-08:00</AppointmentTo>
<BillToId>1</BillToId>
<BillingNumber>sample string 4</BillingNumber>
<CarrierCodFeeId>1</CarrierCodFeeId>
<Charges xmlns:d2p1="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransloadReceipt">
<d2p1:TransloadBillingItemViewModel>
<d2p1:ChargeId>1</d2p1:ChargeId>
<d2p1:DateEnd>2025-12-06T00:01:44.0698897-08:00</d2p1:DateEnd>
<d2p1:DateStart>2025-12-06T00:01:44.0698897-08:00</d2p1:DateStart>
<d2p1:FreightChargeId>1</d2p1:FreightChargeId>
<d2p1:InvoiceId>1</d2p1:InvoiceId>
<d2p1:IsReadOnly>true</d2p1:IsReadOnly>
<d2p1:Note>sample string 6</d2p1:Note>
<d2p1:OriAddSup>4</d2p1:OriAddSup>
<d2p1:Quantity>3</d2p1:Quantity>
<d2p1:Rate>2</d2p1:Rate>
</d2p1:TransloadBillingItemViewModel>
<d2p1:TransloadBillingItemViewModel>
<d2p1:ChargeId>1</d2p1:ChargeId>
<d2p1:DateEnd>2025-12-06T00:01:44.0698897-08:00</d2p1:DateEnd>
<d2p1:DateStart>2025-12-06T00:01:44.0698897-08:00</d2p1:DateStart>
<d2p1:FreightChargeId>1</d2p1:FreightChargeId>
<d2p1:InvoiceId>1</d2p1:InvoiceId>
<d2p1:IsReadOnly>true</d2p1:IsReadOnly>
<d2p1:Note>sample string 6</d2p1:Note>
<d2p1:OriAddSup>4</d2p1:OriAddSup>
<d2p1:Quantity>3</d2p1:Quantity>
<d2p1:Rate>2</d2p1:Rate>
</d2p1:TransloadBillingItemViewModel>
</Charges>
<CodAmount>1</CodAmount>
<CommodityId>1</CommodityId>
<ConsigneeId>1</ConsigneeId>
<ConsigneeNumber>sample string 5</ConsigneeNumber>
<Cube>1</Cube>
<CustomerId>1</CustomerId>
<CustomerNumber>sample string 2</CustomerNumber>
<DelSpcReg>sample string 17</DelSpcReg>
<DestinationContactId>1</DestinationContactId>
<DestinationId>1</DestinationId>
<DeviceId>1</DeviceId>
<EmptyPuLocationId>1</EmptyPuLocationId>
<EmptyReturnLocationId>1</EmptyReturnLocationId>
<Equipment>sample string 6</Equipment>
<EquipmentProviderId>1</EquipmentProviderId>
<EquipmentSizeId>1</EquipmentSizeId>
<EquipmentTypeId>1</EquipmentTypeId>
<EstimatedArrivalDate>2025-12-06T00:01:44.0688893-08:00</EstimatedArrivalDate>
<FreightChargeId>10</FreightChargeId>
<IsCustomerCheckAcceptable>true</IsCustomerCheckAcceptable>
<IsDomestic>true</IsDomestic>
<LastShipDate>2025-12-06T00:01:44.06789-08:00</LastShipDate>
<ModeId>1</ModeId>
<MustArriveByDate>2025-12-06T00:01:44.0719063-08:00</MustArriveByDate>
<MustArriveByDateCheck>true</MustArriveByDateCheck>
<NotifyPartyId>1</NotifyPartyId>
<PalletCount>1</PalletCount>
<PalletLoadType>sample string 14</PalletLoadType>
<PalletType>sample string 13</PalletType>
<Pieces>1</Pieces>
<ProofOfDelivery>2025-12-06T00:01:44.0688893-08:00</ProofOfDelivery>
<PuAppointment>2025-12-06T00:01:44.06789-08:00</PuAppointment>
<PuAppointmentTo>2025-12-06T00:01:44.0719063-08:00</PuAppointmentTo>
<PuContactId>1</PuContactId>
<PuLocationId>1</PuLocationId>
<PuSpcReg>sample string 16</PuSpcReg>
<ReleaseBookingNumber>sample string 8</ReleaseBookingNumber>
<RequestedPickUpDate>2025-12-06T00:01:44.0719063-08:00</RequestedPickUpDate>
<SealNumber>sample string 7</SealNumber>
<ServiceId>1</ServiceId>
<ServiceLevelId>1</ServiceLevelId>
<ShipDateCheck>true</ShipDateCheck>
<ShipperId>1</ShipperId>
<ShipperNumber>sample string 3</ShipperNumber>
<StatusAppointedDate>2025-12-06T00:01:44.0709076-08:00</StatusAppointedDate>
<StatusArrivedDestinationHubDate>2025-12-06T00:01:44.0709076-08:00</StatusArrivedDestinationHubDate>
<StatusBookedDate>2025-12-06T00:01:44.0698897-08:00</StatusBookedDate>
<StatusCheckedInDate>2025-12-06T00:01:44.0719063-08:00</StatusCheckedInDate>
<StatusClosedDate>2025-12-06T00:01:44.0709076-08:00</StatusClosedDate>
<StatusDeliveredDate>2025-12-06T00:01:44.0709076-08:00</StatusDeliveredDate>
<StatusDeliveredDrop>2025-12-06T00:01:44.0719063-08:00</StatusDeliveredDrop>
<StatusDeliveredLive>2025-12-06T00:01:44.0709076-08:00</StatusDeliveredLive>
<StatusDeliveredToConsigneeDate>2025-12-06T00:01:44.0709076-08:00</StatusDeliveredToConsigneeDate>
<StatusDispatchedDate>2025-12-06T00:01:44.0709076-08:00</StatusDispatchedDate>
<StatusEmptyAtDelivery>2025-12-06T00:01:44.0719063-08:00</StatusEmptyAtDelivery>
<StatusEmptyDate>2025-12-06T00:01:44.0709076-08:00</StatusEmptyDate>
<StatusEmptyPickedUp>2025-12-06T00:01:44.0719063-08:00</StatusEmptyPickedUp>
<StatusId>1</StatusId>
<StatusInGateAtOriginHubDate>2025-12-06T00:01:44.0709076-08:00</StatusInGateAtOriginHubDate>
<StatusInTransitDate>2025-12-06T00:01:44.0709076-08:00</StatusInTransitDate>
<StatusLoadedFromOurWarehouseDate>2025-12-06T00:01:44.0709076-08:00</StatusLoadedFromOurWarehouseDate>
<StatusLoadingFromOurWarehouseDate>2025-12-06T00:01:44.0709076-08:00</StatusLoadingFromOurWarehouseDate>
<StatusNewDate>2025-12-06T00:01:44.0698897-08:00</StatusNewDate>
<StatusNotifyTrucker>2025-12-06T00:01:44.0719063-08:00</StatusNotifyTrucker>
<StatusPickedUpDate>2025-12-06T00:01:44.0709076-08:00</StatusPickedUpDate>
<StatusPlannedDate>2025-12-06T00:01:44.0719063-08:00</StatusPlannedDate>
<StatusQuotedDate>2025-12-06T00:01:44.0698897-08:00</StatusQuotedDate>
<StatusReleasedDate>2025-12-06T00:01:44.0709076-08:00</StatusReleasedDate>
<StatusSentDate>2025-12-06T00:01:44.0709076-08:00</StatusSentDate>
<StatusTerminatedDate>2025-12-06T00:01:44.0709076-08:00</StatusTerminatedDate>
<ToBillIdId>1</ToBillIdId>
<TrackingReferenceNumber>sample string 15</TrackingReferenceNumber>
<TraillerDropDate>2025-12-06T00:01:44.0719063-08:00</TraillerDropDate>
<UomId>1</UomId>
<Vendors>
<ShipmentVendorBindingViewModel>
<BillToId>1</BillToId>
<ContactId>1</ContactId>
<Description>sample string 2</Description>
<DriverName>sample string 5</DriverName>
<DriverPhone>sample string 6</DriverPhone>
<FreightChargeId>1</FreightChargeId>
<Id>1</Id>
<ItemVendorId>1</ItemVendorId>
<Payables>
<TransloadShipmentPayableViewModel>
<ChargeId>1</ChargeId>
<Code>sample string 4</Code>
<DateEnd>2025-12-06T00:01:44.0698897-08:00</DateEnd>
<DateStart>2025-12-06T00:01:44.0698897-08:00</DateStart>
<FreeTime>1</FreeTime>
<InvoiceId>1</InvoiceId>
<IsReadOnly>true</IsReadOnly>
<MaxCharge>1</MaxCharge>
<MinCharge>1</MinCharge>
<Note>sample string 7</Note>
<OriAddSup>5</OriAddSup>
<Quantity>2</Quantity>
<Rate>3</Rate>
</TransloadShipmentPayableViewModel>
<TransloadShipmentPayableViewModel>
<ChargeId>1</ChargeId>
<Code>sample string 4</Code>
<DateEnd>2025-12-06T00:01:44.0698897-08:00</DateEnd>
<DateStart>2025-12-06T00:01:44.0698897-08:00</DateStart>
<FreeTime>1</FreeTime>
<InvoiceId>1</InvoiceId>
<IsReadOnly>true</IsReadOnly>
<MaxCharge>1</MaxCharge>
<MinCharge>1</MinCharge>
<Note>sample string 7</Note>
<OriAddSup>5</OriAddSup>
<Quantity>2</Quantity>
<Rate>3</Rate>
</TransloadShipmentPayableViewModel>
</Payables>
<Rate>1</Rate>
<TruckNumber>sample string 7</TruckNumber>
<VendorInstructions>sample string 4</VendorInstructions>
<VendorNumber>sample string 3</VendorNumber>
<VendorTypeId>1</VendorTypeId>
</ShipmentVendorBindingViewModel>
<ShipmentVendorBindingViewModel>
<BillToId>1</BillToId>
<ContactId>1</ContactId>
<Description>sample string 2</Description>
<DriverName>sample string 5</DriverName>
<DriverPhone>sample string 6</DriverPhone>
<FreightChargeId>1</FreightChargeId>
<Id>1</Id>
<ItemVendorId>1</ItemVendorId>
<Payables>
<TransloadShipmentPayableViewModel>
<ChargeId>1</ChargeId>
<Code>sample string 4</Code>
<DateEnd>2025-12-06T00:01:44.0698897-08:00</DateEnd>
<DateStart>2025-12-06T00:01:44.0698897-08:00</DateStart>
<FreeTime>1</FreeTime>
<InvoiceId>1</InvoiceId>
<IsReadOnly>true</IsReadOnly>
<MaxCharge>1</MaxCharge>
<MinCharge>1</MinCharge>
<Note>sample string 7</Note>
<OriAddSup>5</OriAddSup>
<Quantity>2</Quantity>
<Rate>3</Rate>
</TransloadShipmentPayableViewModel>
<TransloadShipmentPayableViewModel>
<ChargeId>1</ChargeId>
<Code>sample string 4</Code>
<DateEnd>2025-12-06T00:01:44.0698897-08:00</DateEnd>
<DateStart>2025-12-06T00:01:44.0698897-08:00</DateStart>
<FreeTime>1</FreeTime>
<InvoiceId>1</InvoiceId>
<IsReadOnly>true</IsReadOnly>
<MaxCharge>1</MaxCharge>
<MinCharge>1</MinCharge>
<Note>sample string 7</Note>
<OriAddSup>5</OriAddSup>
<Quantity>2</Quantity>
<Rate>3</Rate>
</TransloadShipmentPayableViewModel>
</Payables>
<Rate>1</Rate>
<TruckNumber>sample string 7</TruckNumber>
<VendorInstructions>sample string 4</VendorInstructions>
<VendorNumber>sample string 3</VendorNumber>
<VendorTypeId>1</VendorTypeId>
</ShipmentVendorBindingViewModel>
</Vendors>
<Weight>1</Weight>
<WillCall>true</WillCall>
</TransloadShipmentDetailsBindingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.