POST api/verressource/delete
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": "ce7300d6-95e9-49aa-9f95-05a6f2b7b976"
}
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>ce7300d6-95e9-49aa-9f95-05a6f2b7b976</RowGuid> </VerRessource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>