Hi,
We have an api that is fetching customers, salesOrder, etc from BC. Since friday last week 16/05, it doesn't work properly. Nothing has changed in our application, permissions etc.
Suddenly, calling the same endpoint returns with this:
GET /v2.0/Production/api/v2.0/companies(XXX)/customers(YYY)?tenant=ZZZ
Error fetching debtor: {
error: {
code: 'BadRequest_ResourceNotFound',
message: "Resource not found for the segment 'customers'. CorrelationId: ab33bff0-10ac-40eb-9950-b9388608b182."
}
}
What could be the cause? Calling other endpoints like contactInformation or salesOrder has no issue.