GET api/GetPatientTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of APIPatientTypeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Title | string |
None. |
|
Inactive | boolean |
None. |
|
OrderNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Title": "sample string 2", "Inactive": true, "OrderNumber": 4 }, { "ID": 1, "Title": "sample string 2", "Inactive": true, "OrderNumber": 4 } ]
application/octet-stream, multipart/form-data
Sample:
[{"ID":1,"Title":"sample string 2","Inactive":true,"OrderNumber":4},{"ID":1,"Title":"sample string 2","Inactive":true,"OrderNumber":4}]
application/xml, text/xml
Sample:
<ArrayOfSysItemsController.APIPatientType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers"> <SysItemsController.APIPatientType> <ID>1</ID> <Inactive>true</Inactive> <OrderNumber>4</OrderNumber> <Title>sample string 2</Title> </SysItemsController.APIPatientType> <SysItemsController.APIPatientType> <ID>1</ID> <Inactive>true</Inactive> <OrderNumber>4</OrderNumber> <Title>sample string 2</Title> </SysItemsController.APIPatientType> </ArrayOfSysItemsController.APIPatientType>