If you leave out the version, the current version of the service will be called.
Input:
case_summary_textrequired CaseSummaryText
case_id String
name String
seqno int
content String
created_at Date
created_by Integer
updated_at Date
updated_by Integer
approved_at Date
visible_in_review boolean
Undocumented method parameter.
SSOoptional String
Optional SSO token for authentication.
Allowed HTTP Methods:
POST
Accept types:
application/json
application/xml
application/x-www-form-urlencoded
multipart/form
Accept charsets:
UTF-8
ISO-8859-1
LATIN1
Output:
200 OK response type void.
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:
updateCaseSummaryText 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_summary_text":<value> }
POST urlencoded in body: case_summary_text=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.