/mcp<PhoneBooks> <PhoneBook> ...Full PhoneBook Object... </PhoneBook> <PhoneBook> ...Full PhoneBook Object... </PhoneBook> <PhoneBook> ...Full PhoneBook Object... </PhoneBook> </PhoneBooks> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: PhoneBook—Create This API allows an administrator to create a new phone book. The administrator specifies the name and type for the phone book. https://<FQDN>/finesse/api/PhoneBook/ URI: https://finesse1.xyz.com/finesse/api/PhoneBook/ Example URI: Only administrators can use this API. Security Constraints: POST HTTP Method: Application/XML Content Type: XML Input/Output Format: <PhoneBook> <name>PhoneBook1</name> <type>GLOBAL</type> </PhoneBook> HTTP Request: 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) 273 Cisco Finesse Configuration APIs PhoneBook—Create