Hello
I'm new to Business Central space, facing an issue on custom connector for a table, extension which I've created
It's working as expected in BC
While in custom connector I'm getting 404
{
"error": {
"code": "BadRequest_NotFound",
"message": "Bad Request - Error in query syntax. CorrelationId: a3eba416-893e-40a9-96d6-a0bb72528b6c."
}
}
My inputs are
Host = api.businesscentral.dynamics.com
Base URL = /v2.0/bc3a3a81-9843-4b43-b81f-90c9cf3f06c0/Sandbox/
Authentication type = Base
Creating Actions Get (tried both URL)
URL=
ODataV4/Company({CompanyID})/ClientInquiry
ODataV4/Company(10a127a4-77ff-eb11-bb73-000d3a2b9e0a)/ClientInquiry
CompanyID= 10a127a4-77ff-eb11-bb73-000d3a2b9e0a
(Getting CompanyId using - https://api.businesscentral.dynamics.com/v2.0/bc3a3a81-9843-4b43-b81f-90c9cf3f06c0/Sandbox/api/v2.0/companies)
Request URL looks like - https://api.businesscentral.dynamics.com/v2.0/bc3a3a81-9843-4b43-b81f-90c9cf3f06c0/Sandbox/ODataV4/Company({CompanyID})/ClientInquiry
I can see the service running in Postman, so no issue in schema.
What am I missing here ?
Appreciate any help on this
Thank you
anand