GET api/documenttypes/{Id}

Get a document type by the id

Request Information

Authentication

This method requires user authentication

URI Parameters

NameDescriptionTypeAdditional information
Id

(Required)

integer

Required

Body Parameters

None.

Response Information

Resource Description

DocType
NameDescriptionTypeAdditional 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"
}