GET api/Cart?vPatientId={vPatientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vPatientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CartSC| Name | Description | Type | Additional information |
|---|---|---|---|
| CartId | integer |
None. |
|
| PatientId | integer |
None. |
|
| PatientAddressId | integer |
None. |
|
| DocId | integer |
None. |
|
| DocType | string |
None. |
|
| SellerMasterId | integer |
None. |
|
| SellerName | string |
None. |
|
| SellerType | string |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| Qty | integer |
None. |
|
| MRP | string |
None. |
|
| DiscountPer | decimal number |
None. |
|
| DiscountAmt | decimal number |
None. |
|
| GSTAmt | decimal number |
None. |
|
| GSTPer | decimal number |
None. |
|
| PricePerUnit | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| DeliveryPincode | integer |
None. |
|
| CartNoOfProducts | string |
None. |
|
| ImageUrl | string |
None. |
|
| IsPrescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CartId": 1,
"PatientId": 1,
"PatientAddressId": 1,
"DocId": 1,
"DocType": "sample string 1",
"SellerMasterId": 1,
"SellerName": "sample string 2",
"SellerType": "sample string 3",
"ProductId": 1,
"ProductName": "sample string 4",
"Qty": 1,
"MRP": "sample string 5",
"DiscountPer": 6.0,
"DiscountAmt": 7.0,
"GSTAmt": 8.0,
"GSTPer": 9.0,
"PricePerUnit": 10.0,
"TotalAmount": 11.0,
"DeliveryPincode": 1,
"CartNoOfProducts": "sample string 12",
"ImageUrl": "sample string 13",
"IsPrescription": "sample string 14"
},
{
"$ref": "1"
}
]