POST Api/Service/Order/AddPurchaseInclude

增加采购单乘机人项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.AddPurchaseIncludeModel
NameDescriptionTypeAdditional information
PurchaseOrderId

父级ID

globally unique identifier

None.

PassengerId

乘机人ID

globally unique identifier

None.

TicketNumber

乘客票号项(可为空)

string

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "PurchaseOrderId": "42aeb978-76f4-4d05-a824-c839c3962d22",
  "PassengerId": "f278c0b0-c55c-47e1-a4e8-fd1bb293525f",
  "TicketNumber": "sample string 3"
}

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"
}