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": "1b39e0e6-629b-4eb0-8dac-e9370e8d8cc4", "PromoPrice": 1.1, "ProductPromoDCActive": true, "UserUUIDCur": "60663424-9687-4ca7-973c-bfad723c09b2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}