POST api/BusinessModules/{bmId}/Entities/{entityId}/QueueAggregationJob

Queue an aggregation job a specific business module entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bmId

Business Module Id

globally unique identifier

Required

entityId

Entity Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

The Id of the queued job.

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.