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": "3eb74154-beb4-4ea4-93d1-e92f6b465154",
  "PromoPrice": 1.1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "ba0affe9-a956-4c00-8663-cf5950c9d21c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}