Authorization: ********************{
"orderId": "string",
"phoneNo": "string",
"payType": 0,
"payment": 0.01,
"token": "string",
"unique": "string",
"channelType": 0,
"cTransportList": [
{
"estimatePriceShow": 0,
"dynamicCode": "string",
"carSource": 0,
"carSourceName": "string",
"carSourceLogo": "string",
"carType": 0,
"estimatePrice": 0,
"adjustedPrice": 0
}
]
}curl --location --request POST '/taxi/createOrder' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"phoneNo": "string",
"payType": 0,
"payment": 0.01,
"token": "string",
"unique": "string",
"channelType": 0,
"cTransportList": [
{
"estimatePriceShow": 0,
"dynamicCode": "string",
"carSource": 0,
"carSourceName": "string",
"carSourceLogo": "string",
"carType": 0,
"estimatePrice": 0,
"adjustedPrice": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"orderCode": "string"
}
}