PUT v1/AssessmentStatus/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

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-11T21:54:50.6632468+00:00",
  "modifiedBy": 6,
  "sysStart": "2024-09-11T21:54:50.6632468+00:00",
  "sysEnd": "2024-09-11T21:54:50.6632468+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.