Send client_id and client_secret; Server answers with AccesToken or RefreshToken
None.
client_id,client_secret
RechteAbfrage| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteNr |
SiteNr |
integer |
None. |
| client_id |
client_id |
string |
None. |
| client_secret |
client_secret |
string |
None. |
{
"SiteNr": 1,
"client_id": "sample string 2",
"client_secret": "sample string 3"
}
<RechteAbfrage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <SiteNr>1</SiteNr> <client_id>sample string 2</client_id> <client_secret>sample string 3</client_secret> </RechteAbfrage>
Sample not available.
Token or Error_string
ResponseRechte| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
AccesToken or RefreshToken |
string |
None. |
| Error_string |
ID of the error |
string |
None. |
{
"Token": "sample string 1",
"Error_string": "sample string 2"
}
<ResponseRechte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <Error_string>sample string 2</Error_string> <Token>sample string 1</Token> </ResponseRechte>