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": "0dcf6e81-b60a-4973-b5b4-bcf11f846903",
  "PromoPrice": 1.1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "4019f466-ba4b-4f88-baf3-900d0163c20b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}