POST api/acc/SuspendProfile?note={note}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
note

string

Required

Body Parameters

ModelSuspendAdminVerification
NameDescriptionTypeAdditional information
PofVerID

integer

None.

UserID

integer

None.

adminId

integer

None.

Cell

string

None.

OfficeNo

string

None.

HomeNo

string

None.

Language

string

None.

SecondLanguage

string

None.

EmailAddress

string

None.

UserProfileID

integer

None.

FirstNameVerified

boolean

None.

FirstNameVerifiedBy

boolean

None.

LastNameVerified

boolean

None.

LastNameVerifiedBy

integer

None.

MiddleNameVerified

boolean

None.

MiddleNameVerifiedBy

integer

None.

DOB

string

None.

DateOfBirthVerified

boolean

None.

NationalityNumberVerified

boolean

None.

NationalityNumber

integer

None.

Nationality

integer

None.

PassportNumberVerified

boolean

None.

PassportNumber

integer

None.

DrivingLicenseNumberVerified

boolean

None.

DrivingLicenseNumber

integer

None.

ZipCode

integer

None.

Address1

string

None.

Address2

string

None.

Address1Verified

boolean

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

SuspendedBy

integer

None.

ApprovedBy

integer

None.

CreatedDate

date

None.

ApprovedDate

date

None.

SuspendedDate

date

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PofVerID": 1,
  "UserID": 2,
  "adminId": 3,
  "Cell": "sample string 4",
  "OfficeNo": "sample string 5",
  "HomeNo": "sample string 6",
  "Language": "sample string 7",
  "SecondLanguage": "sample string 8",
  "EmailAddress": "sample string 9",
  "UserProfileID": 10,
  "FirstNameVerified": true,
  "FirstNameVerifiedBy": true,
  "LastNameVerified": true,
  "LastNameVerifiedBy": 14,
  "MiddleNameVerified": true,
  "MiddleNameVerifiedBy": 16,
  "DOB": "sample string 17",
  "DateOfBirthVerified": true,
  "NationalityNumberVerified": true,
  "NationalityNumber": 20,
  "Nationality": 21,
  "PassportNumberVerified": true,
  "PassportNumber": 23,
  "DrivingLicenseNumberVerified": true,
  "DrivingLicenseNumber": 25,
  "ZipCode": 26,
  "Address1": "sample string 27",
  "Address2": "sample string 28",
  "Address1Verified": true,
  "IsActive": true,
  "IsDeleted": true,
  "SuspendedBy": 32,
  "ApprovedBy": 33,
  "CreatedDate": "2026-04-06T21:34:41.7981131-05:00",
  "ApprovedDate": "2026-04-06T21:34:41.7981131-05:00",
  "SuspendedDate": "2026-04-06T21:34:41.8001319-05:00",
  "Notes": "sample string 34"
}

application/xml, text/xml

Sample:
<ModelSuspendAdminVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model">
  <Address1>sample string 27</Address1>
  <Address1Verified>true</Address1Verified>
  <Address2>sample string 28</Address2>
  <ApprovedBy>33</ApprovedBy>
  <ApprovedDate>2026-04-06T21:34:41.7981131-05:00</ApprovedDate>
  <Cell>sample string 4</Cell>
  <CreatedDate>2026-04-06T21:34:41.7981131-05:00</CreatedDate>
  <DOB>sample string 17</DOB>
  <DateOfBirthVerified>true</DateOfBirthVerified>
  <DrivingLicenseNumber>25</DrivingLicenseNumber>
  <DrivingLicenseNumberVerified>true</DrivingLicenseNumberVerified>
  <EmailAddress>sample string 9</EmailAddress>
  <FirstNameVerified>true</FirstNameVerified>
  <FirstNameVerifiedBy>true</FirstNameVerifiedBy>
  <HomeNo>sample string 6</HomeNo>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Language>sample string 7</Language>
  <LastNameVerified>true</LastNameVerified>
  <LastNameVerifiedBy>14</LastNameVerifiedBy>
  <MiddleNameVerified>true</MiddleNameVerified>
  <MiddleNameVerifiedBy>16</MiddleNameVerifiedBy>
  <Nationality>21</Nationality>
  <NationalityNumber>20</NationalityNumber>
  <NationalityNumberVerified>true</NationalityNumberVerified>
  <Notes>sample string 34</Notes>
  <OfficeNo>sample string 5</OfficeNo>
  <PassportNumber>23</PassportNumber>
  <PassportNumberVerified>true</PassportNumberVerified>
  <PofVerID>1</PofVerID>
  <SecondLanguage>sample string 8</SecondLanguage>
  <SuspendedBy>32</SuspendedBy>
  <SuspendedDate>2026-04-06T21:34:41.8001319-05:00</SuspendedDate>
  <UserID>2</UserID>
  <UserProfileID>10</UserProfileID>
  <ZipCode>26</ZipCode>
  <adminId>3</adminId>
</ModelSuspendAdminVerification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>