GET api/itganfrage2dmsdokument/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ItgAnfrage2DmsDokumentDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AnfrageIdDisplay | string |
None. |
|
| DmsDokumentIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| DmsDokumentId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AnfrageIdDisplay": "sample string 1",
"DmsDokumentIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "84c94e91-9d3e-449e-99a3-4dc69104aab0",
"AnfrageId": 5,
"DmsDokumentId": 6
}
application/xml, text/xml
Sample:
<ItgAnfrage2DmsDokumentDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>5</AnfrageId> <DmsDokumentId>6</DmsDokumentId> <Id>3</Id> <RowGuid>84c94e91-9d3e-449e-99a3-4dc69104aab0</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay> </ItgAnfrage2DmsDokumentDisplay>