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