POST api/BusinessModules/{bmId}/Actions/{actionId}/Run?entityId={entityId}
Executes an action on a business module entity
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bmId |
The id of the business module |
globally unique identifier |
Required |
| actionId |
The id of the action to run |
globally unique identifier |
Required |
| entityId |
The id of the entity in the business module |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobId of queued job
globally unique identifierResponse Formats
application/json, text/json
Sample:
"51d05fd6-d8d5-40b5-b3d1-d58e4b3999f0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">51d05fd6-d8d5-40b5-b3d1-d58e4b3999f0</guid>