3PAServiceDescriptionOData Features Not Supported

OData Features Not Supported

  • Select – Ability to specify which fields are returned.
  • Expand – Ability to include or not include child records.
  • InlineCount – Ability to return the total count of records matching a filter, even though a subset of those records are returned via top and skip.
  • Format – Specify media format (json or xml). Although we do not support this via a query parameter, we already support it via the ‘Accepts’ header.
  • Arithmetic operators (add, subtract, etc)
  • Functions (StartsWith, EndsWith, SubString, etc)