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": "8bb5d546-2fe6-4443-bb9c-f5b7f67706c5",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-09-19T13:12:42.6881561+03:00",
"TimeStart": "2026-09-19T13:12:42.6881561+03:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-09-19T13:12:42.6881561+03:00",
"TimeEnd": "2026-09-19T13:12:42.6881561+03:00",
"NotiffUUIDPreStart": "48634245-0ec7-4397-a8be-833f1298e5af",
"NotiffUUIDStart": "4760bfbf-20e7-4bf9-aebf-700c39918f0c",
"NotiffUUIDLastCall": "e216c81a-f03a-4add-84fe-8d683a35eb8c",
"ProductTimingActive": true,
"UserUUIDCur": "300b8dc0-ddd2-471d-a41a-c8bbe8e40a99"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}