Authorization: Bearer ********************
{
"type": 0,
"goodsOrderQo": {
"id": 0,
"receivingType": 0,
"orderSource": 0,
"userAddressId": 0,
"orderAmount": 0,
"coupon": 0,
"receivingAddress": "string",
"receivingStation": 0,
"receivingStationName": "string",
"receiveTime": "2019-08-24T14:15:22Z",
"orderType": 0,
"remark": "string",
"freight": 0,
"totalAmount": 0,
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"passWord": "string",
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string",
"orderGoods": [
{
"goodsSku": "string",
"goodsAmount": 0,
"shoppingCartId": 0
}
]
},
"serviceOrderQoList": [
{
"id": 0,
"orderSource": 0,
"serviceSiteId": 0,
"serviceId": 0,
"serviceSkuId": 0,
"payAmount": 0,
"genreId": 0,
"saleNumber": 0,
"remark": "string",
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"discountCouponId": 0,
"onceQoList": [
{
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"serviceDispatchQO": {
"orderOnceId": 0,
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"exhort": "string"
},
"serviceSiteId": 0,
"serviceAddress": "string"
}
],
"shoppingCartId": 0,
"specificationsId": 0,
"passWord": "string",
"distributionAmount": 0,
"rebateStatus": 0,
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string"
}
]
}
curl --location --request POST '/appMark/shoppingCart/addOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"goodsOrderQo": {
"id": 0,
"receivingType": 0,
"orderSource": 0,
"userAddressId": 0,
"orderAmount": 0,
"coupon": 0,
"receivingAddress": "string",
"receivingStation": 0,
"receivingStationName": "string",
"receiveTime": "2019-08-24T14:15:22Z",
"orderType": 0,
"remark": "string",
"freight": 0,
"totalAmount": 0,
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"passWord": "string",
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string",
"orderGoods": [
{
"goodsSku": "string",
"goodsAmount": 0,
"shoppingCartId": 0
}
]
},
"serviceOrderQoList": [
{
"id": 0,
"orderSource": 0,
"serviceSiteId": 0,
"serviceId": 0,
"serviceSkuId": 0,
"payAmount": 0,
"genreId": 0,
"saleNumber": 0,
"remark": "string",
"memberDiscountAmount": 0,
"promotionDeductionAmount": 0,
"balanceDeductionAmount": 0,
"scoreDeductionAmount": 0,
"useScore": 0,
"shareUserid": 0,
"shareUserType": 0,
"discountCouponId": 0,
"onceQoList": [
{
"serviceReserveStartTime": "2019-08-24T14:15:22Z",
"serviceReserveEndTime": "2019-08-24T14:15:22Z",
"serviceDispatchQO": {
"orderOnceId": 0,
"servicePeopleId": "string",
"servicePeopleName": "string",
"servicePeoplePhone": "string",
"exhort": "string"
},
"serviceSiteId": 0,
"serviceAddress": "string"
}
],
"shoppingCartId": 0,
"specificationsId": 0,
"passWord": "string",
"distributionAmount": 0,
"rebateStatus": 0,
"employeeId": 0,
"invitationCode": "string",
"customerSource": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"orderIdList": [
0
],
"type": 0
}
}