This method retrieves the model needed for creating a support request.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"raiseSupportRequestModel": {
"categories": [
{
"key": "120",
"label": "I want something fixed in my apartment",
"topics": [
{
"key": "62",
"label": "The Air-conditioning is not working or temperature is too hot"
},
{
"key": "63",
"label": "The Air Conditioing is noisy, has a bad smell or has another problem"
}
]
}
],
"locations": [
{
"externalReferenceNumber": "PP-10000005",
"referenceNumber": "PP-00000005",
"name": "Got Everything",
"address": {
"line1": "111 Back of Beyond",
"line2": "south",
"city": "Big Red",
"state": "NSW",
"postcode": "2420",
"country": "AU",
"buildingName": "South Building"
},
"creationTime": "2017-12-15T09:03:58.000",
"lastUpdateTime": "2017-12-15T09:03:58.000",
"buildingName": "South Building"
}
]
}
}
}
Field Descriptions