POST api/ListItem/ChangeStage

Change Stage

Request Information

URI Parameters

None.

Body Parameters

WorkPoint365.WebAPI.Model.ChangeStageParameter
NameDescriptionTypeAdditional information
EntityListId

The id of the entity list

globally unique identifier

Required

EntityItemId

The id of the entity item

integer

Required

StageModelId

Stage Model ID

Object

None.

StageId

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

string

Required

SubStageTermId

The Term Id of the selected substage to change to

globally unique identifier

None.

FieldValues

Field values to be updated

Collection of WorkPoint365.WebAPI.Model.FieldValue

None.

OverrideConstraints

Stage contraints behaviour

WorkPoint365.WebAPI.Model.ChangeStageParameter+OverrideConstraintsEnum

Required

OverrideRequiredFields

If true, ignore empty required fields

boolean

Required

Fields

WorkPoint365.WebAPI.Model.ChangeStageFields

None.

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

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.