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": "5ab2f87a-7842-4c90-9a3a-1c70f4e07abc", "AudioUUID": "bfad27d8-3434-4113-8023-dc64452f1d6c", "PhotoUUIDCart": "a44ec90f-3a7f-4a04-afd5-20de74957461", "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": "668a8671-71a0-45ca-bec0-25ac2ace8689", "UserUUIDCur": "ac07aa0a-cd57-4a29-89da-f2df49a5b4e3", "VideoUUID": "d163a208-e280-4848-a248-f51492eb3ff6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}