Account REST Endpoints
Reporting/AccountActivity/1.0/Account
The operations from the Reporting/AccountActivity/1.0/Account category.
- Get a single Account
- Method: getPath:
/API/OData/AccountActivity/1/Account/{key} - Get Account ID from Account name
- Method: getPath:
/API/OData/AccountActivity/1/Account/AccountIDByAccountName(AccountName='{AccountName}') - Get all Accounts
- Method: getPath:
/API/OData/AccountActivity/1/Account - Get Company Name from Account ID
- Method: getPath:
/API/OData/AccountActivity/1/Account/AccountIDByCompanyName(CompanyName='{CompanyName}')