POST Api/Service/Order/UpdateTicketNumber
更新票号
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateTicketNumberModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
PassengerId |
父级ID |
globally unique identifier |
None. |
TicketNumber |
票号 |
string |
Required String length: inclusive between 0 and 20 |
Posted |
是否已回贴 |
boolean |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "ID": "b798eeda-e9c9-48a1-9b43-cf7611abe36c", "PassengerId": "a2182d9b-befa-4b06-9b00-b122254783c6", "TicketNumber": "sample string 3", "Posted": true, "Remarks": "sample string 5" }
Response Information
Resource Description
更新票号
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }