POST api/itganfrage2dmsdokument/preparenew

Request Information

URI Parameters

None.

Body Parameters

Collection of KeyValue
NameDescriptionTypeAdditional information
Id

integer

Required

Value

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Value": "sample string 2"
  },
  {
    "Id": 1,
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
  <KeyValue>
    <Id>1</Id>
    <Value>sample string 2</Value>
  </KeyValue>
  <KeyValue>
    <Id>1</Id>
    <Value>sample string 2</Value>
  </KeyValue>
</ArrayOfKeyValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgAnfrage2DmsDokument
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

DmsDokumentId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "a653ecb9-45b4-4ffc-9e6c-adbba840df65",
  "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>a653ecb9-45b4-4ffc-9e6c-adbba840df65</RowGuid>
</ItgAnfrage2DmsDokument>