POST api/AdminProduct/AdmSaveProductTiming
AdmSaveProductTiming
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductTiming_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductTimingUUID | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| SegmentID | integer |
None. |
|
| CountryID | integer |
None. |
|
| TimePreStart | date |
None. |
|
| TimeStart | date |
None. |
|
| NotiffActiveStart | boolean |
None. |
|
| NotiffActivePreStart | boolean |
None. |
|
| NotiffActiveLastCall | boolean |
None. |
|
| TimeLastCall | date |
None. |
|
| TimeEnd | date |
None. |
|
| NotiffUUIDPreStart | globally unique identifier |
None. |
|
| NotiffUUIDStart | globally unique identifier |
None. |
|
| NotiffUUIDLastCall | globally unique identifier |
None. |
|
| ProductTimingActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductTimingUUID": "22c1a49c-d08b-4f00-bcea-f9a6c800581e",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-06-20T22:58:14.6395976+03:00",
"TimeStart": "2026-06-20T22:58:14.6395976+03:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-06-20T22:58:14.6395976+03:00",
"TimeEnd": "2026-06-20T22:58:14.6395976+03:00",
"NotiffUUIDPreStart": "0d9b8c99-e65c-4e06-9959-b22fb8029423",
"NotiffUUIDStart": "a6475ff0-f33e-416f-b8d8-d72adb98aa8a",
"NotiffUUIDLastCall": "edcce51f-2a3f-4f6c-8ebe-a5a1acd65392",
"ProductTimingActive": true,
"UserUUIDCur": "7dd65c13-2ecb-4c41-9a54-3b19b47b7b3e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}