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": "995539fb-55cd-4e7c-9277-bacd6d885fdf",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-05-06T15:47:06.6076886+03:00",
"DateTo": "2026-05-06T15:47:06.6076886+03:00",
"CountryID": 1,
"NotiffUUID": "1632f5b2-a8f5-4c28-9115-df51965d6669",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "e66ad335-79e1-4963-b7d6-6186587672bc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}