DocumentTypes

Prev Next


 GET   /documenttypes


Get all document types.

No Parameters.


 POST   /documenttypes


Create a new document type.

Body Parameters
ParameterTypeDescription
documentTypeNameStringName of the new document type.


 PUT   /documenttypes


Update a document type.

Body Parameters
ParameterTypeDescription
documentTypeIdGuidId of the document type.
documentTypeNameStringName of the new document type.


 DELETE   /documenttypes


Delete a document type.

Body Parameters
ParameterTypeDescription
documentTypeIdGuidId of the document type.