POST api/itganfrage2dmsdokument/insert
Request Information
URI Parameters
None.
Body Parameters
ItgAnfrage2DmsDokument| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| DmsDokumentId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "3c73ee8d-b815-4dd6-9f37-f7e23cd0ddcd",
"AnfrageId": 3,
"DmsDokumentId": 4
}
application/xml, text/xml
Sample:
<ItgAnfrage2DmsDokument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <DmsDokumentId>4</DmsDokumentId> <Id>1</Id> <RowGuid>3c73ee8d-b815-4dd6-9f37-f7e23cd0ddcd</RowGuid> </ItgAnfrage2DmsDokument>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "b0c57003-4451-4781-aedb-840f57cafce5",
"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>b0c57003-4451-4781-aedb-840f57cafce5</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay> </ItgAnfrage2DmsDokumentDisplay>