We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c66c2eb + a83d413 commit c7a7a22Copy full SHA for c7a7a22
perllib/Open311/Endpoint/Integration/Cams.pm
@@ -282,6 +282,7 @@ sub post_service_request {
282
LinkType => $args->{attributes}->{LinkType},
283
WKTPoint => "POINT($args->{attributes}->{easting} $args->{attributes}->{northing})",
284
Type => $args->{service_code},
285
+ FMSCode => $args->{attributes}->{fixmystreet_id},
286
},
287
'Contact' => {
288
FirstName => $args->{first_name},
t/open311/endpoint/json/cams/report.json
@@ -14,7 +14,8 @@
14
"Location": "Bridge damaged",
15
"Problem": "Bridge damaged\n\nHandrail has come off",
16
"Northing": "2",
17
- "LinkCode": "TLE/43418"
+ "LinkCode": "TLE/43418",
18
+ "FMSCode": "1"
19
20
"Contact": {
21
"FirstName": "Bob",
0 commit comments