POST v1/bunits/{bunitId}/remoteActivity
Add a collection of remote activites to a consumption unit's report. For including local/client-side activities which aren't available on the backend server in consumption unit reports, e.g. for SAP HANA.
(SP)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit of the target consumption unit | integer |
Required |
Body Parameters
RemoteActivityListName | Description | Type | Additional information |
---|---|---|---|
Activities |
The activities of the list |
Collection of RemoteActivity |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
The remote activity object with the information which is to be related to the consumption unit
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.