POST api/customer/SiteVisitDelete

Request Information

URI Parameters

None.

Body Parameters

LeadDelete
NamedescriptionTypeAdditional information
EventLogUUID

globally unique identifier

None.

Reason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventLogUUID": "2a554508-a44d-425e-8cf0-1f82b355e932",
  "Reason": "sample string 2"
}

application/xml, text/xml

Sample:
<LeadDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Customer">
  <EventLogUUID>2a554508-a44d-425e-8cf0-1f82b355e932</EventLogUUID>
  <Reason>sample string 2</Reason>
</LeadDelete>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.