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": "e1bb9fef-a1a7-4f3b-ad9c-bf3b919119ec",
"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>e1bb9fef-a1a7-4f3b-ad9c-bf3b919119ec</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": "619d396f-b5f4-49a2-b173-8c95c294ba12",
"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>619d396f-b5f4-49a2-b173-8c95c294ba12</RowGuid> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <LizAntragIdDisplay>sample string 2</LizAntragIdDisplay> </ItgAntragLizenzDisplay>