GET api/AuthorizationDocs/GetDocumentTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DocumentType
NameDescriptionTypeAdditional information
DocumentTypeId

byte

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "documentTypeId": 64,
    "description": "sample string 2"
  },
  {
    "documentTypeId": 64,
    "description": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDocumentType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DocumentType>
    <DocumentTypeId>64</DocumentTypeId>
    <Description>sample string 2</Description>
  </DocumentType>
  <DocumentType>
    <DocumentTypeId>64</DocumentTypeId>
    <Description>sample string 2</Description>
  </DocumentType>
</ArrayOfDocumentType>