ReDoc documentation
Returns the credit history for one or more companies.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "id": 0,
- "company_credit_id": 0,
- "user_id": 0,
- "user_type": 0,
- "currency_credit": "string",
- "currency_operation": "string",
- "rate": 0,
- "rate_credit": 0,
- "amount": 0,
- "balance": 0,
- "credit_limit": 0,
- "available_limit": 0,
- "type": 0,
- "datetime": "string",
- "purchase_order": "string",
- "custom_reference_number": "string",
- "comment": "string"
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}