GET v1/statistics/get-amount-of-users

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SetAmountOfUsersModel
NameDescriptionTypeAdditional 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>