Delivery Performance (OTIF)

View as Markdown
Returns **On-Time In-Full (OTIF)** delivery performance metrics, measuring whether deliveries were made on time and in the correct quantities, broken down by NMS distribution zone. **Query Parameters:** - `financialYear` — e.g., `2023/2024` (uses `{{financial_year}}` variable) - `zone` — NMS distribution zone name, e.g., `ZONE 1`. Replace with the target zone as needed. **Success Response (200 OK):** OTIF metrics per zone including: - `onTimeDeliveries` — Count of deliveries made within the scheduled window - `inFullDeliveries` — Count of deliveries where 100% of ordered items were supplied - `otifRate` — Combined on-time and in-full percentage **Notes:** - Valid zone names should be confirmed against the NMS distribution zone registry. - OTIF is a standard logistics KPI used in NMS performance reviews and MoH supply chain assessments.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

financialYearstringOptional
zonestringOptional

Response

Successful response