POST api/lizlizenz2orga/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:

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

Response Information

Resource Description

LizLizenz2Orga
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

LizenzId

integer

Required

OrganisationId

integer

Required

Beginn

date

Required

Ende

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "72922092-3119-4f46-b1db-ec1848ab7460",
  "LizenzId": 3,
  "OrganisationId": 4,
  "Beginn": "2025-11-08T13:41:08.768312+01:00",
  "Ende": "2025-11-08T13:41:08.768312+01:00"
}

application/xml, text/xml

Sample:
<LizLizenz2Orga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <Beginn>2025-11-08T13:41:08.768312+01:00</Beginn>
  <Ende>2025-11-08T13:41:08.768312+01:00</Ende>
  <Id>1</Id>
  <LizenzId>3</LizenzId>
  <OrganisationId>4</OrganisationId>
  <RowGuid>72922092-3119-4f46-b1db-ec1848ab7460</RowGuid>
</LizLizenz2Orga>