SearchByProperty

Summary: Searches foods returning those which have the specified property and value.

Soap Action: http://ns.esha.com/2013/genesisapi/SearchByProperty

Request Type: FoodsByPropertyRequest

  • PropertyFilters
    • Type: PropertyFilter[]
    • The property values that foods must have all of to be returned.
  • HasProperties
    • String[]
    • The property uris that a food must have some value for to be returned.
  • StartIndex (Optional)
    • Type: Int
    • The index offset. If empty, index starts at 1.
  • PageSize (Optional)
    • Type: Int
    • The number of foods to return in the response. If empty, all records are returned.

Response Type: FoodsListResponse

  • Foods
    • Type: FoodDto[]
    • The list of foods obtained from the request.
  • Status
    • Type: exlx:ResultStatus
    • The ResultStatus of the given response
  • ResponseVersion
    • Type: exlx:XmlVersion
    • The version of the given response.