POST api/OrtTarife
Request Information
URI Parameters
None.
Body Parameters
OrtTarifeDaten| Name | Type | Additional information |
|---|---|---|
| Plz | string |
Required Matching regular expression pattern: ^\d{5}$ |
| SparteID | integer |
Required Matching regular expression pattern: ^[12]$ |
Request Formats
application/json, text/json
Sample:
{
"Plz": "sample string 1",
"SparteID": 2
}
Response Information
Resource Description
Collection of Ort| Name | Type | Additional information |
|---|---|---|
| Ort | string |
None. |
| OrtError | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Ort": "sample string 1",
"OrtError": "sample string 2"
},
{
"Ort": "sample string 1",
"OrtError": "sample string 2"
}
]