POST api/{ext}/order/InsertInventory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ext | string |
None. |
Body Parameters
OrderInventoryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderGUID | string |
None. |
|
| InsertUserID | integer |
None. |
|
| ServiceGUID | string |
None. |
|
| PickupReadyDate | date |
None. |
|
| PickupReadyTime | date |
None. |
|
| PickupReadyNow | boolean |
None. |
|
| DeliveryRequestDate | date |
None. |
|
| DeliveryRequestTime | date |
None. |
|
| DeliveryRequestAsap | boolean |
None. |
|
| HoldForPickup | boolean |
None. |
|
| DeliverWhen | string |
None. |
|
| DeliveryCompanyName | string |
None. |
|
| DeliveryAddress1 | string |
None. |
|
| DeliveryAddress2 | string |
None. |
|
| DeliveryAddress3 | string |
None. |
|
| DeliveryCityName | string |
None. |
|
| DeliveryStateProvID | string |
None. |
|
| DeliveryPostalCode | string |
None. |
|
| DeliveryCountryID | string |
None. |
|
| DeliveryTimezoneID | string |
None. |
|
| DeliveryAttention | string |
None. |
|
| DeliveryPhoneNumber | string |
None. |
|
| DeliveryFaxNumber | string |
None. |
|
| DeliveryAfterHoursNumber | string |
None. |
|
| DeliveryEmailAddress | string |
None. |
|
| DeliveryInstructions | string |
None. |
|
| DeliveryAirportID | string |
None. |
|
| DeliveryDistance | integer |
None. |
|
| Reference | string |
None. |
|
| Reference2 | string |
None. |
|
| Reference3 | string |
None. |
|
| ItemMasterGUID_1 | string |
None. |
|
| ItemMasterGUID_2 | string |
None. |
|
| ItemMasterGUID_3 | string |
None. |
|
| ItemMasterGUID_4 | string |
None. |
|
| ItemMasterGUID_5 | string |
None. |
|
| SiteGUID_1 | string |
None. |
|
| SiteGUID_2 | string |
None. |
|
| SiteGUID_3 | string |
None. |
|
| SiteGUID_4 | string |
None. |
|
| SiteGUID_5 | string |
None. |
|
| Quantity_1 | integer |
None. |
|
| Quantity_2 | integer |
None. |
|
| Quantity_3 | integer |
None. |
|
| Quantity_4 | integer |
None. |
|
| Quantity_5 | integer |
None. |
|
| ItemDtlGUID_1 | string |
None. |
|
| ItemDtlGUID_2 | string |
None. |
|
| ItemDtlGUID_3 | string |
None. |
|
| ItemDtlGUID_4 | string |
None. |
|
| ItemDtlGUID_5 | string |
None. |
|
| SpecialInstructions | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderGUID": "sample string 1",
"InsertUserID": 2,
"ServiceGUID": "sample string 3",
"PickupReadyDate": "2025-11-01T00:07:02.9724539+00:00",
"PickupReadyTime": "2025-11-01T00:07:02.9724539+00:00",
"PickupReadyNow": true,
"DeliveryRequestDate": "2025-11-01T00:07:02.9724539+00:00",
"DeliveryRequestTime": "2025-11-01T00:07:02.9724539+00:00",
"DeliveryRequestAsap": true,
"HoldForPickup": true,
"DeliverWhen": "sample string 11",
"DeliveryCompanyName": "sample string 12",
"DeliveryAddress1": "sample string 13",
"DeliveryAddress2": "sample string 14",
"DeliveryAddress3": "sample string 15",
"DeliveryCityName": "sample string 16",
"DeliveryStateProvID": "sample string 17",
"DeliveryPostalCode": "sample string 18",
"DeliveryCountryID": "sample string 19",
"DeliveryTimezoneID": "sample string 20",
"DeliveryAttention": "sample string 21",
"DeliveryPhoneNumber": "sample string 22",
"DeliveryFaxNumber": "sample string 23",
"DeliveryAfterHoursNumber": "sample string 24",
"DeliveryEmailAddress": "sample string 25",
"DeliveryInstructions": "sample string 26",
"DeliveryAirportID": "sample string 27",
"DeliveryDistance": 1,
"Reference": "sample string 28",
"Reference2": "sample string 29",
"Reference3": "sample string 30",
"ItemMasterGUID_1": "sample string 31",
"ItemMasterGUID_2": "sample string 32",
"ItemMasterGUID_3": "sample string 33",
"ItemMasterGUID_4": "sample string 34",
"ItemMasterGUID_5": "sample string 35",
"SiteGUID_1": "sample string 36",
"SiteGUID_2": "sample string 37",
"SiteGUID_3": "sample string 38",
"SiteGUID_4": "sample string 39",
"SiteGUID_5": "sample string 40",
"Quantity_1": 1,
"Quantity_2": 1,
"Quantity_3": 1,
"Quantity_4": 1,
"Quantity_5": 1,
"ItemDtlGUID_1": "sample string 41",
"ItemDtlGUID_2": "sample string 42",
"ItemDtlGUID_3": "sample string 43",
"ItemDtlGUID_4": "sample string 44",
"ItemDtlGUID_5": "sample string 45",
"SpecialInstructions": "sample string 46"
}
application/xml, text/xml
Sample:
<OrderInventoryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.ShipperPortal.Models"> <DeliverWhen>sample string 11</DeliverWhen> <DeliveryAddress1>sample string 13</DeliveryAddress1> <DeliveryAddress2>sample string 14</DeliveryAddress2> <DeliveryAddress3>sample string 15</DeliveryAddress3> <DeliveryAfterHoursNumber>sample string 24</DeliveryAfterHoursNumber> <DeliveryAirportID>sample string 27</DeliveryAirportID> <DeliveryAttention>sample string 21</DeliveryAttention> <DeliveryCityName>sample string 16</DeliveryCityName> <DeliveryCompanyName>sample string 12</DeliveryCompanyName> <DeliveryCountryID>sample string 19</DeliveryCountryID> <DeliveryDistance>1</DeliveryDistance> <DeliveryEmailAddress>sample string 25</DeliveryEmailAddress> <DeliveryFaxNumber>sample string 23</DeliveryFaxNumber> <DeliveryInstructions>sample string 26</DeliveryInstructions> <DeliveryPhoneNumber>sample string 22</DeliveryPhoneNumber> <DeliveryPostalCode>sample string 18</DeliveryPostalCode> <DeliveryRequestAsap>true</DeliveryRequestAsap> <DeliveryRequestDate>2025-11-01T00:07:02.9724539+00:00</DeliveryRequestDate> <DeliveryRequestTime>2025-11-01T00:07:02.9724539+00:00</DeliveryRequestTime> <DeliveryStateProvID>sample string 17</DeliveryStateProvID> <DeliveryTimezoneID>sample string 20</DeliveryTimezoneID> <HoldForPickup>true</HoldForPickup> <InsertUserID>2</InsertUserID> <ItemDtlGUID_1>sample string 41</ItemDtlGUID_1> <ItemDtlGUID_2>sample string 42</ItemDtlGUID_2> <ItemDtlGUID_3>sample string 43</ItemDtlGUID_3> <ItemDtlGUID_4>sample string 44</ItemDtlGUID_4> <ItemDtlGUID_5>sample string 45</ItemDtlGUID_5> <ItemMasterGUID_1>sample string 31</ItemMasterGUID_1> <ItemMasterGUID_2>sample string 32</ItemMasterGUID_2> <ItemMasterGUID_3>sample string 33</ItemMasterGUID_3> <ItemMasterGUID_4>sample string 34</ItemMasterGUID_4> <ItemMasterGUID_5>sample string 35</ItemMasterGUID_5> <OrderGUID>sample string 1</OrderGUID> <PickupReadyDate>2025-11-01T00:07:02.9724539+00:00</PickupReadyDate> <PickupReadyNow>true</PickupReadyNow> <PickupReadyTime>2025-11-01T00:07:02.9724539+00:00</PickupReadyTime> <Quantity_1>1</Quantity_1> <Quantity_2>1</Quantity_2> <Quantity_3>1</Quantity_3> <Quantity_4>1</Quantity_4> <Quantity_5>1</Quantity_5> <Reference>sample string 28</Reference> <Reference2>sample string 29</Reference2> <Reference3>sample string 30</Reference3> <ServiceGUID>sample string 3</ServiceGUID> <SiteGUID_1>sample string 36</SiteGUID_1> <SiteGUID_2>sample string 37</SiteGUID_2> <SiteGUID_3>sample string 38</SiteGUID_3> <SiteGUID_4>sample string 39</SiteGUID_4> <SiteGUID_5>sample string 40</SiteGUID_5> <SpecialInstructions>sample string 46</SpecialInstructions> </OrderInventoryParm>
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.