Skip to main content
POST
Create Patient Credit

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

patient_id
string
required

Body

application/json
amount
integer
required

Credit amount in cents

patientId
string | null
amountRemaining
integer | null

Amount remaining in cents, defaults to amount

comment
string | null
expiryDate
string<date-time> | null
memberId
string | null
creatorId
string | null

Response

Successful Response

id
string
required
patientId
string
required
amount
integer
required
amountRemaining
integer
required
createdDate
string<date-time>
required
comment
string | null
expiryDate
string<date-time> | null
memberId
string | null
updatedDate
string<date-time> | null
creator
UserTiny · object | null