POST api/sec/PostUserCredential

Request Information

URI Parameters

None.

Body Parameters

SecCredential
NameDescriptionTypeAdditional information
ID

integer

None.

ComputerName

string

None.

OwnerUser

string

None.

GuestUser

string

None.

Password

string

None.

LastLogin

date

None.

Active

boolean

None.

PlatForm

string

None.

Rev

string

None.

remember

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ComputerName": "sample string 2",
  "OwnerUser": "sample string 3",
  "GuestUser": "sample string 4",
  "Password": "sample string 5",
  "LastLogin": "2026-01-21T10:24:07.918433+02:00",
  "Active": true,
  "PlatForm": "sample string 6",
  "Rev": "sample string 7",
  "remember": true
}

application/xml, text/xml

Sample:
<SecCredential xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaceAtt.Models">
  <Active>true</Active>
  <ComputerName>sample string 2</ComputerName>
  <GuestUser>sample string 4</GuestUser>
  <ID>1</ID>
  <LastLogin>2026-01-21T10:24:07.918433+02:00</LastLogin>
  <OwnerUser>sample string 3</OwnerUser>
  <Password>sample string 5</Password>
  <PlatForm>sample string 6</PlatForm>
  <Rev>sample string 7</Rev>
  <remember>true</remember>
</SecCredential>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.