GET v1/QuickBooks/TrustAccountLinks

Get the list of linked locations and trust accounts for QuickBooks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of linked locations and trust accounts for QuickBooks

Collection of QBTrustAccountLinkDTO
NameDescriptionTypeAdditional information
AccountId

string

None.

LocationId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": "sample string 1",
    "LocationId": 2
  },
  {
    "AccountId": "sample string 1",
    "LocationId": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfQBTrustAccountLinkDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.QuickBooks">
  <QBTrustAccountLinkDTO>
    <AccountId>sample string 1</AccountId>
    <LocationId>2</LocationId>
  </QBTrustAccountLinkDTO>
  <QBTrustAccountLinkDTO>
    <AccountId>sample string 1</AccountId>
    <LocationId>2</LocationId>
  </QBTrustAccountLinkDTO>
</ArrayOfQBTrustAccountLinkDTO>