v1

latestOpenAPI 3.0.02026-07-23336546.2 KB
Transactions Module V2

Get presigned URL for S3 file upload

Returns a presigned URL that allows direct file upload to S3 bucket. Use this URL to upload files directly to S3.

post/api/transactions/v2/upload-url

Request body

id_file_templatestring required

Id of the file template

external_codestring

External code of the file

mode'INSERT' | 'UPSERT' | 'MERGE' | 'VOID' required

Insert transactions mode

id_lotestring

Lote id required for merge mode

batch_codestring

User-defined code for grouping related batches (not unique)

Response

Presigned URL generated successfully

uploadUrlstring required

Pre-signed URL for uploading the file directly to S3

fileKeystring required

S3 file key where the file will be stored

expiresAtstring required

URL expiration timestamp

bucketNamestring required

S3 bucket name