GET api/JANANSSBOMBO/viewtestxamarine
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of testxamarine| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| keyfield | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"keyfield": 2
},
{
"name": "sample string 1",
"keyfield": 2
}
]
application/xml, text/xml
Sample:
<ArrayOftestxamarine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<testxamarine>
<keyfield>2</keyfield>
<name>sample string 1</name>
</testxamarine>
<testxamarine>
<keyfield>2</keyfield>
<name>sample string 1</name>
</testxamarine>
</ArrayOftestxamarine>