1ServiceNow::ITIL::RequeUssteerdICtoenmt(r3i)buted Perl DSoecruvmiecnetNaotwi:o:nITIL::RequestedItem(3)
2
3
4
6 Service-now Perl API - RequestedItem perl module
7
9 An object representation of an Requested Item in the Service-now
10 platform. Provides subroutines for querying, updating, and creating
11 service catalog requested item.
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 $req_item = ServiceNow::ITIL::RequestedItem->new($CONFIG);
28
29 Takes a configuration object and manufactures an Requested Item object
30 connected to the Service-now instance
31
32
33
34perl v5.36.0 2023-01-20ServiceNow::ITIL::RequestedItem(3)