It allows you:
to get the Payment Mode list to use with API 'Sales Order'.
Columns that can be used as filters:
Organization
Name
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/payment/mode/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2014-04-22 13:14:13",
"CreatedBy": "SuperUser",
"Updated": "2014-04-22 13:14:13",
"UpdatedBy": "SuperUser",
"Active": true,
"Name": "Mode 1",
"Description": null
}
],
"totalRows": 1
}