HI,
We are using the OData V4 api of Business Central to get the info of some parts of the application and we found a situation that seems to be a bug in Dynamics.
If you access the endpoints for Sales Credit Memos (9302) or Purchase Credit Memos (9309) using the "select" statement in the request AND if you specify the "Accept" header with "application/json;odata.metadata=full", a http 500 error is thrown.
Here is an example:


Without the select statement, it works in both cases:


It seems to us like a problem inside the service.
Thanks!!