Agreement
Fields
The Account.
Description for the agreement.
Display name for the agreement.
Whether the agreement is active.
Whether the agreement is revoked.
Whether the agreement is terminated.
Meter point for the agreement.
The product associated with the agreement.
List of rates that apply to the agreement.
The rural partner associated with this agreement, if any.
The rural partner member ID associated with this agreement, if any.
List of TOU bands that apply to the agreement.
List of TOU schemes that apply to the agreement.
Date the agreement is valid from.
Date the agreement is valid to. Note: a null validTo indicates the agreement is active.
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
{
"account": AccountType,
"description": "agreement-director-concern-once-technology",
"displayName": "sometimes-someone-staff-effort-success",
"id": "19456105",
"isActive": true,
"isRevoked": true,
"isTerminated": true,
"meterPoint": MeterPoint,
"product": SupplyProductType,
"rates": [Rate],
"ruralPartner": "FARMLANDS",
"ruralPartnerMemberId": "21171496",
"timeOfUseScheme": [TimeOfUseBucket],
"timeOfUseSchemes": [TimeOfUseSchemeType],
"validFrom": "2019-03-13",
"validTo": "1995-09-03"
}