POST api/WebApp/CheckIfOrganizationCodeIsDuplicate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfCheckDuplicateOrgCodeResponse
NameDescriptionTypeAdditional information
ReturnValue

CheckDuplicateOrgCodeResponse

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,
    "OrganizationID": 3,
    "OrganizationName": "sample string 4",
    "OrganizationCode": "sample string 5",
    "OrganizationType": "sample string 6",
    "OrganizationClass": "sample string 7",
    "SwiftCode": "sample string 8",
    "FIID": "sample string 9",
    "Website": "sample string 10",
    "MCC": "sample string 11",
    "CountryCode": "sample string 12",
    "CityID": 13,
    "Active": "sample string 14",
    "Logo": "sample string 15",
    "ParentOrganizationID": 16,
    "EntityType": "sample string 17",
    "CreatedBy": "sample string 18",
    "CreatedDate": "2024-11-28T14:42:16.6703094+03:00",
    "ModifiedBy": "sample string 20",
    "ModifiedDate": "2024-11-28T14:42:16.6703094+03:00",
    "RecOwnerOrgID": 22,
    "NostroAccount": "sample string 23",
    "VostroAccount": "sample string 24",
    "LicenseCode": "sample string 25",
    "HomeCurrency": "sample string 26",
    "BaseCurrency": "sample string 27",
    "AccountingCurrency": "sample string 28",
    "MchMgmtMode": "sample string 29"
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:42:16.6703094+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfCheckDuplicateOrgCodeResponseYoRYJ0fS 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">
    <AccountingCurrency xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 28</AccountingCurrency>
    <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 14</Active>
    <BaseCurrency xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 27</BaseCurrency>
    <CityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">13</CityID>
    <CountryCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 12</CountryCode>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 18</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">2024-11-28T14:42:16.6703094+03:00</CreatedDate>
    <EntityType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 17</EntityType>
    <FIID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 9</FIID>
    <HomeCurrency xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 26</HomeCurrency>
    <LicenseCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 25</LicenseCode>
    <Logo xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 15</Logo>
    <MCC xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 11</MCC>
    <MchMgmtMode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 29</MchMgmtMode>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 20</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">2024-11-28T14:42:16.6703094+03:00</ModifiedDate>
    <NostroAccount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 23</NostroAccount>
    <OrganizationClass xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 7</OrganizationClass>
    <OrganizationCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 5</OrganizationCode>
    <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">3</OrganizationID>
    <OrganizationName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 4</OrganizationName>
    <OrganizationType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 6</OrganizationType>
    <ParentOrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">16</ParentOrganizationID>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">22</RecOwnerOrgID>
    <SwiftCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 8</SwiftCode>
    <VostroAccount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 24</VostroAccount>
    <Website xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.UMX">sample string 10</Website>
    <d2p1:IsDuplicate>true</d2p1:IsDuplicate>
    <d2p1:IsInWFK>true</d2p1:IsInWFK>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfCheckDuplicateOrgCodeResponseYoRYJ0fS>