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": "2a318dc5-463d-4ac5-a251-4a9404fd494f", "ProductID": 1, "SegmentID": 1, "CountryID": 1, "TimePreStart": "2025-06-07T22:03:33.2260029+03:00", "TimeStart": "2025-06-07T22:03:33.2260029+03:00", "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "TimeLastCall": "2025-06-07T22:03:33.2260029+03:00", "TimeEnd": "2025-06-07T22:03:33.2260029+03:00", "NotiffUUIDPreStart": "9b6610e7-28a9-46c7-b0f3-549ebe617b0b", "NotiffUUIDStart": "b9e6df98-76f3-4637-b3af-f73f9fe61a44", "NotiffUUIDLastCall": "6d0ebb1a-e5b0-48a9-9222-39018fda554e", "ProductTimingActive": true, "UserUUIDCur": "6dc83dc1-1ebd-4e64-8864-373f6dcff37d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}