How to create a Standard Change by using REST API?

SreenadhChenna
Tera Contributor

Hi,

How to create a Standard Change by using REST API?

Thanks,

1 REPLY 1

Community Alums
Not applicable

Hi @SreenadhChenna ,

It is possible to create a record in the change_request table through the table REST API. You can experiment with the REST API explorer to create records.

To specify field values, use the POST method. Your payload contains the fields & values to populate.

Follow the doc : https://docs.servicenow.com/en-US/bundle/utah-api-reference/page/integrate/inbound-rest/concept/chan...