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": "d4a34891-ccee-4f72-88b8-09afa491408c",
"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>d4a34891-ccee-4f72-88b8-09afa491408c</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": "d206031a-b2f6-48fc-9178-1acd0c8e6d1f",
"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>d206031a-b2f6-48fc-9178-1acd0c8e6d1f</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay> </ItgAnfrage2DmsDokumentDisplay>