It allows you:
to get the charge list to use when creating documents:
Internal Use Inventory
Internal Material Receipt
Columns that can be used as filters:
Organization
Name
Active
BPartner
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/charge/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2008-10-03 15:52:27+0300",
"CreatedBy": "AdminTitular",
"Updated": "2008-10-03 15:52:36+0300",
"UpdatedBy": "AdminTitular",
"Active": true,
"Name": "Alte valori-tichete masa",
"Description": "Alte valori-tichete masa",
"Amount": 0,
"BPartner": null
"BPartnerName": null
}
],
"totalRows": 1
}