post https://api.burqup.com/v1/delivery_incidents
API to create a delivery incident.
Log in to see full request history
Responses
API to create a delivery incident.
xxxxxxxxxx
curl --request POST \
--url https://api.burqup.com/v1/delivery_incidents \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": "string",
"object": "delivery_incident",
"status": "pending",
"ticket_url": "string",
"refunded_amount": 0,
"delivery_id": "string",
"delivery_incident_reason": "Order Cancelled",
"issue_description": "string"
}