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": "7dd42151-bf68-48b0-a86e-d2c1b416d1b8",
"ProductID": 1,
"SegmentID": 1,
"CountryID": 1,
"TimePreStart": "2026-08-05T04:03:02.6488898+03:00",
"TimeStart": "2026-08-05T04:03:02.6488898+03:00",
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"TimeLastCall": "2026-08-05T04:03:02.6488898+03:00",
"TimeEnd": "2026-08-05T04:03:02.6488898+03:00",
"NotiffUUIDPreStart": "8d87b64a-2ad5-419d-b411-29f3d09032f1",
"NotiffUUIDStart": "21406b99-a26f-49d3-a015-22440bee1d3c",
"NotiffUUIDLastCall": "a3dc3eaa-1fd9-4d4d-99ab-4dc34a2de88a",
"ProductTimingActive": true,
"UserUUIDCur": "d759df7a-3dd6-43a7-ad32-4d8fbcedd1a7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}