GET api/GetCountriesByShelter?year={year}&month={month}&day={day}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| month | integer |
Required |
|
| day | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Country| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3"
},
{
"$ref": "1"
}
]