GET api/documenttypes/{Id}
Get a document type by the id
Request Information
Authentication
This method requires user authentication
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocType| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentTypeId |
Document Type Id. Primary key of the document type table. |
integer |
None. |
| DocumentTypeName |
Document Type Name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DocumentTypeId": 1,
"DocumentTypeName": "sample string 2"
}