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": "9fedade8-000b-43a1-8177-4f604ddf332a",
"LizenzId": 3,
"OrganisationId": 4,
"Beginn": "2025-12-06T05:55:22.7333136+01:00",
"Ende": "2025-12-06T05:55:22.7333136+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-12-06T05:55:22.7333136+01:00</Beginn> <Ende>2025-12-06T05:55:22.7333136+01:00</Ende> <Id>1</Id> <LizenzId>3</LizenzId> <OrganisationId>4</OrganisationId> <RowGuid>9fedade8-000b-43a1-8177-4f604ddf332a</RowGuid> </LizLizenz2Orga>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "2b6adaa1-a11d-4d19-b654-a0b3ddce4e6d",
"LizenzId": 6,
"OrganisationId": 7,
"Beginn": "2025-12-06T05:55:22.7343133+01:00",
"Ende": "2025-12-06T05:55:22.7343133+01: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>2025-12-06T05:55:22.7343133+01:00</Beginn> <Ende>2025-12-06T05:55:22.7343133+01:00</Ende> <Id>4</Id> <LizenzId>6</LizenzId> <OrganisationId>7</OrganisationId> <RowGuid>2b6adaa1-a11d-4d19-b654-a0b3ddce4e6d</RowGuid> <DisplayField>sample string 3</DisplayField> <LizenzIdDisplay>sample string 1</LizenzIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> </LizLizenz2OrgaDisplay>