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": "0556352b-14fd-4543-a891-8d053a8c731f",
"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>0556352b-14fd-4543-a891-8d053a8c731f</RowGuid> </ItgAnfrage2DmsDokument>
application/x-www-form-urlencoded
Sample:
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": "42af2a91-f1e7-419a-a795-aaa31907a871",
"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>42af2a91-f1e7-419a-a795-aaa31907a871</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay> </ItgAnfrage2DmsDokumentDisplay>