GET Account/FindAccount/{CompanyCode}/{idType}/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CompanyCode
No documentation available.

Define this parameter in the request URI.

idType
No documentation available.

Define this parameter in the request URI.

id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyCode": "sample string 2",
  "AccTypeId": 3,
  "AccId": 4,
  "OpenDt": "2025-09-26T03:53:37.4515234+05:30",
  "RefAccTypeId": 1,
  "RefAccId": 1,
  "AgentAccTypeId": 1,
  "AgentAccId": 1,
  "AccName": "sample string 6",
  "MobileNo": "sample string 7",
  "EmailID": "sample string 8",
  "AccGroupId": 1,
  "AccAddress": "sample string 9",
  "AddressPin": "sample string 10",
  "AccName2": "sample string 11",
  "AccAddress2": "sample string 12",
  "AddressPin2": "sample string 13",
  "DefaultPayType": "sample string 14",
  "LoanAmt": 1.0,
  "DepositAmt": 1.0,
  "IntAmt": 1.0,
  "TermYear": 64,
  "TermMon": 64,
  "TermDays": 64,
  "MaturityDt": "2025-09-26T03:53:37.4515234+05:30",
  "Instructions": "sample string 15",
  "IsActive": "sample string 16",
  "CloseDt": "2025-09-26T03:53:37.4515234+05:30",
  "CreatedDt": "2025-09-26T03:53:37.4515234+05:30",
  "CreatedBy": 17,
  "ModifiedDt": "2025-09-26T03:53:37.4515234+05:30",
  "ModifiedBy": 1,
  "DayAmt": 1.0
}

text/html

Sample:
{"Id":1,"CompanyCode":"sample string 2","AccTypeId":3,"AccId":4,"OpenDt":"2025-09-26T03:53:37.4515234+05:30","RefAccTypeId":1,"RefAccId":1,"AgentAccTypeId":1,"AgentAccId":1,"AccName":"sample string 6","MobileNo":"sample string 7","EmailID":"sample string 8","AccGroupId":1,"AccAddress":"sample string 9","AddressPin":"sample string 10","AccName2":"sample string 11","AccAddress2":"sample string 12","AddressPin2":"sample string 13","DefaultPayType":"sample string 14","LoanAmt":1.0,"DepositAmt":1.0,"IntAmt":1.0,"TermYear":64,"TermMon":64,"TermDays":64,"MaturityDt":"2025-09-26T03:53:37.4515234+05:30","Instructions":"sample string 15","IsActive":"sample string 16","CloseDt":"2025-09-26T03:53:37.4515234+05:30","CreatedDt":"2025-09-26T03:53:37.4515234+05:30","CreatedBy":17,"ModifiedDt":"2025-09-26T03:53:37.4515234+05:30","ModifiedBy":1,"DayAmt":1.0}

application/xml, text/xml

Sample:
<Account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models">
  <AccAddress>sample string 9</AccAddress>
  <AccAddress2>sample string 12</AccAddress2>
  <AccGroupId>1</AccGroupId>
  <AccId>4</AccId>
  <AccName>sample string 6</AccName>
  <AccName2>sample string 11</AccName2>
  <AccTypeId>3</AccTypeId>
  <AddressPin>sample string 10</AddressPin>
  <AddressPin2>sample string 13</AddressPin2>
  <AgentAccId>1</AgentAccId>
  <AgentAccTypeId>1</AgentAccTypeId>
  <CloseDt>2025-09-26T03:53:37.4515234+05:30</CloseDt>
  <CompanyCode>sample string 2</CompanyCode>
  <CreatedBy>17</CreatedBy>
  <CreatedDt>2025-09-26T03:53:37.4515234+05:30</CreatedDt>
  <DayAmt>1</DayAmt>
  <DefaultPayType>sample string 14</DefaultPayType>
  <DepositAmt>1</DepositAmt>
  <EmailID>sample string 8</EmailID>
  <Id>1</Id>
  <Instructions>sample string 15</Instructions>
  <IntAmt>1</IntAmt>
  <IsActive>sample string 16</IsActive>
  <LoanAmt>1</LoanAmt>
  <MaturityDt>2025-09-26T03:53:37.4515234+05:30</MaturityDt>
  <MobileNo>sample string 7</MobileNo>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDt>2025-09-26T03:53:37.4515234+05:30</ModifiedDt>
  <OpenDt>2025-09-26T03:53:37.4515234+05:30</OpenDt>
  <RefAccId>1</RefAccId>
  <RefAccTypeId>1</RefAccTypeId>
  <TermDays>64</TermDays>
  <TermMon>64</TermMon>
  <TermYear>64</TermYear>
</Account>