POST api/Token?token={token}&hcn={hcn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| hcn | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | LoginCodes |
None. |
|
| Nachname | string |
None. |
|
| Vorname | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Nachname": "sample string 1",
"Vorname": "sample string 2"
}
application/xml, text/xml
Sample:
<ValidateResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hockey.SchiriApp.Data"> <Code>Failed</Code> <Nachname>sample string 1</Nachname> <Vorname>sample string 2</Vorname> </ValidateResult>