API Docs / Schemas / UpdateProfessionalClearanceRequestItemRequest

UpdateProfessionalClearanceRequestItemRequest

DTO for updating a professional clearance request item

Properties

Name Type Description
requeststring

The request text

The request text

sortOrderinteger

The sort order for displaying the requests

The sort order for displaying the requests

globalboolean

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
}

Used By Operations