Add Appointment Credits
Use the addAppointmentCredits
mutation to add appointment credits to a specific member to be added to an appointment.
Remember to add credits per appointment type.
Required Arguments
Argument Name | Type | Description |
| ID | Unique appointment type ID. Execute the |
| ID | Unique memeber ID. Execute the |
Available Arguments
Argument Name | Type | Description |
| Int | Increase the number of credits. |
| Int | Decrease the number of credits. |
| Int | Add an exact number of credits. |
Available Fields
The following fields will be displayed in the response:
Field Name | Type | Description |
| string | True if the user has program has been updated successfully. Otherwise, False |
| string | Description of the result |
| Object that returns the information of a credit. |
Appointment Credit
Field Name | Type | Description |
---|---|---|
Field Name | Type | Description |
ID | ID | Credit unique ID |
appointmentType | Appointment type information | |
value | Int | Credit current value |
Example
Within the TeleWellness Portal, edit the information of the corresponding member, check that the credits information has been updated:
Last updated