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