POST api/AdminProduct/AdmGetProductTimingByUuid
AdmGetProductTiming By UUID
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": "f19943d1-44a8-4f3a-8ac3-726fa430617d", "ProductID": 1, "SegmentID": 1, "Search": "sample string 1", "DateFrom": "2025-04-19T06:51:42.7934096+03:00", "DateTo": "2025-04-19T06:51:42.7934096+03:00", "CountryID": 1, "NotiffUUID": "b8e69ae6-c084-477c-a8ea-e8426226c411", "LanguageID": 1, "ProductCategoryID": 1, "ProductTimingActive": true, "UserUUIDCur": "c8c95d1d-e659-4e51-932b-91877c3ebd06" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}