POST {version}/DbSelectorAggregates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DbSelectorAggregate
NameDescriptionTypeAdditional information
BatchesOpenedTodayCount

integer

None.

BatchesClosedTodayCount

integer

None.

ImportsCompletedTodayCount

integer

None.

ReportsFiledCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BatchesOpenedTodayCount": 1,
  "BatchesClosedTodayCount": 2,
  "ImportsCompletedTodayCount": 3,
  "ReportsFiledCount": 4
}

application/xml, text/xml

Sample:
<DbSelectorAggregate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.DbSelector">
  <BatchesClosedTodayCount>2</BatchesClosedTodayCount>
  <BatchesOpenedTodayCount>1</BatchesOpenedTodayCount>
  <ImportsCompletedTodayCount>3</ImportsCompletedTodayCount>
  <ReportsFiledCount>4</ReportsFiledCount>
</DbSelectorAggregate>