GET api/Policy360Claim/GetMemberBankAccounts?entityId={entityId}

Get Member Bank Accounts

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LatestPaymentTypeModel
NameDescriptionTypeAdditional information
Id

integer

None.

AccountDetailNumber

integer

None.

BankID

BankID

None.

LastPaymentDate

date

None.

IsLatest

boolean

None.

BankName

string

None.

NameOnAccount

string

None.

Payee

string

None.

AccountType

string

None.

AccountNumber

string

None.

IBANNumber

string

None.

AccountOrIBANNumber

string

None.

RoutingOrIBANumber

string

None.

SWIFTCode

string

None.

BankAddress

string

None.

PaySupplier

string

None.

EntityId

integer

None.

Status

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

Currency

CurrencyModel

None.

BeneficiaryAddress

BeneficiaryAddress

None.

PaymentType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "AccountDetailNumber": 1,
    "BankID": {
      "Type": "sample string 1",
      "Id": "sample string 2"
    },
    "LastPaymentDate": "2024-04-27T06:23:06.9659213-07:00",
    "IsLatest": true,
    "BankName": "sample string 3",
    "NameOnAccount": "sample string 4",
    "Payee": "sample string 5",
    "AccountType": "sample string 6",
    "AccountNumber": "sample string 7",
    "IBANNumber": "sample string 8",
    "AccountOrIBANNumber": "sample string 9",
    "RoutingOrIBANumber": "sample string 10",
    "SWIFTCode": "sample string 11",
    "BankAddress": "sample string 12",
    "PaySupplier": "sample string 13",
    "EntityId": 14,
    "Status": 15,
    "CreatedBy": 16,
    "CreatedDate": "2024-04-27T06:23:06.9659213-07:00",
    "UpdatedDate": "2024-04-27T06:23:06.9659213-07:00",
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3"
    },
    "BeneficiaryAddress": {
      "Address": "sample string 1",
      "Street": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "PostalCode": "sample string 5",
      "Country": "sample string 6"
    },
    "PaymentType": "sample string 19"
  },
  {
    "Id": 1,
    "AccountDetailNumber": 1,
    "BankID": {
      "Type": "sample string 1",
      "Id": "sample string 2"
    },
    "LastPaymentDate": "2024-04-27T06:23:06.9659213-07:00",
    "IsLatest": true,
    "BankName": "sample string 3",
    "NameOnAccount": "sample string 4",
    "Payee": "sample string 5",
    "AccountType": "sample string 6",
    "AccountNumber": "sample string 7",
    "IBANNumber": "sample string 8",
    "AccountOrIBANNumber": "sample string 9",
    "RoutingOrIBANumber": "sample string 10",
    "SWIFTCode": "sample string 11",
    "BankAddress": "sample string 12",
    "PaySupplier": "sample string 13",
    "EntityId": 14,
    "Status": 15,
    "CreatedBy": 16,
    "CreatedDate": "2024-04-27T06:23:06.9659213-07:00",
    "UpdatedDate": "2024-04-27T06:23:06.9659213-07:00",
    "Currency": {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3"
    },
    "BeneficiaryAddress": {
      "Address": "sample string 1",
      "Street": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "PostalCode": "sample string 5",
      "Country": "sample string 6"
    },
    "PaymentType": "sample string 19"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLatestPaymentTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Payments">
  <LatestPaymentTypeModel>
    <AccountDetailNumber>1</AccountDetailNumber>
    <AccountNumber>sample string 7</AccountNumber>
    <AccountOrIBANNumber>sample string 9</AccountOrIBANNumber>
    <AccountType>sample string 6</AccountType>
    <BankAddress>sample string 12</BankAddress>
    <BankID xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Claims">
      <d3p1:Id>sample string 2</d3p1:Id>
      <d3p1:Type>sample string 1</d3p1:Type>
    </BankID>
    <BankName>sample string 3</BankName>
    <BeneficiaryAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Claims">
      <d3p1:Address>sample string 1</d3p1:Address>
      <d3p1:City>sample string 3</d3p1:City>
      <d3p1:Country>sample string 6</d3p1:Country>
      <d3p1:PostalCode>sample string 5</d3p1:PostalCode>
      <d3p1:State>sample string 4</d3p1:State>
      <d3p1:Street>sample string 2</d3p1:Street>
    </BeneficiaryAddress>
    <CreatedBy>16</CreatedBy>
    <CreatedDate>2024-04-27T06:23:06.9659213-07:00</CreatedDate>
    <Currency xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Currency">
      <d3p1:Code>sample string 2</d3p1:Code>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 3</d3p1:Name>
    </Currency>
    <EntityId>14</EntityId>
    <IBANNumber>sample string 8</IBANNumber>
    <Id>1</Id>
    <IsLatest>true</IsLatest>
    <LastPaymentDate>2024-04-27T06:23:06.9659213-07:00</LastPaymentDate>
    <NameOnAccount>sample string 4</NameOnAccount>
    <PaySupplier>sample string 13</PaySupplier>
    <Payee>sample string 5</Payee>
    <PaymentType>sample string 19</PaymentType>
    <RoutingOrIBANumber>sample string 10</RoutingOrIBANumber>
    <SWIFTCode>sample string 11</SWIFTCode>
    <Status>15</Status>
    <UpdatedDate>2024-04-27T06:23:06.9659213-07:00</UpdatedDate>
  </LatestPaymentTypeModel>
  <LatestPaymentTypeModel>
    <AccountDetailNumber>1</AccountDetailNumber>
    <AccountNumber>sample string 7</AccountNumber>
    <AccountOrIBANNumber>sample string 9</AccountOrIBANNumber>
    <AccountType>sample string 6</AccountType>
    <BankAddress>sample string 12</BankAddress>
    <BankID xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Claims">
      <d3p1:Id>sample string 2</d3p1:Id>
      <d3p1:Type>sample string 1</d3p1:Type>
    </BankID>
    <BankName>sample string 3</BankName>
    <BeneficiaryAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Claims">
      <d3p1:Address>sample string 1</d3p1:Address>
      <d3p1:City>sample string 3</d3p1:City>
      <d3p1:Country>sample string 6</d3p1:Country>
      <d3p1:PostalCode>sample string 5</d3p1:PostalCode>
      <d3p1:State>sample string 4</d3p1:State>
      <d3p1:Street>sample string 2</d3p1:Street>
    </BeneficiaryAddress>
    <CreatedBy>16</CreatedBy>
    <CreatedDate>2024-04-27T06:23:06.9659213-07:00</CreatedDate>
    <Currency xmlns:d3p1="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Currency">
      <d3p1:Code>sample string 2</d3p1:Code>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Name>sample string 3</d3p1:Name>
    </Currency>
    <EntityId>14</EntityId>
    <IBANNumber>sample string 8</IBANNumber>
    <Id>1</Id>
    <IsLatest>true</IsLatest>
    <LastPaymentDate>2024-04-27T06:23:06.9659213-07:00</LastPaymentDate>
    <NameOnAccount>sample string 4</NameOnAccount>
    <PaySupplier>sample string 13</PaySupplier>
    <Payee>sample string 5</Payee>
    <PaymentType>sample string 19</PaymentType>
    <RoutingOrIBANumber>sample string 10</RoutingOrIBANumber>
    <SWIFTCode>sample string 11</SWIFTCode>
    <Status>15</Status>
    <UpdatedDate>2024-04-27T06:23:06.9659213-07:00</UpdatedDate>
  </LatestPaymentTypeModel>
</ArrayOfLatestPaymentTypeModel>