Path
/api/v1/televisions/arrow-image
Body schema
Send a POST request to the path above. The body of the request must be a JSON object with the following properties:
| Property | Description | Type |
|---|---|---|
productPriceHeightPx
|
Enter height of the product's price (in pixels). This may be up to 3 digits long. | Integer |
labelOrientation
|
Arrow direction.
Must be one of: LEFTRIGHT |
String |
labelFormat
|
Image format.
Must be one of: JPEGPNG |
String |
labelColour
|
The colour of the arrow image. Use a colour arrow if you can. You can use a black and white arrow if your material is being printed in black and white. You shouldn't use black and white arrows on the internet.
Must be one of: COLOURBLACK_AND_WHITE |
String |
efficiencyRating
|
Energy efficiency class for SDR content.
Must be one of: ABCDEFG |
String |
Example request body
{
"productPriceHeightPx": 100,
"labelOrientation": "LEFT",
"labelFormat": "JPEG",
"labelColour": "COLOUR",
"efficiencyRating": "A"
}