Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Request Type: NutrientListRequest

  • 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: NutrientListResponse

  • Nutrients
    • Type: NutrientDto[]
    • List of nutrients obtained from the given request.
  • Status
    • Type: exlx:ResultStatus
    • The ResultStatus of the given response
  • ResponseVersion
    • Type: exlx:XmlVersion
    • The version of the given response.

...