GET api/crm/mst/document/list/doctype
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CrmDocumentTypeEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocumentType": "sample string 1"
},
{
"DocumentType": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfCrmDocumentTypeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities">
<CrmDocumentTypeEntity>
<DocumentType>sample string 1</DocumentType>
</CrmDocumentTypeEntity>
<CrmDocumentTypeEntity>
<DocumentType>sample string 1</DocumentType>
</CrmDocumentTypeEntity>
</ArrayOfCrmDocumentTypeEntity>