Cancellation Reasons
To consume this service, refer to the following link in the documentation:
GET/api/v1/parametricas/motivos-de-anulacionReturns the list of cancellation reasonsThis service also allows you to apply filters to obtain the data on the last date of update and if you also want to obtain the inactive cancellation reasons.
Successful response: code 200
{
"status": "string",
"data": [
{
"codigo": 0,
"descripcion": "string"
}
]
}
Where:
- codigo This is the code that identifies the cancellation reason.
- descripcion This is the literal description of the cancellation reason.
Example data file contained in the Cancellation Reasons list