URL
https://devwebapi.leadmaster.com/api/LMWebAPI/UpdateContactEmailHist?access_token={access_token}
Description
update contact email history for the given data and accesstoken
HttpMethod
POST
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
access_token | Token required for the authentication. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "emailIDField": 1, "rECDNOField": 2, "contactIDField": 3, "dateSentField": "sample string 4", "toAddressField": "sample string 5", "fromAddressField": "sample string 6", "subjectField": "sample string 7", "messageField": "sample string 8", "ccField": "sample string 9", "bCCField": "sample string 10", "externalEmailIdField": "sample string 11", "externalEmailTypeField": "sample string 12", "isSentField": true }
application/xml, text/xml
Sample:
<TypeEmailData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService"> <bCCField>sample string 10</bCCField> <ccField>sample string 9</ccField> <contactIDField>3</contactIDField> <dateSentField>sample string 4</dateSentField> <emailIDField>1</emailIDField> <externalEmailIdField>sample string 11</externalEmailIdField> <externalEmailTypeField>sample string 12</externalEmailTypeField> <fromAddressField>sample string 6</fromAddressField> <isSentField>true</isSentField> <messageField>sample string 8</messageField> <rECDNOField>2</rECDNOField> <subjectField>sample string 7</subjectField> <toAddressField>sample string 5</toAddressField> </TypeEmailData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>