GET api/OrderPrice/GetHQOrderPriceCount?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfHQOrderPriceCountDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | HQOrderPriceCountDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"ImagingCount": 1,
"MedicationCount": 2,
"SupplyCount": 3,
"QuestionnaireCount": 4,
"LaboratoryCount": 5,
"ProcedureCount": 6,
"DrugAlcoholCount": 7,
"PhysicalExaminationCount": 8,
"SpecialServiceCount": 9,
"MrrPriceCount": 10
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfHQOrderPriceCountDTOiHWKYZHo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling">
<d2p1:DrugAlcoholCount>7</d2p1:DrugAlcoholCount>
<d2p1:ImagingCount>1</d2p1:ImagingCount>
<d2p1:LaboratoryCount>5</d2p1:LaboratoryCount>
<d2p1:MedicationCount>2</d2p1:MedicationCount>
<d2p1:MrrPriceCount>10</d2p1:MrrPriceCount>
<d2p1:PhysicalExaminationCount>8</d2p1:PhysicalExaminationCount>
<d2p1:ProcedureCount>6</d2p1:ProcedureCount>
<d2p1:QuestionnaireCount>4</d2p1:QuestionnaireCount>
<d2p1:SpecialServiceCount>9</d2p1:SpecialServiceCount>
<d2p1:SupplyCount>3</d2p1:SupplyCount>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfHQOrderPriceCountDTOiHWKYZHo>