DocumentTypes

Prev Next
This content is currently unavailable in Spanish. You are viewing the default (English) version.


 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.