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": "cda61b84-0650-44f7-854a-166ac60489c2",
    "Name": "sample string 2"
  },
  {
    "Id": "cda61b84-0650-44f7-854a-166ac60489c2",
    "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>cda61b84-0650-44f7-854a-166ac60489c2</Id>
    <Name>sample string 2</Name>
  </PetTypeOfOwnership>
  <PetTypeOfOwnership>
    <Id>cda61b84-0650-44f7-854a-166ac60489c2</Id>
    <Name>sample string 2</Name>
  </PetTypeOfOwnership>
</ArrayOfPetTypeOfOwnership>