/mcp200: Success Finesse successfully created the new phone book. The server response contains an empty response body and a location header that denotes the absolute URL of the new phone book. Note 400: Invalid Input 400: Parameter Missing 401: Authorization Failure 403: Forbidden 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: PhoneBook—Update This API allows an administrator to modify an existing phone book. https://<FQDN>/finesse/api/PhoneBook/<id> URI: https://finesse1.xyz.com/finesse/api/PhoneBook/45 Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <PhoneBook> <name>PhoneBook2</name> <type>TEAM</type> </PhoneBook> HTTP Request: id (required): The database ID for the phone book name (required): The name of the phone book type (required): The type of phone book (GLOBAL or TEAM) Request Parameters: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 274 Cisco Finesse Configuration APIs PhoneBook—Update