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": "444d480e-e451-4b56-b3f8-7f9eb8d242cc", "AudioUUID": "100eeaf6-2027-4c86-b40c-98af0306e963", "PhotoUUIDCart": "4479c0f3-9e8f-440b-b12f-c7b521f9454a", "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": "61fa73ce-7160-47f9-bb4e-a750d276bddc", "UserUUIDCur": "706f896f-9a57-49b8-823d-117bc616d827", "VideoUUID": "cf1dec7b-77ca-4311-b083-d9da16058788" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}