GET api/Cart?vRefPatientId={vRefPatientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vRefPatientId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CartDtlsSC
NameDescriptionTypeAdditional information
SellerName

string

None.

SellerType

string

None.

CartDtlslist

Collection of CartSC

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "SellerName": "sample string 1",
    "SellerType": "sample string 2",
    "CartDtlslist": [
      {
        "$id": "2",
        "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": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]