Skip to main content

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 username 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

ParametersRequired / OptionalTypeDescription
contentRequiredStringNote content
titleRequiredStringNote title
The following example sends a note.
{
"content" : "Final test 5",
"title" : "Test 5"
}

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

None