GET api/Common?vLabId={vLabId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vLabId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BillingDtlsLstSC| Name | Description | Type | Additional information |
|---|---|---|---|
| DocId | string |
None. |
|
| DocType | string |
None. |
|
| DocDate | string |
None. |
|
| PatientId | string |
None. |
|
| Id | integer |
None. |
|
| TestCode | string |
None. |
|
| LabTestId | integer |
None. |
|
| LabTestText | string |
None. |
|
| MRP | decimal number |
None. |
|
| DiscountPer | decimal number |
None. |
|
| DiscountAmt | integer |
None. |
|
| Charges | decimal number |
None. |
|
| LabMasterId | string |
None. |
|
| LabName | string |
None. |
|
| CollectionIn | string |
None. |
|
| SampleDetails | string |
None. |
|
| Method | string |
None. |
|
| LabTestImageURL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"DocId": "sample string 1",
"DocType": "sample string 2",
"DocDate": "sample string 3",
"PatientId": "sample string 4",
"Id": 5,
"TestCode": "sample string 6",
"LabTestId": 1,
"LabTestText": "sample string 7",
"MRP": 8.0,
"DiscountPer": 9.0,
"DiscountAmt": 1,
"Charges": 10.0,
"LabMasterId": "sample string 11",
"LabName": "sample string 12",
"CollectionIn": "sample string 13",
"SampleDetails": "sample string 14",
"Method": "sample string 15",
"LabTestImageURL": "sample string 16"
},
{
"$ref": "1"
}
]