Content:
Resource information
Url |
https://api.profit365.eu/1.6/accounting/standard/
|
Authentication | required |
Access level | company |
Response | JSON / XML |
Class |
List standard entries
A view is currently only way how to list standard documents. A pagination is used.
Url |
https://api.profit365.eu/1.6/accounting/standard/{page} |
||
Method | GET | ||
Params |
|
||
Example | https://api.profit365.eu/1.6/accounting/standard/1 |
New standard entry
Url |
https://api.profit365.eu/1.6/accounting/standard |
Method | POST |
Content | A new standard journal entry data |
Example | POST https://api.profit365.eu/1.6/accounting/standard/
|
Update entry
An existing standard journal entry can be updated, if its business state allows such operation. When updating an entry, submit all the data, not just fields that have changed.
Url |
https://api.profit365.eu/1.6/accounting/standard/{id} |
||
Method | PUT | ||
Params |
|
||
Content | An updated entry data | ||
Example | PUT https://api.profit365.eu/1.6/accounting/standard/aef0c0c4-a7f0-4e2b-91c5-fdad735d45b1
|
Standard entry data
ordnerId required |
ID of an ordner Type: GUID |
request, response |
dateCreated required |
Date when receipt was issued (business date, not system date). Type: DateTime |
request, response |
dateDelivery required |
Date when the taxable transaction took place Type: DateTime |
request, response |
rows required |
A collection of standard entry's rows. The entry may contain one or multiple rows. Each row represents exactly one row in the receipt. See row data Type: Array |
request, response |
recordNumber optional |
A unique number of the entry. Duplicate record number will be denied. See Record Numbers Type: String |
request, response |
accountId required |
ID of an account Type: GUID |
request, response |
Standard entry row data
relatedRecordId optional |
A ID of an record which is paid by this entry. For example an invoice. Type: GUID |
request, response |
itemId optional |
ID of an item from price list. Type: GUID |
request, response |
debit required |
A value in debit side of the row Type: Number |
request, response |
credit required |
A value in credit side of the row Type: Number |
request, response |
accountId optional |
ID of the account on the row Type: GUID |
request, response |
vatId optional |
ID of the vat paragraph Type: GUID |
request, response |
description1 optional |
Description of the row Type: String |
request, response |
costCenterId optional |
ID of a Cost center. Type: GUID |
request, response |
costUnitId optional |
ID of a Cost unit. Type: GUID |
request, response |
personId optional |
ID of a Person. Type: GUID |
request, response |
projectId optional |
ID of a Project. Type: GUID |
request, response |
- Pubished at 2/25/2019 9:18:53 AM
- Last edited 3/18/2019 1:37:21 PM