Returns a list of all movements for the specified account, contact, and date.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/chart-accounts/{id}/account-movement
curl \
--request GET 'https://wyzio.app/api-v1/chart-accounts/{id}/account-movement?contactId=42&date=string'
Response examples (200)
[
{
"companyDebit": 42.0,
"companyCredit": 42.0
}
]