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": "d76b8a0c-5602-4fcb-b21c-af2af3d6d60d",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-09-19T13:13:17.4041369+03:00",
"DateTo": "2026-09-19T13:13:17.4041369+03:00",
"CountryID": 1,
"NotiffUUID": "9818208e-2495-4536-af14-0e8d35dd351d",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "3f3f09ec-5b41-4ae1-b19e-9b1fd553bc04"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]