Details of the request:
- URI: api/v8.6/ci/{ci}/reactivate?isGuId={isGuId}
- Type: PUT
-
Required headings:
- Content-Type: application/json
- Authorization: TOKEN
The URI structure of the request is implemented as follows:
- If per CI: api/v8.6/ci/IdCI/reactivate?isGuId=False
- If by GuID: api/v8.6/ci/GuId/reactivate?isGuId=True
Parameters:
Name | Data type | Obligatory | Description |
---|---|---|---|
Id | Text | Yes | CI ID or GuId to be reactivated. |
IsGuId | Boolean | Yes | In case the Id that is sent is GuId the value will be “true”, if it corresponds to the Id of a CI then it will be “false” |
Body of the petition
Empty
Answer:
Value boleando indicating the result of the operation.
Error messages:
Code | HTTP status | Error Message |
---|---|---|
400 | BadRequest | InvalidToken |
404 | BadRequest | InvalidUserId |
404 | BadRequest | InvalidCiId |
500 | InternalServerError | FailureReactivateCi |