POST api/itganfrage2sazbeleglauf/update
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": "22df4b11-c39e-4ba5-8cd6-bc182377511c",
"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>22df4b11-c39e-4ba5-8cd6-bc182377511c</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": "02260e53-9105-4ea6-84f3-b9ba0a199a0d",
"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>02260e53-9105-4ea6-84f3-b9ba0a199a0d</RowGuid> <SazBeleglaufId>6</SazBeleglaufId> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <SazBeleglaufIdDisplay>sample string 2</SazBeleglaufIdDisplay> </ItgAnfrage2SazBeleglaufDisplay>