POST api/AdminProduct/AdmSaveProductPromoFromProduct
AdmSaveProductPromoFromProduct
Request Information
URI Parameters
None.
Body Parameters
AdmSaveProductPromoFromProduct_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "b39a2876-267a-4342-bf14-b2408db41168"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}