Skip to main content
POST
/
api
/
v1
/
orchestration
/
Domain
/
uploadFile
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/Domain/uploadFile \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>' \
  --form file.0='@example-file' \
  --form file.1='@example-file'
"<string>"

Body

multipart/form-data
file
file | null

Response

200 - application/octet-stream

The response is of type file.