POST api/lizantrag2grund/update
Request Information
URI Parameters
None.
Body Parameters
LizAntrag2Grund| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AntragId | integer |
Required |
|
| GrundId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "1721d8af-6380-4cae-948b-b4abc6b8db2f",
"AntragId": 3,
"GrundId": 4
}
application/xml, text/xml
Sample:
<LizAntrag2Grund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models"> <AntragId>3</AntragId> <GrundId>4</GrundId> <Id>1</Id> <RowGuid>1721d8af-6380-4cae-948b-b4abc6b8db2f</RowGuid> </LizAntrag2Grund>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LizAntrag2GrundDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AntragIdDisplay | string |
None. |
|
| GrundIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AntragId | integer |
Required |
|
| GrundId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AntragIdDisplay": "sample string 1",
"GrundIdDisplay": "sample string 2",
"DisplayField": "sample string 3",
"Id": 4,
"RowGuid": "9466d79d-4103-4002-b353-c7fab5d5dac6",
"AntragId": 6,
"GrundId": 7
}
application/xml, text/xml
Sample:
<LizAntrag2GrundDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models"> <AntragId>6</AntragId> <GrundId>7</GrundId> <Id>4</Id> <RowGuid>9466d79d-4103-4002-b353-c7fab5d5dac6</RowGuid> <AntragIdDisplay>sample string 1</AntragIdDisplay> <DisplayField>sample string 3</DisplayField> <GrundIdDisplay>sample string 2</GrundIdDisplay> </LizAntrag2GrundDisplay>