POST api/ProductOrder/Update_to_cart
Request Information
URI Parameters
None.
Body Parameters
modupdate_cart| Name | Description | Type | Additional information |
|---|---|---|---|
| regno | string |
None. |
|
| to_regno | string |
None. |
|
| Prod_code | string |
None. |
|
| id | integer |
None. |
|
| quantity | integer |
None. |
|
| offer_price | string |
None. |
|
| gst_amt | decimal number |
None. |
|
| BV | integer |
None. |
|
| product_id | integer |
None. |
|
| PV | decimal number |
None. |
|
| package_type | integer |
None. |
|
| type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"regno": "sample string 1",
"to_regno": "sample string 2",
"Prod_code": "sample string 3",
"id": 4,
"quantity": 5,
"offer_price": "sample string 6",
"gst_amt": 7.0,
"BV": 8,
"product_id": 9,
"PV": 10.0,
"package_type": 11,
"type": 12
}
text/html
Sample:
{"regno":"sample string 1","to_regno":"sample string 2","Prod_code":"sample string 3","id":4,"quantity":5,"offer_price":"sample string 6","gst_amt":7.0,"BV":8,"product_id":9,"PV":10.0,"package_type":11,"type":12}
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>8</BV> <PV>10</PV> <Prod_code>sample string 3</Prod_code> <gst_amt>7</gst_amt> <id>4</id> <offer_price>sample string 6</offer_price> <package_type>11</package_type> <product_id>9</product_id> <quantity>5</quantity> <regno>sample string 1</regno> <to_regno>sample string 2</to_regno> <type>12</type> </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.