Back | Public Strata API/levySummary
https://strata-<<REGION>>.urbanise.com/integrations/api/levySummary/client/<<CID>>/planNo/<<PLAN_NUMBER>>
The <<REGION>> is determined by the location of the application you want to send the request to.
Regions include: AU (Australia & Asia), MENA (Middle East & Caribbean) & SA (South Africa)
Example: https://strata-au.urbanise.com (for Australia)
This is your "Client ID".
The "Plan Number" of the property you're requesting data for.
The following must be passed in the request header.
Accept: application/json
Authorization: Bearer <<token>>
Note the authorization token must be obtained from Urbanise.
Below is an example of a request.
https://strata-mena.urbanise.com/integrations/api/levySummary/client/100/planNo/WCB
Accept: application/json
Authorization: Bearer cf290305-c688-44c6-b248-a3352b19c519
{
"planNumber": "WCB",
"levyPeriods": 4,
"levyAAnnual": 5600,
"levySAnnual": 1900,
"levyADiscount": 10,
"levySDiscount": 10,
"levyAPenalty": 12,
"levySPenalty": 12,
"levyYearStart": "2017-01-01",
"levyCurrentDueDate": null,
"levyCurrentStartDate": null,
"levyCurrentEndDate": null,
"levyAmountPerEnt": 0.75,
"levyList": [
{
"period": "2017-01-01",
"amount": 475,
"fund": 2,
"subFundId": 0
},
{
"period": "2017-04-01",
"amount": 1400,
"fund": 1,
"subFundId": 0
},
{
"period": "2017-04-01",
"amount": 475,
"fund": 2,
"subFundId": 0
},
{
"period": "2017-07-01",
"amount": 1400,
"fund": 1,
"subFundId": 0
},
{
"period": "2017-07-01",
"amount": 475,
"fund": 2,
"subFundId": 0
},
{
"period": "2017-10-01",
"amount": 1400,
"fund": 1,
"subFundId": 0
},
{
"period": "2017-10-01",
"amount": 475,
"fund": 2,
"subFundId": 0
},
{
"period": "2018-01-01",
"amount": 0,
"fund": 1,
"subFundId": 0
},
{
"period": "2018-01-01",
"amount": 0,
"fund": 2,
"subFundId": 0
},
{
"period": "2017-01-01",
"amount": 1400,
"fund": 1,
"subFundId": 0
}
]
}