POST api/lizlizenzbereich/insert

Request Information

URI Parameters

None.

Body Parameters

LizLizenzbereich
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

Kuerzel

string

None.

Bezeichnung

string

None.

AntragBeginn

string

None.

AntragEnde

string

None.

MaxVereine

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "b281d472-bee1-416b-9b87-1b6229513838",
  "Kuerzel": "sample string 3",
  "Bezeichnung": "sample string 4",
  "AntragBeginn": "sample string 5",
  "AntragEnde": "sample string 6",
  "MaxVereine": 1
}

application/xml, text/xml

Sample:
<LizLizenzbereich xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AntragBeginn>sample string 5</AntragBeginn>
  <AntragEnde>sample string 6</AntragEnde>
  <Bezeichnung>sample string 4</Bezeichnung>
  <Id>1</Id>
  <Kuerzel>sample string 3</Kuerzel>
  <MaxVereine>1</MaxVereine>
  <RowGuid>b281d472-bee1-416b-9b87-1b6229513838</RowGuid>
</LizLizenzbereich>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LizLizenzbereichDisplay
NameDescriptionTypeAdditional information
DisplayField

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

Kuerzel

string

None.

Bezeichnung

string

None.

AntragBeginn

string

None.

AntragEnde

string

None.

MaxVereine

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DisplayField": "sample string 1",
  "Id": 2,
  "RowGuid": "9482ae07-6c11-4d8b-8650-48b921cfc386",
  "Kuerzel": "sample string 4",
  "Bezeichnung": "sample string 5",
  "AntragBeginn": "sample string 6",
  "AntragEnde": "sample string 7",
  "MaxVereine": 1
}

application/xml, text/xml

Sample:
<LizLizenzbereichDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AntragBeginn>sample string 6</AntragBeginn>
  <AntragEnde>sample string 7</AntragEnde>
  <Bezeichnung>sample string 5</Bezeichnung>
  <Id>2</Id>
  <Kuerzel>sample string 4</Kuerzel>
  <MaxVereine>1</MaxVereine>
  <RowGuid>9482ae07-6c11-4d8b-8650-48b921cfc386</RowGuid>
  <DisplayField>sample string 1</DisplayField>
</LizLizenzbereichDisplay>