POST api/ListItem/ChangeStage

Changes the stage for an entity

Request Information

URI Parameters

None.

Body Parameters

ChangeStageParameter

WorkPoint365.WebAPI.Model.ChangeStageParameter
NameDescriptionTypeAdditional information
EntityListId

The id of the entity list

globally unique identifier

None.

EntityItemId

The id of the entity item

integer

None.

StageId

The id for the stage (content type) to change to

string

None.

SubStageTermId

The Term Id of the selected substage to change to

string

None.

FieldValues

Field values to be updated

Collection of WorkPoint365.WebAPI.Model.FieldValue

None.

OverrideConstraints

Stage contraints behaviour

WorkPoint365.WebAPI.Model.ChangeStageParameter+OverrideConstraintsEnum

None.

OverrideRequiredFields

If true, ignore empty required fields

boolean

None.

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

Returns true if the stage change was successful

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.