PUT Evaluation
Request Information
URI Parameters
None.
Body Parameters
EvalResutName | Description | Type | Additional information |
---|---|---|---|
action | string |
None. |
|
id | integer |
None. |
|
member | integer |
None. |
|
planned | integer |
None. |
|
answer | integer |
None. |
|
comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "action": "sample string 1", "id": 2, "member": 3, "planned": 4, "answer": 5, "comment": "sample string 6" }
text/html
Sample:
{"action":"sample string 1","id":2,"member":3,"planned":4,"answer":5,"comment":"sample string 6"}
application/xml, text/xml
Sample:
<EvalResut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkademyCore.ViewModels"> <action>sample string 1</action> <answer>5</answer> <comment>sample string 6</comment> <id>2</id> <member>3</member> <planned>4</planned> </EvalResut>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.