CreateAgreementInput
Input fields
A code that uniquely identifies the account.
The date and time when the agreement was made.
A dictionary of additional parameters for the agreement.
A code that uniquely identifies the product.
The deadline date and time for rescinding the agreement.
The external identifier of the supply point.
The start date of the agreement.
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"
}