POST api/Values/Viewcart
Request Information
URI Parameters
None.
Body Parameters
Temporderdetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OrderId | string |
None. |
|
| PartNo | string |
None. |
|
| ProductName | string |
None. |
|
| Segment | string |
None. |
|
| Quantity | string |
None. |
|
| AmountPerUnit | decimal number |
None. |
|
| GrandTotal | decimal number |
None. |
|
| InsertDate | date |
None. |
|
| ExeId | integer |
None. |
|
| OrderDate | date |
None. |
|
| Orderid | string |
None. |
|
| CustomerType | string |
None. |
|
| ShopName | string |
None. |
|
| ContactPerson | string |
None. |
|
| OrderType | string |
None. |
|
| DisId | integer |
None. |
|
| RegId | integer |
None. |
|
| CusId | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"OrderId": "sample string 2",
"PartNo": "sample string 3",
"ProductName": "sample string 4",
"Segment": "sample string 5",
"Quantity": "sample string 6",
"AmountPerUnit": 1.1,
"GrandTotal": 1.1,
"InsertDate": "2026-05-13T16:11:49.9043041+05:30",
"ExeId": 1,
"OrderDate": "2026-05-13T16:11:49.9043041+05:30",
"Orderid": "sample string 7",
"CustomerType": "sample string 8",
"ShopName": "sample string 9",
"ContactPerson": "sample string 10",
"OrderType": "sample string 11",
"DisId": 1,
"RegId": 1,
"CusId": 1,
"Total": 1
}
application/xml, text/xml
Sample:
<Temporderdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <AmountPerUnit>1.1</AmountPerUnit> <ContactPerson>sample string 10</ContactPerson> <CusId>1</CusId> <CustomerType>sample string 8</CustomerType> <DisId>1</DisId> <ExeId>1</ExeId> <GrandTotal>1.1</GrandTotal> <Id>1</Id> <InsertDate>2026-05-13T16:11:49.9043041+05:30</InsertDate> <OrderDate>2026-05-13T16:11:49.9043041+05:30</OrderDate> <OrderId>sample string 2</OrderId> <OrderType>sample string 11</OrderType> <Orderid>sample string 7</Orderid> <PartNo>sample string 3</PartNo> <ProductName>sample string 4</ProductName> <Quantity>sample string 6</Quantity> <RegId>1</RegId> <Segment>sample string 5</Segment> <ShopName>sample string 9</ShopName> <Total>1</Total> </Temporderdetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1",
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <data /> <msg>sample string 2</msg> <result>sample string 1</result> </Output>