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 Supplier Performance Overview details from the Overview tab in the Vendor Scorecard screen in the Supply module
Resource: SupplierReceiptPerformanceOverview/
Verb: GET
Query String Arguments
- leadTimeType (required):
- 4= Shipping (from Display Options)
- 8= Vendor (from Display Options)
- 32= Planning (from Display Options)
-
dateFilterOption (required):
- 0= Order Creation Date (from Display Options)
- 1= Receipt Date (from Display Options)
- startDate (optional)- first date to filter by, e.g. 1/1/2020
- endDate (optional)- last date to filter by, e.g. 1/1/2021
Returns: JSON Array containing records matching Supplier Performance Overview details
Example Response JSON:
[{
"NumberOfPerfectLines": 0,
"NumberOfPerfectOrders": 0,
"LineServiceLevel": 0.0,
"OrderServiceLevel": 0.0,
"EarlyCount": 1,
"OnTimeCount": 0,
"LateCount": 0,
"UnknownCount": 0,
"TotalCount": 1,
"PercentEarly": 1.0,
"PercentOnTime": 0.0,
"PercentLate": 0.0,
"SupplierId": 13,
"SupplierCode": "V0022",
"SupplierName": "Aperture Scientific",
"OrderCount": 1,
"OrderLineCount": 1,
"ReceiptCount": 1,
"CompleteCount": 1,
"UnderCount": 0,
"OverCount": 0,
"AdminLeadTime": 0,
"ManufacturingLeadTime": 11,
"VendorLeadTime": 11,
"ShippingLeadTime": 0,
"PlanningLeadTime": 11,
"PutawayLeadTime": 0,
"CalendarDaysReleaseDelay": 0,
"CalendarDaysShipDelay": -1,
"CalendarDaysDeliveryDelay": -6,
"CalendarDaysShipDelayVsOriginal": -1,
"CalendarDaysDeliveryDelayVsOriginal": -6,
"CalendarDaysReceiptDelayVsOriginal": -6
},
{
"NumberOfPerfectLines": 1,
"NumberOfPerfectOrders": 1,
"LineServiceLevel": 1.0,
"OrderServiceLevel": 1.0,
"EarlyCount": 0,
"OnTimeCount": 1,
"LateCount": 0,
"UnknownCount": 0,
"TotalCount": 1,
"PercentEarly": 0.0,
"PercentOnTime": 1.0,
"PercentLate": 0.0,
"SupplierId": 14,
"SupplierCode": "V0019",
"SupplierName": "Black Mesa",
"OrderCount": 1,
"OrderLineCount": 1,
"ReceiptCount": 1,
"CompleteCount": 1,
"UnderCount": 0,
"OverCount": 0,
"AdminLeadTime": 0,
"ManufacturingLeadTime": 8,
"VendorLeadTime": 16,
"ShippingLeadTime": 8,
"PlanningLeadTime": 16,
"PutawayLeadTime": 0,
"CalendarDaysReleaseDelay": 0,
"CalendarDaysShipDelay": -6,
"CalendarDaysDeliveryDelay": 2,
"CalendarDaysShipDelayVsOriginal": -6,
"CalendarDaysDeliveryDelayVsOriginal": 2,
"CalendarDaysReceiptDelayVsOriginal": 2
},
...
]