| name | data type | description |
|---|---|---|
| crmAccountType | string | |
| crmParentCode | string | |
| code | string | |
| description | string | |
| externalRef1 | string | |
| externalRef2 | string | |
| name | NameDto | |
| address | AddressDto | |
| contactInformation | ContactInformationDto | |
| language | string | |
| paymentMethod | PaymentMethodEnum | |
| terminationReason | string | |
| subscriptionDate | number | |
| terminationDate | number | |
| customerCategory | string | |
| customerBrand | string | |
| |
|
|
| mandateIdentification | string | |
| mandateDate | number | |
| currency | string | |
| caStatus | CustomerAccountStatusEnum | |
| creditCategory | string | |
| dateStatus | number | |
| dateDunningLevel | number | |
| dunningLevel | DunningLevelEnum | |
| billingCycle | string | |
| country | string | |
| nextInvoiceDate | number | |
| paymentTerms | PaymentTermEnum | |
| electronicBilling | boolean | |
| baStatus | AccountStatusEnum | |
| string | ||
| bankCoordinates | BankCoordinatesDto | |
| invoicingThreshold | number | |
| discountPlan | string | |
| uaStatus | AccountStatusEnum | |
| cfToAdd | CustomFieldDto | |
| cfMapToAdd | CustomFieldDto | |
| customFields | CustomFieldsDto |
Example
{
"crmAccountType" : "...",
"crmParentCode" : "...",
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : {
"title" : "...",
"firstName" : "...",
"lastName" : "..."
},
"address" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
},
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"language" : "...",
"paymentMethod" : "CARD",
"terminationReason" : "...",
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"customerCategory" : "...",
"customerBrand" : "...",
"mandateIdentification" : "...",
"mandateDate" : 12345,
"currency" : "...",
"caStatus" : "ACTIVE",
"creditCategory" : "...",
"dateStatus" : 12345,
"dateDunningLevel" : 12345,
"dunningLevel" : "R3",
"billingCycle" : "...",
"country" : "...",
"nextInvoiceDate" : 12345,
"paymentTerms" : "THREE_X",
"electronicBilling" : true,
"baStatus" : "TERMINATED",
"email" : "...",
"bankCoordinates" : {
"bankCode" : "...",
"branchCode" : "...",
"accountNumber" : "...",
"key" : "...",
"iban" : "...",
"bic" : "...",
"accountOwner" : "...",
"bankName" : "...",
"bankId" : "...",
"issuerNumber" : "...",
"issuerName" : "...",
"ics" : "..."
},
"invoicingThreshold" : 12345.0,
"discountPlan" : "...",
"uaStatus" : "CLOSED",
"cfToAdd" : {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ {
"value" : {
"childEntityValue" : { }
}
}, {
"value" : {
"childEntityValue" : { }
}
} ],
"mapValue" : {
"property1" : {
"value" : {
"childEntityValue" : { }
}
},
"property2" : {
"value" : {
"childEntityValue" : { }
}
}
},
"entityReferenceValue" : {
"classname" : "...",
"classnameCode" : "...",
"code" : "..."
},
"indexType" : "INDEX"
},
"cfMapToAdd" : {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ {
"value" : {
"childEntityValue" : { }
}
}, {
"value" : {
"childEntityValue" : { }
}
} ],
"mapValue" : {
"property1" : {
"value" : {
"childEntityValue" : { }
}
},
"property2" : {
"value" : {
"childEntityValue" : { }
}
}
},
"entityReferenceValue" : {
"classname" : "...",
"classnameCode" : "...",
"code" : "..."
},
"indexType" : "INDEX"
},
"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" : "STORE_ONLY"
}, {
"code" : "...",
"valueDate" : 12345,
"valuePeriodStartDate" : 12345,
"valuePeriodEndDate" : 12345,
"valuePeriodPriority" : 12345,
"stringValue" : "...",
"dateValue" : 12345,
"longValue" : 12345,
"doubleValue" : 12345.0,
"value" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValue" : { },
"indexType" : "INDEX"
} ],
"inheritedCustomField" : [ {
"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" : "INDEX"
} ]
}
}