POST v1/statistics/set-amount-of-users?password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| password | string |
Required |
Body Parameters
SetAmountOfUsersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Benelux | integer |
None. |
|
| DACH | integer |
None. |
|
| UKAndIreland | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Benelux": 1,
"DACH": 2,
"UKAndIreland": 3
}
application/xml, text/xml
Sample:
<SetAmountOfUsersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Request_Models"> <Benelux>1</Benelux> <DACH>2</DACH> <UKAndIreland>3</UKAndIreland> </SetAmountOfUsersModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SetAmountOfUsersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Benelux | integer |
None. |
|
| DACH | integer |
None. |
|
| UKAndIreland | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Benelux": 1,
"DACH": 2,
"UKAndIreland": 3
}
application/xml, text/xml
Sample:
<SetAmountOfUsersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Request_Models"> <Benelux>1</Benelux> <DACH>2</DACH> <UKAndIreland>3</UKAndIreland> </SetAmountOfUsersModel>