v1

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

Update owner working capital

    Update owner working capital by owner ID.
  
put/accounting-api/owners/{id}/working-capital

Path parameters

idstring required
Example:5d6e7a7ebf8e3800207735ae

Owner ID

Request body

workingCapitalnumber

New working capital amount

Response

Owner working capital updated

workingCapitalnumber

Current owner's working capital amount

Example response

{
  "workingCapital": 10
}