mutation featureUsageCreate ($attributes: FeatureUsageAttributes!) {
featureUsageCreate (attributes: $attributes) {
errors
featureUsage {
accountId
createdAt
featureId
id
quantity
subscriptionChargeId
subscriptionId
updatedAt
usageAt
}
}
}
{
"attributes": {
"quantity": "1.00",
"usageAt": "2022-06-01T00:00:00Z",
"featureId": "456123",
"featureCode": "",
"accountId": "456123",
"subscriptionId": "456123",
"subscriptionChargeId": "456123"
}
}