POST api/AdminProduct/AdmGetProductTiming
AdmGetProductTiming
Request Information
URI Parameters
None.
Body Parameters
AdmProductTiming_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductTimingUUID | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| SegmentID | integer |
None. |
|
| Search | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| CountryID | integer |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| ProductCategoryID | integer |
None. |
|
| ProductTimingActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductTimingUUID": "35c038f8-9970-4eab-b59a-9aa28eeb69d8",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-08-05T04:04:40.5337522+03:00",
"DateTo": "2026-08-05T04:04:40.5337522+03:00",
"CountryID": 1,
"NotiffUUID": "2d7d308a-0637-45c5-b51f-b17d7cc2c47e",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "8536e14b-0259-4f3c-86bf-c6e46f67a97a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]