Skip to main content

Input fields

accountNumber : String! required

A code that uniquely identifies the account.

agreedAt : DateTime! required

The date and time when the agreement was made.

params : GenericScalar

A dictionary of additional parameters for the agreement.

productCode : String! required

A code that uniquely identifies the product.

rescissionDeadlineAt : DateTime

The deadline date and time for rescinding the agreement.

supplyPointExternalIdentifier : String! required

The external identifier of the supply point.

validFrom : DateTime! required

The start date of the agreement.

validTo : DateTime

The end date of the agreement (exclusive).

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

{ "accountNumber": "A-FA0003DB", "agreedAt": "1983-10-02T09:05:32.273757+00:00", "params": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "productCode": "media-foot-war-available-organization", "rescissionDeadlineAt": "1980-08-11T12:13:26.596774+00:00", "supplyPointExternalIdentifier": "93625456", "validFrom": "1986-10-21T04:17:04.492039+00:00", "validTo": "2022-10-15T21:42:45.114401+00:00" }