Skip to content

Latest commit

 

History

History
173 lines (113 loc) · 4.86 KB

BCAApi.md

File metadata and controls

173 lines (113 loc) · 4.86 KB

\BCAApi

All URIs are relative to https://m.klikbca.com

Method HTTP request Description
AccountStatementView Post /accountstmt.do?value(actions)=acctstmtview AccountStatementView
BalanceInquiry Post /balanceinquiry.do BalanceInquiry
Login Post /authentication.do Login
Logout Get /authentication.do?value(actions)=logout Logout

AccountStatementView

map[string]interface{} AccountStatementView(ctx, contentType, userAgent, referer, valueActions, cookie, contentLength, r1, value28D129, value28startDt29, value28startMt29, value28startYr29, value28endDt29, value28endMt29, value28endYr29)

AccountStatementView

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
contentType string
userAgent string
referer string
valueActions string
cookie string
contentLength string
r1 string
value28D129 string
value28startDt29 string
value28startMt29 string
value28startYr29 string
value28endDt29 string
value28endMt29 string
value28endYr29 string

Return type

map[string]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: text/plain

[Back to top] [Back to API list] [Back to Model list] [Back to README]

BalanceInquiry

map[string]interface{} BalanceInquiry(ctx, contentType, userAgent, referer, cookie, contentLength)

BalanceInquiry

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
contentType string
userAgent string
referer string
cookie string
contentLength string

Return type

map[string]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Login

map[string]interface{} Login(ctx, contentType, userAgent, referer, cookie, contentLength, value28userId29, value28pswd29, value28Submit29, value28actions29, value28userIp29, userIp, value28mobile29, value28browserInfo29, mobile)

Login

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
contentType string
userAgent string
referer string
cookie string
contentLength int32
value28userId29 string
value28pswd29 string
value28Submit29 string
value28actions29 string
value28userIp29 string
userIp string
value28mobile29 string
value28browserInfo29 string
mobile string

Return type

map[string]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: text/plain

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Logout

map[string]interface{} Logout(ctx, userAgent, referer, valueActions, cookie)

Logout

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
userAgent string
referer string
valueActions string
cookie string

Return type

map[string]interface{}

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain

[Back to top] [Back to API list] [Back to Model list] [Back to README]