By using this website, you agree to our Terms of Use (click here)
Hey Tim, great posts on REST. I've had a lot of ideas and now I'm trying to get started.
I downloaded Postman and tried to post to our instance of Acumatica -
https://thomson.nellnube.com/HTSLabs/
Type: No Auth
Body:
{
"name" : "test",
"password" : "*******",
"company" : "SANDBOXTHOMSON"
}
I'm getting a 401 unauthorized user error. What am I missing?
I also tried https://thomson.nellnube.com/HTSLabs/entity/auth/login without luck.
Any ideas?
Thanks,
Matt
JSON looks good to me. But try this URL:
Interesting. I didn't realize that you could get the details for a batch of records. I thought you could only get them for a specific record.
You can see another example by clicking here and searching for "expanding".