GET api/brusper/get_credit_tot_ofmycust?inst_code={inst_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
inst_code

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_credit_tot_ofmycust
NameDescriptionTypeAdditional information
tot

string

None.

tot_amt

string

None.

msg

string

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "tot": "sample string 1",
    "tot_amt": "sample string 2",
    "msg": "sample string 3",
    "error": "sample string 4"
  },
  {
    "tot": "sample string 1",
    "tot_amt": "sample string 2",
    "msg": "sample string 3",
    "error": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfget_credit_tot_ofmycust xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <get_credit_tot_ofmycust>
    <error>sample string 4</error>
    <msg>sample string 3</msg>
    <tot>sample string 1</tot>
    <tot_amt>sample string 2</tot_amt>
  </get_credit_tot_ofmycust>
  <get_credit_tot_ofmycust>
    <error>sample string 4</error>
    <msg>sample string 3</msg>
    <tot>sample string 1</tot>
    <tot_amt>sample string 2</tot_amt>
  </get_credit_tot_ofmycust>
</ArrayOfget_credit_tot_ofmycust>