Verification method
This method allows inserting verification methods through a REST API.
POST /apigateway/se/rest/v1/competence/verification-method
Request example:
| Request body parameter | Type | Required | Description |
|---|---|---|---|
| idVerifyMethod | String | No | ID # |
| nmVerifyMethod | String | Yes | Name |
| dsVerifyMethod | String | No | Description |
Request example:
{
"idVerifyMethod": "string",
"nmVerifyMethod": "string",
"dsVerifyMethod": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}