1ServiceNow::ITIL::RequeUsste(r3)Contributed Perl DocumenSteartviiocneNow::ITIL::Request(3)
2
3
4
6 Service-now Perl API - Request perl module
7
9 An object representation of an Request in the Service-now platform.
10 Provides subroutines for querying, updating, and creating service
11 catalog requests.
12
13 System Requirements
14 The Service-now Perl API requires Perl 5.8 with the following modules
15 installed
16
17 * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
18 * Crypt::SSLeay
19 * IO::Socket::SSL
20
22 new
23 new(Configuration);
24
25 Example:
26
27 $request = ServiceNow::ITIL::Request->new($CONFIG);
28
29 Takes a configuration object and manufactures an Request object
30 connected to the Service-now instance
31
33 createRequest
34 createRequest(user);
35
36 Create a service request for the specified user
37
38
39
40perl v5.36.0 2022-07-22 ServiceNow::ITIL::Request(3)