GET api/RegIServiceBillType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RegIServiceBillType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TypeId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4
},
{
"TypeId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4
}
]