GET api/Account/Rebate/GetMoney/FromWeb?dwlx={dwlx}&dwid={dwid}
获取某个账户是否可以提现,单日提现额度,已提现数等。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dwlx |
客户类型:1地接社,2组团社,3协议单,4地接部门,5组团部门,6协议单位部门,7导游员。 |
string |
Required |
dwid |
客户的ID。 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某个账户是否可以提现,单日提现额度,已提现数等。
CommonOperationResultWithTagOfRebateGetMoneyFromWebEnabledStatusResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | RebateGetMoneyFromWebEnabledStatusResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "cangetmoneyfromweb": "sample string 1", "todaygetmoneytimes": 2, "perdaygetmoneytimeslimit": 3, "todaygetmoneysummary": 4.0, "perdaygetmoneysummarylimit": 5.0 } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfRebateGetMoneyFromWebEnabledStatusResultU_Sp3_S4Jm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Account"> <d2p1:cangetmoneyfromweb>sample string 1</d2p1:cangetmoneyfromweb> <d2p1:perdaygetmoneysummarylimit>5</d2p1:perdaygetmoneysummarylimit> <d2p1:perdaygetmoneytimeslimit>3</d2p1:perdaygetmoneytimeslimit> <d2p1:todaygetmoneysummary>4</d2p1:todaygetmoneysummary> <d2p1:todaygetmoneytimes>2</d2p1:todaygetmoneytimes> </tag> </CommonOperationResultWithTagOfRebateGetMoneyFromWebEnabledStatusResultU_Sp3_S4Jm>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.