POST Api/Service/Order/ManualPurchase/{OrderId}

手动全自动采购流程

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单ID

globally unique identifier

Required

Body Parameters

手运选择的乘客列表ID(为空或空列表则默认为所有乘客)

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6c8b84b0-d7ec-4da2-9d0d-f2019d58a928",
  "c568cdc7-6ac3-42f2-833e-8181c9608f52"
]

Response Information

Resource Description

手动全自动采购流程

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}