POST api/Contact/ConvertToLeadV1
Request Information
URI Parameters
None.
Body Parameters
ConvertContactToLeadV1Vm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CreateDuplicate_IfLeadExists | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CreateDuplicate_IfLeadExists": true
}
application/xml, text/xml
Sample:
<ConvertContactToLeadV1Vm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Contact"> <CreateDuplicate_IfLeadExists>true</CreateDuplicate_IfLeadExists> <Id>1</Id> </ConvertContactToLeadV1Vm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.