POST api/Statistic/SaveStatisticCategory
Request Information
URI Parameters
None.
Body Parameters
Collection of StatisticCategoryName | Description | Type | Additional 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:27:49.9166879-05:00" }, { "StatisticCategoryId": 1, "CategoryId": 2, "BrandId": 1, "Name": "sample string 3", "ParentId": 1, "FarmaEnlaceId": 4, "SumCategory": 5, "DateStatistic": "2025-06-05T01:27:49.9166879-05:00" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.