POST api/itglizenz2orga/preparenew
Request Information
URI Parameters
None.
Body Parameters
Collection of KeyValue| Name | Description | Type | Additional 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:
Response Information
Resource Description
ItgLizenz2Orga| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| Lizenz2OrgaId | integer |
None. |
|
| LizenzId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| Duplikat | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "9bb3490e-d4bf-4187-82b1-088d6a892297",
"AnfrageId": 3,
"Lizenz2OrgaId": 1,
"LizenzId": 4,
"OrganisationId": 5,
"Beginn": "2025-11-08T13:37:20.8035994+01:00",
"Ende": "2025-11-08T13:37:20.8035994+01:00",
"Duplikat": 7
}
application/xml, text/xml
Sample:
<ItgLizenz2Orga xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <Beginn>2025-11-08T13:37:20.8035994+01:00</Beginn> <Duplikat>7</Duplikat> <Ende>2025-11-08T13:37:20.8035994+01:00</Ende> <Id>1</Id> <Lizenz2OrgaId>1</Lizenz2OrgaId> <LizenzId>4</LizenzId> <OrganisationId>5</OrganisationId> <RowGuid>9bb3490e-d4bf-4187-82b1-088d6a892297</RowGuid> </ItgLizenz2Orga>