PUT api/OTCType?uid={uid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OTCType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TypeId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"IsDeleted": 4
}