GET api/FirmaPublicInfo?firmaBenutzername={firmaBenutzername}&benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| firmaBenutzername | string |
Required |
|
| benutzername | string |
Required |
|
| passwort | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": "sample string 1",
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Helpers"> <Alerts i:nil="true" /> <Success>true</Success> <Value>sample string 1</Value> </ResultOfstring>