export-file-reject
- Print
- PDF
export-file-reject
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It rejects the request to export the file for Data Box in Data Box Frame.
POST https://{endpoint}/export-approve/export-file-reject
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
exportApplyId | Yes | Integer | Export request ID | |
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | Yes | Integer | Data Box number | |
rejectReason | Yes | String | Up to 1000 characters | Reason for rejection |
Responses
HTTP status code | Description |
---|---|
200 | Success |
400 | Request information error |
401 | Authentication failed |
403 | No permission to request information |
404 | Resource not found |
500 | Server error |
Examples
Request examples
{
"dataBoxNo": 194,
"dataBoxFrameNo": 1046,
"exportApplyId": -,
"rejectReason": "test"
}
Response examples
{
"returnMessage": "An export request has been rejected."
}
Errors
HTTP Status Code | Return code | Description |
---|---|---|
200 | - | Successful normal request |
400 | 10001, 130*** | Request information and parameter error |
403 | 10002 | No permission to request information |
404 | 10009 | Resource not found |
500 | 130000 | Service internal error |
500 | 139999 | Integration service API call error |
Was this article helpful?