forked from mheadd/node-open311
-
Notifications
You must be signed in to change notification settings - Fork 4
Endpoint Quirks
bensheldon edited this page Aug 31, 2012
·
2 revisions
- Undocumented DeDuplicating Behavior: submitted identical service requests (to the extent that description/lat/lng are the same) returns a 400 error: "Invalid service request: base is a duplicate."
- Requires Lat OR Lng (but doesn't check both): submitting using only
address_stringreturns a 400 error: "Invalid service request: location can't be blank." - If you have a bad location data (see above), it never processes (never returns a service_request_id)
- Requires a Description/Image: otherwise returns 400 error: "base Photo or description is required."