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": "dcda857e-0ee1-4f1d-8d66-d0ef9c4e20d1",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-02-04T05:25:24.8357034+02:00",
"TimeStart": "2026-02-04T05:25:24.8357034+02:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-02-04T05:25:24.8357034+02:00",
"TimeEnd": "2026-02-04T05:25:24.8357034+02:00",
"NotiffUUIDPreStart": "5f5e9dd8-14d6-4fa6-a2ba-7243ce3299d0",
"NotiffUUIDStart": "ebb06b6f-9c2e-45b8-a58a-4621af89f6f8",
"NotiffUUIDLastCall": "32145a6b-1299-4072-8007-96b75c5a03f7",
"ProductTimingActive": true,
"UserUUIDCur": "3d24d902-e122-4c44-a8f3-93e259e17bf3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}