GET api/Breed/ListServiceDog

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Breed
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

SpeciesId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "17185e8d-d20a-487b-add2-8915bd86579f",
    "Name": "sample string 2",
    "SpeciesId": "fd76421c-175f-4ef5-8759-056c0f5ab482"
  },
  {
    "Id": "17185e8d-d20a-487b-add2-8915bd86579f",
    "Name": "sample string 2",
    "SpeciesId": "fd76421c-175f-4ef5-8759-056c0f5ab482"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBreed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <Breed>
    <Id>17185e8d-d20a-487b-add2-8915bd86579f</Id>
    <Name>sample string 2</Name>
    <SpeciesId>fd76421c-175f-4ef5-8759-056c0f5ab482</SpeciesId>
  </Breed>
  <Breed>
    <Id>17185e8d-d20a-487b-add2-8915bd86579f</Id>
    <Name>sample string 2</Name>
    <SpeciesId>fd76421c-175f-4ef5-8759-056c0f5ab482</SpeciesId>
  </Breed>
</ArrayOfBreed>