Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.22 KB

RemoveClientFromClassRequest.md

File metadata and controls

14 lines (10 loc) · 1.22 KB

RemoveClientFromClassRequest

Properties

Name Type Description Notes
client_id string The RSSID of the client to remove from the specified class.
class_id int The ID of the class that you want to remove the client from.
test bool When `true`, the request ensures that its parameters are valid without affecting real data.<br /> When `false`, the request performs as intended and may affect live client data.<br /> Default: false [optional]
send_email bool When `true`, indicates that the client should be sent an email. Depending on the site and client settings, an email may or may not be sent.<br /> Default: false [optional]
late_cancel bool When `true`, indicates that the client is to be late cancelled from the class.<br /> When `false`, indicates that the client is to be early cancelled from the class.<br /> Default: false [optional]

[Back to Model list] [Back to API list] [Back to README]