POST api/ProductOrder/Update_to_cart
Request Information
URI Parameters
None.
Body Parameters
modupdate_cart| Name | Description | Type | Additional information |
|---|---|---|---|
| regno | string |
None. |
|
| id | integer |
None. |
|
| quantity | integer |
None. |
|
| offer_price | string |
None. |
|
| gst_amt | decimal number |
None. |
|
| BV | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"regno": "sample string 1",
"id": 2,
"quantity": 3,
"offer_price": "sample string 4",
"gst_amt": 5.0,
"BV": 6
}
text/html
Sample:
{"regno":"sample string 1","id":2,"quantity":3,"offer_price":"sample string 4","gst_amt":5.0,"BV":6}
application/xml, text/xml
Sample:
<modupdate_cart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexxoglobal_API.Models"> <BV>6</BV> <gst_amt>5</gst_amt> <id>2</id> <offer_price>sample string 4</offer_price> <quantity>3</quantity> <regno>sample string 1</regno> </modupdate_cart>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.