GET api/AccountingEntryTemplate

Gets all AccountingEntryTemplates.

Request Information

URI Parameters

None.

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

AccountingEntryTemplates

AccountingEntryTemplateResponse
NameDescriptionTypeAdditional 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": "87772e85-4ba8-43f3-ad29-961610ea712e",
  "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>87772e85-4ba8-43f3-ad29-961610ea712e</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>