- 1 Minute to read
- PDF
ASN Import
- 1 Minute to read
- PDF
ASN Import
This request allows users to import an ASN into an environment. The corresponding purchase order must exist in the warehouse already.
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: api.withoutwire.com
Verb
PUT
Example
PUT https://api.withoutwire.com/integration/purchaseorder/asn
Accept: application/json
Authorization: <ClientKey>
Host: api.withoutwire.com
Connection: Keep-Alive
Request Object: ASN Order Object
[
{
"WarehouseName": "", //Required - Character limit 100
"ShipmentNumber": "", //Required - Character limit 50
"ShipDate": "", //Optional
"VendorName": "", //Required - Character limit 50 - Must exist and be setup for ASN
"Details": [
{
"ItemNumber": "", //Required - Character limit 50
"QuantityShipped": "", //Required - Must be greater than 0
"UomDesc": "", //Required - Character limit 50
"PurchaseOrderNumber": "", //Required - Character limit 50 - Must exist in WoW
"ContainerNumber": "", //Optional - Must not exist in destination warehouse - Defaults to blank
"CoreItemType": "", //Optional - BASIC, SERIAL, LOT, DATE
"CoreValue": "" //Required if not BASIC
}
]
}
]
Response Object: Import Response Object