POST api/v1/Offers/SendLead/{offerID}
Send lead e-mail
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
offerID | No documentation available. |
Define this parameter in the request URI. |
sendLead | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Message": "sample string 1" }
application/xml, text/xml
Sample:
<SendLeadDTO> <Message>sample string 1</Message> </SendLeadDTO>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>