URL
POST https://{api-url}/api/v2/tenants/{tenantId}/{ticketType}/{ticketId}/notes
Sample URLs
These are the supported ticket types and sample URLs:
Ticket Type | Sample URL |
---|---|
Incident | https://{api-url}/api/v2/tenants/client_93/incidents/INC0000001136/notes |
Service request | https://{api-url}/api/v2/tenants/client_93/serviceRequests/SRQ0000000996/notes |
Change request | https://{api-url}/api/v2/tenants/client_93/changeRequests/CHG0000001111/notes |
Timebound request | https://{api-url}/api/v2/tenants/client_93/timeBoundRequests/TBT0000001127/notes |
Problem | https://{api-url}/api/v2/tenants/client_93/problems/PRB0000001032/notes |
Task | https://{api-url}/api/v2/tenants/client_93/tasks/TASK0000001049/notes |
Parameters
The parameter is mandatory:
Field | Data Type | Description |
---|---|---|
username | String | Description of the note. |
Status code
200 OK
Sample request
{
"description": "Sample description of Note"
}
Sample response
{
"id": 15,
"subject": "Sample Note"
}