Color
This method allows inserting colors through a REST API.
POST /apigateway/se/rest/v1/supply/color
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idColor | String | Yes | Hexadecimal color – e.g.: #0072B9 |
nmColor | String | Yes | Name |
Request example:
{
"idColor": "String",
"nmColor": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}