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": "38eb9301-972e-48c5-90f0-b06dbf3c8abe",
"AudioUUID": "596cbfc0-76c9-4794-ae91-06d69c97bf6e",
"PhotoUUIDCart": "13eed884-9def-4506-8d1f-b0132ba5dbc6",
"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": "8c9667da-e92d-4576-bb31-4fddd3b8533d",
"UserUUIDCur": "7a290f44-53bd-4164-9822-8603eae0d021",
"VideoUUID": "5c7412b8-f177-4d79-9bc1-0f14a53959a6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}