POST api/DeleteContactType
Request Information
URI Parameters
None.
Body Parameters
ContactType| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactTypeID | string |
None. |
|
| UserID | string |
None. |
|
| ContactTypeName | string |
None. |
|
| ContactTypeColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactTypeID": "sample string 1",
"UserID": "sample string 2",
"ContactTypeName": "sample string 3",
"ContactTypeColor": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| ReturnMessage | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"IsSuccess": true,
"ReturnMessage": "sample string 3",
"Data": {}
}