GET api/DonationTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DonationType| Name | Description | Type | Additional information |
|---|---|---|---|
| DonationTypeID | integer |
None. |
|
| DonationType1 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DonationTypeID": 1,
"DonationType1": "sample string 2"
}
application/xml, text/xml
Sample:
<DonationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/hhrd_usa_hhrdApi"> <DonationType1>sample string 2</DonationType1> <DonationTypeID>1</DonationTypeID> </DonationType>