It allows you:
to get the Payment Term list to use with API 'Sales Order'.
Columns that can be used as filters:
Organization
Name
Net Days
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/payment/term/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2007-10-08 12:15:05",
"CreatedBy": "SuperUser",
"Updated": "2007-10-08 12:15:05",
"UpdatedBy": "SuperUser",
"Active": true,
"Name": "15 days",
"Description": "15 days",
"NetDays": 15
}
],
"totalRows": 1
}