Method Workflow

  1. The request size is checked. If it exceeds 20 MB the transaction is rejected and HTTP code 400 is returned.

  2. Authentication check is performed.

  3. Upload type is determined as either Incremental Upload or Full Upload.

  4. SOAP request is checked for validity.

  5. Upload-specific processing is performed.

  6. All actions added to the action queue are executed, modifying the database.

  7. . Response is returned to the agent containing either a single error response, if the transaction validation failed, or detailed reports on individual commands.