POST api/CRM/PostCRMContactMailLog
Request Information
URI Parameters
None.
Body Parameters
ContactMailInputName | Description | Type | Additional information |
---|---|---|---|
CCM_ID | integer |
None. |
|
CML_ID | integer |
None. |
|
CML_SUBJECT | string |
None. |
|
CML_CONTENT | string |
None. |
|
CML_FROM_ID | string |
None. |
|
CML_TO_ID | string |
None. |
|
CML_CC_ID | string |
None. |
|
CML_BCC_ID | string |
None. |
|
CML_DATE | date |
None. |
|
CCM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CCM_ID": 1, "CML_ID": 1, "CML_SUBJECT": "sample string 1", "CML_CONTENT": "sample string 2", "CML_FROM_ID": "sample string 3", "CML_TO_ID": "sample string 4", "CML_CC_ID": "sample string 5", "CML_BCC_ID": "sample string 6", "CML_DATE": "2025-04-29T15:38:37.4416874+05:30", "CCM_CREATED_BY": 1 }
application/xml, text/xml
Sample:
<ContactMailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CCM_CREATED_BY>1</CCM_CREATED_BY> <CCM_ID>1</CCM_ID> <CML_BCC_ID>sample string 6</CML_BCC_ID> <CML_CC_ID>sample string 5</CML_CC_ID> <CML_CONTENT>sample string 2</CML_CONTENT> <CML_DATE>2025-04-29T15:38:37.4416874+05:30</CML_DATE> <CML_FROM_ID>sample string 3</CML_FROM_ID> <CML_ID>1</CML_ID> <CML_SUBJECT>sample string 1</CML_SUBJECT> <CML_TO_ID>sample string 4</CML_TO_ID> </ContactMailInput>
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. |