{
"bookingBeginTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"cityCode": "string",
"customerAddressList": [
{
"addressType": 0,
"contactName": "string",
"contactPhone": "string",
"customerAddress": "string"
}
],
"goodsId": "string",
"itemId": "string",
"memo": "string",
"outOrderNo": "string",
"userId": "string"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/order?appId&nonce&sign×tamp' \
--header 'Content-Type: application/json' \
--data-raw '{
"bookingBeginTime": "2019-08-24T14:15:22Z",
"bookingEndTime": "2019-08-24T14:15:22Z",
"cityCode": "string",
"customerAddressList": [
{
"addressType": 0,
"contactName": "string",
"contactPhone": "string",
"customerAddress": "string"
}
],
"goodsId": "string",
"itemId": "string",
"memo": "string",
"outOrderNo": "string",
"userId": "string"
}'
{
"canChangeAppointment": true,
"createTime": "2019-08-24T14:15:22Z",
"customerAddressList": [
{
"addressType": 0,
"contactName": "string",
"contactPhone": "string",
"customerAddress": "string"
}
],
"goodsId": "string",
"itemId": "string",
"orderDesc": "string",
"orderNo": "string",
"orderPic": "string",
"orderTitle": "string",
"outOrderNo": "string",
"serviceOrderNo": "string",
"status": 0,
"subTitle": "string",
"totalOriginAmount": 0,
"totalSaleAmount": 0,
"totalSettleAmount": 0,
"washServiceStatusDesc": "string"
}