Financials | Accounts Entry
Overview
URL | api/{tenantKey}/{orgKey}/financialCore/accountsEntries |
Methods Supported | GET |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
GET Get Outstanding Documents
Retrieves the outstanding sales entries.
Response:
When successful, the response body contains a list of resources of type 'AccountEntry'. See AccountEntry. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/accountsEntries/getOutstandingDocuments
GET /financialCore/accountsEntries/getOutstandingDocuments
GET Get Days Sales Outstanding
Get Days Sales Outstanding.
The following elements are required:
partyKey | (string) PartyKey. |
companyKey | (string) CompanyKey. |
referenceDate | (DateTimeOffset) ReferenceDate. |
Response:
When successful, the response body contains an item of type 'decimal'. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/accountsEntries/getDaysSalesOutstanding
GET /financialCore/accountsEntries/getDaysSalesOutstanding
Resources
AccountEntry
The following elements are optional:
company | (string) Company. |
financialArea | (string) Financial Area. |
nature | (string) Nature. |
postingDate | (DateTime) Posting Date. |
description | (string) Description. |
totalAmountReporting | (decimal) Total Amount Reporting. |
sourceDoc | (string) Source Doc. |
partyKey | (string) Party Key. |
partyName | (string) Party Name. |
companyTaxID | (string) Company Tax ID. |
createdOn | (DateTimeOffset) Created On. |
dueDate | (DateTime) Due Date. |
dueDaysRange | (string) Due Days Range. |
outstanding | (bool) Outstanding. |
outstandingAmount | (decimal) Outstanding Amount. |
outstandingAmountOverDue | (decimal) Outstanding Amount Over Due. |
id | (Guid) Id. |