POST api/wechatmini/addOrderReceivingSet
Request Information
URI Parameters
None.
Body Parameters
WeChatMiniOrderReceivingAreaSet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| groupchatRootTypeId | string |
None. |
|
| OrderReceivingAreaId | integer |
None. |
|
| OrderReceivingGropIds | string |
None. |
|
| OrderReceivingAllAreaId | string |
None. |
|
| IsOpen | integer |
None. |
|
| AddTime | date |
None. |
|
| userId | integer |
None. |
|
| IsUserSet | integer |
None. |
|
| keywords | Collection of Customizedkeywords |
None. |
Request Formats
application/json, text/json
Sample:
{
"keywords": [
{
"id": 1,
"keywordName": "sample string 2",
"userId": 3,
"groupchatRootTypeId": "sample string 4"
},
{
"id": 1,
"keywordName": "sample string 2",
"userId": 3,
"groupchatRootTypeId": "sample string 4"
}
],
"id": 1,
"groupchatRootTypeId": "sample string 2",
"orderReceivingAreaId": 3,
"orderReceivingGropIds": "sample string 4",
"orderReceivingAllAreaId": "sample string 5",
"isOpen": 6,
"addTime": "2025-12-06T12:27:05.5644336+08:00",
"userId": 8,
"isUserSet": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}