POST api/Member/UpdateAccountAuditYN
處理審核二要素
Request Information
URI Parameters
None.
Body Parameters
UpdateAccountAuditReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Site |
分站号 |
integer |
None. |
| ID |
二要素驗證表數據 ID |
integer |
None. |
| Account |
會員賬號 |
string |
None. |
| RemittanceAccount |
銀行賬號 |
string |
None. |
| Status |
二要素驗證 狀態 越版 => 狀態 (0:未處理, 1:待處理, 2:處理中 (網銀), 3:處理中, 4:通過, 5:不通過 - 通過 – 銀行賬號與銀行名稱不一致, 6:不通過 - 銀行賬號與戶名不一致, 7:處理失敗 (跟盤,會寫備註)) 台版 => 狀態 (0:處理中,4:通過,5:不通過) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Site": 1,
"ID": 2,
"Account": "sample string 3",
"RemittanceAccount": "sample string 4",
"Status": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
状态码 |
integer |
None. |
| Message |
错误信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Message": "sample string 2"
}