Create a reason code
Reason Codes
Create a reason code
Create a reason code.
POST
Create a reason code
Request Structure
| Field | Required | Description |
|---|---|---|
code | Yes | Unique code (max 30) |
name | Yes | Name (max 50) |
description | Yes | Description (max 150) |
reason_type | Yes | One of negative_adjustment, positive_adjustment, hold, release, short_order_lines, transfer, stock_check |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully
The response is of type object.

