0% found this document useful (0 votes)
29 views4 pages

Bailiff Five Percent API

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

Bailiff Five Percent API

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Bailiff Five Percent API

Requirements:
1. Bailiff User Account in IECMS

2. Bidder Account in IECMS

3. Valid NID and Telephone for both Bailiff and Bidder

4. Bank account numbers for Bailiff and Bidder

RMQ: For NID an Telephone that can be used in UAT, pick from the following list:

1 1935 8 0013204 0 72 0788645262


1 1930 8 0014158 0 86 0788664407
1 1939 7 0012298 0 08 0788687281
1 1934 8 0009305 0 02 0788687404
1 1931 8 0007394 0 42 0788772177
1 1936 8 0016003 0 72 0788794760
1 1937 8 0011559 0 24 0788794760
1 1940 8 0024021 0 11 0788824442
1 1918 7 0000745 0 94 0788858445
1 1934 8 0009601 0 21 0788866873
1 1936 7 0014589 0 69 0788871371
1 1968 8 0005582 1 17 0733057172
1 1935 8 0013328 0 85 0788341767
1 1920 7 0003698 0 12 0739963268
1 1920 7 0003698 0 12 0739963237
1 1935 8 0012307 0 32 0789292415
API Spec

Endpoint :
https://training.iecms.gov.rw/oa-de/validate-bailiff

Method:
POST

Body Parameters:
Parameter Value Type Example
prp String 1005465-4270-1023952-725-
2095

bidSecurityReferenceNumber String 4N6WL7D

Response Parameters:

Parameter Value Type Example


code Integer 200
status String success
bidder Json Object {
"firstName": "Léopold",
"lastName": "RWABUKWANDI",
"fatherName": "Runyange",
"idNumberTin":
"1193580012307032",
"motherName": "Muhimpundu",
"telephone": "0789292415",
"id": 2095,
"birthDate": "1935-01-01",
"conjointName": null
}

bid Json Object {


"bankAccountName": "Zigama
Didier UWANTWALI",
"bankCode": "070",
"assetUniqueId": 4270,
"executionCaseNumber":
"00129/2021/TB/KCY",
"bankName": "Guaranty Trust
Bank Rwanda Plc",
"bidSecurityRefNumber":
"4N6WL7D",
"userId": 2095,
"bankId": "8",
"executionCaseInstanceId":
276,
"securityAmount": 2500000,
"phoneNumber":
"0789292415",
"identityNumber":
"1193580012307032",
"assetName": "HOUSE",
"documentId": 0,
"bankAccountNumber":
"12345678902142",
"propertyId": "1232PR4270",
"expirationDate": "2024-06-
02 23:59:00.0"
}

bailiff Json Object {


"bailiffFirstName":
"Mathias",
"id": 1005465,
"bailiffPhoneNumber":
"0788866873",
"bailiffBankName": "Bank Of
Kigali",
"bailiffLastName":
"GAKWAYA",
"bailiffEmail": "AKIMANA
Laurence",
"bailiffBankAccountNumber":
"65798340380",
"bailiffNationalId":
"1193480009601021",
"bailiffBankCode": "73",
"bailiffBankAccountName":
"Gakwaya"
}
Response codes:

HTTP Code Status Message Description


200 Success Bailiff Request has been
successfully processed
401 Unauthorized Failed to authenticate the
bailiff request
400 Bad Request Bailiff request is well
formulated
404 Not Found Bailiff request cannot be
processed because some
information is missing or
not found
500 Internal Error The system is not working
as expected, consultation
is needed to trace the
issue.

You might also like