GET api/Keturunan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KeturunanName | Description | Type | Additional information |
---|---|---|---|
KodKeturunan | string |
None. |
|
NamaKeturunan | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "KodKeturunan": "sample string 1", "NamaKeturunan": "sample string 2" }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfKeturunan xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Keturunan> <KodKeturunan>sample string 1</KodKeturunan> <NamaKeturunan>sample string 2</NamaKeturunan> </Keturunan> <Keturunan> <KodKeturunan>sample string 1</KodKeturunan> <NamaKeturunan>sample string 2</NamaKeturunan> </Keturunan> </ArrayOfKeturunan>