POST api/WebApp/GetCustomerAccountsNew

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfListOfCUS_CustomerAccounts_New
NameDescriptionTypeAdditional information
ReturnValue

Collection of CUS_CustomerAccounts_New

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": [
    {
      "CustomerAccountID": 1,
      "CustomerID": 2,
      "AccountNumber": "sample string 3",
      "AccountType": "sample string 4",
      "AccountStatus": "sample string 5",
      "BankName": "sample string 6",
      "ProductID": 7,
      "Balance": 8.0,
      "CreatedBy": "sample string 9",
      "CreatedDate": "2024-11-28T14:37:55.7582307+03:00",
      "ModifiedBy": "sample string 11",
      "ModifiedDate": "2024-11-28T14:37:55.7582307+03:00",
      "RecOwnerOrgID": 13
    },
    {
      "CustomerAccountID": 1,
      "CustomerID": 2,
      "AccountNumber": "sample string 3",
      "AccountType": "sample string 4",
      "AccountStatus": "sample string 5",
      "BankName": "sample string 6",
      "ProductID": 7,
      "Balance": 8.0,
      "CreatedBy": "sample string 9",
      "CreatedDate": "2024-11-28T14:37:55.7582307+03:00",
      "ModifiedBy": "sample string 11",
      "ModifiedDate": "2024-11-28T14:37:55.7582307+03:00",
      "RecOwnerOrgID": 13
    }
  ],
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:37:55.7582307+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfArrayOfCUS_CustomerAccounts_NewU2ODezZW 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.Modules.CUS">
    <d2p1:CUS_CustomerAccounts_New>
      <d2p1:AccountNumber>sample string 3</d2p1:AccountNumber>
      <d2p1:AccountStatus>sample string 5</d2p1:AccountStatus>
      <d2p1:AccountType>sample string 4</d2p1:AccountType>
      <d2p1:Balance>8</d2p1:Balance>
      <d2p1:BankName>sample string 6</d2p1:BankName>
      <d2p1:CreatedBy>sample string 9</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-28T14:37:55.7582307+03:00</d2p1:CreatedDate>
      <d2p1:CustomerAccountID>1</d2p1:CustomerAccountID>
      <d2p1:CustomerID>2</d2p1:CustomerID>
      <d2p1:ModifiedBy>sample string 11</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-28T14:37:55.7582307+03:00</d2p1:ModifiedDate>
      <d2p1:ProductID>7</d2p1:ProductID>
      <d2p1:RecOwnerOrgID>13</d2p1:RecOwnerOrgID>
    </d2p1:CUS_CustomerAccounts_New>
    <d2p1:CUS_CustomerAccounts_New>
      <d2p1:AccountNumber>sample string 3</d2p1:AccountNumber>
      <d2p1:AccountStatus>sample string 5</d2p1:AccountStatus>
      <d2p1:AccountType>sample string 4</d2p1:AccountType>
      <d2p1:Balance>8</d2p1:Balance>
      <d2p1:BankName>sample string 6</d2p1:BankName>
      <d2p1:CreatedBy>sample string 9</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-11-28T14:37:55.7582307+03:00</d2p1:CreatedDate>
      <d2p1:CustomerAccountID>1</d2p1:CustomerAccountID>
      <d2p1:CustomerID>2</d2p1:CustomerID>
      <d2p1:ModifiedBy>sample string 11</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-11-28T14:37:55.7582307+03:00</d2p1:ModifiedDate>
      <d2p1:ProductID>7</d2p1:ProductID>
      <d2p1:RecOwnerOrgID>13</d2p1:RecOwnerOrgID>
    </d2p1:CUS_CustomerAccounts_New>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfArrayOfCUS_CustomerAccounts_NewU2ODezZW>