Hi,
I am trying to upload a file to a request but am getting an error
To test I am using Postman before I implement it in .NET
Now according to the error I have to configure something but I have no idea where that setting is,
I assumed that to upload a file I should use FormData and pass along the file,filename and addtoattachment
{
"response_status": {
"messages": [
{
"status_code": 4001,
"type": "failed",
"message": "UPLOAD_RULE_NOT_CONFIGURED"
}
],
"status": "failed"
}
}