POST api/Entity/{businessModuleId}/Move/{sourceEntityId}

Moves an entity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

globally unique identifier

Required

sourceEntityId

integer

Required

Body Parameters

WorkPoint365.WebAPI.Model.MoveEntityParameter
NameDescriptionTypeAdditional information
SourceEntityListID

globally unique identifier

None.

SourceEntityID

integer

None.

TargetEntityListID

globally unique identifier

None.

TargetEntityContentTypeID

string

None.

ValidateOnly

boolean

None.

IncludeProgressLogInResult

boolean

None.

RunAsJob

boolean

None.

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.