Back | Public Strata API/manco
https://strata-<<REGION>>.urbanise.com/integrations/api/manco/client/<<CID>>
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 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/manco/client/100
Accept: application/json
Authorization: Bearer cf290305-c688-44c6-b248-a3352b19c519
{
"mancoName": "Amazing Properties Limited",
"mancoTradeName": "Amazing Properties Limited",
"mancoWeb": "www.amazeprop.com",
"mancoABN": "6200000001",
"addresses": [
{
"mancoEmail": "info@amazeprop.net",
"mancoAddress": "PO Box 75250",
"mancoAddressType": "Address",
"mancoSuburb": "Bur Dubai",
"mancoState": "Dubai",
"mancoPostCode": "0000",
"mancoCountry": "United Arab Emirates",
"phones": [
{
"phoneType": "Fax 1",
"phone": "971 4 4579900"
},
{
"phoneType": "Work 1",
"phone": "971 4 4579900"
}
]
},
{
"mancoEmail": "accounts@amazeprop.net",
"mancoAddress": "PO Box 75250",
"mancoAddressType": "Postal Address",
"mancoSuburb": "Bur Dubai",
"mancoState": "Dubai",
"mancoPostCode": "0000",
"mancoCountry": "United Arab Emirates",
"phones": []
}
]
}