POST /service/callHome/pmr/notes/{ticket_id}

Use this method to send a note to the Lenovo Support Center for a specific service ticket.

Authentication

Authentication with user name and password is required.

Request URL

POST https://{management_server_IP}/service/callHome/pmr/notes/{ticket_id}

where {ticket_id} is the UID of the service ticket to be retrieved. To obtain the service ticket UID, use GET /callhome/endPointsPMR.

Query parameters

None

Request body

Parameters Required / Optional Type Description
content Required String Note content
title Required String Note title
The following example sends a note.
{
   "content" : "Final test 5",
   "title" : "Test 5"
}

Response codes

Code Description Comments
200 OK The request completed successfully.
500 Internal Server Error An internal error occurred. A descriptive error message is returned in the response body.

Response body

None