Action
This method allows inserting actions through a REST API.
POST /apigateway/se/rest/v1/fmea/action
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
nmAction | String | Yes | Name |
dsrecomAction | String | Yes | Recommended action |
Request example:
{
"nmAction": "string",
"dsrecomAction": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}