POST AddToCart/NewUserFreeCompleteOrder
Request Information
URI Parameters
None.
Body Parameters
NewFreeorder| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| ShopId | integer |
None. |
|
| Currency | string |
None. |
|
| ProductId | integer |
None. |
|
| SequenceNo | string |
None. |
|
| Ascendant | string |
None. |
|
| BirthStar | string |
None. |
|
| MoonSign | string |
None. |
|
| SunSign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"ShopId": 2,
"Currency": "sample string 3",
"ProductId": 4,
"SequenceNo": "sample string 5",
"Ascendant": "sample string 6",
"BirthStar": "sample string 7",
"MoonSign": "sample string 8",
"SunSign": "sample string 9"
}
application/xml, text/xml
Sample:
<NewFreeorder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL.ShoppingCart"> <Ascendant>sample string 6</Ascendant> <BirthStar>sample string 7</BirthStar> <Currency>sample string 3</Currency> <CustomerId>1</CustomerId> <MoonSign>sample string 8</MoonSign> <ProductId>4</ProductId> <SequenceNo>sample string 5</SequenceNo> <ShopId>2</ShopId> <SunSign>sample string 9</SunSign> </NewFreeorder>
application/x-www-form-urlencoded
Sample:
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. |