POST api/AdminProduct/SaveProduct
AdmSaveProduct
Request Information
URI Parameters
None.
Body Parameters
SaveProduct_request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductCategoryID | integer |
None. |
|
| ProductBrandID | integer |
None. |
|
| ProductMinVIPLevelID | integer |
None. |
|
| GiftPackUUID | globally unique identifier |
None. |
|
| AudioUUID | globally unique identifier |
None. |
|
| PhotoUUIDCart | globally unique identifier |
None. |
|
| ResourceFactor | decimal number |
None. |
|
| Power | integer |
None. |
|
| CustomHS | string |
None. |
|
| ProductMeta | string |
None. |
|
| ProductActive | boolean |
None. |
|
| CountryConnect | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductText | string |
None. |
|
| ProductDescr | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| VideoUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductCategoryID": 1,
"ProductBrandID": 1,
"ProductMinVIPLevelID": 1,
"GiftPackUUID": "a952f0c9-5112-4623-855f-76d317970883",
"AudioUUID": "d2b7cc3b-5e9f-4cb9-8753-d26a4e627bd7",
"PhotoUUIDCart": "4d4d59f7-9477-4734-96f2-86a8b58cb643",
"ResourceFactor": 1.1,
"Power": 1,
"CustomHS": "sample string 1",
"ProductMeta": "sample string 2",
"ProductActive": true,
"CountryConnect": true,
"LanguageID": 1,
"ProductName": "sample string 3",
"ProductText": "sample string 4",
"ProductDescr": "sample string 5",
"PhotoUUID": "8a1d601b-f1cb-4c85-8ad0-c6fe9c3d941f",
"UserUUIDCur": "bc14ca58-60c3-4b35-83f0-b7ee4fd51416",
"VideoUUID": "6d49d887-2438-4ff3-824e-ec841374fa06"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}