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:
arrayaccounts - 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:
arrayitems - 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:
objectcurrency - dateAdded
-
Type:
string - dateModified
-
Type:
string - deactivationDate
-
Type:
string - discountAmount
-
Type:
objectdiscountAmount - discountPercent
-
Type:
number - displayName
-
Type:
string - parentAsset
-
Type:
objectparentAsset - parentDisplay
-
Type:
string - price
-
Type:
objectprice - quantity
-
Type:
number - recurringCharge
-
Type:
objectrecurringCharge - recurringChargeDuration
-
Type:
string - recurringChargeFrequency
-
Type:
string - resumeDate
-
Type:
string - rootAsset
-
Type:
objectrootAsset - rootDisplay
-
Type:
string - serviceAccountId
-
Type:
string - serviceId
-
Type:
string - skuId
-
Type:
string - status
-
Type:
objectstatus - suspendDate
-
Type:
string - usageNetAmount
-
Type:
objectusageNetAmount - 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