POST api/itgantraglizenz/insert
Request Information
URI Parameters
None.
Body Parameters
ItgAntragLizenz| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| LizAntragId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "83370bb9-6155-40aa-ac34-2cd84249c8e3",
"AnfrageId": 3,
"LizAntragId": 4
}
application/xml, text/xml
Sample:
<ItgAntragLizenz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <Id>1</Id> <LizAntragId>4</LizAntragId> <RowGuid>83370bb9-6155-40aa-ac34-2cd84249c8e3</RowGuid> </ItgAntragLizenz>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ItgAntragLizenzDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AnfrageIdDisplay | string |
None. |
|
| LizAntragIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| LizAntragId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AnfrageIdDisplay": "sample string 1",
"LizAntragIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "37fd1cb8-c774-4356-89bc-028f5f552da7",
"AnfrageId": 5,
"LizAntragId": 6
}
application/xml, text/xml
Sample:
<ItgAntragLizenzDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>5</AnfrageId> <Id>3</Id> <LizAntragId>6</LizAntragId> <RowGuid>37fd1cb8-c774-4356-89bc-028f5f552da7</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <LizAntragIdDisplay>sample string 2</LizAntragIdDisplay> </ItgAntragLizenzDisplay>