03-22-2020 03:48 PM - edited 03-26-2020 01:53 PM
Does anyone have adding a record to a custom table working using the web API? If so could you post the body of a successful post? When I try and add a record it gives me the following message. I suspect that if it is working that I'm not formatting the company that I'm attempting to associate the custom entities record with properly.
Here is the body of the post I'm using:
{
"insurer": "Axa",
"policy Number": "12345",
"private": false,
"companies": ["id": "e39e2d40-694b-4c83-a5ef-0cbb23d0459c"],
"contacts": null,
"groups": null,
"opportunities": null,
}
It doesn't seem to matter if I fill in the rest of the fields on not. I retrieved the fields using the API and I'm certain that the company id is correct.
Here is the response from Act!:
03-28-2020 03:48 PM
I got it working! 😁
04-29-2020 05:20 PM
07-17-2020 06:43 AM
Yeah indeed, i'd like to know too!