POST api/Statistic/SaveStatisticCategory

Request Information

URI Parameters

None.

Body Parameters

Collection of StatisticCategory
NameDescriptionTypeAdditional information
StatisticCategoryId

integer

None.

CategoryId

integer

None.

BrandId

integer

None.

Name

string

None.

ParentId

integer

None.

FarmaEnlaceId

integer

None.

SumCategory

integer

None.

DateStatistic

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "StatisticCategoryId": 1,
    "CategoryId": 2,
    "BrandId": 1,
    "Name": "sample string 3",
    "ParentId": 1,
    "FarmaEnlaceId": 4,
    "SumCategory": 5,
    "DateStatistic": "2025-06-05T01:25:59.6197466-05:00"
  },
  {
    "StatisticCategoryId": 1,
    "CategoryId": 2,
    "BrandId": 1,
    "Name": "sample string 3",
    "ParentId": 1,
    "FarmaEnlaceId": 4,
    "SumCategory": 5,
    "DateStatistic": "2025-06-05T01:25:59.6197466-05: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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.