Update self-ship returns pickup attempt
POST /v2/returns/pickupAttempt
This operation is used to update the failed pickup attempt of self-ship returns.
- application/json
Request Body
returns object[] required
Possible values:
>= 1
,<= 2147483647
Array [returnId stringpickupDate date-time requirednewPickupDate date-time requiredreason string]- locationId string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
returns object[]
Array [returnId stringprocessingStatus stringerrorCode stringerrorMessage string]
{
"returns": [
{
"returnId": "string",
"processingStatus": "string",
"errorCode": "string",
"errorMessage": "string"
}
]
}
Loading...