POST api/m/MeldungenShort/Post

Request Information

URI Parameters

None.

Body Parameters

FilterPost
NameDescriptionTypeAdditional information
mid

integer

None.

pg

integer

None.

mperpg

integer

None.

sort

string

None.

asc

boolean

None.

bbox

string

None.

withinbbox

boolean

None.

titel

string

None.

melder

string

None.

verantwortlicher

string

None.

dtfrom

date

None.

dtto

date

None.

status

Collection of integer

None.

quelle

Collection of integer

None.

prio

Collection of integer

None.

abschnittkat

Collection of integer

None.

fehlertypen

Collection of integer

None.

IsValid

boolean

None.

Error

string

None.

Item

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mid": 1,
  "pg": 1,
  "mperpg": 2,
  "sort": "sample string 3",
  "asc": true,
  "bbox": "sample string 5",
  "withinbbox": true,
  "titel": "sample string 7",
  "melder": "sample string 8",
  "verantwortlicher": "sample string 9",
  "dtfrom": "2024-11-23T19:27:21.2414966+01:00",
  "dtto": "2024-11-23T19:27:21.2414966+01:00",
  "status": [
    1,
    2
  ],
  "quelle": [
    1,
    2
  ],
  "prio": [
    1,
    2
  ],
  "abschnittkat": [
    1,
    2
  ],
  "fehlertypen": [
    1,
    2
  ],
  "IsValid": true,
  "Error": null
}

text/html

Sample:
{"mid":1,"pg":1,"mperpg":2,"sort":"sample string 3","asc":true,"bbox":"sample string 5","withinbbox":true,"titel":"sample string 7","melder":"sample string 8","verantwortlicher":"sample string 9","dtfrom":"2024-11-23T19:27:21.2414966+01:00","dtto":"2024-11-23T19:27:21.2414966+01:00","status":[1,2],"quelle":[1,2],"prio":[1,2],"abschnittkat":[1,2],"fehlertypen":[1,2],"IsValid":true,"Error":null}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'GIP_Communicator_Server.DomainObjects.SimpleRule' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'GIP_Communicator_Server.DomainObjects.SimpleRule' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

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 'FilterPost'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.