POST Api/Use/CountAllChildrenConsumedByDate?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
UserDTOName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Username | string |
None. |
|
Password | string |
None. |
|
string |
None. |
||
AccountId | globally unique identifier |
None. |
|
UserType | UserTypeDTO |
None. |
|
Products | Collection of ProductDTO |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
OneId | globally unique identifier |
None. |
|
VerificationDate | date |
None. |
|
VerificationCode | string |
None. |
|
ClientPublicKey | string |
None. |
|
SecurityToken | string |
None. |
|
CurrentUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "6a6bc14f-4358-4dad-a654-9df081a89928", "username": "sample string 2", "password": "sample string 3", "email": "sample string 4", "accountId": "b777a196-a9d5-428c-8cbf-a26cdb55a8d8", "userType": { "id": 1, "name": "sample string 2", "description": "sample string 3" }, "products": [ { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "ffb4fc69-0e58-4d79-8c56-33090ba4ee9e" }, "tool": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "logoUrl": "sample string 4", "order": 5, "description": "sample string 6", "author": "sample string 7", "ageRange": "sample string 8", "clientPublicKey": "sample string 9", "securityToken": "sample string 10", "currentUserId": "c9d3ae13-4a22-4f34-b3f1-2cc05b481cdc" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "26e2c7f6-66bf-4cf0-b85a-82f83ffb6741" }, { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "ffb4fc69-0e58-4d79-8c56-33090ba4ee9e" }, "tool": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "logoUrl": "sample string 4", "order": 5, "description": "sample string 6", "author": "sample string 7", "ageRange": "sample string 8", "clientPublicKey": "sample string 9", "securityToken": "sample string 10", "currentUserId": "c9d3ae13-4a22-4f34-b3f1-2cc05b481cdc" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "26e2c7f6-66bf-4cf0-b85a-82f83ffb6741" } ], "firstName": "sample string 6", "lastName": "sample string 7", "oneId": "8e80d67c-b401-421d-9008-39c2743da64d", "verificationDate": "2025-07-01T06:03:44.4786553-04:00", "verificationCode": "sample string 9", "clientPublicKey": "sample string 10", "securityToken": "sample string 11", "currentUserId": "5676f3e8-617d-440b-b55e-a08e5035e878" }
application/xml, text/xml
Sample:
<UserDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccessManager.DTO"> <ClientPublicKey>sample string 10</ClientPublicKey> <CurrentUserId>5676f3e8-617d-440b-b55e-a08e5035e878</CurrentUserId> <SecurityToken>sample string 11</SecurityToken> <AccountId>b777a196-a9d5-428c-8cbf-a26cdb55a8d8</AccountId> <Email>sample string 4</Email> <FirstName>sample string 6</FirstName> <Id>6a6bc14f-4358-4dad-a654-9df081a89928</Id> <LastName>sample string 7</LastName> <OneId>8e80d67c-b401-421d-9008-39c2743da64d</OneId> <Password>sample string 3</Password> <Products> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>26e2c7f6-66bf-4cf0-b85a-82f83ffb6741</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>ffb4fc69-0e58-4d79-8c56-33090ba4ee9e</CurrentUserId> <SecurityToken>sample string 5</SecurityToken> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </Portal> <Tool> <ClientPublicKey>sample string 9</ClientPublicKey> <CurrentUserId>c9d3ae13-4a22-4f34-b3f1-2cc05b481cdc</CurrentUserId> <SecurityToken>sample string 10</SecurityToken> <AgeRange>sample string 8</AgeRange> <Author>sample string 7</Author> <Description>sample string 6</Description> <Id>1</Id> <LogoUrl>sample string 4</LogoUrl> <Name>sample string 2</Name> <Order>5</Order> <ShortName>sample string 3</ShortName> </Tool> </ProductDTO> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>26e2c7f6-66bf-4cf0-b85a-82f83ffb6741</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>ffb4fc69-0e58-4d79-8c56-33090ba4ee9e</CurrentUserId> <SecurityToken>sample string 5</SecurityToken> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </Portal> <Tool> <ClientPublicKey>sample string 9</ClientPublicKey> <CurrentUserId>c9d3ae13-4a22-4f34-b3f1-2cc05b481cdc</CurrentUserId> <SecurityToken>sample string 10</SecurityToken> <AgeRange>sample string 8</AgeRange> <Author>sample string 7</Author> <Description>sample string 6</Description> <Id>1</Id> <LogoUrl>sample string 4</LogoUrl> <Name>sample string 2</Name> <Order>5</Order> <ShortName>sample string 3</ShortName> </Tool> </ProductDTO> </Products> <UserType> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </UserType> <Username>sample string 2</Username> <VerificationCode>sample string 9</VerificationCode> <VerificationDate>2025-07-01T06:03:44.4786553-04:00</VerificationDate> </UserDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of date [key] and Dictionary of integer [key] and integer [value] [value]Response Formats
application/json, text/json
Sample:
{ "2025-07-01T06:03:44.4798-04:00": { "1": 2, "3": 4 }, "2025-07-01T06:03:44.4826276-04:00": { "1": 2, "3": 4 } }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1> <Key>2025-07-01T06:03:44.4798-04:00</Key> <Value> <KeyValueOfintint> <Key>1</Key> <Value>2</Value> </KeyValueOfintint> <KeyValueOfintint> <Key>3</Key> <Value>4</Value> </KeyValueOfintint> </Value> </KeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1> <KeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1> <Key>2025-07-01T06:03:44.4826276-04:00</Key> <Value> <KeyValueOfintint> <Key>1</Key> <Value>2</Value> </KeyValueOfintint> <KeyValueOfintint> <Key>3</Key> <Value>4</Value> </KeyValueOfintint> </Value> </KeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1> </ArrayOfKeyValueOfdateTimeArrayOfKeyValueOfintintty7Ep6D1>