The below-mentioned query is not working. Can someone help to resolve this issue?
OData Query:
https://<Environment>/api/data/v9.1/invoices?$select=_contactid_value,createdon,datedelivered,description&$expand=salesorderid($select=ordernumber),invoice_details($select=createdon,invoicedetailname,invoiceid),new_invoice_msdyn_payment_invoice($select=createdon,_msdyn_paymentmethod_value;$expand=msdyn_paymentmethod($select=msdyn_name))&$filter=_salesorderid_value eq <GUID> and _contactid_value eq <GUID>
Response: