POST api/WebApp/CheckIfDeafultCardNumberIsDuplicate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfCheckDuplicateOfferBanksResponse
NameDescriptionTypeAdditional information
ReturnValue

CheckDuplicateOfferBanksResponse

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,
    "IssuerName": "sample string 3",
    "OfferID": 4,
    "BankID": 5,
    "AllBank": "sample string 6",
    "Active": "sample string 7",
    "Unassigned": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreatedDate": "2024-11-28T14:25:09.5287765+03:00",
    "ModifiedBy": "sample string 11",
    "ModifiedDate": "2024-11-28T14:25:09.5287765+03:00",
    "RecOwnerOrgID": 13,
    "ReceiptText": "sample string 14",
    "DefaultCardNumber": "sample string 15",
    "IBAN": "sample string 16"
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:25:09.5287765+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfCheckDuplicateOfferBanksResponseYoRYJ0fS 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.VAS">
    <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 7</Active>
    <AllBank xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 6</AllBank>
    <BankID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">5</BankID>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 9</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">2024-11-28T14:25:09.5287765+03:00</CreatedDate>
    <DefaultCardNumber xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 15</DefaultCardNumber>
    <IBAN xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 16</IBAN>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 11</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">2024-11-28T14:25:09.5287765+03:00</ModifiedDate>
    <OfferID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">4</OfferID>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">13</RecOwnerOrgID>
    <ReceiptText xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 14</ReceiptText>
    <Unassigned xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.OFR">sample string 8</Unassigned>
    <d2p1:IsDuplicate>true</d2p1:IsDuplicate>
    <d2p1:IsInWFK>true</d2p1:IsInWFK>
    <d2p1:IssuerName>sample string 3</d2p1:IssuerName>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfCheckDuplicateOfferBanksResponseYoRYJ0fS>