POST api/Kontakte/PostKontakt
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |