I have exposed the Sales Invoice Statistics page (Object ID 10041) as an Odata web service.
When I attempt to query the URL for the service in Power BI and other applications, I receive a 404 error.
Below is the response I receive.
{
"error": {
"code": "Internal_RecordNotFound",
"message": "The Tax Area does not exist. Identification fields and values: Code=''"
}
}
I have exposed many other pages as Odata web services and have not had issues.
Looking for advice on how to go about fixing this issue.
I need to query the Sales Invoice Statistics page for some Power BI reporting.