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": "c2773d27-2bb7-4b31-ae2d-2fe3862a2be8",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-03-21T23:38:55.149957+02:00",
"TimeStart": "2026-03-21T23:38:55.149957+02:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-03-21T23:38:55.149957+02:00",
"TimeEnd": "2026-03-21T23:38:55.149957+02:00",
"NotiffUUIDPreStart": "7794ab2e-2a3e-4ef1-9c53-e9e795d1b507",
"NotiffUUIDStart": "bff5267a-9ba2-4500-aeb0-c4d7b9d17935",
"NotiffUUIDLastCall": "1036a930-40be-4cf3-9b0c-992429eadf66",
"ProductTimingActive": true,
"UserUUIDCur": "1e5a705d-71a5-4e93-a8ea-71cb7892ebc8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}