Enter Commercial Registration (CR) Number.
| CR Number | Company | Capital | Action |
|---|---|---|---|
| 7001234567 | Tech Solutions | 500k | |
| 7003321442 | Alrowad Cont. | 2.5M | |
| 7009988776 | Global Logistics | 10M | |
| 7005555555 | Red Sea Trading | 100k |
/* -------------------------------------- ENDPOINT: SIMAH SME (Corporate) Report URL: POST /api/score/sme Headers: Content-Type: application/json -------------------------------------- */ // 1. cURL Request curl -X POST http://localhost:5006/api/score/sme \ -H "Content-Type: application/json" \ -d '{ "crNumber": "7003321442" }' // 2. Success Response Structure { "record": { "isSuccess": true, "data": { "nonBankCompanyResponseJson": { "demographicsDetail": { "name": "Alrowad Contracting Company", "capital": "2500000.00" }, "defaultSummary": { "unsettledDefaultsCount": "1" } } } } }
| ID | Method | Endpoint | Status | Timestamp | Action |
|---|---|---|---|---|---|
| Loading logs... | |||||