If you leave out the version, the current version of the service will be called.
Input:
case_fieldoptional CaseField
case_type_id int
id String
section String
sub_section String
the_order int
comment String
personal_information boolean
type String
name_label String
description_label String
invalid_label String
created Date
deleted Date
required boolean
validator String
access_rights String
only_for_this_case_type boolean
show_when String
access_validator String
statistics String
format String
save_first_value_to String
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 CaseField:
case_type_id int
id String
section String
sub_section String
the_order int
comment String
personal_information boolean
type String
name_label String
description_label String
invalid_label String
created Date
deleted Date
required boolean
validator String
access_rights String
only_for_this_case_type boolean
show_when String
access_validator String
statistics String
format String
save_first_value_to String
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:
setCaseField is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { }
POST urlencoded in body:
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.