POST Api/Service/Order/ManualPurchase/{OrderId}
手动全自动采购流程
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
手运选择的乘客列表ID(为空或空列表则默认为所有乘客)
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "2b573448-9b8d-4995-a00a-16f3ffd1cbb7", "a051eedb-9ee3-48b8-9539-c3a9c8979022" ]
Response Information
Resource Description
手动全自动采购流程
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}