BMC: Internel server issue in Login API fixed
This commit is contained in:
parent
086ab86095
commit
6180e3356a
@ -9,7 +9,7 @@ namespace BCS.BMC.Models.TokenAuth
|
||||
public class LoginInputModel
|
||||
{
|
||||
public string CompanyUrl { get; set; }
|
||||
public int? CompanyId { get; set; }
|
||||
public string CompanyId { get; set; }
|
||||
public string UsernameOrEmailAddress { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string FcmToken { get; set; }
|
||||
|
@ -8,7 +8,7 @@ namespace BCS.BMC.Models.TokenAuth
|
||||
{
|
||||
public class RegistrationInput
|
||||
{
|
||||
public int? CompanyAccountId { get; set; }
|
||||
public string CompanyAccountId { get; set; }
|
||||
public string UserNameOrEmail { get; set; }
|
||||
public string Phoneno { get; set; }
|
||||
public string Password { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user