POST Admin/Delete_Address_Type?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Address_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| ADDRESS_TYPE_ID | integer |
None. |
|
| TYPE_NAME | string |
None. |
|
| TYPE_DESCRIPTION | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ADDRESS_TYPE_ID": 1,
"TYPE_NAME": "sample string 2",
"TYPE_DESCRIPTION": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Address_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}