GET api/PetTypeOfOwnership/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PetTypeOfOwnership| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "5b455706-7f9c-455f-a686-007ce0ab274f",
"Name": "sample string 2"
},
{
"Id": "5b455706-7f9c-455f-a686-007ce0ab274f",
"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>5b455706-7f9c-455f-a686-007ce0ab274f</Id>
<Name>sample string 2</Name>
</PetTypeOfOwnership>
<PetTypeOfOwnership>
<Id>5b455706-7f9c-455f-a686-007ce0ab274f</Id>
<Name>sample string 2</Name>
</PetTypeOfOwnership>
</ArrayOfPetTypeOfOwnership>