POST api/BusinessModules/{bmId}/Entities/{entityId}/QueueAggregationJob
Queue an aggregation job a specific business module entity.
Request Information
URI Parameters
Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.