POST api/Manage/ChangeStaffWithdrawType?pay_sn={pay_sn}&new_type={new_type}&cmdType={cmdType}
更改借款单 借款类型
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pay_sn |
单号 |
string |
Required |
new_type |
116001保证金借款;116002押金借款;116003店铺借款;116004日常借款 |
string |
Required |
cmdType |
操作类型 0修改借款类型 1延期 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
msg |
消息 |
string |
None. |
result |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "msg": "sample string 1", "result": true }
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi"> <msg>sample string 1</msg> <result>true</result> </BaseResponse>