GET api/Transactions?startDate={startDate}&endDate={endDate}&dateType={dateType}

Returns a list of all transactions (parent or child) for the given date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

The start of the date range to search

date

Required

endDate

The end of the date range to search

date

Required

dateType

The type of date to search: postDate or createDate

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Transaction
NameDescriptionTypeAdditional information
TransactionId

integer

None.

InvoiceId

integer

None.

AccountId

integer

None.

RegistrationId

integer

None.

PaymentId

integer

None.

RefundPaymentId

integer

None.

ApplyToTransactionId

integer

None.

TransactionType

TransactionType

None.

TransactionSubType

TransactionSubType

None.

Amount

decimal number

None.

PostDate

date

None.

Description

string

None.

IsInvoiced

boolean

None.

Notes

string

None.

CreateDate

date

None.

ModifyDate

date

None.

UnitId

integer

None.

Tax

decimal number

None.

TaxAppliedToTransactionId

integer

None.

ChildTransactions

Collection of ChildTransaction

None.

Links

Collection of Link

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TransactionId": 1,
    "InvoiceId": 2,
    "AccountId": 3,
    "RegistrationId": 4,
    "PaymentId": 5,
    "RefundPaymentId": 6,
    "ApplyToTransactionId": 1,
    "TransactionType": {
      "TransactionTypeId": 1,
      "Description": "sample string 2",
      "EntryTypeCode": "sample string 3",
      "IsActive": true,
      "IsCharge": true,
      "Links": [
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        },
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        }
      ]
    },
    "TransactionSubType": {
      "TransactionSubTypeId": 1,
      "TransactionTypeId": 2,
      "Description": "sample string 3",
      "Links": [
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        },
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        }
      ]
    },
    "Amount": 7.0,
    "PostDate": "2026-04-04T00:32:07.3937027-07:00",
    "Description": "sample string 9",
    "IsInvoiced": true,
    "Notes": "sample string 11",
    "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
    "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
    "UnitId": 12,
    "Tax": 1.0,
    "TaxAppliedToTransactionId": 1,
    "ChildTransactions": [
      {
        "TransactionId": 1,
        "InvoiceId": 2,
        "AccountId": 3,
        "RegistrationId": 4,
        "PaymentId": 5,
        "RefundPaymentId": 6,
        "ApplyToTransactionId": 7,
        "TransactionType": {
          "TransactionTypeId": 1,
          "Description": "sample string 2",
          "EntryTypeCode": "sample string 3",
          "IsActive": true,
          "IsCharge": true,
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "TransactionSubType": {
          "TransactionSubTypeId": 1,
          "TransactionTypeId": 2,
          "Description": "sample string 3",
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "Amount": 8.0,
        "PostDate": "2026-04-04T00:32:07.3937027-07:00",
        "Description": "sample string 10",
        "IsInvoiced": true,
        "Notes": "sample string 12",
        "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
        "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
        "UnitId": 13,
        "Links": [
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          },
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          }
        ]
      },
      {
        "TransactionId": 1,
        "InvoiceId": 2,
        "AccountId": 3,
        "RegistrationId": 4,
        "PaymentId": 5,
        "RefundPaymentId": 6,
        "ApplyToTransactionId": 7,
        "TransactionType": {
          "TransactionTypeId": 1,
          "Description": "sample string 2",
          "EntryTypeCode": "sample string 3",
          "IsActive": true,
          "IsCharge": true,
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "TransactionSubType": {
          "TransactionSubTypeId": 1,
          "TransactionTypeId": 2,
          "Description": "sample string 3",
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "Amount": 8.0,
        "PostDate": "2026-04-04T00:32:07.3937027-07:00",
        "Description": "sample string 10",
        "IsInvoiced": true,
        "Notes": "sample string 12",
        "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
        "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
        "UnitId": 13,
        "Links": [
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          },
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          }
        ]
      }
    ],
    "Links": [
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "Type": "sample string 4"
      },
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "Type": "sample string 4"
      }
    ]
  },
  {
    "TransactionId": 1,
    "InvoiceId": 2,
    "AccountId": 3,
    "RegistrationId": 4,
    "PaymentId": 5,
    "RefundPaymentId": 6,
    "ApplyToTransactionId": 1,
    "TransactionType": {
      "TransactionTypeId": 1,
      "Description": "sample string 2",
      "EntryTypeCode": "sample string 3",
      "IsActive": true,
      "IsCharge": true,
      "Links": [
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        },
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        }
      ]
    },
    "TransactionSubType": {
      "TransactionSubTypeId": 1,
      "TransactionTypeId": 2,
      "Description": "sample string 3",
      "Links": [
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        },
        {
          "Rel": "sample string 1",
          "Href": "sample string 2",
          "Title": "sample string 3",
          "Type": "sample string 4"
        }
      ]
    },
    "Amount": 7.0,
    "PostDate": "2026-04-04T00:32:07.3937027-07:00",
    "Description": "sample string 9",
    "IsInvoiced": true,
    "Notes": "sample string 11",
    "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
    "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
    "UnitId": 12,
    "Tax": 1.0,
    "TaxAppliedToTransactionId": 1,
    "ChildTransactions": [
      {
        "TransactionId": 1,
        "InvoiceId": 2,
        "AccountId": 3,
        "RegistrationId": 4,
        "PaymentId": 5,
        "RefundPaymentId": 6,
        "ApplyToTransactionId": 7,
        "TransactionType": {
          "TransactionTypeId": 1,
          "Description": "sample string 2",
          "EntryTypeCode": "sample string 3",
          "IsActive": true,
          "IsCharge": true,
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "TransactionSubType": {
          "TransactionSubTypeId": 1,
          "TransactionTypeId": 2,
          "Description": "sample string 3",
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "Amount": 8.0,
        "PostDate": "2026-04-04T00:32:07.3937027-07:00",
        "Description": "sample string 10",
        "IsInvoiced": true,
        "Notes": "sample string 12",
        "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
        "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
        "UnitId": 13,
        "Links": [
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          },
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          }
        ]
      },
      {
        "TransactionId": 1,
        "InvoiceId": 2,
        "AccountId": 3,
        "RegistrationId": 4,
        "PaymentId": 5,
        "RefundPaymentId": 6,
        "ApplyToTransactionId": 7,
        "TransactionType": {
          "TransactionTypeId": 1,
          "Description": "sample string 2",
          "EntryTypeCode": "sample string 3",
          "IsActive": true,
          "IsCharge": true,
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "TransactionSubType": {
          "TransactionSubTypeId": 1,
          "TransactionTypeId": 2,
          "Description": "sample string 3",
          "Links": [
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            },
            {
              "Rel": "sample string 1",
              "Href": "sample string 2",
              "Title": "sample string 3",
              "Type": "sample string 4"
            }
          ]
        },
        "Amount": 8.0,
        "PostDate": "2026-04-04T00:32:07.3937027-07:00",
        "Description": "sample string 10",
        "IsInvoiced": true,
        "Notes": "sample string 12",
        "CreateDate": "2026-04-04T00:32:07.3937027-07:00",
        "ModifyDate": "2026-04-04T00:32:07.3937027-07:00",
        "UnitId": 13,
        "Links": [
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          },
          {
            "Rel": "sample string 1",
            "Href": "sample string 2",
            "Title": "sample string 3",
            "Type": "sample string 4"
          }
        ]
      }
    ],
    "Links": [
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "Type": "sample string 4"
      },
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "Type": "sample string 4"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProClassApi.Web.Api.Models">
  <Transaction>
    <AccountId>3</AccountId>
    <Amount>7</Amount>
    <ApplyToTransactionId>1</ApplyToTransactionId>
    <ChildTransactions>
      <ChildTransaction>
        <AccountId>3</AccountId>
        <Amount>8</Amount>
        <ApplyToTransactionId>7</ApplyToTransactionId>
        <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
        <Description>sample string 10</Description>
        <InvoiceId>2</InvoiceId>
        <IsInvoiced>true</IsInvoiced>
        <Links>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
        </Links>
        <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
        <Notes>sample string 12</Notes>
        <PaymentId>5</PaymentId>
        <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
        <RefundPaymentId>6</RefundPaymentId>
        <RegistrationId>4</RegistrationId>
        <TransactionId>1</TransactionId>
        <TransactionSubType>
          <Description>sample string 3</Description>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionSubTypeId>1</TransactionSubTypeId>
          <TransactionTypeId>2</TransactionTypeId>
        </TransactionSubType>
        <TransactionType>
          <Description>sample string 2</Description>
          <EntryTypeCode>sample string 3</EntryTypeCode>
          <IsActive>true</IsActive>
          <IsCharge>true</IsCharge>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionTypeId>1</TransactionTypeId>
        </TransactionType>
        <UnitId>13</UnitId>
      </ChildTransaction>
      <ChildTransaction>
        <AccountId>3</AccountId>
        <Amount>8</Amount>
        <ApplyToTransactionId>7</ApplyToTransactionId>
        <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
        <Description>sample string 10</Description>
        <InvoiceId>2</InvoiceId>
        <IsInvoiced>true</IsInvoiced>
        <Links>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
        </Links>
        <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
        <Notes>sample string 12</Notes>
        <PaymentId>5</PaymentId>
        <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
        <RefundPaymentId>6</RefundPaymentId>
        <RegistrationId>4</RegistrationId>
        <TransactionId>1</TransactionId>
        <TransactionSubType>
          <Description>sample string 3</Description>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionSubTypeId>1</TransactionSubTypeId>
          <TransactionTypeId>2</TransactionTypeId>
        </TransactionSubType>
        <TransactionType>
          <Description>sample string 2</Description>
          <EntryTypeCode>sample string 3</EntryTypeCode>
          <IsActive>true</IsActive>
          <IsCharge>true</IsCharge>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionTypeId>1</TransactionTypeId>
        </TransactionType>
        <UnitId>13</UnitId>
      </ChildTransaction>
    </ChildTransactions>
    <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
    <Description>sample string 9</Description>
    <InvoiceId>2</InvoiceId>
    <IsInvoiced>true</IsInvoiced>
    <Links>
      <Link>
        <Href>sample string 2</Href>
        <Rel>sample string 1</Rel>
        <Title>sample string 3</Title>
        <Type>sample string 4</Type>
      </Link>
      <Link>
        <Href>sample string 2</Href>
        <Rel>sample string 1</Rel>
        <Title>sample string 3</Title>
        <Type>sample string 4</Type>
      </Link>
    </Links>
    <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
    <Notes>sample string 11</Notes>
    <PaymentId>5</PaymentId>
    <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
    <RefundPaymentId>6</RefundPaymentId>
    <RegistrationId>4</RegistrationId>
    <Tax>1</Tax>
    <TaxAppliedToTransactionId>1</TaxAppliedToTransactionId>
    <TransactionId>1</TransactionId>
    <TransactionSubType>
      <Description>sample string 3</Description>
      <Links>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
      </Links>
      <TransactionSubTypeId>1</TransactionSubTypeId>
      <TransactionTypeId>2</TransactionTypeId>
    </TransactionSubType>
    <TransactionType>
      <Description>sample string 2</Description>
      <EntryTypeCode>sample string 3</EntryTypeCode>
      <IsActive>true</IsActive>
      <IsCharge>true</IsCharge>
      <Links>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
      </Links>
      <TransactionTypeId>1</TransactionTypeId>
    </TransactionType>
    <UnitId>12</UnitId>
  </Transaction>
  <Transaction>
    <AccountId>3</AccountId>
    <Amount>7</Amount>
    <ApplyToTransactionId>1</ApplyToTransactionId>
    <ChildTransactions>
      <ChildTransaction>
        <AccountId>3</AccountId>
        <Amount>8</Amount>
        <ApplyToTransactionId>7</ApplyToTransactionId>
        <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
        <Description>sample string 10</Description>
        <InvoiceId>2</InvoiceId>
        <IsInvoiced>true</IsInvoiced>
        <Links>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
        </Links>
        <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
        <Notes>sample string 12</Notes>
        <PaymentId>5</PaymentId>
        <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
        <RefundPaymentId>6</RefundPaymentId>
        <RegistrationId>4</RegistrationId>
        <TransactionId>1</TransactionId>
        <TransactionSubType>
          <Description>sample string 3</Description>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionSubTypeId>1</TransactionSubTypeId>
          <TransactionTypeId>2</TransactionTypeId>
        </TransactionSubType>
        <TransactionType>
          <Description>sample string 2</Description>
          <EntryTypeCode>sample string 3</EntryTypeCode>
          <IsActive>true</IsActive>
          <IsCharge>true</IsCharge>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionTypeId>1</TransactionTypeId>
        </TransactionType>
        <UnitId>13</UnitId>
      </ChildTransaction>
      <ChildTransaction>
        <AccountId>3</AccountId>
        <Amount>8</Amount>
        <ApplyToTransactionId>7</ApplyToTransactionId>
        <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
        <Description>sample string 10</Description>
        <InvoiceId>2</InvoiceId>
        <IsInvoiced>true</IsInvoiced>
        <Links>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
          <Link>
            <Href>sample string 2</Href>
            <Rel>sample string 1</Rel>
            <Title>sample string 3</Title>
            <Type>sample string 4</Type>
          </Link>
        </Links>
        <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
        <Notes>sample string 12</Notes>
        <PaymentId>5</PaymentId>
        <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
        <RefundPaymentId>6</RefundPaymentId>
        <RegistrationId>4</RegistrationId>
        <TransactionId>1</TransactionId>
        <TransactionSubType>
          <Description>sample string 3</Description>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionSubTypeId>1</TransactionSubTypeId>
          <TransactionTypeId>2</TransactionTypeId>
        </TransactionSubType>
        <TransactionType>
          <Description>sample string 2</Description>
          <EntryTypeCode>sample string 3</EntryTypeCode>
          <IsActive>true</IsActive>
          <IsCharge>true</IsCharge>
          <Links>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
            <Link>
              <Href>sample string 2</Href>
              <Rel>sample string 1</Rel>
              <Title>sample string 3</Title>
              <Type>sample string 4</Type>
            </Link>
          </Links>
          <TransactionTypeId>1</TransactionTypeId>
        </TransactionType>
        <UnitId>13</UnitId>
      </ChildTransaction>
    </ChildTransactions>
    <CreateDate>2026-04-04T00:32:07.3937027-07:00</CreateDate>
    <Description>sample string 9</Description>
    <InvoiceId>2</InvoiceId>
    <IsInvoiced>true</IsInvoiced>
    <Links>
      <Link>
        <Href>sample string 2</Href>
        <Rel>sample string 1</Rel>
        <Title>sample string 3</Title>
        <Type>sample string 4</Type>
      </Link>
      <Link>
        <Href>sample string 2</Href>
        <Rel>sample string 1</Rel>
        <Title>sample string 3</Title>
        <Type>sample string 4</Type>
      </Link>
    </Links>
    <ModifyDate>2026-04-04T00:32:07.3937027-07:00</ModifyDate>
    <Notes>sample string 11</Notes>
    <PaymentId>5</PaymentId>
    <PostDate>2026-04-04T00:32:07.3937027-07:00</PostDate>
    <RefundPaymentId>6</RefundPaymentId>
    <RegistrationId>4</RegistrationId>
    <Tax>1</Tax>
    <TaxAppliedToTransactionId>1</TaxAppliedToTransactionId>
    <TransactionId>1</TransactionId>
    <TransactionSubType>
      <Description>sample string 3</Description>
      <Links>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
      </Links>
      <TransactionSubTypeId>1</TransactionSubTypeId>
      <TransactionTypeId>2</TransactionTypeId>
    </TransactionSubType>
    <TransactionType>
      <Description>sample string 2</Description>
      <EntryTypeCode>sample string 3</EntryTypeCode>
      <IsActive>true</IsActive>
      <IsCharge>true</IsCharge>
      <Links>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
        <Link>
          <Href>sample string 2</Href>
          <Rel>sample string 1</Rel>
          <Title>sample string 3</Title>
          <Type>sample string 4</Type>
        </Link>
      </Links>
      <TransactionTypeId>1</TransactionTypeId>
    </TransactionType>
    <UnitId>12</UnitId>
  </Transaction>
</ArrayOfTransaction>