Creating Company & Opportunity Returning 500 On REST API
Hello!
I'm trying to create a company and an opportunity at the same time.
I'm hitting /rest/companies
and passing the following body:
{
"name": "COMPANY NAME",
"opportunities": [
{
"name": "OPPORTUNITY NAME"
}
]
}
Here's my code specifically:
and it's returning the following:
"error": "AxiosError: Request failed with status code 500. Please check your query."
Am I missing something obvious?
I'm trying to create a company and an opportunity at the same time.
I'm hitting /rest/companies
and passing the following body:
{
"name": "COMPANY NAME",
"opportunities": [
{
"name": "OPPORTUNITY NAME"
}
]
}
Here's my code specifically:
and it's returning the following:
"error": "AxiosError: Request failed with status code 500. Please check your query."
Am I missing something obvious?