POST api/TemuDeliveryBYDate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requestParams
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "day": 1,
  "month": 2,
  "year": 3
}

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 'deliveryByDateRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "response": [
    {
      "count": 1.0,
      "parcelStatusName": "sample string 2"
    },
    {
      "count": 1.0,
      "parcelStatusName": "sample string 2"
    },
    {
      "count": 1.0,
      "parcelStatusName": "sample string 2"
    }
  ],
  "Status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}