AccountWithStatusInfoType
An object holding a subset of account.
Fields
The active payment method for the account.
The current balance of the account.
Data about whether or not an account can modify their payments.
Retrieve all market supply agreements under this account. Note that when active is set to false it actually means 'return both active and inactive agreements'.
Properties linked to the account now and in the future.
Arguments
Returns properties that have an effective period that ends at or after the given activeFrom datetime.
The current status of the account.
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
{
"activePaymentMethod": "subject-me-day-type-meeting",
"balance": 51,
"canModifyPayments": CanModifyPaymentsType,
"marketSupplyAgreements": AgreementConnection,
"number": "what-once-bit-present-large",
"properties": [PropertyType],
"status": "PENDING"
}