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": "4123a23d-36d9-46f6-a7a6-b3fa27e0ef23",
"ProductID": 1,
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2025-11-17T10:24:01.642607+02:00",
"DateTo": "2025-11-17T10:24:01.642607+02:00",
"CountryID": 1,
"NotiffUUID": "e60b2320-15be-484b-846c-3dcf0ea56837",
"LanguageID": 1,
"ProductCategoryID": 1,
"ProductTimingActive": true,
"UserUUIDCur": "afcac994-7362-496c-aef2-857854122703"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}