POST api/StatementsNew/GetBeneficiaryDetails

Request Information

URI Parameters

None.

Body Parameters

BulkCreditparam
NameDescriptionTypeAdditional information
LogID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogID": "sample string 1"
}

application/xml, text/xml

Sample:
<BulkCreditparam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <LogID>sample string 1</LogID>
</BulkCreditparam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BulkCreditResponsedata
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

TranCreditLogList

Collection of TranCreditLog

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "TranCreditLogList": [
    {
      "ID": "6b585dc4-2e7f-4f7e-8089-534cf59fe7fb",
      "SN": 2,
      "TranLogID": "f7c2fa88-8353-4bbb-a7e7-dc31b61d2681",
      "CreditAccountNumber": "sample string 3",
      "CreditAccountName": "sample string 4",
      "CreditBank": "sample string 5",
      "CreditAmount": 1.0,
      "CreditStatus": 1
    },
    {
      "ID": "6b585dc4-2e7f-4f7e-8089-534cf59fe7fb",
      "SN": 2,
      "TranLogID": "f7c2fa88-8353-4bbb-a7e7-dc31b61d2681",
      "CreditAccountNumber": "sample string 3",
      "CreditAccountName": "sample string 4",
      "CreditBank": "sample string 5",
      "CreditAmount": 1.0,
      "CreditStatus": 1
    }
  ]
}

application/xml, text/xml

Sample:
<BulkCreditResponsedata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <TranCreditLogList>
    <TranCreditLog>
      <CreditAccountName>sample string 4</CreditAccountName>
      <CreditAccountNumber>sample string 3</CreditAccountNumber>
      <CreditAmount>1</CreditAmount>
      <CreditBank>sample string 5</CreditBank>
      <CreditStatus>1</CreditStatus>
      <ID>6b585dc4-2e7f-4f7e-8089-534cf59fe7fb</ID>
      <SN>2</SN>
      <TranLogID>f7c2fa88-8353-4bbb-a7e7-dc31b61d2681</TranLogID>
    </TranCreditLog>
    <TranCreditLog>
      <CreditAccountName>sample string 4</CreditAccountName>
      <CreditAccountNumber>sample string 3</CreditAccountNumber>
      <CreditAmount>1</CreditAmount>
      <CreditBank>sample string 5</CreditBank>
      <CreditStatus>1</CreditStatus>
      <ID>6b585dc4-2e7f-4f7e-8089-534cf59fe7fb</ID>
      <SN>2</SN>
      <TranLogID>f7c2fa88-8353-4bbb-a7e7-dc31b61d2681</TranLogID>
    </TranCreditLog>
  </TranCreditLogList>
</BulkCreditResponsedata>