GET apix/Account/Check?code={code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserMinDataName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IsForget | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "51d64969-0df2-49bc-b01b-bedd96861b61", "IsForget": true }
application/xml, text/xml
Sample:
<UserMinData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Idesa.GestionCelebraciones.Domain.Entity.Dto.User"> <Id>51d64969-0df2-49bc-b01b-bedd96861b61</Id> <IsForget>true</IsForget> </UserMinData>