CreateElectricJuiceCreditInput
The input type for an Electric Juice ledger credit.
Input fields
The account number.
The gross amount of the credit to be created.
The net amount of the credit to be created.
Optional short note about account credit.
The reason why the credit is added to the account.
The tax amount of the credit to be created.
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-64081CB1",
"grossAmount": 58,
"netAmount": 87,
"note": "happen-tree-country-lot-authority",
"reason": "EXTERNAL_REFERRAL_CREDIT",
"taxAmount": 33
}