POST api/AdminProduct/AdmSaveProductTiming
AdmSaveProductTiming
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductTiming_RequestName | 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": "fe182949-94f1-4cc2-abbb-d8c472e0ac6d", "ProductID": 1, "SegmentID": 1, "CountryID": 1, "TimePreStart": "2025-07-27T11:33:44.1832332+03:00", "TimeStart": "2025-07-27T11:33:44.1832332+03:00", "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "TimeLastCall": "2025-07-27T11:33:44.1832332+03:00", "TimeEnd": "2025-07-27T11:33:44.1832332+03:00", "NotiffUUIDPreStart": "5b45c134-063b-439d-aa86-b9b2b7e728ea", "NotiffUUIDStart": "433d3b40-1578-4cdb-ae3b-e6c75c75ce0d", "NotiffUUIDLastCall": "d07862a0-fa34-4a25-a753-13a51e19f636", "ProductTimingActive": true, "UserUUIDCur": "1840e3dd-17e5-4e47-a1b7-66890a87338e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}