Detail Kabupaten
Endpoint untuk mendapatkan detail data Kabupaten berdasarkan ID nya
URL Endpoint
https://kwid.codingers.id/api/v2/detail-kab/{id}Example:
https://kwid.codingers.id/api/v2/detail-kab/1101
Detail Request
| Route | Method | Description |
|---|---|---|
| /detail-kab/{id} | GET | Mendapatkan detail data Kabupaten berdasarkan ID nya |
Parameter
| Name | Type | Description |
|---|---|---|
| id | integer | ID dari Kabupaten |
Response
Error Response
| Error Code | Description |
|---|---|
| 400 | Bad Request |
| 404 | Not Found |
| 500 | Internal Server Error |

