POST api/gremitgliedstatus/insert
Request Information
URI Parameters
None.
Body Parameters
GreMitgliedStatus| 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": "ca6c1439-86d3-4f80-8f11-8b1836ff1a3b"
}
application/xml, text/xml
Sample:
<GreMitgliedStatus 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>ca6c1439-86d3-4f80-8f11-8b1836ff1a3b</RowGuid> </GreMitgliedStatus>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GreMitgliedStatusDisplay| 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": "afc08335-2969-4a87-a9c4-0af2d5ac5424"
}
application/xml, text/xml
Sample:
<GreMitgliedStatusDisplay 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>afc08335-2969-4a87-a9c4-0af2d5ac5424</RowGuid> </GreMitgliedStatusDisplay>