inventory receiverdigestsasync (http://api.3plcentral.com/rels/inventory/receiverdigestsasync)
Resource:
C# Rel Const:
Rels.InventorySvc.DigestsAsync
URI template:
receivers/digests/async{?pgsiz,pgnum,rql,sort,skulist,skucontains}
Obtain URI from:
Success status: 200
Name Data Type Description
pgsiz int must be positive; limit 500, specifying more is an error; default 100; max records to return per response; use "next" or "prev" link to paginate
pgnum int considering pgsiz, returns the pgnum-th page, 1-indexed
rql string see RQL documentation
sort string see RQL documentation
skulist string
skucontains string
Type Description
ReceiverDigestList Inventory.Models.ReceiverDigestList
TotalResults int
ResourceList IList<Inventory.Models.ReceiverDigest>
CustomerDeactivated bool
CreationDate DateTime? ... Date the receiver record was created
ArrivalDate DateTime? ... Before confirmation, this is the date the record 'should' be confirmed; after confirmation is it the confirmation date
ExpectedDate DateTime? ...
ReferenceNum string Unique for each customer
PoNum string If purchase orders are enabled, this is the PurchaseOrderNumber of the related purchase order.
ReceiptAdviceNumber string Used by the system to group receivers for purposes of giving receipt advices
Notes string
TrailerNumber string Number of the trailer, if any, on which the goods arrived
ItemInfos IEnumerable<Inventory.Models.ItemInfo>
ReceiveItemId int
ItemIdentifier Generic.Models.ItemIdentifier
Sku string
Id int
OrigQtyPrimary decimal
Available decimal
OnHold bool
ConfirmAsnSentDate DateTime? ...
DeferNotification bool true means the receiver is incomplete and notification of arrival should not yet be given
ReceiptAdviceSent bool If false, use embedded link to mark for sending.
CanComplete bool true if the receiver can be completed
CanCancel bool true if the receiver can be canceled
CanMarkForRa bool true if the receiver can be marked to send receipt advice
CanMarkSentRa bool true if the receiver can be marked receipt advice sent
ReceiverId int
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Status Common.Enum.WarehouseTransactionApiStatus
- 0: Open Has not yet been confirmed
- 1: Closed Has been confirmed
- 2: Canceled Has been canceled
CanConfirm bool true if the receiver can be confirmed
CanUnconfirm bool true if the receiver can be unconfirmed
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/inventory/receiverdigests": {
      "totalResults": 1,
      "_embedded": {
        "item": [
          {
            "customerDeactivated": true,
            "creationDate": "2016-12-25T23:00:00",
            "arrivalDate": "2016-12-25T23:00:00",
            "expectedDate": "2016-12-25T23:00:00",
            "referenceNum": "str",
            "poNum": "str",
            "receiptAdviceNumber": "str",
            "notes": "str",
            "trailerNumber": "str",
            "itemInfos": [
              {
                "receiveItemId": 1,
                "itemIdentifier": {
                  "sku": "str",
                  "id": 2
                },
                "origQtyPrimary": 2.0,
                "available": 3.0,
                "onHold": true
              }
            ],
            "confirmAsnSentDate": "2016-12-25T23:00:00",
            "deferNotification": true,
            "receiptAdviceSent": true,
            "canComplete": true,
            "canCancel": true,
            "canMarkForRa": true,
            "canMarkSentRa": true,
            "receiverId": 13,
            "customerIdentifier": {
              "externalId": "str",
              "name": "str",
              "id": 3
            },
            "facilityIdentifier": {
              "name": "str",
              "id": 2
            },
            "status": 0,
            "canConfirm": true,
            "canUnconfirm": true
          }
        ]
      }
    }
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.