PUT api/v1/facilities/{facilityId}/schedules/move?doSave={doSave}

Move schedules of given departments to next phase. If list of departments are not passed in, all the departments belonging to this facility will be processed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
facilityId

integer

Required

doSave

boolean

Default value is True

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

Returns a list of ScheduleProcessPhaseIds

TaskOfApiResponseModelOfIEnumerableOfInt32
NameDescriptionTypeAdditional information
Result

ApiResponseModelOfIEnumerableOfInt32

None.

Id

integer

None.

Exception

AggregateException

None.

Status

TaskStatus

None.

IsCanceled

boolean

None.

IsCompleted

boolean

None.

CreationOptions

TaskCreationOptions

None.

AsyncState

Object

None.

IsFaulted

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.