Skip to main content

Update service attempts

POST /v2/services/attempt

This operation is used to update the service attempt with failure reason and new delivery date.

Request Body
  • services object[] required
  • Array [
  • shipmentId string
  • locationId string
  • deliveryDate date-time required
  • ]
Responses

successful operation

Schema
  • services object[]
  • Array [
  • serviceFulfilmentId string
  • status string
  • failureReason string
  • ]
Loading...