POST JmlKredit/findbyid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Data": {
    "PengajuanKreditID": "30959eb9-4d9f-491a-a5ba-1b5c0b63b040",
    "JumlahKredit": 2.0,
    "JangkaWaktu": 3,
    "JangkaWaktuHari": 4,
    "TipeKredit": 5,
    "SukuBunga": 6.0,
    "BiayaProvisi": 7.0,
    "ID": "ddb3d2dd-61f3-4a26-987a-a6959e662862",
    "UserInsert": "sample string 9",
    "DateInsert": "2026-02-08T22:32:14.7882503-08:00",
    "UserUpdate": "sample string 11",
    "DateUpdate": "2026-02-08T22:32:14.7882503-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfJmlKredityF_PE8d68 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Invelli.Rest">
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <IsSuccess>true</IsSuccess>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">
    <d2p1:DateInsert>2026-02-08T22:32:14.7882503-08:00</d2p1:DateInsert>
    <d2p1:DateUpdate>2026-02-08T22:32:14.7882503-08:00</d2p1:DateUpdate>
    <d2p1:ID>ddb3d2dd-61f3-4a26-987a-a6959e662862</d2p1:ID>
    <d2p1:UserInsert>sample string 9</d2p1:UserInsert>
    <d2p1:UserUpdate>sample string 11</d2p1:UserUpdate>
    <d2p1:BiayaProvisi>7</d2p1:BiayaProvisi>
    <d2p1:JangkaWaktu>3</d2p1:JangkaWaktu>
    <d2p1:JangkaWaktuHari>4</d2p1:JangkaWaktuHari>
    <d2p1:JumlahKredit>2</d2p1:JumlahKredit>
    <d2p1:PengajuanKreditID>30959eb9-4d9f-491a-a5ba-1b5c0b63b040</d2p1:PengajuanKreditID>
    <d2p1:SukuBunga>6</d2p1:SukuBunga>
    <d2p1:TipeKredit>5</d2p1:TipeKredit>
  </Data>
</ActionResultOfJmlKredityF_PE8d68>