Dispute API documentation
BpEngineApi Service
The BpEngineApi service provides methods for working with case samples: initiation, execution, obtaining execution options.
To execute the BpEngineApi service methods, transfer the access token parameter (X-Authorization).
Download Method
Obtaining data by case sample.
Method address:
/webapi/v1/BpEngineApi/Download
Request type: post
Key | Data type | Description |
---|---|---|
bpItemId | integer | Case ID |
fileId | integer | File ID |
X-Authorization | string |
Key | Data type | Description |
---|---|---|
success | boolean | Successful case action attribute |
errorMessage | string | Error text |
content | string | Content in base64 |
fileName | string | File Name |
guid | string | GUID of a file previously uploaded to the system |