EXPERIENCE
This method allows inserting experiences through a REST API.
POST /apigateway/se/rest/v1/administration/experience
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idExperience | String | No | ID # |
nmExperience | String | Yes | Name |
dsExperience | String | No | Description |
Request example:
{
"idExperience": "string",
"nmExperience": "string",
"dsExperience": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}