GET api/MyPage/Company/{companyNo}/Balance

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyNo

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MyPageCompanyBalance
NameDescriptionTypeAdditional information
customerNo

integer

None.

year

integer

None.

month

integer

None.

obDomestic

decimal number

None.

flowDomestic

decimal number

None.

creditFlowDomestic

decimal number

None.

debitFlowDomestic

decimal number

None.

sumCreditFlowDomestic

decimal number

None.

sumDebitFlowDomestic

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "customerNo": 1,
    "year": 2,
    "month": 3,
    "obDomestic": 1.0,
    "flowDomestic": 1.0,
    "creditFlowDomestic": 1.0,
    "debitFlowDomestic": 1.0,
    "sumCreditFlowDomestic": 1.0,
    "sumDebitFlowDomestic": 1.0
  },
  {
    "customerNo": 1,
    "year": 2,
    "month": 3,
    "obDomestic": 1.0,
    "flowDomestic": 1.0,
    "creditFlowDomestic": 1.0,
    "debitFlowDomestic": 1.0,
    "sumCreditFlowDomestic": 1.0,
    "sumDebitFlowDomestic": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfMyPageCompanyBalance xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MyPageCompanyBalance>
    <customerNo>1</customerNo>
    <year>2</year>
    <month>3</month>
    <obDomestic>1</obDomestic>
    <flowDomestic>1</flowDomestic>
    <creditFlowDomestic>1</creditFlowDomestic>
    <debitFlowDomestic>1</debitFlowDomestic>
    <sumCreditFlowDomestic>1</sumCreditFlowDomestic>
    <sumDebitFlowDomestic>1</sumDebitFlowDomestic>
  </MyPageCompanyBalance>
  <MyPageCompanyBalance>
    <customerNo>1</customerNo>
    <year>2</year>
    <month>3</month>
    <obDomestic>1</obDomestic>
    <flowDomestic>1</flowDomestic>
    <creditFlowDomestic>1</creditFlowDomestic>
    <debitFlowDomestic>1</debitFlowDomestic>
    <sumCreditFlowDomestic>1</sumCreditFlowDomestic>
    <sumDebitFlowDomestic>1</sumDebitFlowDomestic>
  </MyPageCompanyBalance>
</ArrayOfMyPageCompanyBalance>