File: SoftLayer_Billing_Item_Cancellation_Request.py

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
getAllCancellationRequests = [
    {"createDate": "2023-04-20T06:53:17-06:00",
     "id": 123456,
     "ticketId": 147258,
     "itemCount": 1,
     "items": [
         {
             "billingItemId": 369852,
             "id": 147852369,
             "billingItem": {
                 "cancellationDate": "2023-05-03T22:59:59-06:00",
                 "categoryCode": "server",
             }
         }
     ],
     "status": {
         "id": 4,
         "name": "Approved"
     },
     "user": {
         "firstName": "CHRISTOPHER",
         "id": 167758,
         "lastName": "GALLO"
     }
     }]