POST api/WebApp/CheckIfUserIDIsDuplicate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfCheckDuplicateUserIDResponse
NameDescriptionTypeAdditional information
ReturnValue

CheckDuplicateUserIDResponse

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "IsDuplicate": true,
    "IsInWFK": true,
    "UserID": "sample string 3",
    "FirstName": "sample string 4",
    "MiddleName": "sample string 5",
    "LastName": "sample string 6",
    "EmailID": "sample string 7",
    "OrganizationID": 8,
    "EmployeeID": "sample string 9",
    "DepartmentID": 10,
    "Active": "sample string 11",
    "CreatedBy": "sample string 12",
    "CreatedDate": "2024-11-28T14:37:24.0444828+03:00",
    "ModifiedBy": "sample string 14",
    "ModifiedDate": "2024-11-28T14:37:24.0444828+03:00",
    "RecOwnerOrgID": 16,
    "IsAgent": "sample string 17",
    "IsMerchant": "sample string 18",
    "UsrOrgType": "sample string 19",
    "PhoneNumber": "sample string 20",
    "ISDCode": "sample string 21",
    "ShowTFAQR": "sample string 22",
    "PartnerID": 1,
    "IssuerID": 1,
    "MerchantID": 1,
    "AcquiererID": 1
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:37:24.0444828+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfCheckDuplicateUserIDResponsekQwVjwcY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Responses">
    <AcquiererID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">1</AcquiererID>
    <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 11</Active>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 12</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">2024-11-28T14:37:24.0444828+03:00</CreatedDate>
    <DepartmentID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">10</DepartmentID>
    <EmailID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 7</EmailID>
    <EmployeeID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 9</EmployeeID>
    <FirstName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 4</FirstName>
    <ISDCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 21</ISDCode>
    <IsAgent xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 17</IsAgent>
    <IsMerchant xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 18</IsMerchant>
    <IssuerID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">1</IssuerID>
    <LastName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 6</LastName>
    <MerchantID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">1</MerchantID>
    <MiddleName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 5</MiddleName>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 14</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">2024-11-28T14:37:24.0444828+03:00</ModifiedDate>
    <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">8</OrganizationID>
    <PartnerID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">1</PartnerID>
    <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 20</PhoneNumber>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">16</RecOwnerOrgID>
    <ShowTFAQR xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 22</ShowTFAQR>
    <UserID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 3</UserID>
    <UsrOrgType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 19</UsrOrgType>
    <d2p1:IsDuplicate>true</d2p1:IsDuplicate>
    <d2p1:IsInWFK>true</d2p1:IsInWFK>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfCheckDuplicateUserIDResponsekQwVjwcY>