Performance reason
This method allows inserting performance reasons through a REST API.
POST /apigateway/se/rest/v1/strategy/reason-strategy
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idReason | String | Yes | ID # |
nmReason | String | Yes | Name |
dsReason | String | No | Description |
Request example:
{
"idReason": "string",
"nmReason": "string",
"dsReason": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}