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": "fcc2838a-d486-44d9-a68e-52d3fde9a5b6", "ProductID": 1, "SegmentID": 1, "CountryID": 1, "TimePreStart": "2025-09-22T06:51:54.2922705+03:00", "TimeStart": "2025-09-22T06:51:54.2922705+03:00", "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "TimeLastCall": "2025-09-22T06:51:54.2922705+03:00", "TimeEnd": "2025-09-22T06:51:54.2922705+03:00", "NotiffUUIDPreStart": "12b9e335-b150-429f-a158-a8a3c19c0ae4", "NotiffUUIDStart": "075d6ce8-39de-4974-b609-56025ee955dc", "NotiffUUIDLastCall": "899f4283-7bc7-483b-9c90-7058efcc565d", "ProductTimingActive": true, "UserUUIDCur": "e1b1aceb-3f6b-4d75-aa2b-44b2ae498500" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}