POST
/
v1
/
jobs
/
{jobId}
/
tasks
/
{taskId}
/
delivery_incident

Path Parameters

jobId
string
required

job id

taskId
string
required

task id

Body

application/json
raiseIncident
boolean
required

Flag delivery to be reviewed by Nash's team (not for urgent cases). Set to False to indicate issue has been resolved

incidentNotes
string
required

Details about incident

incidentType
enum<string>

Courier Notes or Refund Request

Available options:
REFUND_REQUEST,
COURIER_NOTES
incidentSubtype
enum<string> | null

Refund Request type

Available options:
arrived_late,
delivered_early,
delivered_to_wrong_address,
missing_or_incorrect_items,
never_delivered,
poor_delivery_experience,
other
incidentFileUrl
string | null

Url to file attachment for refund request

incidentFileUrls
string[] | null

Urls to file attachments for refund request

Response

200 - application/json
jobId
string
required
taskId
string
required
raiseIncident
boolean
required
incidentNotes
string
required
incidentType
string | null
required
incidentSubtype
string | null
required
incidentFileUrl
string | null
required
incidentFileUrls
string[] | null
required