POST Api/Service/Order/UpdatePurchaseInclude

更新采购单乘机人项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdatePurchaseIncludeModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

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:
{
  "ID": "df1333ea-04cd-469b-a831-0f0d432facb1",
  "PurchaseOrderId": "ed31dfb3-72cb-493c-b34d-f61e3ec1d08f",
  "PassengerId": "e78f3465-d887-4cda-a76a-2dabdf915b83",
  "TicketNumber": "sample string 4"
}

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