The Ordners API is a background functionality of a web client at Profit365 > Accounting > Ordners. With this resource you can:
- List ordners
- Search ordners
- Create ordner
- Read ordner
- Update ordner
- Delete ordner
Resource information
Url | https://api.profit365.eu/1.6/catalogs/ordners |
Authentication | required |
Access level | company |
Response | JSON / XML |
List ordners
A view is currently only way how to list ordners. Before getting involved, read more about the view. A pagination is used.
URL | https://api.profit365.eu/1.6/catalogs/ordners/{page} |
Method | GET |
{page} |
A page number of result set. Default page number is 1 and default page size is 50. |
Example |
|
Create new ordner
URL | https://api.profit365.eu/1.6/catalogs/ordners |
Method | POST |
Parameters for insert are listed here.
Update ordner
URL | https://api.profit365.eu/1.6/catalogs/ordners/{id} |
Method | PUT |
{id} |
A ID of an ordner. |
Example |
|
ordner parameters
ordnerId required |
ID of an ordner where is the ordner stored. Type: GUID |
request, response |
warehouseId required |
ID of a warehouse. Type: GUID |
request, response |
dateCreated required |
Date when ordner was issued (business date not system date) Type: DateTime |
request, response |
recordNumber optional |
A unique number of the ordner. When inserting, empty record number will be generated by the counter. When updating, empty record number wont be generated. Duplicate record number will be denied. Type: String |
request, response |
tags optional |
An Array of tags helps to search, group and link ordners Type: String Array |
request, response |
partnerId optional |
Customer ID from a business partners list Type: GUID |
request, response |
partnerDetail optional |
Billing address / info of a partner Type: String |
request, response |
partnerAddres optional |
Delivery address / info of a partner Type: String |
request, response |
dateAccounting optional |
A accounting date for the ordner Type: DateTime |
request, response |
dateDelivery optional |
A delivery date for the ordner Type: DateTime |
request, response |
- Pubished at 12/28/2014 11:28:50 AM
- Last edited 10/19/2018 11:37:29 AM