Back | Public Strata API/planDetails
https://strata-<<REGION>>.urbanise.com/integrations/api/planDetails/client/<<CID>>/planNo/<<PlanNumber>> or use the below to get all plans for the selected CID:https://strata-<<REGION>>.urbanise.com/integrations/api/planDetails/client/<<CID>>?page=1&size=20The <<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".
Optional params to specify page and size of response.
The following must be passed in the request header.
Accept: application/jsonAuthorization: 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/planDetails/client/100Accept: application/jsonAuthorization: Bearer cf290305-c688-44c6-b248-a3352b19c519{ "planNumber": "WCB", "planName": "Westar Casablanca", "planNoLots": 13, "planNoUnits": 4, "planStAddress": "Street 1, Jumeirah Village Circle", "planSuburb": "Jumeirah Village Circle", "planState": "", "planPostCode": "Dubai", "planCountry": "", "planType": "Strata", "planABN": "", "planGST": false, "planTFN": 0, "planRegDate": "2013-05-26", "planAuditor": "Horwath Mak", "planValueDate": null, "planManagedSince": null, "planModule": "Residential", "planRegion": "Dubai", "planManFirstName": "Anant", "planManLastName": "Smith", "planManEmail": "anant@amazeprop.net", "planManPhone": "050 989 991", "planManStart": "2017-08-01", "planManFee": null, "planFinYearStart": "2000-01-01", "planEnt1": 10000, "planEnt2": 0}