Operation
This endpoint will give as a result the collection of Account Receivables and the amount that is due to on different periods.
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/propertyManagement/accountReceivableAging |
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | property identificator. | |
date | date | false | path parameter |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://publicapi-providers.ulysescloud.com/public/api/v1/con/chain/1/property/2/propertyManagement/accountReceivableAging?offsetdate=2020-11-12 |
Response
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
[ { "accountReceivableCONModel": { "id": 11, "code": "AM", "name": "American Express" }, "accountReceivableLimitDueDay": 30, "accountReceivableLimitAmount": null, "days0to30Total": 1490.200000, "days30to60Total": 0.000000, "days60to90Total": 0.000000, "days90to120Total": 0.000000, "daysGreaterThan120Total": 0.000000, "total": 1490.200000 } ] |