vpls360csr_FetchAssets
This Integration Procedure gets all the assets of an account
and the total cost of the subscription.
Sample Input
1{
2 ""ContextId"": ""a1S4W000006A1eAUAS""
3}|
Parameter |
Required/Optional |
|---|---|
|
ContextId |
Required |
Sample Output
1{
2 "AccountId": "0014W00002BvqD1QAJ",
3 "Asset": [
4 {
5 "BillCycleDate": "",
6 "TotalCost": "$60.00/Mo",
7 "Recurrence": "Monthly",
8 "CommitmentEndDate": "N/A",
9 "BaseCancellationInProgress": false,
10 "Type": "CONTAINER",
11 "Subtype": "BASE-BUNDLE",
12 "ProductCode": "VPL-Platform",
13 "Price": "$0 /Mo",
14 "PossibleAction": "CANCEL-ADDON",
15 "Name": "Platform",
16 "LatestBaseRecord": false,
17 "DisableAction": false,
18 "CustomAssetStatus": "Active",
19 "AssetId": "02i4W000005CDN7QAO"
20 }
21],
22 "TotalCost": "$60.00/Mo",
23 "DeviceCount": 2,
24 "AddOnCount": 2
25}