GET api/AccountingEntryTemplate
Gets all AccountingEntryTemplates.
Request Information
URI Parameters
None.
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
AccountingEntryTemplates
AccountingEntryTemplateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| CostCentreId | globally unique identifier |
None. |
|
| Description | string |
Required |
|
| ExportAccountId | integer |
None. |
|
| ExportEuAccountId | integer |
None. |
|
| InventoryDifferenceAccountId | integer |
None. |
|
| PurchaseAccountId | integer |
None. |
|
| SalesAccountId | integer |
Required |
|
| SalesEuVatAccountId | integer |
None. |
|
| ThirdPartyAccountId | integer |
None. |
|
| VatId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CostCentreId": "e7f68b91-ebee-42c5-8da1-03706ab7a17d",
"Description": "sample string 2",
"ExportAccountId": 1,
"ExportEuAccountId": 1,
"InventoryDifferenceAccountId": 1,
"PurchaseAccountId": 1,
"SalesAccountId": 3,
"SalesEuVatAccountId": 1,
"ThirdPartyAccountId": 1,
"VatId": 4
}
application/xml, text/xml
Sample:
<AccountingEntryTemplateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Accounting"> <CostCentreId>e7f68b91-ebee-42c5-8da1-03706ab7a17d</CostCentreId> <Description>sample string 2</Description> <ExportAccountId>1</ExportAccountId> <ExportEuAccountId>1</ExportEuAccountId> <Id>1</Id> <InventoryDifferenceAccountId>1</InventoryDifferenceAccountId> <PurchaseAccountId>1</PurchaseAccountId> <SalesAccountId>3</SalesAccountId> <SalesEuVatAccountId>1</SalesEuVatAccountId> <ThirdPartyAccountId>1</ThirdPartyAccountId> <VatId>4</VatId> </AccountingEntryTemplateResponse>