POST api/v1/AddUpdateCart
Request Information
URI Parameters
None.
Body Parameters
ManageCarttInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mode | string |
None. |
|
| ProdID | integer |
None. |
|
| ProdSizeID | integer |
None. |
|
| TaxonomyID | integer |
None. |
|
| PackQty | integer |
None. |
|
| ProdType | string |
None. |
|
| ServiceDate | string |
None. |
|
| UOM | string |
None. |
|
| SessionID | string |
None. |
|
| Barcode | string |
None. |
|
| Qty | decimal number |
None. |
|
| SellingRate | decimal number |
None. |
|
| PINCode | string |
None. |
|
| MRP | decimal number |
None. |
|
| SplDiscID | integer |
None. |
|
| SplDiscPer | decimal number |
None. |
|
| TherapistID | integer |
None. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mode": "sample string 2",
"ProdID": 3,
"ProdSizeID": 4,
"TaxonomyID": 5,
"PackQty": 6,
"ProdType": "sample string 7",
"ServiceDate": "sample string 8",
"UOM": "sample string 9",
"SessionID": "sample string 10",
"Barcode": "sample string 11",
"Qty": 12.0,
"SellingRate": 13.0,
"PINCode": "sample string 14",
"MRP": 15.0,
"SplDiscID": 16,
"SplDiscPer": 17.0,
"TherapistID": 18,
"LocID": 19
}
application/xml, text/xml
Sample:
<ManageCarttInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Barcode>sample string 11</Barcode> <ID>1</ID> <LocID>19</LocID> <MRP>15</MRP> <Mode>sample string 2</Mode> <PINCode>sample string 14</PINCode> <PackQty>6</PackQty> <ProdID>3</ProdID> <ProdSizeID>4</ProdSizeID> <ProdType>sample string 7</ProdType> <Qty>12</Qty> <SellingRate>13</SellingRate> <ServiceDate>sample string 8</ServiceDate> <SessionID>sample string 10</SessionID> <SplDiscID>16</SplDiscID> <SplDiscPer>17</SplDiscPer> <TaxonomyID>5</TaxonomyID> <TherapistID>18</TherapistID> <UOM>sample string 9</UOM> </ManageCarttInput>
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. |