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": "03d2d3e6-0d29-4b3f-814a-fee711117691",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-05-06T11:59:24.5460091+03:00",
"TimeStart": "2026-05-06T11:59:24.5460091+03:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-05-06T11:59:24.5460091+03:00",
"TimeEnd": "2026-05-06T11:59:24.5460091+03:00",
"NotiffUUIDPreStart": "620fb5f2-f61a-4a22-8e25-083be9e384c0",
"NotiffUUIDStart": "55770cbd-58bc-495a-a6a1-882a63f68ecb",
"NotiffUUIDLastCall": "0800e7e0-73af-4199-a31d-c677a413f8f1",
"ProductTimingActive": true,
"UserUUIDCur": "dbd9752d-9243-4a07-a34e-0f529d71f238"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}