Skip to main content

Fields

effectiveFrom : DateTime! required

When this configuration becomes effective.

effectiveTo : DateTime

When this configuration stops being effective (null if no end date).

isActive : Boolean! required

Whether this configuration is currently active.

nextIssueDate : Date

Next date when a billing document will be issued (null if not calculable).

operationFrequencies : [BillingOperationFrequency!]! required

List of billing operation frequencies in this configuration.

targetType : BillingTriggerTargetType! required

The type of target this configuration applies to.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "effectiveFrom": "1975-02-25T10:10:53.255446+00:00", "effectiveTo": "1971-07-25T20:47:42.584910+00:00", "isActive": true, "nextIssueDate": "2006-01-27", "operationFrequencies": [BillingOperationFrequency], "targetType": "CHARGING_LEDGER" }