POST api/Setting/GetExcelFileForFinanacialDocuments
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| documentList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"NewDocType": "sample string 1",
"DocumentId": "sample string 2",
"InvoiceDate": "2025-11-05T23:19:06.6025352+00:00",
"DueDateText": "sample string 4",
"ConsigneeId": "sample string 5",
"CountryName": "sample string 6",
"InvoiceTotal": 7.1,
"SettledAmount": 8.1,
"CurrencyName": "sample string 9",
"OtherReference": "sample string 10",
"FreeAgentInvoiceId": "sample string 11",
"XeroInvoiceId": "sample string 12"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommercialInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL.Model">
<CommercialInvoice>
<ConsigneeId>sample string 5</ConsigneeId>
<CountryName>sample string 6</CountryName>
<CurrencyName>sample string 9</CurrencyName>
<DocumentId>sample string 2</DocumentId>
<DueDateText>sample string 4</DueDateText>
<FreeAgentInvoiceId>sample string 11</FreeAgentInvoiceId>
<InvoiceDate>2025-11-05T23:19:06.6025352+00:00</InvoiceDate>
<InvoiceTotal>7.1</InvoiceTotal>
<NewDocType>sample string 1</NewDocType>
<OtherReference>sample string 10</OtherReference>
<SettledAmount>8.1</SettledAmount>
<XeroInvoiceId>sample string 12</XeroInvoiceId>
</CommercialInvoice>
<CommercialInvoice>
<ConsigneeId>sample string 5</ConsigneeId>
<CountryName>sample string 6</CountryName>
<CurrencyName>sample string 9</CurrencyName>
<DocumentId>sample string 2</DocumentId>
<DueDateText>sample string 4</DueDateText>
<FreeAgentInvoiceId>sample string 11</FreeAgentInvoiceId>
<InvoiceDate>2025-11-05T23:19:06.6025352+00:00</InvoiceDate>
<InvoiceTotal>7.1</InvoiceTotal>
<NewDocType>sample string 1</NewDocType>
<OtherReference>sample string 10</OtherReference>
<SettledAmount>8.1</SettledAmount>
<XeroInvoiceId>sample string 12</XeroInvoiceId>
</CommercialInvoice>
<CommercialInvoice>
<ConsigneeId>sample string 5</ConsigneeId>
<CountryName>sample string 6</CountryName>
<CurrencyName>sample string 9</CurrencyName>
<DocumentId>sample string 2</DocumentId>
<DueDateText>sample string 4</DueDateText>
<FreeAgentInvoiceId>sample string 11</FreeAgentInvoiceId>
<InvoiceDate>2025-11-05T23:19:06.6025352+00:00</InvoiceDate>
<InvoiceTotal>7.1</InvoiceTotal>
<NewDocType>sample string 1</NewDocType>
<OtherReference>sample string 10</OtherReference>
<SettledAmount>8.1</SettledAmount>
<XeroInvoiceId>sample string 12</XeroInvoiceId>
</CommercialInvoice>
</ArrayOfCommercialInvoice>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.