POST api/AdminProduct/AdmGetProductTiming
AdmGetProductTiming
Request Information
URI Parameters
None.
Body Parameters
AdmProductTiming_RequestName | 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": "de190db5-99ee-4209-b6dd-861b473a16e3", "ProductID": 1, "SegmentID": 1, "Search": "sample string 1", "DateFrom": "2025-07-27T11:34:35.4706425+03:00", "DateTo": "2025-07-27T11:34:35.4706425+03:00", "CountryID": 1, "NotiffUUID": "e1c1db64-9d33-41cc-b39c-27be2fb07cca", "LanguageID": 1, "ProductCategoryID": 1, "ProductTimingActive": true, "UserUUIDCur": "8882f0ff-64ab-4dc1-b810-069132fbeb9d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]