PUT api/UserAccount/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"IdAccount": "462cec60-5e7e-478e-ad33-aa98cf39218f",
"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:27:43.3067865-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:27:43.3067865-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>462cec60-5e7e-478e-ad33-aa98cf39218f</IdAccount> <IdAgreement>2</IdAgreement> </UserAccountEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.