AlphaAlpha Docs

Get procurement ETA

Returns aggregated ETA info for linked purchase orders

GET
/orders/{id}/procurement-eta
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/orders/string/procurement-eta"
{
  "allReceived": true,
  "exceedsDeliveryDate": true,
  "hasOpenProcurement": true,
  "items": [
    {
      "expectedDeliveryDate": "2019-08-24T14:15:22Z",
      "purchaseOrderId": "string",
      "status": "DRAFT",
      "supplierId": "string",
      "supplierName": "string"
    }
  ],
  "latestExpectedDeliveryDate": "2019-08-24T14:15:22Z",
  "purchaseOrderIds": [
    "string"
  ]
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}