Breaking

Tuesday, 11 February 2020

How to create incident from another ServiceNow instance with rest

ServiceNow Developers get requirement to create incident from one organization instance to another organization instance. This section shows the use of rest explorer and how can you create incident on another instance automatically with REST API. Representational State Transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services (RWS), provide interoperability between computer systems on the Internet. RESTful Web services allow the requesting systems to access and manipulate textual representations of Web resources by using a uniform and predefined set of stateless operations.


No comments:

Post a Comment