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": "e9aadd6f-bd8e-41ec-b867-1ffaafd952cb",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2025-11-17T10:19:26.6014494+02:00",
"TimeStart": "2025-11-17T10:19:26.6014494+02:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2025-11-17T10:19:26.6014494+02:00",
"TimeEnd": "2025-11-17T10:19:26.6014494+02:00",
"NotiffUUIDPreStart": "8a21cae7-8a28-4ead-bcee-17d3d13130ba",
"NotiffUUIDStart": "078b918f-3224-4588-b8ee-7d626dbb5329",
"NotiffUUIDLastCall": "7435c379-57e0-470d-8b8f-b6c896bc6850",
"ProductTimingActive": true,
"UserUUIDCur": "38aa1f89-abba-4890-b7e5-26fe16d9b6b7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}