We regularly used postman for API testing , but recently we had to move to soapUI.
while trying to run a basic OTCS upload document rest API request through the soapUI utility , observing the below error :
{
"error": "Could not process object, invalid action 'create'",
"request_id": "fd927e3c-0273-4e18-980e-e6835430430f"
}
Inputs being passed are:
1.otcsticket in the header
2. type=144 , parent_id & name of the file in the body
please suggest