Manage Receipt Deliveries
Use the Receipt Deliveries REST resource to create, retrieve, update, deliver, and cancel receipt deliveries.
You can use the REST API for the following tasks:
- Create ad hoc deliveries.
- Find and view deliveries.
- Add deliveries to a cart or remove them from a cart.
- Complete one or multiple deliveries.
- Cancel one or multiple deliveries.
Let's discuss these scenarios:
- Create one ad hoc delivery.
- Retrieve one delivery using delivery ID.
- Retrieve one delivery using delivery number.
- Retrieve all open and pending deliveries requested by a particular employee.
- Retrieve all open deliveries to be received at a given HR location.
- Retrieve all deliveries for a purchase order.
- Update one open delivery to assign a delivery cart.
- Update one pending delivery to unassign a delivery cart.
- Update one delivery to delivered status.
- Update multiple deliveries to delivered status.
- Cancel one delivery.
- Cancel multiple deliveries.
Create One Ad Hoc Delivery
In this scenario, an inventory manager creates an ad hoc delivery by entering the organization code, ad hoc location name, ad hoc receiver name, comments, item description, quantity, unit of measure, and so on in the request payload.
Example URL
Use this resource URL format:
POST
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d "https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries"
Example Request
Here’s an example of the request body in JSON format:
{
"AdhocDeliveryOrganizationCode": "M1",
"AdhocLocationName": "Room 502, Left Wing, Floor 8, Block B",
"AdhocReceiverName": "Sam Adams",
"Attachments": [],
"Comments": "If patient not available, leave at nurse's station",
"DeliveryCartId": null,
"ItemDescription": "Get Well Soon Package",
"Quantity": 1,
"AdhocDeliveryUOMName": "Box"
}
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": "1",
"DeliveryCartId": null,
"DeliveryCartName": null,
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "1",
"AdhocDeliveryIndicator": "Y",
"DeliveryStatusCode": "OPEN",
"DeliveryStatus": null,
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Get Well Soon Package",
"ShipmentHeaderId": null,
"ShipmentLineId": null,
"ReceiptNumber": null,
"SourceDocumentCode": null,
"DocumentNumber": null,
"DocumentLineNumber": null,
"DocumentScheduleNumber": null,
"RequisitionNumber": null,
"DestinationTypeCode": null,
"PODistributionId": null,
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "BOX",
"UnitOfMeasure": "BOX",
"DeliverToLocationId": null,
"DeliverToLocation": null,
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": null,
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": null,
"DeliverToPersonName": null,
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": "Room 502, Left Wing, Floor 8, Block B",
"AdhocReceiverName": "Sam Adams",
"NonEmployeeReceivedByName": null,
"Comments": "If patient not available, leave at nurse's station",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": false,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-09T18:41:14+00:00",
"LastUpdateDate": "2026-02-09T18:41:14.165+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS"
}
Retrieve One Delivery Using Delivery ID
In this scenario, the inventory manager searches for a delivery using the delivery ID.
Example URL
Use this resource URL format:
GET
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries/30002
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": "30002",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "30002",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663907",
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3166474",
"ShipmentLineId": "3249403",
"ReceiptNumber": "886",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597711",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "PARSUB",
"ParentTransactionId": "3367556",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T15:08:48+05:30",
"LastUpdateDate": "2026-02-05T15:08:48+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
Retrieve One Delivery Using Delivery Number
In this scenario, the inventory manager searches for a delivery using delivery number.
Example URL
Use this resource URL format:
GET
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries?q=ToOrganizationId=300100584896464 AND DeliveryNumber = 30003
OR
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries?q=OrganizationCode=M1 AND DeliveryNumber = 30003
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": "30003",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "30003",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663913",
"ItemNumber": "INV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3166474",
"ShipmentLineId": "3249404",
"ReceiptNumber": "886",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "2",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597712",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "DELTRK",
"ParentTransactionId": "3367557",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "DELTRK",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T15:08:48+05:30",
"LastUpdateDate": "2026-02-05T15:08:48+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
Retrieve All Open and Pending Deliveries Requested by a Particular Employee
In this scenario, the inventory manager searches for all open and pending deliveries requested by a particular employee.
Example URL
Use this resource URL format:
GET
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries?q=ToOrganizationId=300100584896464 AND DeliverToPersonName= 'Rosalinda Fillion' AND DeliveryStatusCode IN ('OPEN', 'PENDING')
Example Response
Here's an example of the response body in JSON format:
{
"items": [
{
"ReceiptDeliveryId": "27592",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27592",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663907",
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3165663",
"ShipmentLineId": "3246964",
"ReceiptNumber": "205",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597711",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "PARSUB",
"ParentTransactionId": "3365117",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:37+05:30",
"LastUpdateDate": "2026-02-05T13:39:37+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"ReceiptDeliveryId": "27593",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27593",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663913",
"ItemNumber": "INV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3165663",
"ShipmentLineId": "3246965",
"ReceiptNumber": "205",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "2",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597712",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "DELTRK",
"ParentTransactionId": "3365118",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "DELTRK",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:37+05:30",
"LastUpdateDate": "2026-02-05T13:39:37+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"ReceiptDeliveryId": "27594",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27594",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Expense Item Delivery",
"ShipmentHeaderId": "3165663",
"ShipmentLineId": "3246966",
"ReceiptNumber": "205",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": "597713",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": "3365119",
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:37+05:30",
"LastUpdateDate": "2026-02-05T13:39:37+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
}
Retrieve All Open Deliveries to Be Received at an Internal Location
In this scenario, the inventory manager searches for all deliveries to be received at an internal location.
Example URL
Use this resource URL format:
GET
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries?q=ToOrganizationId=300100584896464 AND DeliverToLocation= 'M1-LOC' AND DeliveryStatusCode = 'OPEN'
Example Response
Here's an example of the response body in JSON format:
{
"items": [
{
"ReceiptDeliveryId": "27678",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27678",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "OPEN",
"DeliveryStatus": "Open",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Expense Item Delivery",
"ShipmentHeaderId": "3165691",
"ShipmentLineId": "3247050",
"ReceiptNumber": "233",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": "597713",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": "3365203",
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:58+05:30",
"LastUpdateDate": "2026-02-05T13:39:58+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"ReceiptDeliveryId": "27682",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27682",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "OPEN",
"DeliveryStatus": "Open",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663907",
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3165693",
"ShipmentLineId": "3247054",
"ReceiptNumber": "235",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597711",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "PARSUB",
"ParentTransactionId": "3365207",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:58+05:30",
"LastUpdateDate": "2026-02-05T13:39:58+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
]
}
Retrieve All Deliveries for a Purchase Order
In this scenario, the inventory manager searches for all deliveries for a purchase order.
Example URL
Use this resource URL format:
GET
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries?q=ToOrganizationId=300100584896464 AND SourceDocumentCode= 'PO' AND DocumentNumber='1005332'
Example Response
Here's an example of the response body in JSON format:
{
"items": [
{
"ReceiptDeliveryId": "27678",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27678",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Expense Item Delivery",
"ShipmentHeaderId": "3165691",
"ShipmentLineId": "3247050",
"ReceiptNumber": "233",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": "597713",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": "3365203",
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:58+05:30",
"LastUpdateDate": "2026-02-05T13:39:58+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"ReceiptDeliveryId": "27682",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "27682",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELLED",
"DeliveryStatus": "Canceled",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": "663907",
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": "3165693",
"ShipmentLineId": "3247054",
"ReceiptNumber": "235",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005333",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": "597711",
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": "300100585417292",
"Subinventory": "PARSUB",
"ParentTransactionId": "3365207",
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Canceled since requester picked up themselves",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-05T13:39:58+05:30",
"LastUpdateDate": "2026-02-05T13:39:58+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"ReceiptDeliveryId": "16003",
"DeliveryCartId": "300100646030602",
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "16003",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "One time for expense delivery testing",
"ShipmentHeaderId": "3158474",
"ShipmentLineId": "3239405",
"ReceiptNumber": "8",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005332",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": "300100646079605",
"TransferOrderDistributionId": null,
"Quantity": "3",
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": "300100585417292",
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": "3357559",
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "100010026864119",
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": null,
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-04T00:52:26+05:30",
"LastUpdateDate": "2026-02-04T00:52:26+05:30",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
]
}
Update One Open Delivery to Assign a Delivery Cart
In this scenario, the inventory manager updates one open delivery and assigns it to a delivery cart.
Example URL
Use this resource URL format:
PATCH
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries/500012
Example Request
Here's an example of the request body in JSON format:
{
"AddToDeliveryCartName": "Default Cart for Building I"
}
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": "500012",
"DeliveryCartId": "Default Cart for Building I",
"DeliveryCartName": "Cart 11",
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "1",
"AdhocDeliveryIndicator": "Y",
"DeliveryStatusCode": "PENDING",
"DeliveryStatus": "Pending",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Get Well Teddy Bear",
"ShipmentHeaderId": null,
"ShipmentLineId": null,
"ReceiptNumber": null,
"SourceDocumentCode": null,
"DocumentNumber": null,
"DocumentLineNumber": null,
"DocumentScheduleNumber": null,
"RequisitionNumber": null,
"DestinationTypeCode": null,
"PODistributionId": null,
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "BOX",
"UnitOfMeasure": "BOX",
"DeliverToLocationId": null,
"DeliverToLocation": null,
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": null,
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "300100031653837",
"DeliverToPersonName": "Sam Adams",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": "Room 502, Left Wing, Floor 8, Block B",
"AdhocReceiverName": "Sam Adams",
"NonEmployeeReceivedByName": null,
"Comments": "If patient not available, leave at nurse's station",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-09T18:41:14+00:00",
"LastUpdateDate": "2026-02-09T19:08:34+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS"
}
Update One Pending Delivery to Unassign a Delivery Cart
In this scenario, the inventory manager updates one pending delivery and unassigns it from a delivery cart.
Example URL
Use this resource URL format:
PATCH
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries/500012
Example Request
Here's an example of the request body in JSON format:
{
"DeliveryCartId": null
}
Note: If you need to unassign the cart from a delivery, you need to populate the attribute DeliveryCartId as null. If you populate AddToDeliveryCartName as null, the REST API does not consider this as a genuine change to the delivery cart identifier.
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": "500012",
"DeliveryCartId": null,
"DeliveryCartName": null,
"OrganizationId": "300100584896464",
"OrganizationCode": "M1",
"DeliveryNumber": "1",
"AdhocDeliveryIndicator": "Y",
"DeliveryStatusCode": "OPEN",
"DeliveryStatus": "Open",
"DeliveryDate": null,
"ToOrganizationId": "300100584896464",
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Get Well Teddy Bear",
"ShipmentHeaderId": null,
"ShipmentLineId": null,
"ReceiptNumber": null,
"SourceDocumentCode": null,
"DocumentNumber": null,
"DocumentLineNumber": null,
"DocumentScheduleNumber": null,
"RequisitionNumber": null,
"DestinationTypeCode": null,
"PODistributionId": null,
"TransferOrderDistributionId": null,
"Quantity": "1",
"UOMCode": "BOX",
"UnitOfMeasure": "BOX",
"DeliverToLocationId": null,
"DeliverToLocation": null,
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": null,
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": "300100031653837",
"DeliverToPersonName": "Sam Adams",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": "Room 502, Left Wing, Floor 8, Block B",
"AdhocReceiverName": "Sam Adams",
"NonEmployeeReceivedByName": null,
"Comments": "If patient not available, leave at nurse's station",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-09T18:41:14+00:00",
"LastUpdateDate": "2026-02-09T19:08:34+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS"
}
Update One Delivery to Delivered Status
In this scenario, the inventory manager updates one delivery and marks it as complete by changing the status to delivered.
Example URL
Use this resource URL format:
PATCH
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries/48009
Example Request
Here's an example of the request body in JSON format:
{
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Delivered Package to Sam Adams",
"SubmitFlag": true
}
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": 48009,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48009",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "DELIVERED",
"DeliveryStatus": "Delivered",
"DeliveryDate": "2026-02-12T13:22:46+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663913,
"ItemNumber": "INV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175476,
"ShipmentLineId": 3260410,
"ReceiptNumber": "1981",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "2",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031600,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "DELTRK",
"ParentTransactionId": 3379565,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": 300100036640797,
"DeliveredByPersonName": "Marsha Brent",
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": "Sam Adams",
"Comments": "Delivered Package to Sam Adams",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": true,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "DELTRK",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:01:05+00:00",
"LastUpdateDate": "2026-02-12T13:22:46.014+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
Update Multiple Deliveries to Delivered Status
In this scenario, the inventory manager updates multiple deliveries and marks them as complete by changing the status to delivered.
Example URL
Use this resource URL format:
POST
https://servername/fscmRestApi/resources/version
Example Request
Here's an example of the request body in JSON format:
{
"parts": [
{
"id": "part0",
"path": "/receivingReceiptDeliveries/16002",
"operation": "update",
"payload": {
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Batch Delivery",
"SubmitFlag": true
}
},
{
"id": "part1",
"path": "/receivingReceiptDeliveries/16003",
"operation": "update",
"payload": {
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Batch Delivery",
"SubmitFlag": true
}
},
{
"id": "part2",
"path": "/receivingReceiptDeliveries/22001",
"operation": "update",
"payload": {
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Batch Delivery",
"SubmitFlag": true
}
},
{
"id": "part3",
"path": "/receivingReceiptDeliveries/22002",
"operation": "update",
"payload": {
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Batch Delivery",
"SubmitFlag": true,
"CopyAttachmentDeliveryId": "16002"
}
},
{
"id": "part4",
"path": "/receivingReceiptDeliveries/22003",
"operation": "update",
"payload": {
"DeliveryStatusCode": "DELIVERED",
"NonEmployeeReceivedByName": "Sam Adams",
"DeliveredByPersonId": "300100036640797",
"Comments": "Batch Delivery",
"SubmitFlag": true,
"CopyAttachmentDeliveryId": "16002"
}
}
]
}
Example Response
Here's an example of the response body in JSON format:
{"parts":
[
{
"id":"part0",
"path":"receivingReceiptDeliveries/16002",
"operation":"update",
"payload" : {
"ReceiptDeliveryId" : "16002",
"DeliveryCartId" : "300100646030602",
"DeliveryCartName" : "Delivery Cart 1",
"OrganizationId" : "300100584896464",
"OrganizationCode" : "M1",
"DeliveryNumber" : "16002",
"AdhocDeliveryIndicator" : "N",
"DeliveryStatusCode" : "DELIVERED",
"DeliveryStatus" : "Delivered",
"DeliveryDate" : "2026-02-10T15:59:23+00:00",
"ToOrganizationId" : "300100584896464",
"ItemId" : "663913",
"ItemNumber" : "INV-100",
"ItemPrimaryImageURL" : null,
"ItemDescription" : "Plain Item",
"ShipmentHeaderId" : "3158474",
"ShipmentLineId" : "3239404",
"ReceiptNumber" : "8",
"SourceDocumentCode" : "PO",
"DocumentNumber" : "1005332",
"DocumentLineNumber" : "2",
"DocumentScheduleNumber" : "1",
"RequisitionNumber" : null,
"DestinationTypeCode" : "INVENTORY",
"PODistributionId" : "300100646079602",
"TransferOrderDistributionId" : null,
"Quantity" : "1",
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"DeliverToLocationId" : "300100585417292",
"DeliverToLocation" : "M1-LOC",
"PARSubinventoryLocationId" : "300100585417292",
"Subinventory" : "DELTRK",
"ParentTransactionId" : "3357557",
"LocatorId" : null,
"PARSubinventoryLocation" : "M1-LOC",
"DeliverToPersonId" : "100010026864119",
"DeliverToPersonName" : "Rosalinda Fillion",
"ReceivedByPersonId" : null,
"ReceivedByPersonName" : null,
"DeliveredByPersonId" : "300100036640797",
"DeliveredByPersonName" : "Marsha Brent",
"AdhocLocationName" : null,
"AdhocReceiverName" : null,
"NonEmployeeReceivedByName" : "Sam Adams",
"Comments" : "Batch Delivery",
"ZoneTaskId" : null,
"Locator" : null,
"SubmitFlag" : null,
"ReceivedByName" : null,
"TaskName" : null,
"TrackingNumber" : null,
"CopyAttachmentDeliveryId" : null,
"LPNId" : null,
"LicensePlateNumber" : null,
"TaskStartTime" : null,
"TaskEndTime" : null,
"TaskDuration" : null,
"SubinventoryName" : "DELTRK",
"CreatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"CreationDate" : "2026-02-04T00:52:26+00:00",
"LastUpdateDate" : "2026-02-10T15:59:23.233+00:00",
"LastUpdatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode" : null,
"AdhocDeliveryUOMName" : null,
"AddToDeliveryCartName" : null
},
{
"id" : "part1",
"path" : "receivingReceiptDeliveries/16003",
"operation" : "update",
"payload" : {
"ReceiptDeliveryId" : "16003",
"DeliveryCartId" : "300100646030602",
"DeliveryCartName" : "Delivery Cart 1",
"OrganizationId" : "300100584896464",
"OrganizationCode" : "M1",
"DeliveryNumber" : "16003",
"AdhocDeliveryIndicator" : "N",
"DeliveryStatusCode" : "DELIVERED",
"DeliveryStatus" : "Delivered",
"DeliveryDate" : "2026-02-10T15:59:23+00:00",
"ToOrganizationId" : "300100584896464",
"ItemId" : null,
"ItemNumber" : null,
"ItemPrimaryImageURL" : null,
"ItemDescription" : "One time for expense delivery testing",
"ShipmentHeaderId" : "3158474",
"ShipmentLineId" : "3239405",
"ReceiptNumber" : "8",
"SourceDocumentCode" : "PO",
"DocumentNumber" : "1005332",
"DocumentLineNumber" : "3",
"DocumentScheduleNumber" : "1",
"RequisitionNumber" : null,
"DestinationTypeCode" : "EXPENSE",
"PODistributionId" : "300100646079605",
"TransferOrderDistributionId" : null,
"Quantity" : "3",
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"DeliverToLocationId" : "300100585417292",
"DeliverToLocation" : "M1-LOC",
"PARSubinventoryLocationId" : null,
"Subinventory" : null,
"ParentTransactionId" : "3357559",
"LocatorId" : null,
"PARSubinventoryLocation" : null,
"DeliverToPersonId" : "100010026864119",
"DeliverToPersonName" : "Rosalinda Fillion",
"ReceivedByPersonId" : null,
"ReceivedByPersonName" : null,
"DeliveredByPersonId" : "300100036640797",
"DeliveredByPersonName" : "Marsha Brent",
"AdhocLocationName" : null,
"AdhocReceiverName" : null,
"NonEmployeeReceivedByName" : "Sam Adams",
"Comments" : "Batch Delivery",
"ZoneTaskId" : null,
"Locator" : null,
"SubmitFlag" : null,
"ReceivedByName" : null,
"TaskName" : null,
"TrackingNumber" : null,
"CopyAttachmentDeliveryId" : null,
"LPNId" : null,
"LicensePlateNumber" : null,
"TaskStartTime" : null,
"TaskEndTime" : null,
"TaskDuration" : null,
"SubinventoryName" : null,
"CreatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"CreationDate" : "2026-02-04T00:52:26+00:00",
"LastUpdateDate" : "2026-02-10T15:59:36.229+00:00",
"LastUpdatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode" : null,
"AdhocDeliveryUOMName" : null,
"AddToDeliveryCartName" : null
},
{
"id" : "part2",
"path" : "/receivingReceiptDeliveries/22001",
"operation" : "update",
"payload" : {
"ReceiptDeliveryId" : "22001",
"DeliveryCartId" : "300100646030602",
"DeliveryCartName" : "Delivery Cart 1",
"OrganizationId" : "300100584896464",
"OrganizationCode" : "M1",
"DeliveryNumber" : "22001",
"AdhocDeliveryIndicator" : "N",
"DeliveryStatusCode" : "DELIVERED",
"DeliveryStatus" : "Delivered",
"DeliveryDate" : "2026-02-10T15:59:23+00:00",
"ToOrganizationId" : "300100584896464",
"ItemId" : "663907",
"ItemNumber" : "RCV-100",
"ItemPrimaryImageURL" : null,
"ItemDescription" : "Plain Item",
"ShipmentHeaderId" : "3161474",
"ShipmentLineId" : "3242403",
"ReceiptNumber" : "11",
"SourceDocumentCode" : "PO",
"DocumentNumber" : "1005331",
"DocumentLineNumber" : "1",
"DocumentScheduleNumber" : "1",
"RequisitionNumber" : null,
"DestinationTypeCode" : "INVENTORY",
"PODistributionId" : "592711",
"TransferOrderDistributionId" : null,
"Quantity" : "1",
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"DeliverToLocationId" : "300100585417292",
"DeliverToLocation" : "M1-LOC",
"PARSubinventoryLocationId" : "300100585417292",
"Subinventory" : "PARSUB",
"ParentTransactionId" : "3360556",
"LocatorId" : null,
"PARSubinventoryLocation" : "M1-LOC",
"DeliverToPersonId" : "100010026864119",
"DeliverToPersonName" : "Rosalinda Fillion",
"ReceivedByPersonId" : null,
"ReceivedByPersonName" : null,
"DeliveredByPersonId" : "300100036640797",
"DeliveredByPersonName" : "Marsha Brent",
"AdhocLocationName" : null,
"AdhocReceiverName" : null,
"NonEmployeeReceivedByName" : "Sam Adams",
"Comments" : "Batch Delivery",
"ZoneTaskId" : null,
"Locator" : null,
"SubmitFlag" : null,
"ReceivedByName" : null,
"TaskName" : null,
"TrackingNumber" : null,
"CopyAttachmentDeliveryId" : null,
"LPNId" : null,
"LicensePlateNumber" : null,
"TaskStartTime" : null,
"TaskEndTime" : null,
"TaskDuration" : null,
"SubinventoryName" : "PARSUB",
"CreatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"CreationDate" : "2026-02-05T12:06:44+00:00",
"LastUpdateDate" : "2026-02-10T15:59:36.589+00:00",
"LastUpdatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode" : null,
"AdhocDeliveryUOMName" : null,
"AddToDeliveryCartName" : null
},
{
"id" : "part3",
"path" : "/receivingReceiptDeliveries/22002",
"operation" : "update",
"payload" : {
"ReceiptDeliveryId" : "22002",
"DeliveryCartId" : "300100646030602",
"DeliveryCartName" : "Delivery Cart 1",
"OrganizationId" : "300100584896464",
"OrganizationCode" : "M1",
"DeliveryNumber" : "22002",
"AdhocDeliveryIndicator" : "N",
"DeliveryStatusCode" : "DELIVERED",
"DeliveryStatus" : "Delivered",
"DeliveryDate" : "2026-02-10T15:59:23+00:00",
"ToOrganizationId" : "300100584896464",
"ItemId" : "663913",
"ItemNumber" : "INV-100",
"ItemPrimaryImageURL" : null,
"ItemDescription" : "Plain Item",
"ShipmentHeaderId" : "3161474",
"ShipmentLineId" : "3242404",
"ReceiptNumber" : "11",
"SourceDocumentCode" : "PO",
"DocumentNumber" : "1005331",
"DocumentLineNumber" : "2",
"DocumentScheduleNumber" : "1",
"RequisitionNumber" : null,
"DestinationTypeCode" : "INVENTORY",
"PODistributionId" : "592712",
"TransferOrderDistributionId" : null,
"Quantity" : "1",
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"DeliverToLocationId" : "300100585417292",
"DeliverToLocation" : "M1-LOC",
"PARSubinventoryLocationId" : "300100585417292",
"Subinventory" : "DELTRK",
"ParentTransactionId" : "3360557",
"LocatorId" : null,
"PARSubinventoryLocation" : "M1-LOC",
"DeliverToPersonId" : "100010026864119",
"DeliverToPersonName" : "Rosalinda Fillion",
"ReceivedByPersonId" : null,
"ReceivedByPersonName" : null,
"DeliveredByPersonId" : "300100036640797",
"DeliveredByPersonName" : "Marsha Brent",
"AdhocLocationName" : null,
"AdhocReceiverName" : null,
"NonEmployeeReceivedByName" : "Sam Adams",
"Comments" : "Batch Delivery",
"ZoneTaskId" : null,
"Locator" : null,
"SubmitFlag" : null,
"ReceivedByName" : null,
"TaskName" : null,
"TrackingNumber" : null,
"CopyAttachmentDeliveryId" : null,
"LPNId" : null,
"LicensePlateNumber" : null,
"TaskStartTime" : null,
"TaskEndTime" : null,
"TaskDuration" : null,
"SubinventoryName" : "DELTRK",
"CreatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"CreationDate" : "2026-02-05T12:06:45+00:00",
"LastUpdateDate" : "2026-02-10T15:59:37.232+00:00",
"LastUpdatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode" : null,
"AdhocDeliveryUOMName" : null,
"AddToDeliveryCartName" : null
},
{
"id" : "part4",
"path" : "receivingReceiptDeliveries/22003",
"operation" : "update",
"payload" : {
"ReceiptDeliveryId" : "22003",
"DeliveryCartId" : "300100646030602",
"DeliveryCartName" : "Delivery Cart 1",
"OrganizationId" : "300100584896464",
"OrganizationCode" : "M1",
"DeliveryNumber" : "22003",
"AdhocDeliveryIndicator" : "N",
"DeliveryStatusCode" : "DELIVERED",
"DeliveryStatus" : "Delivered",
"DeliveryDate" : "2026-02-10T15:59:23+00:00",
"ToOrganizationId" : "300100584896464",
"ItemId" : null,
"ItemNumber" : null,
"ItemPrimaryImageURL" : null,
"ItemDescription" : "Expense Item Delivery",
"ShipmentHeaderId" : "3161474",
"ShipmentLineId" : "3242405",
"ReceiptNumber" : "11",
"SourceDocumentCode" : "PO",
"DocumentNumber" : "1005331",
"DocumentLineNumber" : "3",
"DocumentScheduleNumber" : "1",
"RequisitionNumber" : null,
"DestinationTypeCode" : "EXPENSE",
"PODistributionId" : "592713",
"TransferOrderDistributionId" : null,
"Quantity" : "1",
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"DeliverToLocationId" : "300100585417292",
"DeliverToLocation" : "M1-LOC",
"PARSubinventoryLocationId" : null,
"Subinventory" : null,
"ParentTransactionId" : "3360558",
"LocatorId" : null,
"PARSubinventoryLocation" : null,
"DeliverToPersonId" : "100010026864119",
"DeliverToPersonName" : "Rosalinda Fillion",
"ReceivedByPersonId" : null,
"ReceivedByPersonName" : null,
"DeliveredByPersonId" : "300100036640797",
"DeliveredByPersonName" : "Marsha Brent",
"AdhocLocationName" : null,
"AdhocReceiverName" : null,
"NonEmployeeReceivedByName" : "Sam Adams",
"Comments" : "Batch Delivery",
"ZoneTaskId" : null,
"Locator" : null,
"SubmitFlag" : null,
"ReceivedByName" : null,
"TaskName" : null,
"TrackingNumber" : null,
"CopyAttachmentDeliveryId" : null,
"LPNId" : null,
"LicensePlateNumber" : null,
"TaskStartTime" : null,
"TaskEndTime" : null,
"TaskDuration" : null,
"SubinventoryName" : null,
"CreatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"CreationDate" : "2026-02-05T12:06:45+00:00",
"LastUpdateDate" : "2026-02-10T15:59:37.751+00:00",
"LastUpdatedBy" : "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode" : null,
"AdhocDeliveryUOMName" : null,
"AddToDeliveryCartName" : null
}
]
}
Cancel One Delivery
In this scenario, the inventory manager cancels one delivery.
Example URL
Use this resource URL format:
PATCH
https://servername/fscmRestApi/resources/version/receivingReceiptDeliveries/48010
Example Request
Here's an example of the request body in JSON format:
{
"DeliveryStatusCode": "CANCELED",
"Comments": "Requester personally picked up the package.",
"SubmitFlag": true
}
Example Response
Here's an example of the response body in JSON format:
{
"ReceiptDeliveryId": 48010,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48010",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:32:14+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Expense Item Delivery",
"ShipmentHeaderId": 3175476,
"ShipmentLineId": 3260411,
"ReceiptNumber": "1981",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": 300100646031603,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": 3379567,
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Requester personally picked up the package.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": true,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:01:05+00:00",
"LastUpdateDate": "2026-02-12T13:32:14.075+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}
Cancel Multiple Deliveries
In this scenario, the inventory manager cancels multiple deliveries.
Example URL
Use this resource URL format:
POST
https://servername/fscmRestApi/resources/version/
Example Request
Here's an example of the request body in JSON format:
{
"parts": [
{
"id": "part0",
"path": "/receivingReceiptDeliveries/48003",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Requester personally picked up the package.",
"SubmitFlag": true
}
},
{
"id": "part1",
"path": "/receivingReceiptDeliveries/48004",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Purchase order is being canceled.",
"SubmitFlag": true
}
},
{
"id": "part2",
"path": "/receivingReceiptDeliveries/48005",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Inspection failure.",
"SubmitFlag": true
}
},
{
"id": "part3",
"path": "/receivingReceiptDeliveries/48006",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Inspection failure.",
"SubmitFlag": true
}
},
{
"id": "part4",
"path": "/receivingReceiptDeliveries/48007",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Inspection failure.",
"SubmitFlag": true
}
},
{
"id": "part5",
"path": "/receivingReceiptDeliveries/48008",
"operation": "update",
"payload": {
"DeliveryStatusCode": "CANCELED",
"Comments": "Inspection failure.",
"SubmitFlag": true
}
}
]
}
Example Response
Here's an example of the response body in JSON format:
{
"parts": [
{
"id": "part0",
"path": "receivingReceiptDeliveries/48003",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48003,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48003",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663907,
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175474,
"ShipmentLineId": 3260404,
"ReceiptNumber": "1979",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031597,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "PARSUB",
"ParentTransactionId": 3379558,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Requester personally picked up the package.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T11:57:29+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.083+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"id": "part1",
"path": "receivingReceiptDeliveries/48004",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48004,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48004",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663913,
"ItemNumber": "INV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175474,
"ShipmentLineId": 3260405,
"ReceiptNumber": "1979",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "2",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031600,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "DELTRK",
"ParentTransactionId": 3379559,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Purchase order is being canceled.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "DELTRK",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T11:57:29+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.457+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"id": "part2",
"path": "receivingReceiptDeliveries/48005",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48005,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48005",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663907,
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175475,
"ShipmentLineId": 3260406,
"ReceiptNumber": "1980",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031597,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "PARSUB",
"ParentTransactionId": 3379560,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Inspection failure.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:00:08+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.461+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"id": "part3",
"path": "receivingReceiptDeliveries/48006",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48006,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48006",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663913,
"ItemNumber": "INV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175475,
"ShipmentLineId": 3260407,
"ReceiptNumber": "1980",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "2",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031600,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "DELTRK",
"ParentTransactionId": 3379561,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Inspection failure.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "DELTRK",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:00:08+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.465+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"id": "part4",
"path": "receivingReceiptDeliveries/48007",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48007,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48007",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": null,
"ItemNumber": null,
"ItemPrimaryImageURL": null,
"ItemDescription": "Expense Item Delivery",
"ShipmentHeaderId": 3175475,
"ShipmentLineId": 3260408,
"ReceiptNumber": "1980",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "3",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "EXPENSE",
"PODistributionId": 300100646031603,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": null,
"Subinventory": null,
"ParentTransactionId": 3379563,
"LocatorId": null,
"PARSubinventoryLocation": null,
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Inspection failure.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": null,
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:00:08+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.467+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
},
{
"id": "part5",
"path": "receivingReceiptDeliveries/48008",
"operation": "update",
"payload": {
"ReceiptDeliveryId": 48008,
"DeliveryCartId": 300100646030602,
"DeliveryCartName": "Delivery Cart 1",
"OrganizationId": 300100584896464,
"OrganizationCode": "M1",
"DeliveryNumber": "48008",
"AdhocDeliveryIndicator": "N",
"DeliveryStatusCode": "CANCELED",
"DeliveryStatus": "Canceled",
"DeliveryDate": "2026-02-12T13:05:51+00:00",
"ToOrganizationId": 300100584896464,
"ItemId": 663907,
"ItemNumber": "RCV-100",
"ItemPrimaryImageURL": null,
"ItemDescription": "Plain Item",
"ShipmentHeaderId": 3175476,
"ShipmentLineId": 3260409,
"ReceiptNumber": "1981",
"SourceDocumentCode": "PO",
"DocumentNumber": "1005330",
"DocumentLineNumber": "1",
"DocumentScheduleNumber": "1",
"RequisitionNumber": null,
"DestinationTypeCode": "INVENTORY",
"PODistributionId": 300100646031597,
"TransferOrderDistributionId": null,
"Quantity": 5,
"UOMCode": "Ea",
"UnitOfMeasure": "Each",
"DeliverToLocationId": 300100585417292,
"DeliverToLocation": "M1-LOC",
"PARSubinventoryLocationId": 300100585417292,
"Subinventory": "PARSUB",
"ParentTransactionId": 3379564,
"LocatorId": null,
"PARSubinventoryLocation": "M1-LOC",
"DeliverToPersonId": 100010026864119,
"DeliverToPersonName": "Rosalinda Fillion",
"ReceivedByPersonId": null,
"ReceivedByPersonName": null,
"DeliveredByPersonId": null,
"DeliveredByPersonName": null,
"AdhocLocationName": null,
"AdhocReceiverName": null,
"NonEmployeeReceivedByName": null,
"Comments": "Inspection failure.",
"ZoneTaskId": null,
"Locator": null,
"SubmitFlag": null,
"ReceivedByName": null,
"TaskName": null,
"TrackingNumber": null,
"CopyAttachmentDeliveryId": null,
"LPNId": null,
"LicensePlateNumber": null,
"TaskStartTime": null,
"TaskEndTime": null,
"TaskDuration": null,
"SubinventoryName": "PARSUB",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2026-02-12T12:01:04+00:00",
"LastUpdateDate": "2026-02-12T13:05:51.469+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"AdhocDeliveryOrganizationCode": null,
"AdhocDeliveryUOMName": null,
"AddToDeliveryCartName": null
}