GET api/DUN/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DUN| Name | Description | Type | Additional information |
|---|---|---|---|
| KodDUN | string |
None. |
|
| NamaDUN | string |
None. |
|
| KodPar | string |
None. |
|
| Parlimen | Parlimen |
None. |
Response Formats
application/json, text/json
Sample:
{
"KodDUN": "sample string 1",
"NamaDUN": "sample string 2",
"KodPar": "sample string 3",
"Parlimen": {
"$id": "2",
"KodPar": "sample string 1",
"NamaPar": "sample string 2",
"DUN": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}