Accounts
Get Account List
Returns a list of business unit accounts.
post/ GetAccountList
Request body
Example request
{
"Method": "GetAccountList",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"PageSize": 10,
"PageIndex": 1,
"DateFilterGE": "2022-06-09"
}Response
Ok
Example response
{
"AccountListData": [
{
"Name": "[BU] Josué Almeida Ramos",
"Mail": "josue.ramos@gmail.com.br",
"Phone": "(99) 99999-9999",
"Identifier": 182211,
"TradingName": "[BU] Josué Almeida Ramos",
"TaxNumber": "30934646000107",
"LastTransactionDate": "2022-08-18 04:48:34"
}
]
}