GET api/PetTypeOfOwnership/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PetTypeOfOwnership
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "6fc4e622-4694-493a-90d0-2ad5741b4d63",
    "Name": "sample string 2"
  },
  {
    "Id": "6fc4e622-4694-493a-90d0-2ad5741b4d63",
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPetTypeOfOwnership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <PetTypeOfOwnership>
    <Id>6fc4e622-4694-493a-90d0-2ad5741b4d63</Id>
    <Name>sample string 2</Name>
  </PetTypeOfOwnership>
  <PetTypeOfOwnership>
    <Id>6fc4e622-4694-493a-90d0-2ad5741b4d63</Id>
    <Name>sample string 2</Name>
  </PetTypeOfOwnership>
</ArrayOfPetTypeOfOwnership>