POST CreateAccountingEInvoice
Request Information
URI Parameters
None.
Body Parameters
AccountingEInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
None. |
|
| SupplierIdentityNo | string |
None. |
|
| IssueDate | date |
None. |
|
| Name | string |
None. |
|
| CreatedDate | date |
None. |
|
| Documents | Collection of MfilesDocument |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.1,
"SupplierIdentityNo": "sample string 2",
"IssueDate": "2026-04-17T16:29:24.2172537+03:00",
"Name": "sample string 4",
"CreatedDate": "2026-04-17T16:29:24.2172537+03:00",
"Documents": [
{
"Name": "sample string 1",
"Content": "QEA="
},
{
"Name": "sample string 1",
"Content": "QEA="
}
]
}
application/xml, text/xml
Sample:
<AccountingEInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices">
<CreatedDate>2026-04-17T16:29:24.2172537+03:00</CreatedDate>
<Documents>
<MfilesDocument>
<Content>QEA=</Content>
<Name>sample string 1</Name>
</MfilesDocument>
<MfilesDocument>
<Content>QEA=</Content>
<Name>sample string 1</Name>
</MfilesDocument>
</Documents>
<Name>sample string 4</Name>
<Amount>1.1</Amount>
<IssueDate>2026-04-17T16:29:24.2172537+03:00</IssueDate>
<SupplierIdentityNo>sample string 2</SupplierIdentityNo>
</AccountingEInvoice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |