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": "87a09104-7af0-400b-890f-6e6d1dc5e400",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-03-21T23:39:24.4063121+02:00",
"DateTo": "2026-03-21T23:39:24.4063121+02:00",
"CountryID": 1,
"NotiffUUID": "246a2433-d2a9-4097-b06a-f0ee59d3012d",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "297496cb-926a-4222-a72d-3786945fb766"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]