AccountReceivable

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

AccountReceivable.

codeStringtrueCode of the

AccountReceivable. <10 length

nameStringtrueName of the

AccountReceivable. <50 length

accountReceivableStatementSendTypeAccountReceivableStatementSendTypefalse
emailStatementSendStringfalse
limitDueDayIntegerfalse
limitAmountBigDecimalfalse
accountReceivableEmailListAccountReceivableEmailfalse
accountReceivablePhoneListAccountReceivablePhonefalse
accountReceivableAddressListAccountReceivableAddressfalse
remarkStringfalseMAX 255

JSON representation

{
    "id": 3,
    "code": "ACC test",
    "name": "1Eayoa",
    "emailStatementSend": "test@septeo.com",
    "accountReceivableStatementSendType": {
        "id": 2,
        "code": "BAVEL",
        "name": "Bavel",
        "nameI18n": "Bavel",
        "integration": null
    },
    "limitDueDay": 15,
    "limitAmount": 15000,
    "remark": "Lorem ipsum dolor sit amet, consectetur adipiscing 						   elit, sed do eiusm",
    "accountReceivableEmailList": [
        {
            "email": "test@septeo.com"
        }
    ],
    "accountReceivablePhoneList": [
        {
            "phoneNumber": "+341112223334444"
        }
    ],
    "accountReceivableAddressList": [
        {
            "street": "Diagonal"
        }
    ]
}