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": "dcae521c-649e-4ab3-975f-422b9bb02868",
"AudioUUID": "fb02f165-2e4f-4909-bad8-e4365711f1a4",
"PhotoUUIDCart": "0e463a6e-2ace-42e3-97bf-5a37b689e1ee",
"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": "b25e2511-b743-473b-9bcc-308215ff0917",
"UserUUIDCur": "35808b42-03f1-41ca-a9da-597629a49c98",
"VideoUUID": "55f131cc-5487-42b7-a020-1c875a7cb312"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}