POST api/verressource/update
Request Information
URI Parameters
None.
Body Parameters
VerRessource| 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": "218ff8d6-8505-4aff-a59d-14bc85eb83b2"
}
application/xml, text/xml
Sample:
<VerRessource 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>218ff8d6-8505-4aff-a59d-14bc85eb83b2</RowGuid> </VerRessource>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerRessourceDisplay| 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": "f137c018-d9d6-4005-8521-e64b4c6a3cb2"
}
application/xml, text/xml
Sample:
<VerRessourceDisplay 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>f137c018-d9d6-4005-8521-e64b4c6a3cb2</RowGuid> </VerRessourceDisplay>