POST api/LegalWiseGateway/nodocumentlead

Request Information

URI Parameters

None.

Body Parameters

LeadRequestNoDoc
NameDescriptionTypeAdditional information
adName

string

None.

leadReference

string

None.

referrer

string

None.

name

string

None.

telephoneNumber

string

None.

message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "adName": "sample string 1",
  "leadReference": "sample string 2",
  "referrer": "sample string 3",
  "name": "sample string 4",
  "telephoneNumber": "sample string 5",
  "message": "sample string 6"
}

application/xml, text/xml

Sample:
<LeadRequestNoDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LWApiGateway.Controllers">
  <adName>sample string 1</adName>
  <leadReference>sample string 2</leadReference>
  <message>sample string 6</message>
  <name>sample string 4</name>
  <referrer>sample string 3</referrer>
  <telephoneNumber>sample string 5</telephoneNumber>
</LeadRequestNoDoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.