Update Appointment Credits
Use the updateAppointmentCredits
mutation to increase, decrease, or send an exact number of credits to update the appointment credits information. Use this if the third party has access to the Coaching Portal
Required Arguments
Argument Name | Type | Description |
| ID | User Id Base-64 ID. |
| ID | Appointment type Base-64 ID |
Available Arguments
Argument Name | Type | Description |
---|---|---|
Argument Name | Type | Description |
| Int | Value to increase the number of credits |
| Int | Value to decrease the number of credits |
| Int | Use this to send the exact number of credits the user will have. |
Available Fields
The following fields will be displayed in the response:
Field Name | Type | Description |
---|---|---|
Field Name | Type | Description |
| AppointmentCredit | A structured version of appointment credit information. It contains |
| Boolean | True if the appointment credits has been updated successfully. Otherwise, False |
| Boolean | Description of the result |
Example
Last updated