Retrieve all Rejection Codes
GET ~/rejection_codes
Headers
Field | Type | Description |
---|---|---|
Authorization | String |
Bearer authentication token prefixed with |
Content-Type | String |
Request content type, must be 'application/json' |
vendor | String |
The POS vendor name retrieved from Doshii dashboard |
Response
Field | Type | Description |
---|---|---|
code | String |
The Rejection Code |
description | String |
The description of the rejection that has occurred |
entity | String |
The API entity that the rejection code is associated |
Examples
Response
[
{
"code": "O1",
"description": "Item unitPrice incorrect",
"entity": "orders"
},
...
]
Comments
0 comments
Please sign in to leave a comment.