Versions Compared

Key

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

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
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/propertyManagement/accountReceivableAging



Request


PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
property identificator.
offsetdatedatefalsepath parameter


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com/public/api/v1/con/chain/1/property/2/propertyManagement/accountReceivableAging?offset=2020-11-12



Response

Entity

Insert excerpt
ManagementAccountReceivableAgingEntityModel
ManagementAccountReceivableAgingEntityModel
nopaneltrue

Example response

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