POST
/
api
/
v1
/
content
/
uploadFile
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/uploadFile \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=[
  null
]'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

multipart/form-data

Response

200 - application/json

The response is of type object.