-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsampleRequest.json
More file actions
124 lines (124 loc) · 3.64 KB
/
Copy pathsampleRequest.json
File metadata and controls
124 lines (124 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"payload": [
{
"address": {
"buildingNumber": "28",
"lat": -33.912542000000002,
"lon": 151.00293199999999,
"postcode": "2198",
"state": "NSW",
"street": "Donington Ave",
"suburb": "Georges Hall"
},
"propertyTypeId": 3,
"readyState": "init",
"reference": "aqsdasd",
"shortId": "6Laj49N3PiwZ",
"status": 0,
"type": "htv",
"workflow": "pending"
},
{
"address": {
"buildingNumber": "Level 6",
"postcode": "2060",
"state": "NSW",
"street": "146 Arthur Street",
"suburb": "North Sydney"
},
"propertyTypeId": 3,
"readyState": "init",
"reference": "asdasd",
"shortId": "E9eQVYEMkub2",
"status": 4,
"type": "htv",
"valfirm": null,
"workflow": "completed"
},
{
"address": {
"buildingNumber": "25",
"postcode": "4000",
"state": "QLD",
"street": "Mary St",
"suburb": "Brisbane"
},
"propertyTypeId": 3,
"readyState": "init",
"reference": "asdas",
"shortId": "nQMyWWLBvu4A",
"status": 1,
"type": "avm",
"workflow": "pending"
},
{
"address": {
"buildingNumber": "92",
"postcode": "2000",
"state": "NSW",
"street": "Pitt Street",
"suburb": "Sydney",
"unitNumber": "Suite 1 Level 8"
},
"propertyTypeId": 3,
"readyState": "complete",
"reference": "asdasd",
"shortId": "ZM73nE4nKH56",
"status": 4,
"type": "avm",
"workflow": "cancelled"
},
{
"address": {
"buildingNumber": "28",
"lat": -33.912542000000002,
"lon": 151.00293199999999,
"postcode": "2198",
"state": "NSW",
"street": "Donington Ave",
"suburb": "Georges Hall"
},
"propertyTypeId": 3,
"readyState": "complete",
"reference": "asdasdas",
"shortId": "AQzAB5xMXFNx",
"status": 3,
"type": "avm",
"workflow": "completed"
},
{
"address": {
"buildingNumber": "360",
"postcode": "3000",
"state": "VIC",
"street": "Elizabeth St",
"suburb": "Melbourne",
"unitNumber": "Level 28"
},
"propertyTypeId": 3,
"readyState": "complete",
"reference": "asdas",
"shortId": "yebZvgdA7FRk",
"status": 1,
"type": "htv",
"workflow": "completed"
},
{
"address": {
"buildingNumber": "153",
"postcode": "2229",
"state": "NSW",
"street": "Denman Avenue",
"suburb": "CARINGBAH",
"unitNumber": "Suite 7"
},
"propertyTypeId": 3,
"readyState": "complete",
"reference": "asdas",
"shortId": "YP7NJVNpVCdr",
"status": 4,
"type": "htv",
"workflow": "cancelled"
}
]
}