POST api/UsersThemeApi
Request Information
URI Parameters
None.
Body Parameters
UsersThemeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ThemeName | string |
None. |
|
| UserName | string |
None. |
|
| ClientId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ThemeName": "sample string 1",
"UserName": "sample string 2",
"ClientId": "sample string 3"
}
application/xml, text/xml
Sample:
<UsersThemeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecurityApi.Models"> <ClientId>sample string 3</ClientId> <ID>1</ID> <ThemeName>sample string 1</ThemeName> <UserName>sample string 2</UserName> </UsersThemeModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.