POST api/gremitgliedstatus/update
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": "b5d3fabb-fe40-4a1e-a63f-e1b42ab30798"
}
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>b5d3fabb-fe40-4a1e-a63f-e1b42ab30798</RowGuid> </GreMitgliedStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "9d137abf-8ca6-4790-8c09-4986a3fcfab8"
}
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>9d137abf-8ca6-4790-8c09-4986a3fcfab8</RowGuid> </GreMitgliedStatusDisplay>