POST api/Statistics

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SN": "sample string 1",
  "startDate": "2025-05-02T13:14:21.3392773+04:00",
  "endDate": "2025-05-02T13:14:21.3392773+04:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'parcelStatisticsRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "statistics": [
    {
      "parcelId": 1.0,
      "internalCode": "sample string 2",
      "trackingCode": "sample string 3",
      "customerParcelCode": "sample string 4",
      "parcelStatusId": 5.0,
      "parcelStatusName": "sample string 6",
      "parcelTypeId": 7.0,
      "parcelTypeName": "sample string 8",
      "transitTypeId": 9.0,
      "transitTypeName": "sample string 10",
      "transitServiceTypeId": 11.0,
      "transitServiceTypeName": "sample string 12",
      "registrationDate": "2025-05-02T13:14:21.3392773+04:00",
      "gpostReceiveDate": "2025-05-02T13:14:21.3392773+04:00",
      "firstVisitDate": "2025-05-02T13:14:21.3392773+04:00",
      "finishDate": "2025-05-02T13:14:21.3392773+04:00"
    },
    {
      "parcelId": 1.0,
      "internalCode": "sample string 2",
      "trackingCode": "sample string 3",
      "customerParcelCode": "sample string 4",
      "parcelStatusId": 5.0,
      "parcelStatusName": "sample string 6",
      "parcelTypeId": 7.0,
      "parcelTypeName": "sample string 8",
      "transitTypeId": 9.0,
      "transitTypeName": "sample string 10",
      "transitServiceTypeId": 11.0,
      "transitServiceTypeName": "sample string 12",
      "registrationDate": "2025-05-02T13:14:21.3392773+04:00",
      "gpostReceiveDate": "2025-05-02T13:14:21.3392773+04:00",
      "firstVisitDate": "2025-05-02T13:14:21.3392773+04:00",
      "finishDate": "2025-05-02T13:14:21.3392773+04:00"
    },
    {
      "parcelId": 1.0,
      "internalCode": "sample string 2",
      "trackingCode": "sample string 3",
      "customerParcelCode": "sample string 4",
      "parcelStatusId": 5.0,
      "parcelStatusName": "sample string 6",
      "parcelTypeId": 7.0,
      "parcelTypeName": "sample string 8",
      "transitTypeId": 9.0,
      "transitTypeName": "sample string 10",
      "transitServiceTypeId": 11.0,
      "transitServiceTypeName": "sample string 12",
      "registrationDate": "2025-05-02T13:14:21.3392773+04:00",
      "gpostReceiveDate": "2025-05-02T13:14:21.3392773+04:00",
      "firstVisitDate": "2025-05-02T13:14:21.3392773+04:00",
      "finishDate": "2025-05-02T13:14:21.3392773+04:00"
    }
  ],
  "Status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}