POST Api/Service/Order/UpdatePurchaseInclude
更新采购单乘机人项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdatePurchaseIncludeModel| Name | Description | Type | Additional 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": "3fd1d0f6-ec13-4edb-990e-812559763605",
"PurchaseOrderId": "ebce52fe-049c-4f1b-8822-fddb4c9015c0",
"PassengerId": "897ab39c-d22c-4b7a-a502-f1c2f414af06",
"TicketNumber": "sample string 4"
}
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"
}