POST api/Yayin/SinifTipUpdate?sessionId={sessionId}&username={username}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionId | string |
Required |
|
username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IntegerResultName | Description | Type | Additional information |
---|---|---|---|
Value | integer |
None. |
|
Error | string |
None. |
|
HasError | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": 1, "Error": "sample string 2", "HasError": true }
application/xml, text/xml
Sample:
<IntegerResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yayin.Model"> <Error>sample string 2</Error> <Value>1</Value> </IntegerResult>