POST api/AdminProduct/AdmSaveProductPromoDCountry
AdmSaveProductPromoDCountry
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductPromoDCountry_Request| Name | 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": "295fe514-df3d-4226-a461-aabc39754b38",
"PromoPrice": 1.1,
"ProductPromoDCActive": true,
"UserUUIDCur": "b8044eff-7e6d-425f-8d72-6a5d39aa307c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}