POST api/lizlizenz2orga/update
Request Information
URI Parameters
None.
Body Parameters
LizLizenz2Orga| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| LizenzId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "9a286228-1255-40b8-97da-068577f60d07",
"LizenzId": 3,
"OrganisationId": 4,
"Beginn": "2026-04-25T12:11:15.1979754+02:00",
"Ende": "2026-04-25T12:11:15.1979754+02: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>2026-04-25T12:11:15.1979754+02:00</Beginn> <Ende>2026-04-25T12:11:15.1979754+02:00</Ende> <Id>1</Id> <LizenzId>3</LizenzId> <OrganisationId>4</OrganisationId> <RowGuid>9a286228-1255-40b8-97da-068577f60d07</RowGuid> </LizLizenz2Orga>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LizLizenz2OrgaDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| LizenzIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| 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:
{
"LizenzIdDisplay": "sample string 1",
"OrganisationIdDisplay": "sample string 2",
"DisplayField": "sample string 3",
"Id": 4,
"RowGuid": "93711a90-529f-4aa8-b312-1a3f599a3c55",
"LizenzId": 6,
"OrganisationId": 7,
"Beginn": "2026-04-25T12:11:15.2029743+02:00",
"Ende": "2026-04-25T12:11:15.2029743+02:00"
}
application/xml, text/xml
Sample:
<LizLizenz2OrgaDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models"> <Beginn>2026-04-25T12:11:15.2029743+02:00</Beginn> <Ende>2026-04-25T12:11:15.2029743+02:00</Ende> <Id>4</Id> <LizenzId>6</LizenzId> <OrganisationId>7</OrganisationId> <RowGuid>93711a90-529f-4aa8-b312-1a3f599a3c55</RowGuid> <DisplayField>sample string 3</DisplayField> <LizenzIdDisplay>sample string 1</LizenzIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> </LizLizenz2OrgaDisplay>