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": "48c7ecff-5200-48a5-b208-077e75479a07",
  "PurchaseOrderId": "0ce35316-9b1d-431f-8c11-9cfd491eef77",
  "PassengerId": "488bd397-4f00-4967-903d-399fde55fae2",
  "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"
}