POST api/verinhalt/update
Request Information
URI Parameters
None.
Body Parameters
VerInhalt| 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": "2bcdec97-b46b-4e2c-b9e5-1f7353fc0724"
}
application/xml, text/xml
Sample:
<VerInhalt 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>2bcdec97-b46b-4e2c-b9e5-1f7353fc0724</RowGuid> </VerInhalt>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerInhaltDisplay| 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": "5e6e8079-dac6-4925-9748-a8c2363fe579"
}
application/xml, text/xml
Sample:
<VerInhaltDisplay 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>5e6e8079-dac6-4925-9748-a8c2363fe579</RowGuid> </VerInhaltDisplay>