POST v2/title/save
Add or update information about a Reason For Return
Request Information
URI Parameters
None.
Body Parameters
TitleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TitleID | integer |
None. |
|
| Title | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"titleID": 1,
"title": "sample string 2",
"isActive": true
}
Response Information
Resource Description
TitleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TitleID | integer |
None. |
|
| Title | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"titleID": 1,
"title": "sample string 2",
"isActive": true
}