POST api/LL_Cart
Request Information
URI Parameters
None.
Body Parameters
LL_Cart| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| CART_ID | string |
None. |
|
| LLUSER_ID | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| QUANTITY | string |
None. |
|
| TASK | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"CART_ID": "sample string 2",
"LLUSER_ID": "sample string 3",
"PRODUCT_ID": "sample string 4",
"QUANTITY": "sample string 5",
"TASK": "sample string 6"
}
application/xml, text/xml
Sample:
<LL_Cart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiLikhLena.Models"> <CART_ID>sample string 2</CART_ID> <LLUSER_ID>sample string 3</LLUSER_ID> <PRODUCT_ID>sample string 4</PRODUCT_ID> <QUANTITY>sample string 5</QUANTITY> <TASK>sample string 6</TASK> <USER_ID>sample string 1</USER_ID> </LL_Cart>
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. |