POST v1/disposition/save
Add or update information about a Reason For Return
Request Information
URI Parameters
None.
Body Parameters
DispositionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DispositionID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Disposition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dispositionID": 1,
"isActive": true,
"disposition": "sample string 3"
}
Response Information
Resource Description
DispositionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DispositionID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Disposition | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"dispositionID": 1,
"isActive": true,
"disposition": "sample string 3"
}