POST api/lizantrag2grund/insert
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": "733a8b1e-f13b-4968-a3c5-5effa48af7a2",
"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>733a8b1e-f13b-4968-a3c5-5effa48af7a2</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": "7ab19e6c-48a4-4568-8125-28f1f6c2601e",
"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>7ab19e6c-48a4-4568-8125-28f1f6c2601e</RowGuid> <AntragIdDisplay>sample string 1</AntragIdDisplay> <DisplayField>sample string 3</DisplayField> <GrundIdDisplay>sample string 2</GrundIdDisplay> </LizAntrag2GrundDisplay>