POST api/CRM/DeleteCRMContactAttachment
Request Information
URI Parameters
None.
Body Parameters
CRM_CONTACT_ATTACHMENT| Name | Description | Type | Additional information |
|---|---|---|---|
| CCA_ID | integer |
None. |
|
| CCA_ATH_NAME | string |
None. |
|
| CCA_FILE_NAME | string |
None. |
|
| CCA_DETAILS | string |
None. |
|
| CCA_USER_ID | integer |
None. |
|
| CCA_USER_CODE | string |
None. |
|
| CCA_CREATED_ON | date |
None. |
|
| CCA_CP_ID | integer |
None. |
|
| CCA_CP_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCA_ID": 1,
"CCA_ATH_NAME": "sample string 1",
"CCA_FILE_NAME": "sample string 2",
"CCA_DETAILS": "sample string 3",
"CCA_USER_ID": 1,
"CCA_USER_CODE": "sample string 4",
"CCA_CREATED_ON": "2025-12-06T04:27:08.6526232+00:00",
"CCA_CP_ID": 1,
"CCA_CP_CODE": "sample string 5"
}
application/xml, text/xml
Sample:
<CRM_CONTACT_ATTACHMENT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CCA_ATH_NAME>sample string 1</CCA_ATH_NAME> <CCA_CP_CODE>sample string 5</CCA_CP_CODE> <CCA_CP_ID>1</CCA_CP_ID> <CCA_CREATED_ON>2025-12-06T04:27:08.6526232+00:00</CCA_CREATED_ON> <CCA_DETAILS>sample string 3</CCA_DETAILS> <CCA_FILE_NAME>sample string 2</CCA_FILE_NAME> <CCA_ID>1</CCA_ID> <CCA_USER_CODE>sample string 4</CCA_USER_CODE> <CCA_USER_ID>1</CCA_USER_ID> </CRM_CONTACT_ATTACHMENT>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |