POST api/ListItem/ChangeStage
Changes the stage for an entity
Request Information
URI Parameters
None.
Body Parameters
ChangeStageParameter
WorkPoint365.WebAPI.Model.ChangeStageParameter| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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. |