POST api/BusinessModules/{bmId}/Entities/{entityId}/EntitySecurityReplication/{replicationMode}

Runs the entity scope replication. This means it only runs security replication for entities, everything else is not replicated.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bmId

The business module identifier.

globally unique identifier

Required

entityId

The entity identifier.

integer

Required

replicationMode

The replication mode. Entity will run security replication for the the entity only and start a job for all child entities. ChildEntites will run security replication for all child entities and start a job to run replication for any childs to these, if any...

WorkPoint365.WebAPI.Model.EntitySecurityReplicationMode

Required

Body Parameters

None.

Response Information

Resource Description


boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>