POST Admin/Edit_Document_Type?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Document_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| DOCUMENT_TYPE_ID | integer |
None. |
|
| DOCUMENT_TYPE_NAME | string |
None. |
|
| DOCUMENT_TYPE_DESCRITION | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DOCUMENT_TYPE_ID": 1,
"DOCUMENT_TYPE_NAME": "sample string 2",
"DOCUMENT_TYPE_DESCRITION": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Document_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}