POST api/lizantragstatus/delete

Request Information

URI Parameters

None.

Body Parameters

LizAntragstatus
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

Nummer

integer

Required

Statustyp

integer

Required

Bezeichnung

string

None.

Farbe

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "828514b7-e02e-42c9-91f9-f15ae0fabeb5",
  "Nummer": 3,
  "Statustyp": 4,
  "Bezeichnung": "sample string 5",
  "Farbe": "sample string 6"
}

application/xml, text/xml

Sample:
<LizAntragstatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <Bezeichnung>sample string 5</Bezeichnung>
  <Farbe>sample string 6</Farbe>
  <Id>1</Id>
  <Nummer>3</Nummer>
  <RowGuid>828514b7-e02e-42c9-91f9-f15ae0fabeb5</RowGuid>
  <Statustyp>4</Statustyp>
</LizAntragstatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>