I wanted to pass multiple parameter as INPUT for ExpandedentitySet. Could anyone help on URI alone ? Tried many combinations but couldn't able to decode.
OData V2
Attempt 1:
/sap/opu/odata/sap/ZCAR_GDP_MSG_SRV/GDP_MSG_HDRSET?$expand=GDP_MSG_NAV&$filter=Date eq
datetime'2019-03-01T00:00:00',Store eq '0010'
Attempt 2 - This URI sends only STORE as input and DATE has been discarded:
/sap/opu/odata/sap/ZCAR_GDP_MSG_SRV/GDP_MSG_HDRSET?$expand=GDP_MSG_NAV&$filter=Date eq
datetime'2019-03-01T00:00:00'$filter=Store eq '0010'