GET residentapi/documenttypes/{id}

Gets a Document Type by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

(Required)

integer

Required

Body Parameters

None.

Response Information

Resource Description

DocumentType
NameDescriptionTypeAdditional information
DocumentTypeId

DocumentTypeId

integer

None.

Name

DocumentType Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "documentTypeId": 1,
  "name": "sample string 2"
}