POST api/vendor/leads/reply
Request Information
URI Parameters
None.
Body Parameters
LeadReplyDtoName | Description | Type | Additional information |
---|---|---|---|
LeadId | integer |
Required |
|
Subject | string |
Required |
|
Message | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "LeadId": 1, "Subject": "sample string 2", "Message": "sample string 3" }
application/xml, text/xml
Sample:
<LeadReplyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventBomb.Dtos"> <LeadId>1</LeadId> <Message>sample string 3</Message> <Subject>sample string 2</Subject> </LeadReplyDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.