| name | data type | description |
|---|---|---|
| customer | string | |
| currency | string | |
| language | string | |
| status | CustomerAccountStatusEnum | |
| paymentMethod | PaymentMethodEnum | |
| creditCategory | string | |
| dateStatus | number | |
| dateDunningLevel | number | |
| contactInformation | ContactInformationDto | |
| dunningLevel | DunningLevelEnum | |
| mandateIdentification | string | |
| mandateDate | number | |
| balance | number | |
| totalInvoiceBalance | number | |
| terminationDate | number | |
| dueDateDelayEL | string | |
| billingAccounts | BillingAccountsDto | Use for GET / LIST only. |
Properties inherited from AccountDto |
||
| code | string | |
| description | string | |
| externalRef1 | string | |
| externalRef2 | string | |
| name | NameDto | |
| address | AddressDto | |
| businessAccountModel | BusinessEntityDto | |
| customFields | CustomFieldsDto | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"customer" : "...",
"currency" : "...",
"language" : "...",
"status" : "CLOSE",
"paymentMethod" : "TIP",
"creditCategory" : "...",
"dateStatus" : 12345,
"dateDunningLevel" : 12345,
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"dunningLevel" : "R1",
"mandateIdentification" : "...",
"mandateDate" : 12345,
"balance" : 12345.0,
"totalInvoiceBalance" : 12345.0,
"terminationDate" : 12345,
"dueDateDelayEL" : "...",
"billingAccounts" : {
"billingAccount" : [ {
"customerAccount" : "...",
"billingCycle" : "...",
"country" : "...",
"language" : "...",
"paymentMethod" : "TIP",
"nextInvoiceDate" : 12345,
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"paymentTerms" : "THREE_X",
"electronicBilling" : true,
"status" : "CLOSED",
"statusDate" : 12345,
"terminationReason" : "...",
"email" : "...",
"bankCoordinates" : { },
"invoices" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"discountPlan" : "...",
"userAccounts" : { },
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : { },
"address" : { },
"businessAccountModel" : { },
"customFields" : { },
"updatedCode" : "..."
}, {
"customerAccount" : "...",
"billingCycle" : "...",
"country" : "...",
"language" : "...",
"paymentMethod" : "DIRECTDEBIT",
"nextInvoiceDate" : 12345,
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"paymentTerms" : "CASH",
"electronicBilling" : true,
"status" : "ACTIVE",
"statusDate" : 12345,
"terminationReason" : "...",
"email" : "...",
"bankCoordinates" : { },
"invoices" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"discountPlan" : "...",
"userAccounts" : { },
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : { },
"address" : { },
"businessAccountModel" : { },
"customFields" : { },
"updatedCode" : "..."
} ]
},
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : {
"title" : "...",
"firstName" : "...",
"lastName" : "..."
},
"address" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
},
"businessAccountModel" : {
"code" : "...",
"description" : "..."
},
"customFields" : {
"customField" : [ {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "STORE_ONLY"
} ]
},
"updatedCode" : "..."
}