GET Api/Invoke/UpdateChangedPaymentConfirmed/{ChangedId}/{Confirmed}
更新改签单收款项全部为确认状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ChangedId |
改签单ID |
globally unique identifier |
Required |
Confirmed |
是/否(True,False) |
boolean |
Required |
Body Parameters
None.
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" }