POST Api/V1/CRM/UpdateLeadExStatuesBy_GCLID

Request Information

URI Parameters

None.

Body Parameters

ExternalStatus_GCLID
NameDescriptionTypeAdditional information
BrandId

integer

None.

GCLID

string

None.

Name

string

None.

Code

integer

None.

AppointmentScheduled

string

None.

AppointmentHeld

string

None.

Registrants

string

None.

SaleAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandId": 1,
  "GCLID": "sample string 2",
  "Name": "sample string 3",
  "Code": 4,
  "AppointmentScheduled": "sample string 5",
  "AppointmentHeld": "sample string 6",
  "Registrants": "sample string 7",
  "SaleAmount": 1.1
}

application/xml, text/xml

Sample:
<ExternalStatus_GCLID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCreate.API.Models">
  <AppointmentHeld>sample string 6</AppointmentHeld>
  <AppointmentScheduled>sample string 5</AppointmentScheduled>
  <BrandId>1</BrandId>
  <Code>4</Code>
  <GCLID>sample string 2</GCLID>
  <Name>sample string 3</Name>
  <Registrants>sample string 7</Registrants>
  <SaleAmount>1.1</SaleAmount>
</ExternalStatus_GCLID>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExternalStatus_GCLID'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.