Use this method to send a note to the Lenovo Support Center for a specific service ticket.
Authentication with user name and password is required.
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.
None
Parameters | Required / Optional | Type | Description | ||
---|---|---|---|---|---|
title | Required | String | Note title | ||
content | Required | String | Note content |
{
"title" : "Test 5",
"content" : "Final test 5"
}
Code | Description |
---|---|
200 | OK |
500 | Internal server error |
None