Batch sending
Ta treść nie jest jeszcze dostępna w Twoim języku.
Preparing batch packages, opening batch sessions, uploading parts, and closing batches.
Operations
Section titled “Operations”| Operation | Summary | Variants |
|---|---|---|
| Authenticated client: Batch session | Open a batch session for upload work. | Sync, Async |
| Authenticated client: Open batch session | Open a batch session using caller-prepared encryption metadata. | Sync, Async |
| Authenticated client: Resume batch session | Rebind an existing serialized batch session state to this client. | Sync, Async |
| Authenticated client: Batch | Return the high-level batch upload workflow service. | Sync, Async |
| Batch session: Reference number | Get the batch session reference number. | Sync, Async |
| Batch session: Access token | Get the access token for this session. | Sync, Async |
| Batch session: Aes key | Get the AES key for encrypting batch files. | Sync, Async |
| Batch session: Iv | Get the initialization vector for AES encryption. | Sync, Async |
| Batch session: Part upload requests | Get the upload instructions for each file part. | Sync, Async |
| Batch session: Get state | Get the serializable state of this batch session. | Sync, Async |
| Batch session: Upload parts | Upload the prepared batch parts using the session’s presigned URLs. | Sync, Async |
| Batch session: Close | Close the batch session and start processing. | Sync, Async |
| Batch service: Prepare batch | Build a ZIP package, split it, and encrypt each upload part. | Sync, Async |
| Batch service: Prepare batch from paths | Load invoice XML files from disk and prepare a batch package. | Sync, Async |
| Batch service: Open session | Open a batch session for an already prepared package. | Sync, Async |
| Batch service: Upload parts | Upload all prepared batch parts using the session’s presigned URLs. | Sync, Async |
| Batch service: Submit prepared batch | Open, upload, and close a batch session for a prepared package. | Sync, Async |
| Batch service: Submit batch | Prepare and submit a batch in one call. | Sync, Async |