CreateProfessionalClearanceRequestItemRequest
DTO for creating a professional clearance request item
Properties
| Name | Type | Description |
|---|---|---|
| request | string | The request text |
The request text | ||
| sortOrder | integer | The sort order for displaying the requests |
The sort order for displaying the requests | ||
| global | boolean | If true, this item will be included for all clients regardless of the services they have |
If true, this item will be included for all clients regardless of the services they have | ||
JSON Example
{
"request": "string",
"sortOrder": 0,
"global": false
}