Skip to main content
POST
Update Outstanding Balance

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

The id of the patient

Body

application/json
balance
string<decimal>
required

The outstanding balance in cents.

Pattern: ^-?\d{0,10}(?:\.\d{0,2})?$

Response

200 - application/json
balance
string<decimal>
required

The outstanding balance in cents.

Pattern: ^-?\d{0,10}(?:\.\d{0,2})?$
patient_id
integer<int64>
read-only