GET api/MasterData/FStufe
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FStufe| Name | Description | Type | Additional information |
|---|---|---|---|
| nStufeKey | integer |
None. |
|
| cStufeBez | string |
None. |
|
| nGueltig | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"nStufeKey": 1,
"cStufeBez": "sample string 2",
"nGueltig": 64
},
{
"nStufeKey": 1,
"cStufeBez": "sample string 2",
"nGueltig": 64
}
]
text/html
Sample:
[{"nStufeKey":1,"cStufeBez":"sample string 2","nGueltig":64},{"nStufeKey":1,"cStufeBez":"sample string 2","nGueltig":64}]
application/xml, text/xml
Sample:
<ArrayOfFStufe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.DAL.Entities.Web">
<FStufe>
<cStufeBez>sample string 2</cStufeBez>
<nGueltig>64</nGueltig>
<nStufeKey>1</nStufeKey>
</FStufe>
<FStufe>
<cStufeBez>sample string 2</cStufeBez>
<nGueltig>64</nGueltig>
<nStufeKey>1</nStufeKey>
</FStufe>
</ArrayOfFStufe>