POST api/WebApp/CheckIfPartnerEmailIDIsDuplicate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfCheckDuplicateEmailIDResponse
NameDescriptionTypeAdditional information
ReturnValue

CheckDuplicateEmailIDResponse

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,
    "PartnerID": 3,
    "PartnerName": "sample string 4",
    "EmailID": "sample string 5",
    "PhoneNumber": "sample string 6",
    "ParentPartnerID": 7,
    "AddressLine1": "sample string 8",
    "AddressLine2": "sample string 9",
    "AddressLine3": "sample string 10",
    "CountryCode": "sample string 11",
    "CityID": 12,
    "Website": "sample string 13",
    "Status": "sample string 14",
    "CreatedBy": "sample string 15",
    "CreatedDate": "2024-11-27T20:10:53.1424268+03:00",
    "ModifiedBy": "sample string 17",
    "ModifiedDate": "2024-11-27T20:10:53.1424268+03:00",
    "RecOwnerOrgID": 19,
    "FIID": "sample string 20",
    "SWIFT": "sample string 21",
    "PartnerType": "sample string 22"
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T20:10:53.1424268+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfCheckDuplicateEmailIDResponsekQwVjwcY 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">
    <AddressLine1 xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 8</AddressLine1>
    <AddressLine2 xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</AddressLine2>
    <AddressLine3 xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 10</AddressLine3>
    <CityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">12</CityID>
    <CountryCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 11</CountryCode>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T20:10:53.1424268+03:00</CreatedDate>
    <EmailID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 5</EmailID>
    <FIID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 20</FIID>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T20:10:53.1424268+03:00</ModifiedDate>
    <ParentPartnerID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</ParentPartnerID>
    <PartnerID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">3</PartnerID>
    <PartnerName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 4</PartnerName>
    <PartnerType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 22</PartnerType>
    <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 6</PhoneNumber>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">19</RecOwnerOrgID>
    <SWIFT xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 21</SWIFT>
    <Status xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 14</Status>
    <Website xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</Website>
    <d2p1:IsDuplicate>true</d2p1:IsDuplicate>
    <d2p1:IsInWFK>true</d2p1:IsInWFK>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfCheckDuplicateEmailIDResponsekQwVjwcY>