/mcphttps://<FQDN>/finesse/api/PhoneBook/<id>/Contacts URI: https://finesse1.xyz.com/finesse/api/PhoneBook/34/Contacts Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <Contacts> <Contact> ...Full Contact Object... </Contact> <Contact> ...Full Contact Object... </Contact> <Contact> ...Full Contact Object </Contact> HTTP Request: id (required): The database ID for the phone book Request Parameters: 202: Successfully Accepted This response indicates a successful completion of the request. The request is processed and the actual response is sent as part of and updated to the PhoneBook object. Note Some of the data could not be imported because it was invalid. The ErrorData field contains a list of lines that were not imported. This response indicates partial success because some data was uploaded. Note 400: Invalid Input 400: Maximum Exceeded 401: Authorization Failure 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: PhoneBook—Export Contact List This API allows an administrator to export a list of contacts that belong to a specific phone book. The list is exported in CSV format. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 278 Cisco Finesse Configuration APIs PhoneBook—Export Contact List