NOTE: This is an article for the legacy API. To access updated information on this endpoint, please reference the HTML guide attached to the bottom of the REST API Access document
Description: Returns the Receipts grid from the Receipts tab in the Vendor Scorecard screen in the Supply module
Resource: ReceiptDetail/
Verb: GET
Query String Arguments
-
dateFilterOption (required):
- 0= Order Creation Date (from Display Options)
- 1= Receipt Date (from Display Options)
Returns: JSON Array containing records matching Receipts grid
Example Response JSON:
[{
"CalendarDaysReceiptDelay": -6,
"ChangedReleaseDate": false,
"OnTimeStatus": 1,
"IsIncludedInLeadTimeCalculations": true,
"SupplyOrderLineId": 109,
"IncomingShipmentId": 136,
"ItemSiteId": 138,
"ItemId": 72,
"SiteId": 14,
"SupplierId": 22,
"SupplyOrderId": 25,
"ExcludedIncomingShipmentId": 0,
"IsExcluded": false,
"IncomingShipmentCode": "SHP-0027-43.00000",
"ItemCode": "0201006",
"SiteCode": "271",
"SupplierCode": "V0029",
"SupplierName": "Sirius Cybernetics Corp. (Coman)",
"ErpOrderNumber": "0027",
"ErpLineNumber": 43,
"OrderCreationDate": "2023/02/06",
"ReleaseDate": "2023/02/06",
"ExpectedReleaseDate": "2023/02/06",
"ExpectedShipDate": "2023/02/08",
"ExpectedDockDate": "2023/02/25",
"PlannedReceiptDate": "2023/02/25",
"OriginalExpectedShipDate": "2023/02/08",
"OriginalExpectedDockDate": "2023/02/25",
"OriginalPlannedReceiptDate": "2023/02/25",
"DateShipped": "2023/02/05",
"DateDelivered": "2023/02/19",
"DateReceived": "2023/02/19",
"ReleaseQuantity": 170.00000,
"ReceiptQuantity": 170.000000000,
"QuantityShipped": 170.00000,
"QuantityDelivered": 170.00000,
"AdminLeadTime": 0,
"VendorLeadTime": 13,
"ShippingLeadTime": 14,
"PlanningLeadTime": 13,
"PutawayLeadTime": 0,
"CalendarDaysReleaseDelay": 0,
"CalendarDaysShipDelay": -3,
"CalendarDaysDeliveryDelay": -6,
"CalendarDaysShipDelayVsOriginal": -3,
"CalendarDaysDeliveryDelayVsOriginal": -6,
"CalendarDaysReceiptDelayVsOriginal": -6,
"PercentComplete": 1.00000,
"OrderedVsShippedQuantity": 0.00000,
"DeliveredVsReceivedQuantity": 0.00000,
"SupplyType": 1,
"SubtractPlanningPadFromErpDate": false,
"SubtractPutawayTimeFromErpDate": false,
"UserEditedReceiptDate": false,
"HasOrderSchedule": false,
"HasDeliverySchedule": false,
"ItemDescription": "Adventure Works 13\" Color TV E25 White",
"PurchaseCost": 0.00000
},
{
"CalendarDaysReceiptDelay": -3,
"ChangedReleaseDate": false,
"OnTimeStatus": 2,
"IsIncludedInLeadTimeCalculations": true,
"SupplyOrderLineId": 96,
"IncomingShipmentId": 135,
"ItemSiteId": 1546,
"ItemId": 815,
"SiteId": 14,
"SupplierId": 22,
"SupplyOrderId": 25,
"ExcludedIncomingShipmentId": 0,
"IsExcluded": false,
"IncomingShipmentCode": "SHP-0027-13.00000",
"ItemCode": "0501024",
"SiteCode": "271",
"SupplierCode": "V0029",
"SupplierName": "Sirius Cybernetics Corp. (Coman)",
"ErpOrderNumber": "0027",
"ErpLineNumber": 13,
"OrderCreationDate": "2023/02/06",
"ReleaseDate": "2023/02/06",
"ExpectedReleaseDate": "2023/02/06",
"ExpectedShipDate": "2023/02/08",
"ExpectedDockDate": "2023/02/25",
"PlannedReceiptDate": "2023/02/25",
"OriginalExpectedShipDate": "2023/02/08",
"OriginalExpectedDockDate": "2023/02/25",
"OriginalPlannedReceiptDate": "2023/02/25",
"DateShipped": "2023/02/05",
"DateDelivered": "2023/02/22",
"DateReceived": "2023/02/22",
"ReleaseQuantity": 170.00000,
"ReceiptQuantity": 170.000000000,
"QuantityShipped": 170.00000,
"QuantityDelivered": 170.00000,
"AdminLeadTime": 0,
"VendorLeadTime": 16,
"ShippingLeadTime": 17,
"PlanningLeadTime": 16,
"PutawayLeadTime": 0,
"CalendarDaysReleaseDelay": 0,
"CalendarDaysShipDelay": -3,
"CalendarDaysDeliveryDelay": -3,
"CalendarDaysShipDelayVsOriginal": -3,
"CalendarDaysDeliveryDelayVsOriginal": -3,
"CalendarDaysReceiptDelayVsOriginal": -3,
"PercentComplete": 1.00000,
"OrderedVsShippedQuantity": 0.00000,
"DeliveredVsReceivedQuantity": 0.00000,
"SupplyType": 1,
"SubtractPlanningPadFromErpDate": false,
"SubtractPutawayTimeFromErpDate": false,
"UserEditedReceiptDate": false,
"HasOrderSchedule": false,
"HasDeliverySchedule": false,
"ItemDescription": "Contoso 2-Line Speakerphone M109 Black",
"PurchaseCost": 0.00000
},
...
]