Skip to main content

Fields

activationProcess : ActivationProcessInterface

The activation process linked to the supply contract if available.

Agreements contained in the contract with optional filtering.

Arguments
activeAt : DateTime

Filter agreements active at this date.

after : String
before : String
first : Int
last : Int
validFromBefore : DateTime

Filter agreements where valid_from is less than or equal to this date (excludes future agreements).

consents : IndustryConsentData

The industry consents for this supply contract.

number : String! required
paymentAmount : Int
paymentDay : Int
validFrom : DateTime

Beginning of the contract (first valid from from related agreements).

validTo : DateTime

End of the contract if all related agreements are terminated (the last valid to from related agreements). If the contract is still active, this field will be null.

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

{ "activationProcess": ActivationProcessInterface, "agreements": AgreementConnectionTypeConnection, "consents": IndustryConsentData, "number": "chance-eight-imagine-picture-tough", "paymentAmount": 8, "paymentDay": 69, "validFrom": "2017-03-22T22:05:22.906579+00:00", "validTo": "1998-10-29T13:00:10.997751+00:00" }