lock
PUT
api/Settings/v1/Consumer
Creates a consumer
EXPANDexpand_more
Request Information
Roles
- InterfaceSettings
URI Parameters
None.
Body Parameters
Consumer that you wish to create
UpdateConsumer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Name | string |
None. |
|
| ApplicationKey | string |
None. |
|
| SharedSecret | string |
None. |
|
| Enabled | string |
None. |
|
| RowVersion | string |
None. |
Request Formats
{
"ID": "sample string 1",
"Name": "sample string 2",
"ApplicationKey": "sample string 3",
"SharedSecret": "sample string 4",
"Enabled": "sample string 5",
"RowVersion": "sample string 6"
}
<UpdateConsumer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.Settings.SIF"> <ApplicationKey>sample string 3</ApplicationKey> <Enabled>sample string 5</Enabled> <ID>sample string 1</ID> <Name>sample string 2</Name> <RowVersion>sample string 6</RowVersion> <SharedSecret>sample string 4</SharedSecret> </UpdateConsumer>
Sample not available.
EXPANDexpand_more
Response Information
Resource Description
If creation successful return empty string, else return error message
stringResponse Formats
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>