POST api/gregremientyp/update
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": "4c18b53c-25e3-493c-92fb-e9e9bdaf8a4e"
}
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>4c18b53c-25e3-493c-92fb-e9e9bdaf8a4e</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": "953875ea-73bf-46b6-8f93-6c98b9b49081"
}
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>953875ea-73bf-46b6-8f93-6c98b9b49081</RowGuid> </GreGremientypDisplay>