POST api/itgantraglizenz/update
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": "e458cc2a-d7ef-4a21-a6b5-d9afec61901b",
"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>e458cc2a-d7ef-4a21-a6b5-d9afec61901b</RowGuid> </ItgAntragLizenz>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "6e5bed9a-21dd-4498-b888-2d5e6cf5d077",
"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>6e5bed9a-21dd-4498-b888-2d5e6cf5d077</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <LizAntragIdDisplay>sample string 2</LizAntragIdDisplay> </ItgAntragLizenzDisplay>