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