Skip to main content
Version: Next

Color

This method allows inserting colors through a REST API.

POST /apigateway/se/rest/v1/supply/color

Request example:

Request body parameterTypeRequiredDescription
idColorStringYesHexadecimal color – e.g.: #0072B9
nmColorStringYesName

Request example:

{
"idColor": "String",
"nmColor": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}