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": "947ef43e-c0c2-44ed-bc9f-e83f3ca9de9d"
}

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>947ef43e-c0c2-44ed-bc9f-e83f3ca9de9d</RowGuid>
</GreMitgliedStatus>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GreMitgliedStatus'.

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": "b46fc5e5-209f-4299-a6c3-5516a0d35767"
}

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>b46fc5e5-209f-4299-a6c3-5516a0d35767</RowGuid>
</GreMitgliedStatusDisplay>