TRAINING-METHOD
This method allows inserting training methods through a REST API.
POST /apigateway/se/rest/v1/training/training-method
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idTrainingMethod | String | No | ID # |
nmTrainingMethod | String | Yes | Name |
fgLogo | String | Yes | Icon |
dsTrainingMethod | String | No | Description |
Request example:
{
"idTrainingMethod": "string",
"nmTrainingMethod": "string",
"fgLogo": "1",
"dsTrainingMethod": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}