POST api/AdminOrder/SaveDeliveryTypePromo

AdmSaveDeliveryTypePromo

Request Information

URI Parameters

None.

Body Parameters

SaveDeliveryTypePromo_Request
NameDescriptionTypeAdditional 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": "6a8e17cf-b8c1-4d18-919c-b4686288fdd0",
  "DeliveryTypeID": 1,
  "DeliveryTypeActivePromo": true,
  "TimeStart": "2025-04-19T07:06:06.8060683+03:00",
  "TimeEnd": "2025-04-19T07:06:06.8060683+03:00",
  "ProductID": 1,
  "CountryID": 1,
  "QMin": 1,
  "QMax": 1,
  "DiscountPerc": 1.1,
  "Value": 1.1,
  "UserUUIDCur": "0a7ed778-6f42-4e1b-a420-9a5051027ba7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}