API Docs / Schemas / ProfessionalClearanceRequestItemDto

ProfessionalClearanceRequestItemDto

An individual item within a professional clearance request during client onboarding

Properties

Name Type Description
codestring

The unique code for this professional clearance request

The unique code for this professional clearance request

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

{
  "code": "string",
  "request": "string",
  "sortOrder": 0,
  "global": false
}

Used By Operations

Contained in Schemas