GET api/{database}/DocumentTypeInfoList
Gets a list of DocumentTypeInfo that matches the specified criteria
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| $expand | MailTemplate |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"documentType": 0,
"emailSenderAddress": "sample string 1",
"mailTemplate": {
"messages": [],
"bcc": "sample string 1",
"canChange": true,
"cannotChangeReason": "sample string 3",
"cc": "sample string 4",
"documentType": 0,
"mailLanguageTemplates": null,
"mailTemplateId": "12be5294-1b1a-402f-bb32-293d769854e8",
"name": "sample string 6",
"to": "sample string 7"
}
},
{
"documentType": 0,
"emailSenderAddress": "sample string 1",
"mailTemplate": {
"messages": [],
"bcc": "sample string 1",
"canChange": true,
"cannotChangeReason": "sample string 3",
"cc": "sample string 4",
"documentType": 0,
"mailLanguageTemplates": null,
"mailTemplateId": "12be5294-1b1a-402f-bb32-293d769854e8",
"name": "sample string 6",
"to": "sample string 7"
}
},
{
"documentType": 0,
"emailSenderAddress": "sample string 1",
"mailTemplate": {
"messages": [],
"bcc": "sample string 1",
"canChange": true,
"cannotChangeReason": "sample string 3",
"cc": "sample string 4",
"documentType": 0,
"mailLanguageTemplates": null,
"mailTemplateId": "12be5294-1b1a-402f-bb32-293d769854e8",
"name": "sample string 6",
"to": "sample string 7"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfDocumentTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Info">
<DocumentTypeInfo>
<DocumentType>PurchaseOrder</DocumentType>
<EmailSenderAddress>sample string 1</EmailSenderAddress>
<MailTemplate xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit">
<d3p1:BCC>sample string 1</d3p1:BCC>
<d3p1:CC>sample string 4</d3p1:CC>
<d3p1:CanChange>true</d3p1:CanChange>
<d3p1:CannotChangeReason>sample string 3</d3p1:CannotChangeReason>
<d3p1:DocumentType>PurchaseOrder</d3p1:DocumentType>
<d3p1:MailLanguageTemplates xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
<d3p1:MailTemplateId>12be5294-1b1a-402f-bb32-293d769854e8</d3p1:MailTemplateId>
<d3p1:Messages xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:To>sample string 7</d3p1:To>
</MailTemplate>
</DocumentTypeInfo>
<DocumentTypeInfo>
<DocumentType>PurchaseOrder</DocumentType>
<EmailSenderAddress>sample string 1</EmailSenderAddress>
<MailTemplate xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit">
<d3p1:BCC>sample string 1</d3p1:BCC>
<d3p1:CC>sample string 4</d3p1:CC>
<d3p1:CanChange>true</d3p1:CanChange>
<d3p1:CannotChangeReason>sample string 3</d3p1:CannotChangeReason>
<d3p1:DocumentType>PurchaseOrder</d3p1:DocumentType>
<d3p1:MailLanguageTemplates xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
<d3p1:MailTemplateId>12be5294-1b1a-402f-bb32-293d769854e8</d3p1:MailTemplateId>
<d3p1:Messages xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:To>sample string 7</d3p1:To>
</MailTemplate>
</DocumentTypeInfo>
<DocumentTypeInfo>
<DocumentType>PurchaseOrder</DocumentType>
<EmailSenderAddress>sample string 1</EmailSenderAddress>
<MailTemplate xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Edit">
<d3p1:BCC>sample string 1</d3p1:BCC>
<d3p1:CC>sample string 4</d3p1:CC>
<d3p1:CanChange>true</d3p1:CanChange>
<d3p1:CannotChangeReason>sample string 3</d3p1:CannotChangeReason>
<d3p1:DocumentType>PurchaseOrder</d3p1:DocumentType>
<d3p1:MailLanguageTemplates xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Lists" i:nil="true" />
<d3p1:MailTemplateId>12be5294-1b1a-402f-bb32-293d769854e8</d3p1:MailTemplateId>
<d3p1:Messages xmlns:d4p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:To>sample string 7</d3p1:To>
</MailTemplate>
</DocumentTypeInfo>
</ArrayOfDocumentTypeInfo>