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": "8b14ad1d-536b-4e66-a8f3-474b74264b4e",
"AudioUUID": "bbe7b8dc-1d05-4577-bcb3-2b8a641145d4",
"PhotoUUIDCart": "00a26884-3ab5-4f2e-b59a-a4f2f8b01d9d",
"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": "1d198e61-f695-465a-8ce8-0dcf19bcdf71",
"UserUUIDCur": "2081807a-d554-443a-a0e3-217290235c79",
"VideoUUID": "9265dde6-0826-4987-8468-e2abb8b0a4ca"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}