Parameter | Description |
---|---|
Client ID | The unique identifier of the client. |
Name | The name of the assessment. |
Notes | Additional notes to be added to the assessment. |
Start Date | The assessment start date. |
{
"id": <ID>,
"name": "<NAME>",
"notes": "<NOTES>",
"clientId": <CLIENTID>,
"startDate": "<STARTDATE>"
}
Was this page helpful?