Update AccountReceivable [PUT]
Operation
Re-assign cashier to other cashier authorized for that user.
PUT
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/accountReceivable/{accountReceivableId}
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | 0 | Unique identificator of the chain. |
propertyId | Integer | true | path parameter | 0 | Unique identificator of the property. |
accountReceivableId | Integer | true | request parameter | 0 | Unique identificator of the accountReceivable. |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accountReceivable/3
Example body
Body
An element of type AccountReceivable.
AccountReceivable. AccountReceivable. <10 length AccountReceivable. <50 lengthField Type Required Description id Integer true Unique identifier for the code String true Code of the name String true Name of the 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
{ "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" } ] } }
Response
ResponseApiMessage
Example response
{ Â Â "httpStatus": "201", Â Â "userMessage": "Success", Â Â "technicalMessage": "Success AccountReceivable updated", Â Â "errorCode": "0", Â Â "moreInfo": "0", Â Â "id": 3, Â Â "entity": null, Â Â "responseApiErrorList": null }