ReDoc documentation
Returns the list of credits for specified companies.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "id": 0,
- "company_id": 0,
- "credit_limit": 0,
- "balance": 0,
- "currency_code": "string",
- "exceed_limit": true,
- "available_limit": 0
}
], - "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
}