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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.