MENU
      export-file-reject
        • PDF

        export-file-reject

        • PDF

        Article summary

        It rejects the request to export the file for Data Box in Data Box Frame.

        POST https://{endpoint}/export-approve/export-file-reject
        HTTP

        Requests

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        exportApplyIdYesIntegerExport request ID
        dataBoxFrameNoYesIntegerData Box Frame number
        dataBoxNoYesIntegerData Box number
        rejectReasonYesStringUp to 1000 charactersReason for rejection

        Responses

        HTTP status codeDescription
        200Success
        400Request information error
        401Authentication failed
        403No permission to request information
        404Resource not found
        500Server error

        Examples

        Request examples

        {
          "dataBoxNo": 194,
          "dataBoxFrameNo": 1046,
          "exportApplyId": -,
          "rejectReason": "test"
        }
        JSON

        Response examples

        {
          "returnMessage": "An export request has been rejected."
        }
        JSON

        Errors

        HTTP Status CodeReturn codeDescription
        200-Successful normal request
        40010001,
        130***
        Request information and parameter error
        40310002No permission to request information
        40410009Resource not found
        500130000Service internal error
        500139999Integration service API call error

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.