POST api/ShipmentPickUp?reqId={reqId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reqId | integer |
Required |
Body Parameters
Shipment| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentID | integer |
None. |
|
| OrderID | integer |
None. |
|
| VendorID | integer |
None. |
|
| VendorBranchID | integer |
None. |
|
| ShippingProviderID | integer |
None. |
|
| TrackingNumber | string |
None. |
|
| Pieces | decimal number |
None. |
|
| TotalWeight | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| ShippedDateUtc | date |
None. |
|
| DeliveryDateUtc | date |
None. |
|
| AdminComment | string |
None. |
|
| CreatedOnUtc | date |
None. |
|
| AwbPdf | string |
None. |
|
| AwbLabel | string |
None. |
|
| ReadyForTracking | boolean |
None. |
|
| Cancelled | boolean |
None. |
|
| CurrentStatus | string |
None. |
|
| Order | OrderHead |
None. |
|
| ShipmentItems | Collection of ShipmentItem |
None. |
|
| ShipmentStatus | Collection of ShipmentStatus |
None. |
|
| ShippingProvider | ShippingProvider |
None. |
|
| Vendor | Vendor |
None. |
|
| VendorBranch | VendorBranch |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />