POST api/Ort

Request Information

URI Parameters

None.

Body Parameters

PlzDaten
NameDescriptionTypeAdditional information
app_id

string

None.

plz

string

None.

Request Formats

application/json, text/json

Beispiel:
{
  "app_id": "sample string 1",
  "plz": "sample string 2"
}

Response Information

Resource Description

Collection of Ort
NameDescriptionTypeAdditional information
Ort

string

None.

Herausgeber_Name

string

None.

Herausgeber_Homepage

string

None.

Response Formats

application/json, text/json

Beispiel:
[
  {
    "Ort": "sample string 1",
    "Herausgeber_Name": "sample string 2",
    "Herausgeber_Homepage": "sample string 3"
  },
  {
    "Ort": "sample string 1",
    "Herausgeber_Name": "sample string 2",
    "Herausgeber_Homepage": "sample string 3"
  }
]