POST api/itganfrage2dmsdokument/update
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": "637231ff-3cbf-4fab-a262-0ab5872ffbc5",
"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>637231ff-3cbf-4fab-a262-0ab5872ffbc5</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": "47ca37a4-c046-483a-ad27-159d12bf4dcf",
"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>47ca37a4-c046-483a-ad27-159d12bf4dcf</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay> </ItgAnfrage2DmsDokumentDisplay>