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": "af083dc6-b70c-4be6-be79-9d6b01cb5899",
"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>af083dc6-b70c-4be6-be79-9d6b01cb5899</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": "47063c1e-3268-4a2e-80f6-6114020e0c9c",
"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>47063c1e-3268-4a2e-80f6-6114020e0c9c</RowGuid> <SazBeleglaufId>6</SazBeleglaufId> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <SazBeleglaufIdDisplay>sample string 2</SazBeleglaufIdDisplay> </ItgAnfrage2SazBeleglaufDisplay>