When I try and update a customer via the API I get the following error returned:
"error": {
"code": "BadRequest_ResourceNotFound",
"message": "Resource not found for the segment 'customer'. CorrelationId: b5593eb6-2074-41fe-9106-d7bbdba8b452."
}
The url I'm using is:-
api.businesscentral.dynamics.com/.../customers(<id>)
I've tried for hours to figure it out, what could I be doing wrong?