GET api/Entity/{businessModuleId}/ValidateStageConstraints/{entityId}/{stageId}/{stageModelId}

Validates stage constrains against a specific stage

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

The Id of the business module

globally unique identifier

Required

entityId

The id of the entity

integer

Required

stageId

The Id of the stage

string

Required

stageModelId

The Id of the stage model

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns a JSON of Stage Validation status

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.