POST api/itgteilnehmer2gebuehr/update
Request Information
URI Parameters
None.
Body Parameters
ItgTeilnehmer2Gebuehr| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
Required |
|
| VerGebuehrId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "0265e8d0-9023-4e77-bdd8-3d1bc32b7ca8",
"TeilnehmerId": 3,
"VerGebuehrId": 4
}
application/xml, text/xml
Sample:
<ItgTeilnehmer2Gebuehr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <Id>1</Id> <RowGuid>0265e8d0-9023-4e77-bdd8-3d1bc32b7ca8</RowGuid> <TeilnehmerId>3</TeilnehmerId> <VerGebuehrId>4</VerGebuehrId> </ItgTeilnehmer2Gebuehr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ItgTeilnehmer2GebuehrDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| TeilnehmerIdDisplay | string |
None. |
|
| VerGebuehrIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
Required |
|
| VerGebuehrId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"TeilnehmerIdDisplay": "sample string 1",
"VerGebuehrIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "3ba7a20a-89c7-4d1f-b49e-3947974342a1",
"TeilnehmerId": 5,
"VerGebuehrId": 6
}
application/xml, text/xml
Sample:
<ItgTeilnehmer2GebuehrDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <Id>3</Id> <RowGuid>3ba7a20a-89c7-4d1f-b49e-3947974342a1</RowGuid> <TeilnehmerId>5</TeilnehmerId> <VerGebuehrId>6</VerGebuehrId> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> <VerGebuehrIdDisplay>sample string 2</VerGebuehrIdDisplay> </ItgTeilnehmer2GebuehrDisplay>