McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 300

↗ View in doc context
page
300
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::284

Contact—Update This API allows an administrator to modify a specific phone book contact. https://<FQDN>/finesse/api/PhoneBook/<phoneBookId>/Contact/<id> URI: https://finesse1.xyz.com/finesse/api/PhoneBook/45 /Contact/787 Example URI: Only administrators can use this API. Security Constraints: PUT HTTP Method: Application/XML Content Type: XML Input/Output Format: <Contact> <firstName>Marie</firstName> <lastName>Brown</lastName> <phoneNumber>5554444</phoneNumber> <description>Product Expert</description> </Contact> HTTP Request: phoneBookId (required): Maps to the primary key of the phone book to which the contact belongs id (required): Maps to the primary key of the contact entry firstName (optional): The first name of the contact lastName (optional): The last name of the contact phoneNumber (required): The phone number of the contact description (optional): A description for the contact Request Parameters: 202: Successfully Accepted 400: Bad Request 400: Finesse API Error 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: Contact—Delete This API allows an administrator to delete an existing phone book contact. https://<FQDN>/finesse/api/PhoneBook/<phoneBookId>/Contact/<id> URI: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 284 Cisco Finesse Configuration APIs Contact—Update