POST api/GoGoMotorLeads
Request Information
URI Parameters
None.
Body Parameters
GoGoMotorLeads| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName | string |
None. |
|
| CustomerMobile | string |
None. |
|
| CustomerEmail | string |
None. |
|
| DateCreate | string |
None. |
|
| ShoppingCart | Collection of ShoppingCarts |
None. |
|
| Misc1 | string |
None. |
|
| Misc2 | string |
None. |
|
| Misc3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerName": "sample string 1",
"CustomerMobile": "sample string 2",
"CustomerEmail": "sample string 3",
"DateCreate": "sample string 4",
"ShoppingCart": [
{
"ItemType": "sample string 1",
"Price": "sample string 2",
"Identifier": "sample string 3",
"Description": "sample string 4",
"Misc1": "sample string 5",
"Misc2": "sample string 6",
"Misc3": "sample string 7"
},
{
"ItemType": "sample string 1",
"Price": "sample string 2",
"Identifier": "sample string 3",
"Description": "sample string 4",
"Misc1": "sample string 5",
"Misc2": "sample string 6",
"Misc3": "sample string 7"
}
],
"Misc1": "sample string 5",
"Misc2": "sample string 6",
"Misc3": "sample string 7"
}
application/xml, text/xml
Sample:
<GoGoMotorLeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALP_API.Models">
<CustomerEmail>sample string 3</CustomerEmail>
<CustomerMobile>sample string 2</CustomerMobile>
<CustomerName>sample string 1</CustomerName>
<DateCreate>sample string 4</DateCreate>
<Misc1>sample string 5</Misc1>
<Misc2>sample string 6</Misc2>
<Misc3>sample string 7</Misc3>
<ShoppingCart>
<ShoppingCarts>
<Description>sample string 4</Description>
<Identifier>sample string 3</Identifier>
<ItemType>sample string 1</ItemType>
<Misc1>sample string 5</Misc1>
<Misc2>sample string 6</Misc2>
<Misc3>sample string 7</Misc3>
<Price>sample string 2</Price>
</ShoppingCarts>
<ShoppingCarts>
<Description>sample string 4</Description>
<Identifier>sample string 3</Identifier>
<ItemType>sample string 1</ItemType>
<Misc1>sample string 5</Misc1>
<Misc2>sample string 6</Misc2>
<Misc3>sample string 7</Misc3>
<Price>sample string 2</Price>
</ShoppingCarts>
</ShoppingCart>
</GoGoMotorLeads>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |