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": "fba1d320-72f5-40b8-9314-e64f454e4684", "AudioUUID": "a1ef5f8c-b4a0-410f-becb-e78686460ec6", "PhotoUUIDCart": "dd8f7cd1-b5ad-4797-97c8-360a086547f7", "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": "d73fee7b-4321-4868-9328-a19c3a90761f", "UserUUIDCur": "1333bafe-1cf3-418c-80b0-f47d82d21705", "VideoUUID": "5c6e0a1a-3722-45c5-8408-09703ae32771" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}