POST api/Strassen
Request Information
URI Parameters
None.
Body Parameters
StrassenDaten| Name | Type | Additional information |
|---|---|---|
| Plz | string |
Required Matching regular expression pattern: ^\d{5}$ |
| Ort | string |
Required Matching regular expression pattern: ^[A-Za-zÄÖÜäöüß][A-Za-zÄÖÜäöüß.\-()]*([ ]?[A-Za-zÄÖÜäöüß.\-()]+)*$ Max length: 30 Min length: 3 |
Request Formats
application/json, text/json
Sample:
{
"Plz": "sample string 1",
"Ort": "sample string 2"
}
Response Information
Resource Description
Collection of Strassen| Name | Type | Additional information |
|---|---|---|
| Strasse | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Strasse": "sample string 1"
},
{
"Strasse": "sample string 1"
}
]