Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

AccountReceivable.

codeStringtrueCode of the

AccountReceivable. <10 lenghtlength

nameStringtrueName of the

AccountReceivable. <50 lenghtlength

accountReceivableStatementSendTypeAccountReceivableStatementSendTypefalse
emailStatementSendStringfalse
limitDueDayIntegerfalse
limitAmountBigDecimalfalse
accountReceivableEmailListAccountReceivableEmailfalse
accountReceivablePhoneListAccountReceivablePhonefalse
accountReceivableAddressListAccountReceivableAddressfalse
remarkStringfalseMAX 255



JSON representation

Code Block
languagepowershell
themeDJango
{
    "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"
        }
    ]
}