POST api/v1/departmentpreferences

Updates staff preference for a department

Request Information

URI Parameters

None.

Body Parameters

DepartmentPreferenceItemModel
NameDescriptionTypeAdditional information
id

integer

None.

preferenceOptionId

integer

None.

code

string

None.

text

string

None.

isEnabled

boolean

None.

effectiveDate

date

None.

expiresDate

date

None.

hasConfigChanged

boolean

None.

items

Collection of DepartmentPreferenceItemModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseModelOfDepartmentPreferenceItemModel
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfDepartmentPreferenceItemModel

None.

Errors

Collection of string

None.

Warnings

Collection of string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.