4XX Client Error Response {data:<Error string>} Usually wrong usage by the client.
5XX Server Error Response {data:<Error string>} Exception, error in the service.
Additional comments:
updateContact is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { "case_id":<value> }
POST urlencoded in body: case_id=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.