POST api/customer/SiteVisitRemap
Request Information
URI Parameters
None.
Body Parameters
LeadRemapping| Name | description | Type | Additional information |
|---|---|---|---|
| EventLogUUID | globally unique identifier |
None. |
|
| RequestDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventLogUUID": "9dcbf85b-6a85-47cb-ac46-7f9546e548da",
"RequestDate": "2026-09-22T04:25:38.024+05:30"
}
application/xml, text/xml
Sample:
<LeadRemapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Customer"> <EventLogUUID>9dcbf85b-6a85-47cb-ac46-7f9546e548da</EventLogUUID> <RequestDate>2026-09-22T04:25:38.0244751+05:30</RequestDate> </LeadRemapping>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |