POST api/ARCustomerMasterPortalUser/IsEmailAlreadyExist

Request Information

URI Parameters

None.

Body Parameters

ARCustomerMasterPortalUser
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

ARCustomerMasterId

string

None.

Username

string

None.

Password

string

None.

Name

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Phone

string

None.

IsActive

boolean

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

ResetPasswordToken

string

None.

InviteToken

string

None.

Role

string

None.

IsPrimaryUser

boolean

None.

AllowBookCall

boolean

None.

ProfilePictureUrl

string

None.

LastLoggedOn

date

None.

PortalUserServiceMasterList

Collection of PortalUserServiceMaster

None.

Theme

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CompanyId": "sample string 2",
  "ARCustomerMasterId": "sample string 3",
  "Username": "sample string 4",
  "Password": "sample string 5",
  "Name": "sample string 6",
  "FirstName": "sample string 7",
  "LastName": "sample string 8",
  "Email": "sample string 9",
  "Phone": "sample string 10",
  "IsActive": true,
  "IsLockedForEditing": true,
  "LockedBy": "sample string 13",
  "ResetPasswordToken": "sample string 14",
  "InviteToken": "sample string 15",
  "Role": "sample string 16",
  "IsPrimaryUser": true,
  "AllowBookCall": true,
  "ProfilePictureUrl": "sample string 19",
  "LastLoggedOn": "2025-12-16T14:46:54.8411977+00:00",
  "PortalUserServiceMasterList": [
    {
      "AccountId": 1,
      "CompanyId": "sample string 2",
      "ARCustomerMasterId": "sample string 3",
      "SDServiceMasterId": "sample string 4",
      "Username": "sample string 5"
    },
    {
      "AccountId": 1,
      "CompanyId": "sample string 2",
      "ARCustomerMasterId": "sample string 3",
      "SDServiceMasterId": "sample string 4",
      "Username": "sample string 5"
    }
  ],
  "Theme": "sample string 20"
}

application/xml, text/xml

Sample:
<ARCustomerMasterPortalUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.AR">
  <ARCustomerMasterId>sample string 3</ARCustomerMasterId>
  <AccountId>1</AccountId>
  <AllowBookCall>true</AllowBookCall>
  <CompanyId>sample string 2</CompanyId>
  <Email>sample string 9</Email>
  <FirstName>sample string 7</FirstName>
  <InviteToken>sample string 15</InviteToken>
  <IsActive>true</IsActive>
  <IsLockedForEditing>true</IsLockedForEditing>
  <IsPrimaryUser>true</IsPrimaryUser>
  <LastLoggedOn>2025-12-16T14:46:54.8411977+00:00</LastLoggedOn>
  <LastName>sample string 8</LastName>
  <LockedBy>sample string 13</LockedBy>
  <Name>sample string 6</Name>
  <Password>sample string 5</Password>
  <Phone>sample string 10</Phone>
  <PortalUserServiceMasterList>
    <PortalUserServiceMaster>
      <ARCustomerMasterId>sample string 3</ARCustomerMasterId>
      <AccountId>1</AccountId>
      <CompanyId>sample string 2</CompanyId>
      <SDServiceMasterId>sample string 4</SDServiceMasterId>
      <Username>sample string 5</Username>
    </PortalUserServiceMaster>
    <PortalUserServiceMaster>
      <ARCustomerMasterId>sample string 3</ARCustomerMasterId>
      <AccountId>1</AccountId>
      <CompanyId>sample string 2</CompanyId>
      <SDServiceMasterId>sample string 4</SDServiceMasterId>
      <Username>sample string 5</Username>
    </PortalUserServiceMaster>
  </PortalUserServiceMasterList>
  <ProfilePictureUrl>sample string 19</ProfilePictureUrl>
  <ResetPasswordToken>sample string 14</ResetPasswordToken>
  <Role>sample string 16</Role>
  <Theme>sample string 20</Theme>
  <Username>sample string 4</Username>
</ARCustomerMasterPortalUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>