accountAssets
post
/ccadmin/v1/webhook/accountAssets
The webhook is triggered to get the services for a user.
Request
Supported Media Types
- application/json
Body Parameter
Root Schema : services_request
- accounts
-
Type:
arrayaccountsAdditional Properties Allowed: - limit
-
Type:
number - offset
-
Type:
number - recordId
-
Type:
string
Nested Schema : items
Type:
object- id
-
Type:
number
Response
Supported Media Types
- application/json
200 Response
Returns the services associated with this account.
Body
Root Schema : services_response
- count
-
Type:
integer - hasMore
-
Type:
boolean - items
-
Type:
arrayitemsAdditional Properties Allowed: - limit
-
Type:
integer - offset
-
Type:
integer - totalResults
-
Type:
integer
Nested Schema : items
Type:
object- activationDate
-
Type:
string - assetId
-
Type:
string - attributes
-
Type:
string - currency
-
Type:
objectcurrencyAdditional Properties Allowed: - dateAdded
-
Type:
string - dateModified
-
Type:
string - deactivationDate
-
Type:
string - discountAmount
-
Type:
objectdiscountAmountAdditional Properties Allowed: - discountPercent
-
Type:
number - displayName
-
Type:
string - parentAsset
-
Type:
objectparentAssetAdditional Properties Allowed: - parentDisplay
-
Type:
string - price
-
Type:
objectpriceAdditional Properties Allowed: - quantity
-
Type:
number - recurringCharge
-
Type:
objectrecurringChargeAdditional Properties Allowed: - recurringChargeDuration
-
Type:
string - recurringChargeFrequency
-
Type:
string - resumeDate
-
Type:
string - rootAsset
-
Type:
objectrootAssetAdditional Properties Allowed: - rootDisplay
-
Type:
string - serviceAccountId
-
Type:
string - serviceId
-
Type:
string - skuId
-
Type:
string - status
-
Type:
objectstatusAdditional Properties Allowed: - suspendDate
-
Type:
string - usageNetAmount
-
Type:
objectusageNetAmountAdditional Properties Allowed: - usageUnitOfMeasure
-
Type:
string
Nested Schema : currency
Type:
object- currencyCode
-
Type:
string
Nested Schema : discountAmount
Type:
object- currency
-
Type:
string - value
-
Type:
number
Nested Schema : parentAsset
Type:
object- assetId
-
Type:
string - serviceId
-
Type:
string
Nested Schema : price
Type:
object- currency
-
Type:
string - value
-
Type:
number
Nested Schema : recurringCharge
Type:
object- currency
-
Type:
string - value
-
Type:
number
Nested Schema : rootAsset
Type:
object- assetId
-
Type:
string - serviceId
-
Type:
string
Nested Schema : status
Type:
object- displayValue
-
Type:
string - id
-
Type:
integer - lookupCode
-
Type:
string
Nested Schema : usageNetAmount
Type:
object- currency
-
Type:
string - value
-
Type:
number