POST api/itganfrage2dmsdokument/update

Request Information

URI Parameters

None.

Body Parameters

ItgAnfrage2DmsDokument
NameDescriptionTypeAdditional 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": "5b2942d7-d5bc-4105-9acd-b4df85003b01",
  "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>5b2942d7-d5bc-4105-9acd-b4df85003b01</RowGuid>
</ItgAnfrage2DmsDokument>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ItgAnfrage2DmsDokument'.

Response Information

Resource Description

ItgAnfrage2DmsDokumentDisplay
NameDescriptionTypeAdditional 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": "bb316d74-f9cf-4e8e-a339-2549f59269ac",
  "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>bb316d74-f9cf-4e8e-a339-2549f59269ac</RowGuid>
  <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay>
  <DmsDokumentIdDisplay>sample string 2</DmsDokumentIdDisplay>
</ItgAnfrage2DmsDokumentDisplay>