Hello.
Can you please help me. How can i use post method from url? I'm trying to add request from url but it does not work
"operation": {
"details": {
"requester": "Guest",
"subject": "Specify Subject",
"description": "Specify Description",
"requesttemplate": "Default Request",
"site": "DHL",
"technician": "",
"level": "Tier 3",
"status": "open",
"service": "Email",
"account": "DHL"
}
}
}&OPERATION_NAME=POST&TECHNICIAN_KEY=E5C8204C-0000-0000-0000-FE6689F68BE5&format=json
If i try from url i get an error : {"operation":{"result":{"message":"Account with the specified name not found","status":"Failed"}}}
Thank you.