Outstanding Balance
Update Outstanding Balance
The outstanding balance is a write-only resource that can be used to update the balance of a specific patient. It requires that the OutstandingBalance feature must be enabled for the practice.
POST
Update Outstanding Balance
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The id of the patient
Body
application/json
The outstanding balance in cents.
Pattern:
^-?\d{0,10}(?:\.\d{0,2})?$Update Outstanding Balance