POST Api/Service/Changed/ManualChannelChangedTicket
渠道改签确认请求
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.ManualChannelChangedTicketRequestModelName | Description | Type | Additional information |
---|---|---|---|
ChangedId |
改签单ID |
globally unique identifier |
None. |
Accepted |
是否同意改签 |
boolean |
None. |
SettingKey |
渠道源扩展Key |
string |
String length: inclusive between 0 and 500 |
SettingValue |
渠道源扩展Value |
string |
None. |
ChangedMessage |
改签操作消息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChangedId": "8c1afafb-3448-40cd-9e33-11414bbe01a1", "Accepted": true, "SettingKey": "sample string 3", "SettingValue": "sample string 4", "ChangedMessage": "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" }