POST api/Entity/{businessModuleId}/Update/{entityId}

Updates business module entity in WorkPoint

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

The id of the business module

globally unique identifier

Required

entityId

The id of the business module entity

integer

Required

Body Parameters

Dynamic Schema of items in selected entity

WorkPoint365.WebAPI.Model.Controllers.Entity.EntityUpdateParameter

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<EntityUpdateParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model.Controllers.Entity" />

Response Information

Resource Description

The Id of the updated entity.

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.