GET labelAndFact/download/YearAndSeason
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
YearAndSeason| Name | Description | Type | Additional information |
|---|---|---|---|
| brand | Collection of Cds |
None. |
|
| years | Collection of Cds |
None. |
|
| seasons | Collection of Cds |
None. |
Response Formats
application/json, text/json
Sample:
{
"brand": [
{
"$id": "2",
"CODE": "sample string 1",
"DISPLAY": "sample string 2"
},
{
"$ref": "2"
}
],
"years": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"seasons": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}