POST api/CRM/DeleteCRMContactAttachment
Request Information
URI Parameters
None.
Body Parameters
CRM_CONTACT_ATTACHMENTName | 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-04-29T15:38:38.8010894+05:30", "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-04-29T15:38:38.8010894+05:30</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
HttpResponseMessageName | 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. |