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": "2c903b94-b77b-430a-b5b4-737e31a9a920", "ProductID": 1, "SegmentID": 1, "CountryID": 1, "TimePreStart": "2025-04-19T07:33:39.1688261+03:00", "TimeStart": "2025-04-19T07:33:39.1688261+03:00", "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "TimeLastCall": "2025-04-19T07:33:39.1688261+03:00", "TimeEnd": "2025-04-19T07:33:39.1688261+03:00", "NotiffUUIDPreStart": "471cf8a6-3749-41c7-8b5e-dac178e17342", "NotiffUUIDStart": "333e17a6-f160-4aa4-b6d9-cd651dd15400", "NotiffUUIDLastCall": "357f3590-a0f6-4fa2-b5de-3ee1511d43ca", "ProductTimingActive": true, "UserUUIDCur": "3e07563a-5372-479c-b536-5a00c705f29d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}