POST api/Account/UpdateSendCodeAgain
Request Information
URI Parameters
None.
Body Parameters
AccountModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| string |
None. |
||
| EmailConfirmed | boolean |
None. |
|
| ResetPassword | boolean |
None. |
|
| UpdateProfile | boolean |
None. |
|
| SecurityCode | string |
None. |
|
| PendingInvitation | boolean |
None. |
|
| PasswordHash | string |
None. |
|
| SecurityStamp | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumberConfirmed | boolean |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| LockoutEndDateUtc | date |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| UserName | string |
None. |
|
| LastApplicationAccessed | globally unique identifier |
None. |
|
| LastCompanyVisited | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| RowVersion | Collection of byte |
None. |
|
| Language | string |
None. |
|
| IsDecrypt | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "3bd2dc75-6ee0-4e84-bf7d-c507079a7c27",
"Email": "sample string 2",
"EmailConfirmed": true,
"ResetPassword": true,
"UpdateProfile": true,
"SecurityCode": "sample string 6",
"PendingInvitation": true,
"PasswordHash": "sample string 8",
"SecurityStamp": "sample string 9",
"PhoneNumber": "sample string 10",
"PhoneNumberConfirmed": true,
"TwoFactorEnabled": true,
"LockoutEndDateUtc": "2026-02-04T02:37:53.2506451+00:00",
"LockoutEnabled": true,
"AccessFailedCount": 14,
"UserName": "sample string 15",
"LastApplicationAccessed": "a7493333-acb7-4971-b0bf-29e18185adbb",
"LastCompanyVisited": 1,
"IsDeleted": true,
"IsActive": true,
"CreatedUserID": "04e60e8b-88d6-4cd1-bce5-962e5313be86",
"CreatedDate": "2026-02-04T02:37:53.2506451+00:00",
"ModifiedUserID": "eeb43ecf-8c0b-4167-9441-3c8df78049e2",
"ModifiedDate": "2026-02-04T02:37:53.2506451+00:00",
"RowVersion": "QEA=",
"Language": "sample string 22",
"IsDecrypt": true
}
application/xml, text/xml
Sample:
<AccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.SecurityModels"> <AccessFailedCount>14</AccessFailedCount> <CreatedDate>2026-02-04T02:37:53.2506451+00:00</CreatedDate> <CreatedUserID>04e60e8b-88d6-4cd1-bce5-962e5313be86</CreatedUserID> <Email>sample string 2</Email> <EmailConfirmed>true</EmailConfirmed> <ID>3bd2dc75-6ee0-4e84-bf7d-c507079a7c27</ID> <IsActive>true</IsActive> <IsDecrypt>true</IsDecrypt> <IsDeleted>true</IsDeleted> <Language>sample string 22</Language> <LastApplicationAccessed>a7493333-acb7-4971-b0bf-29e18185adbb</LastApplicationAccessed> <LastCompanyVisited>1</LastCompanyVisited> <LockoutEnabled>true</LockoutEnabled> <LockoutEndDateUtc>2026-02-04T02:37:53.2506451+00:00</LockoutEndDateUtc> <ModifiedDate>2026-02-04T02:37:53.2506451+00:00</ModifiedDate> <ModifiedUserID>eeb43ecf-8c0b-4167-9441-3c8df78049e2</ModifiedUserID> <PasswordHash>sample string 8</PasswordHash> <PendingInvitation>true</PendingInvitation> <PhoneNumber>sample string 10</PhoneNumber> <PhoneNumberConfirmed>true</PhoneNumberConfirmed> <ResetPassword>true</ResetPassword> <RowVersion>QEA=</RowVersion> <SecurityCode>sample string 6</SecurityCode> <SecurityStamp>sample string 9</SecurityStamp> <TwoFactorEnabled>true</TwoFactorEnabled> <UpdateProfile>true</UpdateProfile> <UserName>sample string 15</UserName> </AccountModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.