Upload ITSM Attachment
This API is used to upload the attachment to any ticket number in ServiceNow.
Update CI Status
| Purpose | This API is used to upload the attachment to any ticket number in ServiceNow. |
|---|---|
| API URL | https://<API URL>:<API Port>/v2/itsmattachment/orgentityid/{orgentityid}/moduleid/{moduleid}/uploadattachment?incidentNumber={incidentNumber} |
| Authentication Type | Basic/Token |
| Method Type | POST |
| Example | https://<API URL>:<API Port>/v2/itsmattachment/orgentityid/1/moduleid/1/uploadattachment?incidentNumber=INC1 |
Input:A file needs to be uploaded. Supported
extensions pdf/xlsx/csv/txt/log![]() |
|
Parameters Returned in Response of API
| Column | Column Type | Value | Remarks |
|---|---|---|---|
| StatusCode | string | 200/300/400/404 | This field contain unique identifier |
| Status | string | Fail/Success | Message |
| Message | string | text | This field provide message |
