Skip to main content
POST
Create cancellation reasons

Authorizations

Authorization
string
header
required

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

Body

application/json

Cancellation reason to be created

code
number

Cancellation code

Example:

99

reason
string

Cancellation reason

Example:

"Customer is not happy"

Response

Request processed successfully

Cancellation reason and code to be created

responseStatus
string

Brief response status

Example:

"OK"

message
string

Full response message

Example:

"Request processed successfully"

data
object[]

Cancellation reasons and codes