POST api/peserta/requestlistpeserta
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReqListPesertaReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| ListPeserta | Collection of Peserta |
None. |
|
| TotalRows | integer |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListPeserta": [
{
"Koperasi": "sample string 1",
"PesertaNama": "sample string 2",
"Alamat": "sample string 3",
"KTP_NO": "sample string 4",
"PK_NO": "sample string 5",
"LahirTgl": "2026-04-14",
"AkadTgl": "2026-04-14",
"Tenor": 8,
"AkhirTgl": "2026-04-14",
"Plafond": 10,
"Rate": 11.0,
"Disc": 12.0,
"Kontribusi": 13,
"Keterangan": "sample string 14",
"PolisNo": "sample string 15",
"ExistingPolisNo": "sample string 16",
"Status": "sample string 17"
},
{
"Koperasi": "sample string 1",
"PesertaNama": "sample string 2",
"Alamat": "sample string 3",
"KTP_NO": "sample string 4",
"PK_NO": "sample string 5",
"LahirTgl": "2026-04-14",
"AkadTgl": "2026-04-14",
"Tenor": 8,
"AkhirTgl": "2026-04-14",
"Plafond": 10,
"Rate": 11.0,
"Disc": 12.0,
"Kontribusi": 13,
"Keterangan": "sample string 14",
"PolisNo": "sample string 15",
"ExistingPolisNo": "sample string 16",
"Status": "sample string 17"
}
],
"TotalRows": 1,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}