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. |
|
| Recommend | boolean |
None. |
|
| hidden | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductCategoryID": 1,
"ProductBrandID": 1,
"ProductMinVIPLevelID": 1,
"GiftPackUUID": "11f0fcae-9a58-464f-8ad1-a10b826c4458",
"AudioUUID": "0a901005-bf30-497c-b02b-9c0bbd487e06",
"PhotoUUIDCart": "7bc3b8e6-d90e-472c-913d-41ade3584380",
"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": "bc5ecf9f-b302-4dbb-b7fe-52843bd60707",
"UserUUIDCur": "dc88845c-2a9c-49c4-94cd-e2d7025afb21",
"VideoUUID": "c5cd4566-3707-409e-b470-65ca6e2e0902",
"Recommend": true,
"hidden": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}