POST api/UserLoginValidation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IdAccount": "2931b8df-783b-45bc-8458-172023bae0a7",
  "IdAgreement": 2,
  "AccountLogin": "sample string 3",
  "AccountName": "sample string 4",
  "AccountLastName": "sample string 5",
  "AccountEmail": "sample string 6",
  "AccountPicture": "QEBA",
  "AccountPass": "sample string 7",
  "AccountPassSalt": "sample string 8",
  "AccountCellPhone": "sample string 9",
  "AccountPhone": "sample string 10",
  "AccountEstatus": true,
  "AccountCreateDate": "2025-12-15T22:24:30.8000882-08:00",
  "AccountConfirmed": true
}

application/xml, text/xml

Sample:
<UserAccountEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouMallServices.Models.Entities">
  <AccountCellPhone>sample string 9</AccountCellPhone>
  <AccountConfirmed>true</AccountConfirmed>
  <AccountCreateDate>2025-12-15T22:24:30.8000882-08:00</AccountCreateDate>
  <AccountEmail>sample string 6</AccountEmail>
  <AccountEstatus>true</AccountEstatus>
  <AccountLastName>sample string 5</AccountLastName>
  <AccountLogin>sample string 3</AccountLogin>
  <AccountName>sample string 4</AccountName>
  <AccountPass>sample string 7</AccountPass>
  <AccountPassSalt>sample string 8</AccountPassSalt>
  <AccountPhone>sample string 10</AccountPhone>
  <AccountPicture>QEBA</AccountPicture>
  <IdAccount>2931b8df-783b-45bc-8458-172023bae0a7</IdAccount>
  <IdAgreement>2</IdAgreement>
</UserAccountEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.