POST api/m/MeldungsFilter/Post

Request Information

URI Parameters

None.

Body Parameters

FilterMeldungen
NameDescriptionTypeAdditional information
Id

integer

None.

kontaktId

integer

None.

Zeitstempel

date

None.

filterName

string

None.

mapLat

decimal number

None.

mapLng

decimal number

None.

mapZoom

integer

None.

mapRegionCode

string

None.

dtv

date

None.

dtb

date

None.

searchMeldungen

string

None.

searchMelder

string

None.

searchVerwantwortlicher

string

None.

selectedRegionCodes

Collection of string

None.

selectedStatus

Collection of integer

None.

selectedQuellSysteme

Collection of integer

None.

selectedAbschnittskategorien

Collection of integer

None.

selectedFehlertypen

Collection of integer

None.

selectedPrioritaeten

Collection of integer

None.

IsValid

boolean

None.

Error

string

None.

Item

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "kontaktId": 2,
  "Zeitstempel": "2024-11-23T19:40:24.5216362+01:00",
  "filterName": "sample string 4",
  "mapLat": 1.1,
  "mapLng": 1.1,
  "mapZoom": 1,
  "mapRegionCode": "sample string 5",
  "dtv": "2024-11-23T19:40:24.5372574+01:00",
  "dtb": "2024-11-23T19:40:24.5372574+01:00",
  "searchMeldungen": "sample string 6",
  "searchMelder": "sample string 7",
  "searchVerwantwortlicher": "sample string 8",
  "selectedRegionCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "selectedStatus": [
    1,
    2
  ],
  "selectedQuellSysteme": [
    1,
    2
  ],
  "selectedAbschnittskategorien": [
    1,
    2
  ],
  "selectedFehlertypen": [
    1,
    2
  ],
  "selectedPrioritaeten": [
    1,
    2
  ],
  "IsValid": true,
  "Error": null
}

text/html

Sample:
{"Id":1,"kontaktId":2,"Zeitstempel":"2024-11-23T19:40:24.5216362+01:00","filterName":"sample string 4","mapLat":1.1,"mapLng":1.1,"mapZoom":1,"mapRegionCode":"sample string 5","dtv":"2024-11-23T19:40:24.5372574+01:00","dtb":"2024-11-23T19:40:24.5372574+01:00","searchMeldungen":"sample string 6","searchMelder":"sample string 7","searchVerwantwortlicher":"sample string 8","selectedRegionCodes":["sample string 1","sample string 2"],"selectedStatus":[1,2],"selectedQuellSysteme":[1,2],"selectedAbschnittskategorien":[1,2],"selectedFehlertypen":[1,2],"selectedPrioritaeten":[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 'FilterMeldungen'.

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.