POST api/ala/addSet
Request Information
URI Parameters
None.
Body Parameters
CustomerDefineParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| keyWordList | Collection of string |
None. |
|
| pictureList | Collection of string |
None. |
|
| pinPai | string |
None. |
|
| productDetai | string |
None. |
|
| ECPlatformUserNumber | string |
None. |
|
| Status | integer |
None. |
|
| ProductInfoStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"keyWordList": [
"sample string 1",
"sample string 2"
],
"pictureList": [
"sample string 1",
"sample string 2"
],
"pinPai": "sample string 2",
"productDetai": "sample string 3",
"ecPlatformUserNumber": "sample string 4",
"status": 5,
"productInfoStr": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}