POST api/lizlizenz2orga/delete
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": "fa6d8824-1c06-4e5c-a780-ff62f04e8275",
"LizenzId": 3,
"OrganisationId": 4,
"Beginn": "2026-01-25T21:38:06.2073654+01:00",
"Ende": "2026-01-25T21:38:06.2073654+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>2026-01-25T21:38:06.2073654+01:00</Beginn> <Ende>2026-01-25T21:38:06.2073654+01:00</Ende> <Id>1</Id> <LizenzId>3</LizenzId> <OrganisationId>4</OrganisationId> <RowGuid>fa6d8824-1c06-4e5c-a780-ff62f04e8275</RowGuid> </LizLizenz2Orga>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>