AccountReceivable
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the AccountReceivable. |
code | String | true | Code of the AccountReceivable. <10 length |
name | String | true | Name of the AccountReceivable. <50 length |
accountReceivableStatementSendType | AccountReceivableStatementSendType | false | |
emailStatementSend | String | false | |
limitDueDay | Integer | false | |
limitAmount | BigDecimal | false | |
accountReceivableEmailList | AccountReceivableEmail | false | |
accountReceivablePhoneList | AccountReceivablePhone | false | |
accountReceivableAddressList | AccountReceivableAddress | false | |
remark | String | false | MAX 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" } ] }