Skip to main content
Version: Next

Odor

This method allows inserting odors through a REST API.

POST /apigateway/se/rest/v1/supply/odor

Request example:

Request body parameterTypeRequiredDescription
idOdorStringYesID #
nmOdorStringYesName

Request example:

{
"idOdor": "string",
"nmOdor": "string"
}

Response example:

200 OK

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