POST DataDetail?SANDIBANK={SANDIBANK}&TEXT={TEXT}&KDJNS={KDJNS}&KDMERK={KDMERK}&KDCAB={KDCAB}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SANDIBANK | string |
Required |
|
| TEXT | string |
Required |
|
| KDJNS | string |
Required |
|
| KDMERK | string |
Required |
|
| KDCAB | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Res_Tipe| Name | Description | Type | Additional information |
|---|---|---|---|
| KODE | string |
None. |
|
| DATA | Collection of tipe_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",
"NMTIPE": "sample string 4"
},
{
"KDJNS": "sample string 1",
"KDMERK": "sample string 2",
"TIPEKEND": "sample string 3",
"NMTIPE": "sample string 4"
}
]
},
{
"KODE": "sample string 1",
"DATA": [
{
"KDJNS": "sample string 1",
"KDMERK": "sample string 2",
"TIPEKEND": "sample string 3",
"NMTIPE": "sample string 4"
},
{
"KDJNS": "sample string 1",
"KDMERK": "sample string 2",
"TIPEKEND": "sample string 3",
"NMTIPE": "sample string 4"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfRes_Tipe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gratama_Finance.Models.Response">
<Res_Tipe>
<DATA>
<tipe_detail>
<KDJNS>sample string 1</KDJNS>
<KDMERK>sample string 2</KDMERK>
<NMTIPE>sample string 4</NMTIPE>
<TIPEKEND>sample string 3</TIPEKEND>
</tipe_detail>
<tipe_detail>
<KDJNS>sample string 1</KDJNS>
<KDMERK>sample string 2</KDMERK>
<NMTIPE>sample string 4</NMTIPE>
<TIPEKEND>sample string 3</TIPEKEND>
</tipe_detail>
</DATA>
<KODE>sample string 1</KODE>
</Res_Tipe>
<Res_Tipe>
<DATA>
<tipe_detail>
<KDJNS>sample string 1</KDJNS>
<KDMERK>sample string 2</KDMERK>
<NMTIPE>sample string 4</NMTIPE>
<TIPEKEND>sample string 3</TIPEKEND>
</tipe_detail>
<tipe_detail>
<KDJNS>sample string 1</KDJNS>
<KDMERK>sample string 2</KDMERK>
<NMTIPE>sample string 4</NMTIPE>
<TIPEKEND>sample string 3</TIPEKEND>
</tipe_detail>
</DATA>
<KODE>sample string 1</KODE>
</Res_Tipe>
</ArrayOfRes_Tipe>