GET api/Eschf/GetChecksUnpStatistics?centerNumber={centerNumber}&objectNumber={objectNumber}&beginDate={beginDate}&endDate={endDate}
получение
Request Information
URI Parameters
| Наименование | Описание | Тип | Дополнительная информация |
|---|---|---|---|
| centerNumber | integer |
Required |
|
| objectNumber | integer |
Required |
|
| beginDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Информация о ответе
Resource Description
CheckUnpStatisticsInfo| Наименование | Описание | Тип | Дополнительная информация |
|---|---|---|---|
| ChecksUnpCount |
всего заявок |
integer |
None. |
| ErrorEschfCount |
с ошибками |
integer |
None. |
| InprogressEschfCount |
не обработано |
integer |
None. |
| CompletedEschfCount |
выставлено |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChecksUnpCount": 1,
"ErrorEschfCount": 2,
"InprogressEschfCount": 3,
"CompletedEschfCount": 4
}
application/xml, text/xml
Sample:
<CheckUnpStatisticsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiBerlioInfo.Dto.DataTypes.Eschf"> <ChecksUnpCount>1</ChecksUnpCount> <CompletedEschfCount>4</CompletedEschfCount> <ErrorEschfCount>2</ErrorEschfCount> <InprogressEschfCount>3</InprogressEschfCount> </CheckUnpStatisticsInfo>