POST api/AdminOrder/SaveDeliveryTypePromo
AdmSaveDeliveryTypePromo
Request Information
URI Parameters
None.
Body Parameters
SaveDeliveryTypePromo_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypePromoUUID | globally unique identifier |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| DeliveryTypeActivePromo | boolean |
None. |
|
| TimeStart | date |
None. |
|
| TimeEnd | date |
None. |
|
| ProductID | integer |
None. |
|
| CountryID | integer |
None. |
|
| QMin | integer |
None. |
|
| QMax | integer |
None. |
|
| DiscountPerc | decimal number |
None. |
|
| Value | decimal number |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryTypePromoUUID": "434fdfea-bbf2-4b63-bc6f-31fdca5ccb3d",
"DeliveryTypeID": 1,
"DeliveryTypeActivePromo": true,
"TimeStart": "2025-11-17T10:13:47.6358073+02:00",
"TimeEnd": "2025-11-17T10:13:47.6358073+02:00",
"ProductID": 1,
"CountryID": 1,
"QMin": 1,
"QMax": 1,
"DiscountPerc": 1.1,
"Value": 1.1,
"UserUUIDCur": "245ed51a-17c8-47b8-a5e9-bc8a5bfe63b4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}