POST api/AdminProduct/AdmSaveProductPromoDCountry

AdmSaveProductPromoDCountry

Request Information

URI Parameters

None.

Body Parameters

AdmSaveProductPromoDCountry_Request
NameDescriptionTypeAdditional information
CountryID

integer

None.

ProductUUIDCtryPD

globally unique identifier

None.

PromoPrice

decimal number

None.

ProductPromoDCActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "ProductUUIDCtryPD": "dc2cec4a-96c3-46c4-b59d-3711e6c886ea",
  "PromoPrice": 1.1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "9ebd5381-e9d8-4ab6-8039-112637f24d52"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}