POST api/verressource/insert
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": "b9c70ecc-16ae-482f-b7d4-13bdfd0ae0c9"
}
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>b9c70ecc-16ae-482f-b7d4-13bdfd0ae0c9</RowGuid> </VerRessource>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "09725a91-6981-4a6b-92cd-5672a6185e78"
}
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>09725a91-6981-4a6b-92cd-5672a6185e78</RowGuid> </VerRessourceDisplay>