GET residentapi/documenttypes/{id}
Gets a Document Type by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentType| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentTypeId |
DocumentTypeId |
integer |
None. |
| Name |
DocumentType Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"documentTypeId": 1,
"name": "sample string 2"
}