long[] parameter will be passed in the HTTP body.
API call example:
void uploadResponsePolicyItems(long parentId, byte[] policyItemsData) http://<AddressManager_IP>/Services/REST/uploadResponsePolicyItems
HTTP Header:
- Authorization: BAMAuthToken: UTtSjMTQ1ODAzMTgzMDUxMzphcGk=
- Content-Type: multipart/form-data
HTTP Body:
- Upload file for above listed API’s in REST API client.
Response
No response. The method has the void return type.