Summary: Search foods by what is specified in the request.
Soap Action: http://ns.esha.com/2013/genesisapi/Search
Request Type: FoodsSearchRequest
- SearchText
- Type: String
- The text to search for.
- 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.