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