POST api/gregremientyp/insert
Request Information
URI Parameters
None.
Body Parameters
GreGremientyp| 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": "bd3888e2-8cc9-4cb1-bd63-91a0af1173de"
}
application/xml, text/xml
Sample:
<GreGremientyp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>bd3888e2-8cc9-4cb1-bd63-91a0af1173de</RowGuid> </GreGremientyp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GreGremientypDisplay| 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": "a31eb774-ef61-48e4-995b-2dea01d55832"
}
application/xml, text/xml
Sample:
<GreGremientypDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>a31eb774-ef61-48e4-995b-2dea01d55832</RowGuid> </GreGremientypDisplay>