AUTH-RESP
This method allows inserting responsibilities/authorities through a REST API.
POST /apigateway/se/rest/v1/administration/auth-resp
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idAuthResp | String | No | ID # |
nmAuthResp | String | Yes | Name |
dsAuthResp | String | No | Description |
Request example:
{
"idAuthResp": "string",
"nmAuthResp": "string",
"dsAuthResp": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}