Advertisement
fhumayun

resolveAnIncident

Aug 26th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. resolveAnIncident URL=http://localhost:8080/api/ier/incident  METHOD=POST
  2.  
  3. resolveAnIncident request
  4.  
  5. {
  6.   "fidgetId" : "000000000000000000000001",
  7.   "participantId" : "000000000000000000000001",
  8.   "message" : "\"Incident serious - law enforcement engaged\"",
  9.   "state" : "resolved"
  10. }
  11.  
  12.  
  13. resolveAnIncident response status=200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement