POST api/AdminProduct/AdmGetProductTimingByUuid
AdmGetProductTiming By UUID
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": "bc41c63d-3863-4c4b-befb-82ed10a4c34e",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-09-19T12:45:35.8432495+03:00",
"DateTo": "2026-09-19T12:45:35.8432495+03:00",
"CountryID": 1,
"NotiffUUID": "02ec34ac-a159-404e-b35b-d9c1fcfa283c",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "c8475cd4-4ce8-4e5c-8499-07db39eb6070"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}