POST api/gremitgliedstatus/insert

Request Information

URI Parameters

None.

Body Parameters

GreMitgliedStatus
NameDescriptionTypeAdditional 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": "ea0a8d10-741d-4f73-8e09-9e70ad10def8"
}

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>ea0a8d10-741d-4f73-8e09-9e70ad10def8</RowGuid>
</GreMitgliedStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GreMitgliedStatusDisplay
NameDescriptionTypeAdditional 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": "f92d05c7-3e77-475c-86a1-6b39d188400d"
}

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>f92d05c7-3e77-475c-86a1-6b39d188400d</RowGuid>
</GreMitgliedStatusDisplay>