GET Event/Registration/{id}/RevenueDetails

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

RegistrationRevenueDto
NameDescriptionTypeAdditional information
Id

string

None.

DisplayName

string

None.

EventId

integer

None.

ProfileId

integer

None.

AdjustedAmountPaid

decimal number

None.

AdjustedInvoicedAmount

decimal number

None.

HasInvoices

boolean

None.

HasPostedInvoices

boolean

None.

HasPayments

boolean

None.

HasPostedPayments

boolean

None.

HasInvoiceAdjustments

boolean

None.

HasPostedInvoiceAdjustments

boolean

None.

HasPaymentAdjustments

boolean

None.

HasPostedPaymentAdjustments

boolean

None.

HasCreditCardTransactions

boolean

None.

Invoices

Collection of RegistrationInvoiceDto

None.

Response Formats

application/json, text/json

Sample:
{
  • "Id": "sample string 1",
  • "DisplayName": "sample string 2",
  • "EventId": 3,
  • "ProfileId": 4,
  • "AdjustedAmountPaid": 5.1,
  • "AdjustedInvoicedAmount": 6.1,
  • "HasInvoices": true,
  • "HasPostedInvoices": true,
  • "HasPayments": true,
  • "HasPostedPayments": true,
  • "HasInvoiceAdjustments": true,
  • "HasPostedInvoiceAdjustments": true,
  • "HasPaymentAdjustments": true,
  • "HasPostedPaymentAdjustments": true,
  • "HasCreditCardTransactions": true,
  • "Invoices": [
      {
      • "InvoiceNum": 1,
      • "InvoiceDate": "2024-05-12T19:07:15.6023081Z",
      • "ProfileId": 3,
      • "BillToName": "sample string 4",
      • "BillToAddress1": "sample string 5",
      • "BillToAddress2": "sample string 6",
      • "BillToCity": "sample string 7",
      • "BillToState": "sample string 8",
      • "BillToZip": "sample string 9",
      • "BillToZipExt": "sample string 10",
      • "ShipToName": "sample string 11",
      • "ShipToAddress1": "sample string 12",
      • "ShipToAddress2": "sample string 13",
      • "ShipToCity": "sample string 14",
      • "ShipToState": "sample string 15",
      • "ShipToZip": "sample string 16",
      • "ShipToZipExt": "sample string 17",
      • "Attention": "sample string 18",
      • "DateDue": "2024-05-12T19:07:15.6023081Z",
      • "Terms": "sample string 20",
      • "Po": "sample string 21",
      • "ReferenceNum": "sample string 22",
      • "Memo": "sample string 23",
      • "CustComments": "sample string 24",
      • "DateCreated": "2024-05-12T19:07:15.6179062Z",
      • "DateChanged": "2024-05-12T19:07:15.6179062Z",
      • "ChangedBy": "sample string 27",
      • "Posted": true,
      • "DatePosted": "2024-05-12T19:07:15.6180951Z",
      • "Batch_Creation": "sample string 30",
      • "Batch_Posting": "sample string 31",
      • "InvoiceSent": true,
      • "DateSent": "2024-05-12T19:07:15.6180951Z",
      • "SentBy": "sample string 34",
      • "CollectionRep": 35,
      • "PostedBy": "sample string 36",
      • "CommunicateWithProfileId": 37,
      • "TotalCost": 38.1,
      • "AmountPaid": 39.1,
      • "AdjustedAmountDue": 40.1,
      • "InvoiceLineItems": [
          {
          • "LineItemId": 1,
          • "InvoiceNum": 2,
          • "Item": "sample string 3",
          • "ItemNum": 4,
          • "UnitPrice": 5.1,
          • "Quantity": 6.1,
          • "BasePrice": 7.1,
          • "FlatFee": 8.1,
          • "Descr": "sample string 9",
          • "Amount": 10.1,
          • "Taxable": true,
          • "Options": "sample string 12",
          • "DateCreated": "2024-05-12T19:07:15.6199305Z",
          • "DateChanged": "2024-05-12T19:07:15.6199305Z",
          • "ChangedBy": "sample string 15",
          • "SoldBy": 16,
          • "ApplyDate": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_StartPeriod": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_EndPeriod": "2024-05-12T19:07:15.6199305Z",
          • "CommissionPercent": 20.1,
          • "CommissionAmount": 21.1,
          • "EventSignUpId": 22,
          • "Posted": true,
          • "DatePosted": "2024-05-12T19:07:15.6199305Z",
          • "Batch_Creation": "sample string 25",
          • "Batch_Posting": "sample string 26",
          • "PostedBy": "sample string 27",
          • "AdjustedAmountDue": 28.1,
          • "Payments": [
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              },
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              }
            ],
          • "Adjustments": [
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              },
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              }
            ]
          },
          {
          • "LineItemId": 1,
          • "InvoiceNum": 2,
          • "Item": "sample string 3",
          • "ItemNum": 4,
          • "UnitPrice": 5.1,
          • "Quantity": 6.1,
          • "BasePrice": 7.1,
          • "FlatFee": 8.1,
          • "Descr": "sample string 9",
          • "Amount": 10.1,
          • "Taxable": true,
          • "Options": "sample string 12",
          • "DateCreated": "2024-05-12T19:07:15.6199305Z",
          • "DateChanged": "2024-05-12T19:07:15.6199305Z",
          • "ChangedBy": "sample string 15",
          • "SoldBy": 16,
          • "ApplyDate": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_StartPeriod": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_EndPeriod": "2024-05-12T19:07:15.6199305Z",
          • "CommissionPercent": 20.1,
          • "CommissionAmount": 21.1,
          • "EventSignUpId": 22,
          • "Posted": true,
          • "DatePosted": "2024-05-12T19:07:15.6199305Z",
          • "Batch_Creation": "sample string 25",
          • "Batch_Posting": "sample string 26",
          • "PostedBy": "sample string 27",
          • "AdjustedAmountDue": 28.1,
          • "Payments": [
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              },
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              }
            ],
          • "Adjustments": [
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              },
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              }
            ]
          }
        ],
      • "CreditCardTransactions": [
          {
          • "Succeded": true,
          • "TransactionId": "sample string 2",
          • "Id": 3,
          • "TranDate": "2024-05-12T19:07:15.6239363Z",
          • "CardType": "sample string 5",
          • "Amount": 6.1,
          • "PurchaseDescr": "sample string 7",
          • "CardNumLast4Digits": "sample string 8",
          • "ProcessMethod": "sample string 9",
          • "CcGatewayId": "sample string 10",
          • "AuthorizationCode": "sample string 11"
          },
          {
          • "Succeded": true,
          • "TransactionId": "sample string 2",
          • "Id": 3,
          • "TranDate": "2024-05-12T19:07:15.6239363Z",
          • "CardType": "sample string 5",
          • "Amount": 6.1,
          • "PurchaseDescr": "sample string 7",
          • "CardNumLast4Digits": "sample string 8",
          • "ProcessMethod": "sample string 9",
          • "CcGatewayId": "sample string 10",
          • "AuthorizationCode": "sample string 11"
          }
        ]
      },
      {
      • "InvoiceNum": 1,
      • "InvoiceDate": "2024-05-12T19:07:15.6023081Z",
      • "ProfileId": 3,
      • "BillToName": "sample string 4",
      • "BillToAddress1": "sample string 5",
      • "BillToAddress2": "sample string 6",
      • "BillToCity": "sample string 7",
      • "BillToState": "sample string 8",
      • "BillToZip": "sample string 9",
      • "BillToZipExt": "sample string 10",
      • "ShipToName": "sample string 11",
      • "ShipToAddress1": "sample string 12",
      • "ShipToAddress2": "sample string 13",
      • "ShipToCity": "sample string 14",
      • "ShipToState": "sample string 15",
      • "ShipToZip": "sample string 16",
      • "ShipToZipExt": "sample string 17",
      • "Attention": "sample string 18",
      • "DateDue": "2024-05-12T19:07:15.6023081Z",
      • "Terms": "sample string 20",
      • "Po": "sample string 21",
      • "ReferenceNum": "sample string 22",
      • "Memo": "sample string 23",
      • "CustComments": "sample string 24",
      • "DateCreated": "2024-05-12T19:07:15.6179062Z",
      • "DateChanged": "2024-05-12T19:07:15.6179062Z",
      • "ChangedBy": "sample string 27",
      • "Posted": true,
      • "DatePosted": "2024-05-12T19:07:15.6180951Z",
      • "Batch_Creation": "sample string 30",
      • "Batch_Posting": "sample string 31",
      • "InvoiceSent": true,
      • "DateSent": "2024-05-12T19:07:15.6180951Z",
      • "SentBy": "sample string 34",
      • "CollectionRep": 35,
      • "PostedBy": "sample string 36",
      • "CommunicateWithProfileId": 37,
      • "TotalCost": 38.1,
      • "AmountPaid": 39.1,
      • "AdjustedAmountDue": 40.1,
      • "InvoiceLineItems": [
          {
          • "LineItemId": 1,
          • "InvoiceNum": 2,
          • "Item": "sample string 3",
          • "ItemNum": 4,
          • "UnitPrice": 5.1,
          • "Quantity": 6.1,
          • "BasePrice": 7.1,
          • "FlatFee": 8.1,
          • "Descr": "sample string 9",
          • "Amount": 10.1,
          • "Taxable": true,
          • "Options": "sample string 12",
          • "DateCreated": "2024-05-12T19:07:15.6199305Z",
          • "DateChanged": "2024-05-12T19:07:15.6199305Z",
          • "ChangedBy": "sample string 15",
          • "SoldBy": 16,
          • "ApplyDate": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_StartPeriod": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_EndPeriod": "2024-05-12T19:07:15.6199305Z",
          • "CommissionPercent": 20.1,
          • "CommissionAmount": 21.1,
          • "EventSignUpId": 22,
          • "Posted": true,
          • "DatePosted": "2024-05-12T19:07:15.6199305Z",
          • "Batch_Creation": "sample string 25",
          • "Batch_Posting": "sample string 26",
          • "PostedBy": "sample string 27",
          • "AdjustedAmountDue": 28.1,
          • "Payments": [
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              },
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              }
            ],
          • "Adjustments": [
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              },
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              }
            ]
          },
          {
          • "LineItemId": 1,
          • "InvoiceNum": 2,
          • "Item": "sample string 3",
          • "ItemNum": 4,
          • "UnitPrice": 5.1,
          • "Quantity": 6.1,
          • "BasePrice": 7.1,
          • "FlatFee": 8.1,
          • "Descr": "sample string 9",
          • "Amount": 10.1,
          • "Taxable": true,
          • "Options": "sample string 12",
          • "DateCreated": "2024-05-12T19:07:15.6199305Z",
          • "DateChanged": "2024-05-12T19:07:15.6199305Z",
          • "ChangedBy": "sample string 15",
          • "SoldBy": 16,
          • "ApplyDate": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_StartPeriod": "2024-05-12T19:07:15.6199305Z",
          • "ServicePeriod_EndPeriod": "2024-05-12T19:07:15.6199305Z",
          • "CommissionPercent": 20.1,
          • "CommissionAmount": 21.1,
          • "EventSignUpId": 22,
          • "Posted": true,
          • "DatePosted": "2024-05-12T19:07:15.6199305Z",
          • "Batch_Creation": "sample string 25",
          • "Batch_Posting": "sample string 26",
          • "PostedBy": "sample string 27",
          • "AdjustedAmountDue": 28.1,
          • "Payments": [
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              },
              {
              • "PaymentId": 1,
              • "PaymentHeaderId": 2,
              • "InvoiceNumber": 3,
              • "InvoiceLineItemId": 4,
              • "AppliedFromUnappliedPaymentId": 5,
              • "ProfileId": 6,
              • "PaymentDate": "2024-05-12T19:07:15.6209245Z",
              • "ApplyDate": "2024-05-12T19:07:15.6209245Z",
              • "PaymentTypeId": 9,
              • "PaymentType": "sample string 10",
              • "Amount": 11.1,
              • "Refno": "sample string 12",
              • "CheckNum": "sample string 13",
              • "Notes": "sample string 14",
              • "DateCreated": "2024-05-12T19:07:15.6209245Z",
              • "DateChanged": "2024-05-12T19:07:15.6209245Z",
              • "ChangedBy": "sample string 17",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6219289Z",
              • "Batch_Creation": "sample string 20",
              • "Batch_Posting": "sample string 21",
              • "PaymentSource": "sample string 22",
              • "CC_CreditCardNum": "sample string 23",
              • "CC_ValidThrough": "sample string 24",
              • "CC_NameOnCard": "sample string 25",
              • "CC_BillingAddress1": "sample string 26",
              • "CC_BillingAddress2": "sample string 27",
              • "CC_BillingCity": "sample string 28",
              • "CC_BillingState": "sample string 29",
              • "CC_BillingZip": "sample string 30",
              • "CC_BillingZipExt": "sample string 31",
              • "CC_PIN": "sample string 32",
              • "CC_PhoneNum": "sample string 33",
              • "PostedBy": "sample string 34",
              • "UsedAmount": 35.1,
              • "AdjustedAmount": 36.1,
              • "Adjustments": [
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  },
                  {
                  • "AdjustmentId": 1,
                  • "AdjustmentAmount": 1.1,
                  • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
                  • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
                  • "Descr": "sample string 2",
                  • "ProfileId": 1,
                  • "ReferenceNum": "sample string 3",
                  • "InvoiceNum": 1,
                  • "InvoiceLineItemId": 1,
                  • "PaymentId": 1,
                  • "UnappliedPaymentId": 1,
                  • "AdjustmentTypeId": 1,
                  • "AdjustmentType": "sample string 4",
                  • "DateCreated": "2024-05-12T19:07:15.6229291Z",
                  • "DateChanged": "2024-05-12T19:07:15.6229291Z",
                  • "ChangedBy": "sample string 5",
                  • "GlAccount": "sample string 6",
                  • "Posted": true,
                  • "DatePosted": "2024-05-12T19:07:15.6229291Z",
                  • "Batch_Creation": "sample string 7",
                  • "Batch_Posting": "sample string 8",
                  • "PostedBy": "sample string 9"
                  }
                ],
              • "IsPreviouslyAppliedPayment": true
              }
            ],
          • "Adjustments": [
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              },
              {
              • "AdjustmentId": 1,
              • "AdjustmentAmount": 1.1,
              • "AdjustmentDate": "2024-05-12T19:07:15.6219289Z",
              • "ApplyDate": "2024-05-12T19:07:15.6219289Z",
              • "Descr": "sample string 2",
              • "ProfileId": 1,
              • "ReferenceNum": "sample string 3",
              • "InvoiceNum": 1,
              • "InvoiceLineItemId": 1,
              • "PaymentId": 1,
              • "UnappliedPaymentId": 1,
              • "AdjustmentTypeId": 1,
              • "AdjustmentType": "sample string 4",
              • "DateCreated": "2024-05-12T19:07:15.6229291Z",
              • "DateChanged": "2024-05-12T19:07:15.6229291Z",
              • "ChangedBy": "sample string 5",
              • "GlAccount": "sample string 6",
              • "Posted": true,
              • "DatePosted": "2024-05-12T19:07:15.6229291Z",
              • "Batch_Creation": "sample string 7",
              • "Batch_Posting": "sample string 8",
              • "PostedBy": "sample string 9"
              }
            ]
          }
        ],
      • "CreditCardTransactions": [
          {
          • "Succeded": true,
          • "TransactionId": "sample string 2",
          • "Id": 3,
          • "TranDate": "2024-05-12T19:07:15.6239363Z",
          • "CardType": "sample string 5",
          • "Amount": 6.1,
          • "PurchaseDescr": "sample string 7",
          • "CardNumLast4Digits": "sample string 8",
          • "ProcessMethod": "sample string 9",
          • "CcGatewayId": "sample string 10",
          • "AuthorizationCode": "sample string 11"
          },
          {
          • "Succeded": true,
          • "TransactionId": "sample string 2",
          • "Id": 3,
          • "TranDate": "2024-05-12T19:07:15.6239363Z",
          • "CardType": "sample string 5",
          • "Amount": 6.1,
          • "PurchaseDescr": "sample string 7",
          • "CardNumLast4Digits": "sample string 8",
          • "ProcessMethod": "sample string 9",
          • "CcGatewayId": "sample string 10",
          • "AuthorizationCode": "sample string 11"
          }
        ]
      }
    ]
}