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": "96ee72e7-6924-4f3f-9da7-520f51b2e384"
}
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>96ee72e7-6924-4f3f-9da7-520f51b2e384</RowGuid> </GreGremientyp>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "44767640-4caa-46d7-9f8f-b8fff140547f"
}
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>44767640-4caa-46d7-9f8f-b8fff140547f</RowGuid> </GreGremientypDisplay>