How to pass a TList object to a xData service API endpoint

Create aEnquiryDtlObjList as a TArray<TCRMEnquiryDetail>, not TList<TCRMEnquiryDetail>. The former will be serialized as a Delpi object (which it actually is).