POST api/wechatmini/savesellOrderInfo
Request Information
URI Parameters
None.
Body Parameters
WeChatMiniSellOrderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| userId | integer |
None. |
|
| groupchatId | integer |
None. |
|
| sellOrdersContent | string |
None. |
|
| addTime | date |
None. |
|
| orderstatus | integer |
None. |
|
| auditEmployeeNumber | integer |
None. |
|
| auditRemark | string |
None. |
|
| auditTime | date |
None. |
|
| isSend | integer |
None. |
|
| sendTime | date |
None. |
|
| groupchatAreaId | integer |
None. |
|
| groupchatRootTypeId | string |
None. |
|
| isquote | integer |
None. |
|
| quoteId | string |
None. |
|
| scheduledTaskInfoId | string |
None. |
|
| rownum | integer |
None. |
|
| nickName | string |
None. |
|
| avatarUrl | string |
None. |
|
| isself | string |
None. |
|
| EmployeeName | string |
None. |
|
| EmployeeNumber | integer |
None. |
|
| groupchatName | string |
None. |
|
| addSource | integer |
None. |
|
| onlineTime | date |
None. |
|
| onlineStatus | integer |
None. |
|
| onlineEmployeeNumber | integer |
None. |
|
| pictures | Collection of WeChatMiniSellOrderInfoPicture |
None. |
|
| quoteContent | quoteContent |
None. |
Request Formats
application/json, text/json
Sample:
{
"pictures": [
{
"id": 1,
"sellOrderInfoId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4
},
{
"id": 1,
"sellOrderInfoId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4
}
],
"quoteContent": {
"pictures": [
{
"id": 1,
"sellOrderInfoId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4
},
{
"id": 1,
"sellOrderInfoId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4
}
],
"userId": 1,
"nickName": "sample string 2",
"avatarUrl": "sample string 3",
"sellOrdersContent": "sample string 4",
"groupchatAreaId": 5,
"groupchatRootTypeId": "sample string 6"
},
"id": "sample string 1",
"userId": 2,
"groupchatId": 3,
"sellOrdersContent": "sample string 4",
"addTime": "2025-12-06T12:29:47.6242646+08:00",
"orderstatus": 5,
"auditEmployeeNumber": 6,
"auditRemark": "sample string 7",
"auditTime": "2025-12-06T12:29:47.6242646+08:00",
"isSend": 8,
"sendTime": "2025-12-06T12:29:47.6242646+08:00",
"groupchatAreaId": 9,
"groupchatRootTypeId": "sample string 10",
"isquote": 11,
"quoteId": "sample string 12",
"scheduledTaskInfoId": "sample string 13",
"rownum": 14,
"nickName": "sample string 15",
"avatarUrl": "sample string 16",
"isself": "sample string 17",
"employeeName": "sample string 18",
"employeeNumber": 19,
"groupchatName": "sample string 20",
"addSource": 21,
"onlineTime": "2025-12-06T12:29:47.6242646+08:00",
"onlineStatus": 22,
"onlineEmployeeNumber": 23
}
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"
}