How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AddClientNote

calendar_today January 1, 2001 domain whmcs

Adds a Client Note Request Parameters Parameter Type Description Required action string “AddClientNote” Required userid int The Client ID to apply the note to Required notes string The note to add Required sticky bool Should the note be made sticky. Makes the note ‘sticky’ and displays the note throughout the client’s account and on any tickets they submit in the admin area Optional Response Parameters Parameter Type Description result string The result of the operation: success or error noteid int The id of the newly created note Example Request (CURL) $ch = curl_init(); curl_setopt($ch, CURL

open_in_new Read original post