v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Accounting (only available for accounting add-on users)

Get owner working capital

    Get latest owner working capital by owner ID.
  
get/accounting-api/owners/{id}/working-capital

Path parameters

idstring required
Example:5d6e7a7ebf8e3800207735ae

Owner ID

Response

Owner working capital response

workingCapitalnumber

Current owner's working capital amount

Example response

{
  "workingCapital": 10
}