POST api/Contact/CreateHistories
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ContactHistories | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"SaveId": "d9f0df7e-69a7-465f-9c15-3b504d1afe19",
"User": "sample string 2",
"Changes": "sample string 3",
"Comment": "sample string 4",
"TenantId": "sample string 5",
"IpAddress": "sample string 6",
"ContactType": "sample string 7",
"ContactSaveId": "c4d1de48-4fda-4905-87a9-fcecbeff1418",
"EntryDateTime": "2025-11-05T21:51:38.5769237+00:00",
"UpdateDateTime": "2025-11-05T21:51:38.5769237+00:00"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfContactHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.crm">
<ContactHistory>
<Changes>sample string 3</Changes>
<Comment>sample string 4</Comment>
<ContactSaveId>c4d1de48-4fda-4905-87a9-fcecbeff1418</ContactSaveId>
<ContactType>sample string 7</ContactType>
<EntryDateTime>2025-11-05T21:51:38.5769237+00:00</EntryDateTime>
<IpAddress>sample string 6</IpAddress>
<SaveId>d9f0df7e-69a7-465f-9c15-3b504d1afe19</SaveId>
<TenantId>sample string 5</TenantId>
<UpdateDateTime>2025-11-05T21:51:38.5769237+00:00</UpdateDateTime>
<User>sample string 2</User>
</ContactHistory>
<ContactHistory>
<Changes>sample string 3</Changes>
<Comment>sample string 4</Comment>
<ContactSaveId>c4d1de48-4fda-4905-87a9-fcecbeff1418</ContactSaveId>
<ContactType>sample string 7</ContactType>
<EntryDateTime>2025-11-05T21:51:38.5769237+00:00</EntryDateTime>
<IpAddress>sample string 6</IpAddress>
<SaveId>d9f0df7e-69a7-465f-9c15-3b504d1afe19</SaveId>
<TenantId>sample string 5</TenantId>
<UpdateDateTime>2025-11-05T21:51:38.5769237+00:00</UpdateDateTime>
<User>sample string 2</User>
</ContactHistory>
<ContactHistory>
<Changes>sample string 3</Changes>
<Comment>sample string 4</Comment>
<ContactSaveId>c4d1de48-4fda-4905-87a9-fcecbeff1418</ContactSaveId>
<ContactType>sample string 7</ContactType>
<EntryDateTime>2025-11-05T21:51:38.5769237+00:00</EntryDateTime>
<IpAddress>sample string 6</IpAddress>
<SaveId>d9f0df7e-69a7-465f-9c15-3b504d1afe19</SaveId>
<TenantId>sample string 5</TenantId>
<UpdateDateTime>2025-11-05T21:51:38.5769237+00:00</UpdateDateTime>
<User>sample string 2</User>
</ContactHistory>
</ArrayOfContactHistory>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.