POST v1/AssessmentStatus

Request Information

URI Parameters

None.

Body Parameters

AssessmentStatu
NameDescriptionTypeAdditional information
AssessmentStatusId

string

String length: inclusive between 0 and 10

Name

string

Required

String length: inclusive between 0 and 50

AssessmentTypeId

integer

None.

ClosedFlag

boolean

None.

DisplayOrder

integer

None.

DeactivatedDate

date

None.

ModifiedBy

integer

None.

SysStart

date

None.

SysEnd

date

None.

Request Formats

application/json, text/json

Sample:
{
  "assessmentStatusId": "sample string 1",
  "name": "sample string 2",
  "assessmentTypeId": 3,
  "closedFlag": true,
  "displayOrder": 5,
  "deactivatedDate": "2024-09-05T06:46:21.6611825+00:00",
  "modifiedBy": 6,
  "sysStart": "2024-09-05T06:46:21.6768195+00:00",
  "sysEnd": "2024-09-05T06:46:21.6768195+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AssessmentStatu
NameDescriptionTypeAdditional information
AssessmentStatusId

string

String length: inclusive between 0 and 10

Name

string

Required

String length: inclusive between 0 and 50

AssessmentTypeId

integer

None.

ClosedFlag

boolean

None.

DisplayOrder

integer

None.

DeactivatedDate

date

None.

ModifiedBy

integer

None.

SysStart

date

None.

SysEnd

date

None.

Response Formats

application/json, text/json

Sample:
{
  "assessmentStatusId": "sample string 1",
  "name": "sample string 2",
  "assessmentTypeId": 3,
  "closedFlag": true,
  "displayOrder": 5,
  "deactivatedDate": "2024-09-05T06:46:21.6924694+00:00",
  "modifiedBy": 6,
  "sysStart": "2024-09-05T06:46:21.6924694+00:00",
  "sysEnd": "2024-09-05T06:46:21.6924694+00:00"
}