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": "2b56cd2d-4f62-43f6-bbe6-dfb5322c2f34",
  "PromoPrice": 1.1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "bad0602a-c170-449f-8938-af30193fe102"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}