POST api/GoGoMotorCRMLeads

Request Information

URI Parameters

None.

Body Parameters

GoGoMotorCRMLeads
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

ClientID

string

None.

City

string

None.

Phone

string

None.

Email

string

None.

Employer

string

None.

Salary

string

None.

BANK_ID

integer

None.

Language

string

None.

MOTOR_ID

integer

None.

CAR_TYPE_ID

integer

None.

ProductYear

string

None.

LeadSource

string

None.

LeadOwner

string

None.

LeadStatus

string

None.

UsrCreate

string

None.

DateCreate

string

None.

BankEmpName

string

None.

BankEmpMobile

string

None.

BankEmpCity

string

None.

BankEmpBranch

string

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "ClientID": "sample string 3",
  "City": "sample string 4",
  "Phone": "sample string 5",
  "Email": "sample string 6",
  "Employer": "sample string 7",
  "Salary": "sample string 8",
  "BANK_ID": 9,
  "Language": "sample string 10",
  "MOTOR_ID": 11,
  "CAR_TYPE_ID": 12,
  "ProductYear": "sample string 13",
  "LeadSource": "sample string 14",
  "LeadOwner": "sample string 15",
  "LeadStatus": "sample string 16",
  "UsrCreate": "sample string 17",
  "DateCreate": "sample string 18",
  "BankEmpName": "sample string 19",
  "BankEmpMobile": "sample string 20",
  "BankEmpCity": "sample string 21",
  "BankEmpBranch": "sample string 22",
  "Note": "sample string 23"
}

application/xml, text/xml

Sample:
<GoGoMotorCRMLeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALP_API.Models">
  <BANK_ID>9</BANK_ID>
  <BankEmpBranch>sample string 22</BankEmpBranch>
  <BankEmpCity>sample string 21</BankEmpCity>
  <BankEmpMobile>sample string 20</BankEmpMobile>
  <BankEmpName>sample string 19</BankEmpName>
  <CAR_TYPE_ID>12</CAR_TYPE_ID>
  <City>sample string 4</City>
  <ClientID>sample string 3</ClientID>
  <DateCreate>sample string 18</DateCreate>
  <Email>sample string 6</Email>
  <Employer>sample string 7</Employer>
  <FirstName>sample string 1</FirstName>
  <Language>sample string 10</Language>
  <LastName>sample string 2</LastName>
  <LeadOwner>sample string 15</LeadOwner>
  <LeadSource>sample string 14</LeadSource>
  <LeadStatus>sample string 16</LeadStatus>
  <MOTOR_ID>11</MOTOR_ID>
  <Note>sample string 23</Note>
  <Phone>sample string 5</Phone>
  <ProductYear>sample string 13</ProductYear>
  <Salary>sample string 8</Salary>
  <UsrCreate>sample string 17</UsrCreate>
</GoGoMotorCRMLeads>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.