Cancellation Reasons
Create cancellation reasons
Create cancellation reasons
POST
/
v1
/
cancellation-reasons
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · object[]
code
number
Cancellation code
reason
string
Cancellation reason
Response
200 - application/json
Cancellation reason and code to be created
responseStatus
string
Brief response status
message
string
Full response message
data
object[]
Cancellation reasons and codes
Was this page helpful?