I'm first time want explore the TRAMS API. I was able to login successfully and want to explorer available methods. Here is my Example that fail with "Session ID Not Specified". What I'm doing wrong ?
GET //invoicequery/RunQuery HTTP/1.1
Content-Type: text/plain
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: d087c789-0a4a-45c1-872e-f4fef9dfc184,35d5642b-0b0d-4e66-b9c6-21fa19bc6237
Accept-Encoding: gzip, deflate
Content-Length: 85
Connection: keep-alive
cache-control: no-cache
{
"params":
{
}
"SessionID": "{E108531E-9382-44B9-ABFC-535A5ABD198A}"
}