POST api/itganfrage2sazbeleglauf/insert
Request Information
URI Parameters
None.
Body Parameters
ItgAnfrage2SazBeleglauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| SazBeleglaufId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "90905fcd-a7b8-439a-8ca9-317c2ac6b4de",
"AnfrageId": 3,
"SazBeleglaufId": 4
}
application/xml, text/xml
Sample:
<ItgAnfrage2SazBeleglauf 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> <RowGuid>90905fcd-a7b8-439a-8ca9-317c2ac6b4de</RowGuid> <SazBeleglaufId>4</SazBeleglaufId> </ItgAnfrage2SazBeleglauf>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ItgAnfrage2SazBeleglaufDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AnfrageIdDisplay | string |
None. |
|
| SazBeleglaufIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| SazBeleglaufId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"AnfrageIdDisplay": "sample string 1",
"SazBeleglaufIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "ff363878-41b3-43ee-b54a-5f746a6f1cdb",
"AnfrageId": 5,
"SazBeleglaufId": 6
}
application/xml, text/xml
Sample:
<ItgAnfrage2SazBeleglaufDisplay 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> <RowGuid>ff363878-41b3-43ee-b54a-5f746a6f1cdb</RowGuid> <SazBeleglaufId>6</SazBeleglaufId> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <SazBeleglaufIdDisplay>sample string 2</SazBeleglaufIdDisplay> </ItgAnfrage2SazBeleglaufDisplay>