cURL
curl --request POST \ --url https://api.panora.dev/ticketing/attachments/batch \ --header 'Content-Type: application/json' \ --header 'x-connection-token: <x-connection-token>' \ --data '[ { "file_name": "<string>", "file_url": "<string>", "uploader": "<string>", "field_mappings": {} } ]'
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "file_name": "<string>", "file_url": "<string>", "uploader": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
The connection token
Set to true to include data from the original Ticketing software.
The file name of the attachment
The file url of the attachment
The uploader's uuid of the attachment
Show child attributes