POST DataDetail?SANDIBANK={SANDIBANK}&TIPEKEND={TIPEKEND}&KDJNS={KDJNS}&KDMERK={KDMERK}&KDCAB={KDCAB}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SANDIBANK

string

Required

TIPEKEND

string

Required

KDJNS

string

Required

KDMERK

string

Required

KDCAB

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Res_Tahun
NameDescriptionTypeAdditional information
KODE

string

None.

DATA

Collection of tahun_detail

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "KODE": "sample string 1",
    "DATA": [
      {
        "KDJNS": "sample string 1",
        "KDMERK": "sample string 2",
        "TIPEKEND": "sample string 3",
        "THNBUAT": "sample string 4",
        "NLPASAR": "sample string 5"
      },
      {
        "KDJNS": "sample string 1",
        "KDMERK": "sample string 2",
        "TIPEKEND": "sample string 3",
        "THNBUAT": "sample string 4",
        "NLPASAR": "sample string 5"
      }
    ]
  },
  {
    "KODE": "sample string 1",
    "DATA": [
      {
        "KDJNS": "sample string 1",
        "KDMERK": "sample string 2",
        "TIPEKEND": "sample string 3",
        "THNBUAT": "sample string 4",
        "NLPASAR": "sample string 5"
      },
      {
        "KDJNS": "sample string 1",
        "KDMERK": "sample string 2",
        "TIPEKEND": "sample string 3",
        "THNBUAT": "sample string 4",
        "NLPASAR": "sample string 5"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfRes_Tahun xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gratama_Finance.Models.Response">
  <Res_Tahun>
    <DATA>
      <tahun_detail>
        <KDJNS>sample string 1</KDJNS>
        <KDMERK>sample string 2</KDMERK>
        <NLPASAR>sample string 5</NLPASAR>
        <THNBUAT>sample string 4</THNBUAT>
        <TIPEKEND>sample string 3</TIPEKEND>
      </tahun_detail>
      <tahun_detail>
        <KDJNS>sample string 1</KDJNS>
        <KDMERK>sample string 2</KDMERK>
        <NLPASAR>sample string 5</NLPASAR>
        <THNBUAT>sample string 4</THNBUAT>
        <TIPEKEND>sample string 3</TIPEKEND>
      </tahun_detail>
    </DATA>
    <KODE>sample string 1</KODE>
  </Res_Tahun>
  <Res_Tahun>
    <DATA>
      <tahun_detail>
        <KDJNS>sample string 1</KDJNS>
        <KDMERK>sample string 2</KDMERK>
        <NLPASAR>sample string 5</NLPASAR>
        <THNBUAT>sample string 4</THNBUAT>
        <TIPEKEND>sample string 3</TIPEKEND>
      </tahun_detail>
      <tahun_detail>
        <KDJNS>sample string 1</KDJNS>
        <KDMERK>sample string 2</KDMERK>
        <NLPASAR>sample string 5</NLPASAR>
        <THNBUAT>sample string 4</THNBUAT>
        <TIPEKEND>sample string 3</TIPEKEND>
      </tahun_detail>
    </DATA>
    <KODE>sample string 1</KODE>
  </Res_Tahun>
</ArrayOfRes_Tahun>