POST api/verziel/update
Request Information
URI Parameters
None.
Body Parameters
VerZiel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "91d39294-b746-4939-a7f8-d8ac3c27355b"
}
application/xml, text/xml
Sample:
<VerZiel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>91d39294-b746-4939-a7f8-d8ac3c27355b</RowGuid> </VerZiel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VerZielDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "f987b19d-ea9a-4a15-a91e-b55dcc871527"
}
application/xml, text/xml
Sample:
<VerZielDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>f987b19d-ea9a-4a15-a91e-b55dcc871527</RowGuid> </VerZielDisplay>