GET api/m/Kontakte/GetKontaktByEmail?email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Body Parameters
None.
Response Information
Resource Description
KontaktName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
string |
None. |
||
Telefonnummer | string |
None. |
|
Defaultmassstab | integer |
None. |
|
MapCenterLat | decimal number |
None. |
|
MapCenterLng | decimal number |
None. |
|
CustomLayers | string |
None. |
|
IsValid | boolean |
None. |
|
Error | string |
None. |
|
Item | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Email": "sample string 3", "Telefonnummer": "sample string 4", "Defaultmassstab": 5, "MapCenterLat": 6.1, "MapCenterLng": 7.1, "CustomLayers": "sample string 8", "IsValid": false, "Error": "Email ist ungültig.\r\nZoomlevel ist ungültig." }
text/html
Sample:
{"Id":1,"Name":"sample string 2","Email":"sample string 3","Telefonnummer":"sample string 4","Defaultmassstab":5,"MapCenterLat":6.1,"MapCenterLng":7.1,"CustomLayers":"sample string 8","IsValid":false,"Error":"Email ist ungültig.\r\nZoomlevel ist ungültig."}
application/xml
Sample:
text/xml
Sample: