POST api/acc/ApprovedProfileSupervision

Request Information

URI Parameters

None.

Body Parameters

ModelProfileVerificationSupervison
NameDescriptionTypeAdditional information
PofVerID

integer

None.

UserID

integer

None.

ROWID

globally unique identifier

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

string

None.

Nationality

integer

None.

PassportNumberVerified

boolean

None.

PassportNumber

string

None.

DrivingLicenseNumberVerified

boolean

None.

DrivingLicenseNumber

string

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.

CreatedBy

integer

None.

ApprovedDate

date

None.

SuspendedDate

date

None.

Notes

string

None.

InternalEmail

string

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

ProfilePic

string

None.

ZipCodeID

integer

None.

NationalityFrontPic

string

None.

NationalityBackPic

string

None.

DrivingLicenseFrontPic

string

None.

DrivingLicenseBackPic

string

None.

PassportPic

string

None.

InterCell

string

None.

InterOfficeNo

string

None.

InterHomeNo

string

None.

Country

string

None.

CountryID

integer

None.

FK_Country_ID

integer

None.

Province

string

None.

ProvinceID

integer

None.

City

string

None.

CityID

integer

None.

Town

string

None.

TownID

integer

None.

CountyDist

string

None.

CountyID

integer

None.

Apartment

string

None.

NationalityID

integer

None.

NationalityText

string

None.

GenderID

integer

None.

GenderText

string

None.

Action

string

None.

SMSSentPhone

string

None.

DurationTime

string

None.

SMSSentDate

date

None.

UpdatedDate

date

None.

NicExpiryDate

date

None.

DrivingLicenseExpiryDate

date

None.

PassportExpiryDate

date

None.

LinkExpiry

integer

None.

LinkReset

boolean

None.

PhoneVerified

boolean

None.

VerificationCode

string

None.

Link

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PofVerID": 1,
  "UserID": 2,
  "ROWID": "78994efb-893e-4a7f-b928-f7a72a79f278",
  "adminId": 4,
  "Cell": "sample string 5",
  "OfficeNo": "sample string 6",
  "HomeNo": "sample string 7",
  "Language": "sample string 8",
  "SecondLanguage": "sample string 9",
  "EmailAddress": "sample string 10",
  "UserProfileID": 11,
  "FirstNameVerified": true,
  "FirstNameVerifiedBy": true,
  "LastNameVerified": true,
  "LastNameVerifiedBy": 15,
  "MiddleNameVerified": true,
  "MiddleNameVerifiedBy": 17,
  "DOB": "sample string 18",
  "DateOfBirthVerified": true,
  "NationalityNumberVerified": true,
  "NationalityNumber": "sample string 21",
  "Nationality": 22,
  "PassportNumberVerified": true,
  "PassportNumber": "sample string 24",
  "DrivingLicenseNumberVerified": true,
  "DrivingLicenseNumber": "sample string 26",
  "ZipCode": 27,
  "Address1": "sample string 28",
  "Address2": "sample string 29",
  "Address1Verified": true,
  "IsActive": true,
  "IsDeleted": true,
  "SuspendedBy": 33,
  "ApprovedBy": 34,
  "CreatedDate": "2026-04-06T21:36:25.0990906-05:00",
  "CreatedBy": 35,
  "ApprovedDate": "2026-04-06T21:36:25.100423-05:00",
  "SuspendedDate": "2026-04-06T21:36:25.100423-05:00",
  "Notes": "sample string 36",
  "InternalEmail": "sample string 37",
  "FirstName": "sample string 38",
  "MiddleName": "sample string 39",
  "LastName": "sample string 40",
  "ProfilePic": "sample string 41",
  "ZipCodeID": 42,
  "NationalityFrontPic": "sample string 43",
  "NationalityBackPic": "sample string 44",
  "DrivingLicenseFrontPic": "sample string 45",
  "DrivingLicenseBackPic": "sample string 46",
  "PassportPic": "sample string 47",
  "InterCell": "sample string 48",
  "InterOfficeNo": "sample string 49",
  "InterHomeNo": "sample string 50",
  "Country": "sample string 51",
  "CountryID": 1,
  "FK_Country_ID": 1,
  "Province": "sample string 52",
  "ProvinceID": 53,
  "City": "sample string 54",
  "CityID": 55,
  "Town": "sample string 56",
  "TownID": 57,
  "CountyDist": "sample string 58",
  "CountyID": 59,
  "Apartment": "sample string 60",
  "NationalityID": 61,
  "NationalityText": "sample string 62",
  "GenderID": 63,
  "GenderText": "sample string 64",
  "Action": "sample string 65",
  "SMSSentPhone": "sample string 66",
  "DurationTime": "sample string 67",
  "SMSSentDate": "2026-04-06T21:36:25.1049327-05:00",
  "UpdatedDate": "2026-04-06T21:36:25.1049327-05:00",
  "NicExpiryDate": "2026-04-06T21:36:25.1049327-05:00",
  "DrivingLicenseExpiryDate": "2026-04-06T21:36:25.1049327-05:00",
  "PassportExpiryDate": "2026-04-06T21:36:25.1049327-05:00",
  "LinkExpiry": 1,
  "LinkReset": true,
  "PhoneVerified": true,
  "VerificationCode": "sample string 69",
  "Link": "sample string 70"
}

application/xml, text/xml

Sample:
<ModelProfileVerificationSupervison xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model">
  <Action>sample string 65</Action>
  <Address1>sample string 28</Address1>
  <Address1Verified>true</Address1Verified>
  <Address2>sample string 29</Address2>
  <Apartment>sample string 60</Apartment>
  <ApprovedBy>34</ApprovedBy>
  <ApprovedDate>2026-04-06T21:36:25.100423-05:00</ApprovedDate>
  <Cell>sample string 5</Cell>
  <City>sample string 54</City>
  <CityID>55</CityID>
  <Country>sample string 51</Country>
  <CountryID>1</CountryID>
  <CountyDist>sample string 58</CountyDist>
  <CountyID>59</CountyID>
  <CreatedBy>35</CreatedBy>
  <CreatedDate>2026-04-06T21:36:25.0990906-05:00</CreatedDate>
  <DOB>sample string 18</DOB>
  <DateOfBirthVerified>true</DateOfBirthVerified>
  <DrivingLicenseBackPic>sample string 46</DrivingLicenseBackPic>
  <DrivingLicenseExpiryDate>2026-04-06T21:36:25.1049327-05:00</DrivingLicenseExpiryDate>
  <DrivingLicenseFrontPic>sample string 45</DrivingLicenseFrontPic>
  <DrivingLicenseNumber>sample string 26</DrivingLicenseNumber>
  <DrivingLicenseNumberVerified>true</DrivingLicenseNumberVerified>
  <DurationTime>sample string 67</DurationTime>
  <EmailAddress>sample string 10</EmailAddress>
  <FK_Country_ID>1</FK_Country_ID>
  <FirstName>sample string 38</FirstName>
  <FirstNameVerified>true</FirstNameVerified>
  <FirstNameVerifiedBy>true</FirstNameVerifiedBy>
  <GenderID>63</GenderID>
  <GenderText>sample string 64</GenderText>
  <HomeNo>sample string 7</HomeNo>
  <InterCell>sample string 48</InterCell>
  <InterHomeNo>sample string 50</InterHomeNo>
  <InterOfficeNo>sample string 49</InterOfficeNo>
  <InternalEmail>sample string 37</InternalEmail>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Language>sample string 8</Language>
  <LastName>sample string 40</LastName>
  <LastNameVerified>true</LastNameVerified>
  <LastNameVerifiedBy>15</LastNameVerifiedBy>
  <Link>sample string 70</Link>
  <LinkExpiry>1</LinkExpiry>
  <LinkReset>true</LinkReset>
  <MiddleName>sample string 39</MiddleName>
  <MiddleNameVerified>true</MiddleNameVerified>
  <MiddleNameVerifiedBy>17</MiddleNameVerifiedBy>
  <Nationality>22</Nationality>
  <NationalityBackPic>sample string 44</NationalityBackPic>
  <NationalityFrontPic>sample string 43</NationalityFrontPic>
  <NationalityID>61</NationalityID>
  <NationalityNumber>sample string 21</NationalityNumber>
  <NationalityNumberVerified>true</NationalityNumberVerified>
  <NationalityText>sample string 62</NationalityText>
  <NicExpiryDate>2026-04-06T21:36:25.1049327-05:00</NicExpiryDate>
  <Notes>sample string 36</Notes>
  <OfficeNo>sample string 6</OfficeNo>
  <PassportExpiryDate>2026-04-06T21:36:25.1049327-05:00</PassportExpiryDate>
  <PassportNumber>sample string 24</PassportNumber>
  <PassportNumberVerified>true</PassportNumberVerified>
  <PassportPic>sample string 47</PassportPic>
  <PhoneVerified>true</PhoneVerified>
  <PofVerID>1</PofVerID>
  <ProfilePic>sample string 41</ProfilePic>
  <Province>sample string 52</Province>
  <ProvinceID>53</ProvinceID>
  <ROWID>78994efb-893e-4a7f-b928-f7a72a79f278</ROWID>
  <SMSSentDate>2026-04-06T21:36:25.1049327-05:00</SMSSentDate>
  <SMSSentPhone>sample string 66</SMSSentPhone>
  <SecondLanguage>sample string 9</SecondLanguage>
  <SuspendedBy>33</SuspendedBy>
  <SuspendedDate>2026-04-06T21:36:25.100423-05:00</SuspendedDate>
  <Town>sample string 56</Town>
  <TownID>57</TownID>
  <UpdatedDate>2026-04-06T21:36:25.1049327-05:00</UpdatedDate>
  <UserID>2</UserID>
  <UserProfileID>11</UserProfileID>
  <VerificationCode>sample string 69</VerificationCode>
  <ZipCode>27</ZipCode>
  <ZipCodeID>42</ZipCodeID>
  <adminId>4</adminId>
</ModelProfileVerificationSupervison>

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>