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": "664a022d-91a2-4e55-800d-78e20b523d97", "ProductID": 1, "SegmentID": 1, "Search": "sample string 1", "DateFrom": "2025-04-19T07:08:39.147055+03:00", "DateTo": "2025-04-19T07:08:39.147055+03:00", "CountryID": 1, "NotiffUUID": "579173e6-0cda-43d8-9fad-38b4b459f3d4", "LanguageID": 1, "ProductCategoryID": 1, "ProductTimingActive": true, "UserUUIDCur": "ba76acdd-7939-4803-841c-6c9d043a1d08" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]