POST api/Lead/SyncAutobuy

Request Information

URI Parameters

None.

Body Parameters

SyncRequest
NameDescriptionTypeAdditional information
LeadId

integer

None.

SellerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadId": 1,
  "SellerId": 2
}

application/xml, text/xml

Sample:
<SyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOS_N_TOW_API.Models">
  <LeadId>1</LeadId>
  <SellerId>2</SellerId>
</SyncRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.