ENDPOINT AIC
- URI: /webhooks/99012/servicenow/{table}/{id}
- Type: POST
-
Required headings:
- Content-Type: application/json
- X-Authorization: Bearer {token AIC}
Headlines
| Name | Description |
|---|---|
| X-Authorization | JWT Token for Authorization. Must be in the format: Bearer token |
Parameters
| Name | Guy | Description |
|---|---|---|
| table | String | ServiceNow Entity |
| Id | String | sys_id of the work order in ServiceNow |
Answer
| Name | Guy | Description |
|---|---|---|
| Id | Int | Work Order System ID |
| OrderNumber | String | Work Order Project Identifier |
Example:
{
"id": 0,
"orderNumber": "string",
}