/mcphttps://<FQDN>/finesse/api/WrapUpReason/<id> URI: https://finesse1.xyz.com/finesse/api/WrapUpReason/43 Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <WrapUpReason> <label>Sales Call</label> <forAll>true</forAll> </WrapUpReason> HTTP Request: id (required): The database ID for the wrap-up reason label (required): The UI label for the reason code forAll (required): Whether the reason code is global (true) or non-global (false) Request Parameters: 200: Success 400: Finesse API Error 401: Authorization Failure 401: Invalid Authorization User Specified 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: WrapUpReason—Delete This API allows an administrator to delete an existing wrap-up reason. https://<FQDN>/finesse/api/WrapUpReason/<id> URI: https://finesse1.xyz.com/finesse/api/WrapUpReason/23 Example URI: Only administrators can use this API. Security Constraints: DELETE HTTP Method: Application/XML Content Type: XML Input/Output Format: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 248 Cisco Finesse Configuration APIs WrapUpReason—Delete