GET api/Test/ConnectionTest?testString={testString}
Liefert den als Parameter übergebenen String zurück
Request Informationen
URI Parameter
Name | Beschreibung | Typ | Zusatzinformation |
---|---|---|---|
testString |
Der Teststring |
string |
Required |
Body Parameter
Keine.
Response Informationen
Response Formate
application/json, text/json
Beispiel
{ "TestString": "Test", "Header": null }
application/xml, text/xml
Beispiel
<ConnectionTestResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Header i:nil="true" /> <TestString>Test</TestString> </ConnectionTestResponse>
application/octet-stream
Beispiel
<ConnectionTestResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><TestString>Test</TestString></ConnectionTestResponse>