POST api/itgantraglizenz/insert

Request Information

URI Parameters

None.

Body Parameters

ItgAntragLizenz
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

LizAntragId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "aa9e3f00-caf4-4a78-a035-ce155023dda9",
  "AnfrageId": 3,
  "LizAntragId": 4
}

application/xml, text/xml

Sample:
<ItgAntragLizenz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>3</AnfrageId>
  <Id>1</Id>
  <LizAntragId>4</LizAntragId>
  <RowGuid>aa9e3f00-caf4-4a78-a035-ce155023dda9</RowGuid>
</ItgAntragLizenz>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgAntragLizenzDisplay
NameDescriptionTypeAdditional information
AnfrageIdDisplay

string

None.

LizAntragIdDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

LizAntragId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "AnfrageIdDisplay": "sample string 1",
  "LizAntragIdDisplay": "sample string 2",
  "Id": 3,
  "RowGuid": "586df231-e29b-4352-9167-9abbd2e5e5d0",
  "AnfrageId": 5,
  "LizAntragId": 6
}

application/xml, text/xml

Sample:
<ItgAntragLizenzDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>5</AnfrageId>
  <Id>3</Id>
  <LizAntragId>6</LizAntragId>
  <RowGuid>586df231-e29b-4352-9167-9abbd2e5e5d0</RowGuid>
  <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay>
  <LizAntragIdDisplay>sample string 2</LizAntragIdDisplay>
</ItgAntragLizenzDisplay>