POST api/PlaySettings
Request Information
URI Parameters
None.
Body Parameters
PlaySettingsName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
UserId | string |
None. |
|
data | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "UserId": "sample string 2", "data": "sample string 3" }
application/xml, text/xml
Sample:
<PlaySettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CificoAPI.Models"> <UserId>sample string 2</UserId> <data>sample string 3</data> <id>sample string 1</id> </PlaySettings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TaskOfObjectName | Description | Type | Additional information |
---|---|---|---|
Result | Object |
None. |
|
Id | integer |
None. |
|
Exception | AggregateException |
None. |
|
Status | TaskStatus |
None. |
|
IsCanceled | boolean |
None. |
|
IsCompleted | boolean |
None. |
|
CreationOptions | TaskCreationOptions |
None. |
|
AsyncState | Object |
None. |
|
IsFaulted | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.