POST api/usrauthenticatorwebauthn/insert
Request Information
URI Parameters
None.
Body Parameters
UsrAuthenticatorWebAuthn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrAuthenticatorId | integer |
Required |
|
| SignCount | integer |
Required |
|
| UserHandle | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "b62a2f78-b74b-4456-8970-2068a02b4d1f",
"UsrAuthenticatorId": 3,
"SignCount": 4,
"UserHandle": "sample string 5",
"Zusatzfeld1": "sample string 6",
"Zusatzfeld2": "sample string 7",
"Bemerkung": "sample string 8"
}
application/xml, text/xml
Sample:
<UsrAuthenticatorWebAuthn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 8</Bemerkung> <Id>1</Id> <RowGuid>b62a2f78-b74b-4456-8970-2068a02b4d1f</RowGuid> <SignCount>4</SignCount> <UserHandle>sample string 5</UserHandle> <UsrAuthenticatorId>3</UsrAuthenticatorId> <Zusatzfeld1>sample string 6</Zusatzfeld1> <Zusatzfeld2>sample string 7</Zusatzfeld2> </UsrAuthenticatorWebAuthn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UsrAuthenticatorWebAuthnDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| UsrAuthenticatorIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrAuthenticatorId | integer |
Required |
|
| SignCount | integer |
Required |
|
| UserHandle | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UsrAuthenticatorIdDisplay": "sample string 1",
"DisplayField": "sample string 2",
"Id": 3,
"RowGuid": "28cd9fb7-cf77-4b51-9aa4-6439984e2b81",
"UsrAuthenticatorId": 5,
"SignCount": 6,
"UserHandle": "sample string 7",
"Zusatzfeld1": "sample string 8",
"Zusatzfeld2": "sample string 9",
"Bemerkung": "sample string 10"
}
application/xml, text/xml
Sample:
<UsrAuthenticatorWebAuthnDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 10</Bemerkung> <Id>3</Id> <RowGuid>28cd9fb7-cf77-4b51-9aa4-6439984e2b81</RowGuid> <SignCount>6</SignCount> <UserHandle>sample string 7</UserHandle> <UsrAuthenticatorId>5</UsrAuthenticatorId> <Zusatzfeld1>sample string 8</Zusatzfeld1> <Zusatzfeld2>sample string 9</Zusatzfeld2> <DisplayField>sample string 2</DisplayField> <UsrAuthenticatorIdDisplay>sample string 1</UsrAuthenticatorIdDisplay> </UsrAuthenticatorWebAuthnDisplay>