POST api/usrauthenticator/insert
Request Information
URI Parameters
None.
Body Parameters
UsrAuthenticator| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrUserId | integer |
Required |
|
| Name | string |
None. |
|
| IsEnabled | integer |
Required |
|
| IsPrimary | integer |
Required |
|
| CreatedAt | date |
Required |
|
| LastUsedAt | date |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "8a8d200c-4d80-4337-9e52-874d3ff5c65f",
"UsrUserId": 3,
"Name": "sample string 4",
"IsEnabled": 5,
"IsPrimary": 6,
"CreatedAt": "2026-04-25T11:30:52.0837071+02:00",
"LastUsedAt": "2026-04-25T11:30:52.0837071+02:00",
"Zusatzfeld1": "sample string 8",
"Zusatzfeld2": "sample string 9",
"Bemerkung": "sample string 10"
}
application/xml, text/xml
Sample:
<UsrAuthenticator 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> <CreatedAt>2026-04-25T11:30:52.0837071+02:00</CreatedAt> <Id>1</Id> <IsEnabled>5</IsEnabled> <IsPrimary>6</IsPrimary> <LastUsedAt>2026-04-25T11:30:52.0837071+02:00</LastUsedAt> <Name>sample string 4</Name> <RowGuid>8a8d200c-4d80-4337-9e52-874d3ff5c65f</RowGuid> <UsrUserId>3</UsrUserId> <Zusatzfeld1>sample string 8</Zusatzfeld1> <Zusatzfeld2>sample string 9</Zusatzfeld2> </UsrAuthenticator>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UsrAuthenticatorDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| UsrUserIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| AuthType | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrUserId | integer |
Required |
|
| Name | string |
None. |
|
| IsEnabled | integer |
Required |
|
| IsPrimary | integer |
Required |
|
| CreatedAt | date |
Required |
|
| LastUsedAt | date |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UsrUserIdDisplay": "sample string 1",
"DisplayField": "sample string 2",
"AuthType": "sample string 3",
"Id": 4,
"RowGuid": "760621fe-5f84-4dd1-8065-6a494e611a8c",
"UsrUserId": 6,
"Name": "sample string 7",
"IsEnabled": 8,
"IsPrimary": 9,
"CreatedAt": "2026-04-25T11:30:52.0907082+02:00",
"LastUsedAt": "2026-04-25T11:30:52.0907082+02:00",
"Zusatzfeld1": "sample string 11",
"Zusatzfeld2": "sample string 12",
"Bemerkung": "sample string 13"
}
application/xml, text/xml
Sample:
<UsrAuthenticatorDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 13</Bemerkung> <CreatedAt>2026-04-25T11:30:52.0907082+02:00</CreatedAt> <Id>4</Id> <IsEnabled>8</IsEnabled> <IsPrimary>9</IsPrimary> <LastUsedAt>2026-04-25T11:30:52.0907082+02:00</LastUsedAt> <Name>sample string 7</Name> <RowGuid>760621fe-5f84-4dd1-8065-6a494e611a8c</RowGuid> <UsrUserId>6</UsrUserId> <Zusatzfeld1>sample string 11</Zusatzfeld1> <Zusatzfeld2>sample string 12</Zusatzfeld2> <AuthType>sample string 3</AuthType> <DisplayField>sample string 2</DisplayField> <UsrUserIdDisplay>sample string 1</UsrUserIdDisplay> </UsrAuthenticatorDisplay>