POST api/AdminProduct/SaveProduct
AdmSaveProduct
Request Information
URI Parameters
None.
Body Parameters
SaveProduct_requestName | 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": "8980a02d-2082-4b10-a209-72f643d5f6a3", "AudioUUID": "f1e1492c-04bd-426c-a58c-bf9e8f0b2670", "PhotoUUIDCart": "b239adda-f7ed-4521-9e3b-a30aa7533441", "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": "3fc071bd-1161-488f-924a-7326fece4e3a", "UserUUIDCur": "39a74c99-12a1-45f7-98ac-6f37d56dc55c", "VideoUUID": "5ebb2155-9d10-4a2e-8701-816d39d661f7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}