POST api/AdminProduct/AdmSaveProductPromoDCountry
AdmSaveProductPromoDCountry
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductPromoDCountry_RequestName | Description | Type | Additional 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": "b9b135f6-87ef-4cc7-a405-c67592a38e44", "PromoPrice": 1.1, "ProductPromoDCActive": true, "UserUUIDCur": "e58d467c-50ec-497e-ba11-d384c89b9d11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}