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": "46af5576-758f-4135-9c8e-8c79d3cfe569",
"PromoPrice": 1.1,
"ProductPromoDCActive": true,
"UserUUIDCur": "4d879450-2677-436b-979d-33fdfe791deb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}