POST api/v1/settings/key
Request Information
URI Parameters
None.
Body Parameters
SettingDetailsSearchFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ClubId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| SettingKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClubId": "8f0af6f1-42e4-4908-83e0-45a63bd59e0d",
"UserId": "4230c5dc-7637-499b-8f47-9a7b3145ee83",
"SettingKey": "sample string 1"
}
text/html
Sample:
{"ClubId":"8f0af6f1-42e4-4908-83e0-45a63bd59e0d","UserId":"4230c5dc-7637-499b-8f47-9a7b3145ee83","SettingKey":"sample string 1"}
application/xml, text/xml
Sample:
<SettingDetailsSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Settings"> <ClubId>8f0af6f1-42e4-4908-83e0-45a63bd59e0d</ClubId> <SettingKey>sample string 1</SettingKey> <UserId>4230c5dc-7637-499b-8f47-9a7b3145ee83</UserId> </SettingDetailsSearchFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>