Skip to main content
POST
Add Delivery Feedback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deliveryId
string
required

Delivery ID

Example:

"dlv_123"

Body

application/json
score
number
required

Feedback score

comment
string | null

Feedback comment

Response

OK

id
string
required

Feedback ID

deliveryId
string
required

Delivery ID

score
number
required

Feedback score

comment
string | null

Feedback comment