POST api/WebApp/CheckIfTerminalCodeIsDuplicate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfCheckDuplicateTerminalCodeResponse
NameDescriptionTypeAdditional information
ReturnValue

CheckDuplicateTerminalCodeResponse

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,
    "TerminalID": 3,
    "StoreID": 4,
    "QRCode": "sample string 5",
    "PrintCount": 6,
    "Active": "sample string 7",
    "CreatedBy": "sample string 8",
    "CreatedDate": "2024-11-27T20:11:00.1268813+03:00",
    "ModifiedBy": "sample string 10",
    "ModifiedDate": "2024-11-27T20:11:00.1268813+03:00",
    "RecOwnerOrgID": 12,
    "TerminalCode": "sample string 13",
    "TerminalProfileID": 14,
    "EntityID": 15,
    "RefundPassword": "sample string 16"
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T20:11:00.1268813+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfCheckDuplicateTerminalCodeResponsekQwVjwcY 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">
    <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 7</Active>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 8</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">2024-11-27T20:11:00.1268813+03:00</CreatedDate>
    <EntityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">15</EntityID>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 10</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">2024-11-27T20:11:00.1268813+03:00</ModifiedDate>
    <PrintCount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">6</PrintCount>
    <QRCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 5</QRCode>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">12</RecOwnerOrgID>
    <RefundPassword xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 16</RefundPassword>
    <StoreID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">4</StoreID>
    <TerminalCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">sample string 13</TerminalCode>
    <TerminalID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">3</TerminalID>
    <TerminalProfileID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.MCH">14</TerminalProfileID>
    <d2p1:IsDuplicate>true</d2p1:IsDuplicate>
    <d2p1:IsInWFK>true</d2p1:IsInWFK>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfCheckDuplicateTerminalCodeResponsekQwVjwcY>