GET api/Common?vServiceTypeId={vServiceTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vServiceTypeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OtherServiceMgmtSC| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ServiceType | string |
None. |
|
| ServiceTypeText | string |
None. |
|
| Name | string |
None. |
|
| Discription | string |
None. |
|
| TotalchargesafterDis | string |
None. |
|
| ImageUrl | string |
None. |
|
| IsEdit | string |
None. |
|
| CurrUser | string |
None. |
|
| HospitalId | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"ServiceType": "sample string 1",
"ServiceTypeText": "sample string 2",
"Name": "sample string 3",
"Discription": "sample string 4",
"TotalchargesafterDis": "sample string 5",
"ImageUrl": "sample string 6",
"IsEdit": "sample string 7",
"CurrUser": "sample string 8",
"HospitalId": "sample string 9",
"CreatedBy": 10,
"CreatedOn": "sample string 11"
},
{
"$ref": "1"
}
]