Fields when send to the api inside a request.
Field | Type | Description |
---|---|---|
id | Int | Id of the category |
name | String | Translated category name |
banner | Image? | Nullable. |
seo | company.SeoData | Optional. Product page SEO metatags |
Fields when returned by the api in a response.
Field | Type | Description |
---|---|---|
id | Int | Id of the category |
name | String | Translated category name |
banner | Image? | Nullable. |
seo | company.SeoData | Optional. Product page SEO metatags |
{
"id": 12,
"name": "Eda Dach MD",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"seo": {
"title": {
"en": "Atque molestiae dolore nesciunt repellendus nam ipsam fuga."
},
"description": {
"en": "Reprehenderit consequatur sit quaerat explicabo dolorem dolor. Nemo ut excepturi omnis et repellat non. Natus quia eos facilis eligendi repudiandae vel."
},
"url": {
"en": "http://www.oconnell.biz/et-non-id-voluptatem-eum-quae-qui"
}
}
}