POST api/Arrangement/ArrangementAmountChnaged

Request Information

URI Parameters

None.

Body Parameters

ArrangementVM
NameDescriptionTypeAdditional information
ArrangementModel

ArrangementModel

None.

ReminderMethodVM

ReminderMethodVM

None.

BankTransactionMethodModel

BankTransactionMethodModel

None.

EditSettings

ArrangementEditSettingsAndValidationsVM

None.

AdHocArrangementSchedule

ArrangementScheduleModel

None.

ArrangementRuleID

integer

None.

DiscountPercentage

decimal number

None.

LUPCurrentDue

decimal number

None.

LUPOtherDue

decimal number

None.

SystemArrangementType

integer

None.

HasInstallments

boolean

None.

ArrangementScheduleListVM

ArrangementScheduleListVM

None.

ContactReference

ContactPaymentReferenceVM

None.

AccruingBalanceReissueFrequencyList

Collection of FrequencyForList

None.

BankTransactionMethodList

Collection of BankTransactionMethodForList

None.

PaymentTokenList

Collection of PaymentTokenForList

None.

BankAccountList

Collection of BankAccountForList

None.

ContactReferenceList

Collection of ContactForList

None.

ArrangementContactList

Collection of ContactForList

None.

SelectedContactList

Collection of ContactForList

None.

PrincipalInArrangementList

Collection of PrincipalSelectableVM

None.

EmployerContactList

Collection of ContactForList

None.

InactivateExistingArrangementsResponse

boolean

None.

NumberOfInstallmentPayments

integer

None.

DefaultFrequencyID

integer

None.

Response

IResponse

None.

Request Formats

application/json, text/json

Sample:
{
  "ArrangementModel": {
    "ArrangementID": 1,
    "AccountID": 1,
    "ArrangementAmount": 1.0,
    "ArrangementDate": "2025-09-02T23:08:51.2073096+00:00",
    "ArrangementTypeID": 1,
    "LumpSumAmount": 1.0,
    "LumpSumDueDate": "2025-09-02T23:08:51.2073096+00:00",
    "InstallmentAmount": 1.0,
    "PayDayOfMonth": 1,
    "Pay_DayOfWeekID": 1,
    "FrequencyID": 1,
    "CommenceDate": "2025-09-02T23:08:51.2073096+00:00",
    "NumberOfInstallmentPayments": 1,
    "ArrangementEndDate": "2025-09-02T23:08:51.2073096+00:00",
    "AccountBalanceAtArrangement": 1.0,
    "LegalID": 1,
    "BankAccountID": 1,
    "ReminderDaysPrior": 1,
    "AccountingBatchID": 1,
    "LUPBroken": true,
    "CreateID": 1,
    "CreateSessionID": 1,
    "CreateTS": "2025-09-02T23:08:51.2073096+00:00",
    "ModifyID": 1,
    "ModifySessionID": 1,
    "ModifyTS": "2025-09-02T23:08:51.2073096+00:00",
    "InactiveID": 1,
    "InactiveSessionID": 1,
    "InactiveTS": "2025-09-02T23:08:51.2073096+00:00",
    "StatusID": 1,
    "Z_DB": 1,
    "Z_ID": 1,
    "LUPTotalPayments": 1.0,
    "ReviewDate": "2025-09-02T23:08:51.2073096+00:00",
    "ArrangementSettlementTypeID": 1,
    "BankTransactionMethodID": 1,
    "LUPNextInstallmentDueDate": "2025-09-02T23:08:51.2073096+00:00",
    "LUPFulfillDate": "2025-09-02T23:08:51.2073096+00:00",
    "Description": "sample string 2",
    "LoadID": 1,
    "PaymentTokenID": 1,
    "ArrangementStatusID": 1,
    "LUPArrearsAmount": 1.0,
    "Z_IDSTR": "sample string 3",
    "LUPBrokenDate": "2025-09-02T23:08:51.2073096+00:00",
    "LUPBrokenPartialAmount": 1.0,
    "LUPNextInstallmentAmount": 1.0,
    "LUPNoOfInstallmentsMade": 1,
    "LUPNoOfInstallmentsRequired": 1,
    "LUPNoOfInstallmentsRemaining": 1,
    "Z_REF": "sample string 4",
    "Z_REF2": "sample string 5",
    "Z_REF3": "sample string 6",
    "LUPNoOfDaysRequired": 1,
    "LUPAccountStatusID": 1,
    "LUPArrangementNoBreaks": 1,
    "LUPNoOfAttemptsBeforeBreak": 1,
    "LUPGraceDays": 1,
    "OriginatingOfferID": 1,
    "IsScheduleReissue": true,
    "AccruingBalanceOptionID": 1,
    "AccruingBalanceReissueFrequencyID": 1,
    "LUPTotalDebtAtArrangement": 1.0,
    "LUPPaymentBalance": 1.0,
    "LUPArrangementBalance": 1.0,
    "LUPArrangementAmountBasedOnDebtReferalStatus": 1.0,
    "ConsentToAddDebtToPBI": true,
    "ContactPaymentReferencesID": 1,
    "IsExternalDeductionActive": true,
    "CourtInstalmentOrder": true,
    "FinancialHardship": true,
    "FinancialHardshipDate": "2025-09-02T23:08:51.2073096+00:00",
    "CourtInstalmentOrderDate": "2025-09-02T23:08:51.2073096+00:00",
    "EmployerContactID": 1,
    "IsAggregation": true,
    "Original_ArrangementID": 1,
    "ArrangementCategoryID": 1,
    "VerifiedBy_ContactID": 1,
    "VerifiedDebtorAdvisedByContactID": 1,
    "SelectedEmailID": 1,
    "SelectedPhoneNumberID": 1,
    "SelectedAddressID": 1
  },
  "ReminderMethodVM": {
    "ReminderMethodList": [
      {
        "ReminderTitle": "sample string 1",
        "ReminderMethodID": 2,
        "ValueList": [
          {
            "ContactDetail": {
              "ContactDetailID": 1,
              "ContactDetail": "sample string 2",
              "ContactDetailType": "sample string 3",
              "DisplayOrder": 4
            },
            "AddressID": 1,
            "Address": "sample string 2"
          },
          {
            "ContactDetail": {
              "ContactDetailID": 1,
              "ContactDetail": "sample string 2",
              "ContactDetailType": "sample string 3",
              "DisplayOrder": 4
            },
            "AddressID": 1,
            "Address": "sample string 2"
          }
        ],
        "SelectedAddressID": 1,
        "SelectedContactDetailID": 1,
        "IsAddress": true
      },
      {
        "ReminderTitle": "sample string 1",
        "ReminderMethodID": 2,
        "ValueList": [
          {
            "ContactDetail": {
              "ContactDetailID": 1,
              "ContactDetail": "sample string 2",
              "ContactDetailType": "sample string 3",
              "DisplayOrder": 4
            },
            "AddressID": 1,
            "Address": "sample string 2"
          },
          {
            "ContactDetail": {
              "ContactDetailID": 1,
              "ContactDetail": "sample string 2",
              "ContactDetailType": "sample string 3",
              "DisplayOrder": 4
            },
            "AddressID": 1,
            "Address": "sample string 2"
          }
        ],
        "SelectedAddressID": 1,
        "SelectedContactDetailID": 1,
        "IsAddress": true
      }
    ],
    "ReminderContactList": [
      {
        "ContactID": 1,
        "Name": "sample string 2",
        "IsChecked": true,
        "ContactIDEncrypted": "sample string 4",
        "RelationshipID": 5
      },
      {
        "ContactID": 1,
        "Name": "sample string 2",
        "IsChecked": true,
        "ContactIDEncrypted": "sample string 4",
        "RelationshipID": 5
      }
    ],
    "SelectedContactID": 1,
    "DaysBeforeDue": 1
  },
  "BankTransactionMethodModel": {
    "BankTransactionMethodID": 1,
    "BankTransactionMethod": "sample string 1",
    "BankClearance": 1,
    "BankTransactionMethodTypeID": 1,
    "AppearsOnBankSheet": 1,
    "IncludeInBankDepositSheet": true,
    "ClearanceDays": 1,
    "Dishonour": 1,
    "UserDefinedLabel1": "sample string 3",
    "UserDefinedLabel2": "sample string 4",
    "ShowWithNewPayment": true,
    "CreateID": 1,
    "CreateSessionID": 1,
    "CreateTS": "2025-09-02T23:08:51.2073096+00:00",
    "ModifyID": 1,
    "ModifySessionID": 1,
    "ModifyTS": "2025-09-02T23:08:51.2073096+00:00",
    "InactiveID": 1,
    "InactiveSessionID": 1,
    "InactiveTS": "2025-09-02T23:08:51.2073096+00:00",
    "StatusID": 1,
    "Z_DB": 1,
    "Z_ID": 1,
    "Parent_BankTransactionMethodID": 1,
    "DaysBeforeCommencement": 1,
    "PaymentFees_MasterCostID": 1,
    "DishonourFees_MasterCostID": 1,
    "BankTransactionMethodCode": "sample string 5"
  },
  "EditSettings": {
    "UsePrincipalBasedArrangement": true,
    "MaxCommencementDays": 1,
    "MinCommencementDays": 1,
    "MaxNoOfOPayments": 1,
    "IsPaymentTokenExpiryBeforeArrangementEndDate_HS": true,
    "MinPaymentAmount": 1.0,
    "MaxDiscountPercentage": 1.0,
    "InactivateExistingArrangementByDefault": true,
    "ShowAccountBalanceRadio": true,
    "ShowCurrentDue": true,
    "ShowOtherDue": true,
    "AccountBalanceRadioChecked": true,
    "DisableInactivationPrompt": true,
    "UseArrangementMatrixRules": true,
    "NoOfDaysReviewDate": 5,
    "MaxDaysToComplete": 6,
    "PaymentTolerancePercent": 7.0,
    "UseBalanceBasedRules": true,
    "MaintainInstalmentAmountChecked": true,
    "MaintainEndDateChecked": true,
    "MaxDaysToCatchUp": 1,
    "ArrangementRulesOverrideEnabled": true,
    "ReviewDateChecked": true,
    "ShowMaintainInstalmentAmount": true,
    "LabelMaintainInstalmentAmount": "sample string 13",
    "ShowMaintainEndDate": true,
    "LabelMaintainEndDate": "sample string 14",
    "ShowContacts": true,
    "ShowConsentToAddToPBI": true,
    "LumpSumAmountEnabled": true,
    "ShowAdHocPanel": true,
    "ShowInstalmentHolder": true,
    "ShowLumpSumHolder": true,
    "LumpSumDueDateChecked": true,
    "ShowPaymentSchedule": true,
    "LabelLumpSumAmountTitle": "sample string 22",
    "LumpSumDueDateValidationMandatory": true,
    "LumpSumAmountValidationMandatory": true,
    "ShowDiscount": true,
    "ShowDescription": true,
    "Description": "sample string 27",
    "ShowAccruingBalance": true,
    "ShowCalculate": true,
    "EnableNoOfInstallmentsUpdate": true,
    "ShowCommencementDateCheckBox": true,
    "CommencementDateChecked": true,
    "CurrentDueRadioChecked": true,
    "OtherDueRadioChecked": true,
    "ShowPaymenReferenceNumbers": true,
    "ShowBankAccountHolder": true,
    "ShowPaymentToken": true,
    "RTW_MasterWorkflowID_NewArrangement": 1,
    "RTW_MasterWorkflowID_EditArrangement": 1,
    "ShowEmployerContact": true,
    "CatchupTotal": 1.0,
    "ShowScheduleGridPaymentTotalInterest": true,
    "ShowScheduleGridTotalCost": true,
    "ShowScheduleGridArrangementBalance": true,
    "ShowScheduleGridArrangementTotalDueToDate": true,
    "ShowScheduleGridArrangementInterestBearingBalance": true,
    "ExcludePrincipalStatusIDs": "sample string 44",
    "ExcludePrincipalTypeIDs": "sample string 45",
    "ShowNilBalance": true
  },
  "AdHocArrangementSchedule": {
    "ArrangementScheduleID": 1,
    "ArrangementID": 1,
    "InstallmentAmount": 1.0,
    "InstallmentDue": "2025-09-02T23:08:51.2073096+00:00",
    "ArrangementTotalDueToDate": 3.0,
    "TotalInterest": 1.0,
    "TotalCost": 1.0,
    "ArrangementBalance": 1.0,
    "ArrangementInterestBearingBalance": 1.0,
    "CreateID": 1,
    "CreateSessionID": 1,
    "CreateTS": "2025-09-02T23:08:51.2073096+00:00",
    "ModifyID": 1,
    "ModifySessionID": 1,
    "ModifyTS": "2025-09-02T23:08:51.2073096+00:00",
    "InactiveID": 1,
    "InactiveSessionID": 1,
    "InactiveTS": "2025-09-02T23:08:51.2073096+00:00",
    "StatusID": 1,
    "Z_DB": 1,
    "Z_ID": 1,
    "Z_IDSTR": "sample string 4",
    "Z_REF": "sample string 5",
    "Z_REF2": "sample string 6",
    "Z_REF3": "sample string 7",
    "BankTransactionMethodID": 1,
    "BankAccountID": 1,
    "PaymentTokenID": 1,
    "PaymentID": 1,
    "IsPaid": true
  },
  "ArrangementRuleID": 1,
  "DiscountPercentage": 1.0,
  "LUPCurrentDue": 1.0,
  "LUPOtherDue": 1.0,
  "SystemArrangementType": 1,
  "HasInstallments": true,
  "ArrangementScheduleListVM": {
    "ArrangementScheduleList": [
      {
        "InstallmentAmount": 1.0,
        "TotalCost": 1.0,
        "TotalInterest": 1.0,
        "ArrangementBalance": 1.0,
        "ArrangementScheduleID": 1,
        "ArrangementID": 1,
        "PaymentMethod": "sample string 1",
        "BankAccount": "sample string 2",
        "CardNumber": "sample string 3",
        "InstallmentDue": "2025-09-02T23:08:51.2073096+00:00",
        "ArrangementTotalDueToDate": 1.0,
        "ArrangementInterestBearingBalance": 1.0,
        "InstallmentDueOld": "2025-09-02T23:08:51.2073096+00:00",
        "InstallmentAmountOld": 1.0,
        "Modified": true
      },
      {
        "InstallmentAmount": 1.0,
        "TotalCost": 1.0,
        "TotalInterest": 1.0,
        "ArrangementBalance": 1.0,
        "ArrangementScheduleID": 1,
        "ArrangementID": 1,
        "PaymentMethod": "sample string 1",
        "BankAccount": "sample string 2",
        "CardNumber": "sample string 3",
        "InstallmentDue": "2025-09-02T23:08:51.2073096+00:00",
        "ArrangementTotalDueToDate": 1.0,
        "ArrangementInterestBearingBalance": 1.0,
        "InstallmentDueOld": "2025-09-02T23:08:51.2073096+00:00",
        "InstallmentAmountOld": 1.0,
        "Modified": true
      }
    ],
    "ArrangementScheduleID": 1,
    "ArrangementID": 1,
    "ArrangementAmount": 1.0,
    "CommencementDate": "2025-09-02T23:08:51.2073096+00:00",
    "BankAccountID": 1,
    "BankTransactionMethodID": 1,
    "PaymentTokenID": 1,
    "IsReadOnly": true,
    "DaysTillComplete": 2,
    "DateTillComplete": "sample string 3",
    "Response": null
  },
  "ContactReference": {
    "ContactID": 1,
    "ContactPaymentReferenceID": 1,
    "CRNNumber": "sample string 1",
    "BenefitGroup": "sample string 2",
    "Response": null
  },
  "AccruingBalanceReissueFrequencyList": [
    {
      "FrequencyID": 1,
      "Frequency": "sample string 2",
      "FrequencyIDEncrypted": "sample string 3"
    },
    {
      "FrequencyID": 1,
      "Frequency": "sample string 2",
      "FrequencyIDEncrypted": "sample string 3"
    }
  ],
  "BankTransactionMethodList": [
    {
      "BankTransactionMethodID": 1,
      "BankTransactionMethod": "sample string 2"
    },
    {
      "BankTransactionMethodID": 1,
      "BankTransactionMethod": "sample string 2"
    }
  ],
  "PaymentTokenList": [
    {
      "PaymentTokenID": 1,
      "PaymentToken": "sample string 2"
    },
    {
      "PaymentTokenID": 1,
      "PaymentToken": "sample string 2"
    }
  ],
  "BankAccountList": [
    {
      "BankAccountID": 1,
      "AccountName": "sample string 2"
    },
    {
      "BankAccountID": 1,
      "AccountName": "sample string 2"
    }
  ],
  "ContactReferenceList": [
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    },
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    }
  ],
  "ArrangementContactList": [
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    },
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    }
  ],
  "SelectedContactList": [
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    },
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    }
  ],
  "PrincipalInArrangementList": [
    {
      "PrincipalID": 1,
      "PrincipalType": "sample string 2",
      "PrincipalStatus": "sample string 3",
      "Balance": 4.0,
      "TransactionDesc": "sample string 5",
      "TransactionDate": "2025-09-02T23:08:51.2073096+00:00",
      "Shortdescription": "sample string 7",
      "Issuing_Entity": "sample string 8",
      "Principal": "sample string 9",
      "Amount": 10.0,
      "StatusID": 11,
      "Included": true,
      "InitiallyIncluded": true,
      "CanBeSelected": true,
      "CanAggregate": true,
      "PrincipalStatusID": 1,
      "PrincipalTypeCategoryID": 1
    },
    {
      "PrincipalID": 1,
      "PrincipalType": "sample string 2",
      "PrincipalStatus": "sample string 3",
      "Balance": 4.0,
      "TransactionDesc": "sample string 5",
      "TransactionDate": "2025-09-02T23:08:51.2073096+00:00",
      "Shortdescription": "sample string 7",
      "Issuing_Entity": "sample string 8",
      "Principal": "sample string 9",
      "Amount": 10.0,
      "StatusID": 11,
      "Included": true,
      "InitiallyIncluded": true,
      "CanBeSelected": true,
      "CanAggregate": true,
      "PrincipalStatusID": 1,
      "PrincipalTypeCategoryID": 1
    }
  ],
  "EmployerContactList": [
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    },
    {
      "ContactID": 1,
      "Name": "sample string 2",
      "IsChecked": true,
      "ContactIDEncrypted": "sample string 4",
      "RelationshipID": 5
    }
  ],
  "InactivateExistingArrangementsResponse": true,
  "NumberOfInstallmentPayments": 3,
  "DefaultFrequencyID": 1,
  "Response": null
}

application/xml, text/xml

Sample:
<ArrangementVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Arrangement">
  <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
  <AccruingBalanceReissueFrequencyList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Frequency">
    <d2p1:FrequencyForList>
      <d2p1:Frequency>sample string 2</d2p1:Frequency>
      <d2p1:FrequencyID>1</d2p1:FrequencyID>
      <d2p1:FrequencyIDEncrypted>sample string 3</d2p1:FrequencyIDEncrypted>
    </d2p1:FrequencyForList>
    <d2p1:FrequencyForList>
      <d2p1:Frequency>sample string 2</d2p1:Frequency>
      <d2p1:FrequencyID>1</d2p1:FrequencyID>
      <d2p1:FrequencyIDEncrypted>sample string 3</d2p1:FrequencyIDEncrypted>
    </d2p1:FrequencyForList>
  </AccruingBalanceReissueFrequencyList>
  <AdHocArrangementSchedule xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ArrangementSchedule">
    <d2p1:ArrangementBalance>1</d2p1:ArrangementBalance>
    <d2p1:ArrangementID>1</d2p1:ArrangementID>
    <d2p1:ArrangementInterestBearingBalance>1</d2p1:ArrangementInterestBearingBalance>
    <d2p1:ArrangementScheduleID>1</d2p1:ArrangementScheduleID>
    <d2p1:ArrangementTotalDueToDate>3</d2p1:ArrangementTotalDueToDate>
    <d2p1:BankAccountID>1</d2p1:BankAccountID>
    <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    <d2p1:CreateID>1</d2p1:CreateID>
    <d2p1:CreateSessionID>1</d2p1:CreateSessionID>
    <d2p1:CreateTS>2025-09-02T23:08:51.2073096+00:00</d2p1:CreateTS>
    <d2p1:InactiveID>1</d2p1:InactiveID>
    <d2p1:InactiveSessionID>1</d2p1:InactiveSessionID>
    <d2p1:InactiveTS>2025-09-02T23:08:51.2073096+00:00</d2p1:InactiveTS>
    <d2p1:InstallmentAmount>1</d2p1:InstallmentAmount>
    <d2p1:InstallmentDue>2025-09-02T23:08:51.2073096+00:00</d2p1:InstallmentDue>
    <d2p1:IsPaid>true</d2p1:IsPaid>
    <d2p1:ModifyID>1</d2p1:ModifyID>
    <d2p1:ModifySessionID>1</d2p1:ModifySessionID>
    <d2p1:ModifyTS>2025-09-02T23:08:51.2073096+00:00</d2p1:ModifyTS>
    <d2p1:PaymentID>1</d2p1:PaymentID>
    <d2p1:PaymentTokenID>1</d2p1:PaymentTokenID>
    <d2p1:StatusID>1</d2p1:StatusID>
    <d2p1:TotalCost>1</d2p1:TotalCost>
    <d2p1:TotalInterest>1</d2p1:TotalInterest>
    <d2p1:Z_DB>1</d2p1:Z_DB>
    <d2p1:Z_ID>1</d2p1:Z_ID>
    <d2p1:Z_IDSTR>sample string 4</d2p1:Z_IDSTR>
    <d2p1:Z_REF>sample string 5</d2p1:Z_REF>
    <d2p1:Z_REF2>sample string 6</d2p1:Z_REF2>
    <d2p1:Z_REF3>sample string 7</d2p1:Z_REF3>
  </AdHocArrangementSchedule>
  <ArrangementContactList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
  </ArrangementContactList>
  <ArrangementModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Arrangement">
    <d2p1:AccountBalanceAtArrangement>1</d2p1:AccountBalanceAtArrangement>
    <d2p1:AccountID>1</d2p1:AccountID>
    <d2p1:AccountingBatchID>1</d2p1:AccountingBatchID>
    <d2p1:AccruingBalanceOptionID>1</d2p1:AccruingBalanceOptionID>
    <d2p1:AccruingBalanceReissueFrequencyID>1</d2p1:AccruingBalanceReissueFrequencyID>
    <d2p1:ArrangementAmount>1</d2p1:ArrangementAmount>
    <d2p1:ArrangementCategoryID>1</d2p1:ArrangementCategoryID>
    <d2p1:ArrangementDate>2025-09-02T23:08:51.2073096+00:00</d2p1:ArrangementDate>
    <d2p1:ArrangementEndDate>2025-09-02T23:08:51.2073096+00:00</d2p1:ArrangementEndDate>
    <d2p1:ArrangementID>1</d2p1:ArrangementID>
    <d2p1:ArrangementSettlementTypeID>1</d2p1:ArrangementSettlementTypeID>
    <d2p1:ArrangementStatusID>1</d2p1:ArrangementStatusID>
    <d2p1:ArrangementTypeID>1</d2p1:ArrangementTypeID>
    <d2p1:BankAccountID>1</d2p1:BankAccountID>
    <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    <d2p1:CommenceDate>2025-09-02T23:08:51.2073096+00:00</d2p1:CommenceDate>
    <d2p1:ConsentToAddDebtToPBI>true</d2p1:ConsentToAddDebtToPBI>
    <d2p1:ContactPaymentReferencesID>1</d2p1:ContactPaymentReferencesID>
    <d2p1:CourtInstalmentOrder>true</d2p1:CourtInstalmentOrder>
    <d2p1:CourtInstalmentOrderDate>2025-09-02T23:08:51.2073096+00:00</d2p1:CourtInstalmentOrderDate>
    <d2p1:CreateID>1</d2p1:CreateID>
    <d2p1:CreateSessionID>1</d2p1:CreateSessionID>
    <d2p1:CreateTS>2025-09-02T23:08:51.2073096+00:00</d2p1:CreateTS>
    <d2p1:Description>sample string 2</d2p1:Description>
    <d2p1:EmployerContactID>1</d2p1:EmployerContactID>
    <d2p1:FinancialHardship>true</d2p1:FinancialHardship>
    <d2p1:FinancialHardshipDate>2025-09-02T23:08:51.2073096+00:00</d2p1:FinancialHardshipDate>
    <d2p1:FrequencyID>1</d2p1:FrequencyID>
    <d2p1:InactiveID>1</d2p1:InactiveID>
    <d2p1:InactiveSessionID>1</d2p1:InactiveSessionID>
    <d2p1:InactiveTS>2025-09-02T23:08:51.2073096+00:00</d2p1:InactiveTS>
    <d2p1:InstallmentAmount>1</d2p1:InstallmentAmount>
    <d2p1:IsAggregation>true</d2p1:IsAggregation>
    <d2p1:IsExternalDeductionActive>true</d2p1:IsExternalDeductionActive>
    <d2p1:IsScheduleReissue>true</d2p1:IsScheduleReissue>
    <d2p1:LUPAccountStatusID>1</d2p1:LUPAccountStatusID>
    <d2p1:LUPArrangementAmountBasedOnDebtReferalStatus>1</d2p1:LUPArrangementAmountBasedOnDebtReferalStatus>
    <d2p1:LUPArrangementBalance>1</d2p1:LUPArrangementBalance>
    <d2p1:LUPArrangementNoBreaks>1</d2p1:LUPArrangementNoBreaks>
    <d2p1:LUPArrearsAmount>1</d2p1:LUPArrearsAmount>
    <d2p1:LUPBroken>true</d2p1:LUPBroken>
    <d2p1:LUPBrokenDate>2025-09-02T23:08:51.2073096+00:00</d2p1:LUPBrokenDate>
    <d2p1:LUPBrokenPartialAmount>1</d2p1:LUPBrokenPartialAmount>
    <d2p1:LUPFulfillDate>2025-09-02T23:08:51.2073096+00:00</d2p1:LUPFulfillDate>
    <d2p1:LUPGraceDays>1</d2p1:LUPGraceDays>
    <d2p1:LUPNextInstallmentAmount>1</d2p1:LUPNextInstallmentAmount>
    <d2p1:LUPNextInstallmentDueDate>2025-09-02T23:08:51.2073096+00:00</d2p1:LUPNextInstallmentDueDate>
    <d2p1:LUPNoOfAttemptsBeforeBreak>1</d2p1:LUPNoOfAttemptsBeforeBreak>
    <d2p1:LUPNoOfDaysRequired>1</d2p1:LUPNoOfDaysRequired>
    <d2p1:LUPNoOfInstallmentsMade>1</d2p1:LUPNoOfInstallmentsMade>
    <d2p1:LUPNoOfInstallmentsRemaining>1</d2p1:LUPNoOfInstallmentsRemaining>
    <d2p1:LUPNoOfInstallmentsRequired>1</d2p1:LUPNoOfInstallmentsRequired>
    <d2p1:LUPPaymentBalance>1</d2p1:LUPPaymentBalance>
    <d2p1:LUPTotalDebtAtArrangement>1</d2p1:LUPTotalDebtAtArrangement>
    <d2p1:LUPTotalPayments>1</d2p1:LUPTotalPayments>
    <d2p1:LegalID>1</d2p1:LegalID>
    <d2p1:LoadID>1</d2p1:LoadID>
    <d2p1:LumpSumAmount>1</d2p1:LumpSumAmount>
    <d2p1:LumpSumDueDate>2025-09-02T23:08:51.2073096+00:00</d2p1:LumpSumDueDate>
    <d2p1:ModifyID>1</d2p1:ModifyID>
    <d2p1:ModifySessionID>1</d2p1:ModifySessionID>
    <d2p1:ModifyTS>2025-09-02T23:08:51.2073096+00:00</d2p1:ModifyTS>
    <d2p1:NumberOfInstallmentPayments>1</d2p1:NumberOfInstallmentPayments>
    <d2p1:Original_ArrangementID>1</d2p1:Original_ArrangementID>
    <d2p1:OriginatingOfferID>1</d2p1:OriginatingOfferID>
    <d2p1:PayDayOfMonth>1</d2p1:PayDayOfMonth>
    <d2p1:Pay_DayOfWeekID>1</d2p1:Pay_DayOfWeekID>
    <d2p1:PaymentTokenID>1</d2p1:PaymentTokenID>
    <d2p1:ReminderDaysPrior>1</d2p1:ReminderDaysPrior>
    <d2p1:ReviewDate>2025-09-02T23:08:51.2073096+00:00</d2p1:ReviewDate>
    <d2p1:SelectedAddressID>1</d2p1:SelectedAddressID>
    <d2p1:SelectedEmailID>1</d2p1:SelectedEmailID>
    <d2p1:SelectedPhoneNumberID>1</d2p1:SelectedPhoneNumberID>
    <d2p1:StatusID>1</d2p1:StatusID>
    <d2p1:VerifiedBy_ContactID>1</d2p1:VerifiedBy_ContactID>
    <d2p1:VerifiedDebtorAdvisedByContactID>1</d2p1:VerifiedDebtorAdvisedByContactID>
    <d2p1:Z_DB>1</d2p1:Z_DB>
    <d2p1:Z_ID>1</d2p1:Z_ID>
    <d2p1:Z_IDSTR>sample string 3</d2p1:Z_IDSTR>
    <d2p1:Z_REF>sample string 4</d2p1:Z_REF>
    <d2p1:Z_REF2>sample string 5</d2p1:Z_REF2>
    <d2p1:Z_REF3>sample string 6</d2p1:Z_REF3>
  </ArrangementModel>
  <ArrangementRuleID>1</ArrangementRuleID>
  <ArrangementScheduleListVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ArrangementSchedule">
    <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
    <d2p1:ArrangementAmount>1</d2p1:ArrangementAmount>
    <d2p1:ArrangementID>1</d2p1:ArrangementID>
    <d2p1:ArrangementScheduleID>1</d2p1:ArrangementScheduleID>
    <d2p1:ArrangementScheduleList xmlns:d3p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ArrangementSchedule">
      <d3p1:ArrangementCreateSchedule>
        <d3p1:ArrangementBalance>1</d3p1:ArrangementBalance>
        <d3p1:ArrangementID>1</d3p1:ArrangementID>
        <d3p1:ArrangementInterestBearingBalance>1</d3p1:ArrangementInterestBearingBalance>
        <d3p1:ArrangementScheduleID>1</d3p1:ArrangementScheduleID>
        <d3p1:ArrangementTotalDueToDate>1</d3p1:ArrangementTotalDueToDate>
        <d3p1:BankAccount>sample string 2</d3p1:BankAccount>
        <d3p1:CardNumber>sample string 3</d3p1:CardNumber>
        <d3p1:InstallmentAmount>1</d3p1:InstallmentAmount>
        <d3p1:InstallmentAmountOld>1</d3p1:InstallmentAmountOld>
        <d3p1:InstallmentDue>2025-09-02T23:08:51.2073096+00:00</d3p1:InstallmentDue>
        <d3p1:InstallmentDueOld>2025-09-02T23:08:51.2073096+00:00</d3p1:InstallmentDueOld>
        <d3p1:Modified>true</d3p1:Modified>
        <d3p1:PaymentMethod>sample string 1</d3p1:PaymentMethod>
        <d3p1:TotalCost>1</d3p1:TotalCost>
        <d3p1:TotalInterest>1</d3p1:TotalInterest>
      </d3p1:ArrangementCreateSchedule>
      <d3p1:ArrangementCreateSchedule>
        <d3p1:ArrangementBalance>1</d3p1:ArrangementBalance>
        <d3p1:ArrangementID>1</d3p1:ArrangementID>
        <d3p1:ArrangementInterestBearingBalance>1</d3p1:ArrangementInterestBearingBalance>
        <d3p1:ArrangementScheduleID>1</d3p1:ArrangementScheduleID>
        <d3p1:ArrangementTotalDueToDate>1</d3p1:ArrangementTotalDueToDate>
        <d3p1:BankAccount>sample string 2</d3p1:BankAccount>
        <d3p1:CardNumber>sample string 3</d3p1:CardNumber>
        <d3p1:InstallmentAmount>1</d3p1:InstallmentAmount>
        <d3p1:InstallmentAmountOld>1</d3p1:InstallmentAmountOld>
        <d3p1:InstallmentDue>2025-09-02T23:08:51.2073096+00:00</d3p1:InstallmentDue>
        <d3p1:InstallmentDueOld>2025-09-02T23:08:51.2073096+00:00</d3p1:InstallmentDueOld>
        <d3p1:Modified>true</d3p1:Modified>
        <d3p1:PaymentMethod>sample string 1</d3p1:PaymentMethod>
        <d3p1:TotalCost>1</d3p1:TotalCost>
        <d3p1:TotalInterest>1</d3p1:TotalInterest>
      </d3p1:ArrangementCreateSchedule>
    </d2p1:ArrangementScheduleList>
    <d2p1:BankAccountID>1</d2p1:BankAccountID>
    <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    <d2p1:CommencementDate>2025-09-02T23:08:51.2073096+00:00</d2p1:CommencementDate>
    <d2p1:DateTillComplete>sample string 3</d2p1:DateTillComplete>
    <d2p1:DaysTillComplete>2</d2p1:DaysTillComplete>
    <d2p1:IsReadOnly>true</d2p1:IsReadOnly>
    <d2p1:PaymentTokenID>1</d2p1:PaymentTokenID>
  </ArrangementScheduleListVM>
  <BankAccountList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.BankAccount">
    <d2p1:BankAccountForList>
      <d2p1:AccountName>sample string 2</d2p1:AccountName>
      <d2p1:BankAccountID>1</d2p1:BankAccountID>
    </d2p1:BankAccountForList>
    <d2p1:BankAccountForList>
      <d2p1:AccountName>sample string 2</d2p1:AccountName>
      <d2p1:BankAccountID>1</d2p1:BankAccountID>
    </d2p1:BankAccountForList>
  </BankAccountList>
  <BankTransactionMethodList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.BankTransactionMethod">
    <d2p1:BankTransactionMethodForList>
      <d2p1:BankTransactionMethod>sample string 2</d2p1:BankTransactionMethod>
      <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    </d2p1:BankTransactionMethodForList>
    <d2p1:BankTransactionMethodForList>
      <d2p1:BankTransactionMethod>sample string 2</d2p1:BankTransactionMethod>
      <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    </d2p1:BankTransactionMethodForList>
  </BankTransactionMethodList>
  <BankTransactionMethodModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.BankTransactionMethod">
    <d2p1:AppearsOnBankSheet>1</d2p1:AppearsOnBankSheet>
    <d2p1:BankClearance>1</d2p1:BankClearance>
    <d2p1:BankTransactionMethod>sample string 1</d2p1:BankTransactionMethod>
    <d2p1:BankTransactionMethodCode>sample string 5</d2p1:BankTransactionMethodCode>
    <d2p1:BankTransactionMethodID>1</d2p1:BankTransactionMethodID>
    <d2p1:BankTransactionMethodTypeID>1</d2p1:BankTransactionMethodTypeID>
    <d2p1:ClearanceDays>1</d2p1:ClearanceDays>
    <d2p1:CreateID>1</d2p1:CreateID>
    <d2p1:CreateSessionID>1</d2p1:CreateSessionID>
    <d2p1:CreateTS>2025-09-02T23:08:51.2073096+00:00</d2p1:CreateTS>
    <d2p1:DaysBeforeCommencement>1</d2p1:DaysBeforeCommencement>
    <d2p1:Dishonour>1</d2p1:Dishonour>
    <d2p1:DishonourFees_MasterCostID>1</d2p1:DishonourFees_MasterCostID>
    <d2p1:InactiveID>1</d2p1:InactiveID>
    <d2p1:InactiveSessionID>1</d2p1:InactiveSessionID>
    <d2p1:InactiveTS>2025-09-02T23:08:51.2073096+00:00</d2p1:InactiveTS>
    <d2p1:IncludeInBankDepositSheet>true</d2p1:IncludeInBankDepositSheet>
    <d2p1:ModifyID>1</d2p1:ModifyID>
    <d2p1:ModifySessionID>1</d2p1:ModifySessionID>
    <d2p1:ModifyTS>2025-09-02T23:08:51.2073096+00:00</d2p1:ModifyTS>
    <d2p1:Parent_BankTransactionMethodID>1</d2p1:Parent_BankTransactionMethodID>
    <d2p1:PaymentFees_MasterCostID>1</d2p1:PaymentFees_MasterCostID>
    <d2p1:ShowWithNewPayment>true</d2p1:ShowWithNewPayment>
    <d2p1:StatusID>1</d2p1:StatusID>
    <d2p1:UserDefinedLabel1>sample string 3</d2p1:UserDefinedLabel1>
    <d2p1:UserDefinedLabel2>sample string 4</d2p1:UserDefinedLabel2>
    <d2p1:Z_DB>1</d2p1:Z_DB>
    <d2p1:Z_ID>1</d2p1:Z_ID>
  </BankTransactionMethodModel>
  <ContactReference xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ContactPaymentReference">
    <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
    <d2p1:BenefitGroup>sample string 2</d2p1:BenefitGroup>
    <d2p1:CRNNumber>sample string 1</d2p1:CRNNumber>
    <d2p1:ContactID>1</d2p1:ContactID>
    <d2p1:ContactPaymentReferenceID>1</d2p1:ContactPaymentReferenceID>
  </ContactReference>
  <ContactReferenceList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
  </ContactReferenceList>
  <DefaultFrequencyID>1</DefaultFrequencyID>
  <DiscountPercentage>1</DiscountPercentage>
  <EditSettings>
    <AccountBalanceRadioChecked>true</AccountBalanceRadioChecked>
    <ArrangementRulesOverrideEnabled>true</ArrangementRulesOverrideEnabled>
    <CatchupTotal>1</CatchupTotal>
    <CommencementDateChecked>true</CommencementDateChecked>
    <CurrentDueRadioChecked>true</CurrentDueRadioChecked>
    <Description>sample string 27</Description>
    <DisableInactivationPrompt>true</DisableInactivationPrompt>
    <EnableNoOfInstallmentsUpdate>true</EnableNoOfInstallmentsUpdate>
    <ExcludePrincipalStatusIDs>sample string 44</ExcludePrincipalStatusIDs>
    <ExcludePrincipalTypeIDs>sample string 45</ExcludePrincipalTypeIDs>
    <InactivateExistingArrangementByDefault>true</InactivateExistingArrangementByDefault>
    <IsPaymentTokenExpiryBeforeArrangementEndDate_HS>true</IsPaymentTokenExpiryBeforeArrangementEndDate_HS>
    <LabelLumpSumAmountTitle>sample string 22</LabelLumpSumAmountTitle>
    <LabelMaintainEndDate>sample string 14</LabelMaintainEndDate>
    <LabelMaintainInstalmentAmount>sample string 13</LabelMaintainInstalmentAmount>
    <LumpSumAmountEnabled>true</LumpSumAmountEnabled>
    <LumpSumAmountValidationMandatory>true</LumpSumAmountValidationMandatory>
    <LumpSumDueDateChecked>true</LumpSumDueDateChecked>
    <LumpSumDueDateValidationMandatory>true</LumpSumDueDateValidationMandatory>
    <MaintainEndDateChecked>true</MaintainEndDateChecked>
    <MaintainInstalmentAmountChecked>true</MaintainInstalmentAmountChecked>
    <MaxCommencementDays>1</MaxCommencementDays>
    <MaxDaysToCatchUp>1</MaxDaysToCatchUp>
    <MaxDaysToComplete>6</MaxDaysToComplete>
    <MaxDiscountPercentage>1</MaxDiscountPercentage>
    <MaxNoOfOPayments>1</MaxNoOfOPayments>
    <MinCommencementDays>1</MinCommencementDays>
    <MinPaymentAmount>1</MinPaymentAmount>
    <NoOfDaysReviewDate>5</NoOfDaysReviewDate>
    <OtherDueRadioChecked>true</OtherDueRadioChecked>
    <PaymentTolerancePercent>7</PaymentTolerancePercent>
    <RTW_MasterWorkflowID_EditArrangement>1</RTW_MasterWorkflowID_EditArrangement>
    <RTW_MasterWorkflowID_NewArrangement>1</RTW_MasterWorkflowID_NewArrangement>
    <ReviewDateChecked>true</ReviewDateChecked>
    <ShowAccountBalanceRadio>true</ShowAccountBalanceRadio>
    <ShowAccruingBalance>true</ShowAccruingBalance>
    <ShowAdHocPanel>true</ShowAdHocPanel>
    <ShowBankAccountHolder>true</ShowBankAccountHolder>
    <ShowCalculate>true</ShowCalculate>
    <ShowCommencementDateCheckBox>true</ShowCommencementDateCheckBox>
    <ShowConsentToAddToPBI>true</ShowConsentToAddToPBI>
    <ShowContacts>true</ShowContacts>
    <ShowCurrentDue>true</ShowCurrentDue>
    <ShowDescription>true</ShowDescription>
    <ShowDiscount>true</ShowDiscount>
    <ShowEmployerContact>true</ShowEmployerContact>
    <ShowInstalmentHolder>true</ShowInstalmentHolder>
    <ShowLumpSumHolder>true</ShowLumpSumHolder>
    <ShowMaintainEndDate>true</ShowMaintainEndDate>
    <ShowMaintainInstalmentAmount>true</ShowMaintainInstalmentAmount>
    <ShowNilBalance>true</ShowNilBalance>
    <ShowOtherDue>true</ShowOtherDue>
    <ShowPaymenReferenceNumbers>true</ShowPaymenReferenceNumbers>
    <ShowPaymentSchedule>true</ShowPaymentSchedule>
    <ShowPaymentToken>true</ShowPaymentToken>
    <ShowScheduleGridArrangementBalance>true</ShowScheduleGridArrangementBalance>
    <ShowScheduleGridArrangementInterestBearingBalance>true</ShowScheduleGridArrangementInterestBearingBalance>
    <ShowScheduleGridArrangementTotalDueToDate>true</ShowScheduleGridArrangementTotalDueToDate>
    <ShowScheduleGridPaymentTotalInterest>true</ShowScheduleGridPaymentTotalInterest>
    <ShowScheduleGridTotalCost>true</ShowScheduleGridTotalCost>
    <UseArrangementMatrixRules>true</UseArrangementMatrixRules>
    <UseBalanceBasedRules>true</UseBalanceBasedRules>
    <UsePrincipalBasedArrangement>true</UsePrincipalBasedArrangement>
  </EditSettings>
  <EmployerContactList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
  </EmployerContactList>
  <HasInstallments>true</HasInstallments>
  <InactivateExistingArrangementsResponse>true</InactivateExistingArrangementsResponse>
  <LUPCurrentDue>1</LUPCurrentDue>
  <LUPOtherDue>1</LUPOtherDue>
  <NumberOfInstallmentPayments>3</NumberOfInstallmentPayments>
  <PaymentTokenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.PaymentToken">
    <d2p1:PaymentTokenForList>
      <d2p1:PaymentToken>sample string 2</d2p1:PaymentToken>
      <d2p1:PaymentTokenID>1</d2p1:PaymentTokenID>
    </d2p1:PaymentTokenForList>
    <d2p1:PaymentTokenForList>
      <d2p1:PaymentToken>sample string 2</d2p1:PaymentToken>
      <d2p1:PaymentTokenID>1</d2p1:PaymentTokenID>
    </d2p1:PaymentTokenForList>
  </PaymentTokenList>
  <PrincipalInArrangementList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Principal">
    <d2p1:PrincipalSelectableVM>
      <d2p1:Amount>10</d2p1:Amount>
      <d2p1:Balance>4</d2p1:Balance>
      <d2p1:CanAggregate>true</d2p1:CanAggregate>
      <d2p1:CanBeSelected>true</d2p1:CanBeSelected>
      <d2p1:Included>true</d2p1:Included>
      <d2p1:InitiallyIncluded>true</d2p1:InitiallyIncluded>
      <d2p1:Issuing_Entity>sample string 8</d2p1:Issuing_Entity>
      <d2p1:Principal>sample string 9</d2p1:Principal>
      <d2p1:PrincipalID>1</d2p1:PrincipalID>
      <d2p1:PrincipalStatus>sample string 3</d2p1:PrincipalStatus>
      <d2p1:PrincipalStatusID>1</d2p1:PrincipalStatusID>
      <d2p1:PrincipalType>sample string 2</d2p1:PrincipalType>
      <d2p1:PrincipalTypeCategoryID>1</d2p1:PrincipalTypeCategoryID>
      <d2p1:Shortdescription>sample string 7</d2p1:Shortdescription>
      <d2p1:StatusID>11</d2p1:StatusID>
      <d2p1:TransactionDate>2025-09-02T23:08:51.2073096+00:00</d2p1:TransactionDate>
      <d2p1:TransactionDesc>sample string 5</d2p1:TransactionDesc>
    </d2p1:PrincipalSelectableVM>
    <d2p1:PrincipalSelectableVM>
      <d2p1:Amount>10</d2p1:Amount>
      <d2p1:Balance>4</d2p1:Balance>
      <d2p1:CanAggregate>true</d2p1:CanAggregate>
      <d2p1:CanBeSelected>true</d2p1:CanBeSelected>
      <d2p1:Included>true</d2p1:Included>
      <d2p1:InitiallyIncluded>true</d2p1:InitiallyIncluded>
      <d2p1:Issuing_Entity>sample string 8</d2p1:Issuing_Entity>
      <d2p1:Principal>sample string 9</d2p1:Principal>
      <d2p1:PrincipalID>1</d2p1:PrincipalID>
      <d2p1:PrincipalStatus>sample string 3</d2p1:PrincipalStatus>
      <d2p1:PrincipalStatusID>1</d2p1:PrincipalStatusID>
      <d2p1:PrincipalType>sample string 2</d2p1:PrincipalType>
      <d2p1:PrincipalTypeCategoryID>1</d2p1:PrincipalTypeCategoryID>
      <d2p1:Shortdescription>sample string 7</d2p1:Shortdescription>
      <d2p1:StatusID>11</d2p1:StatusID>
      <d2p1:TransactionDate>2025-09-02T23:08:51.2073096+00:00</d2p1:TransactionDate>
      <d2p1:TransactionDesc>sample string 5</d2p1:TransactionDesc>
    </d2p1:PrincipalSelectableVM>
  </PrincipalInArrangementList>
  <ReminderMethodVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ReminderMethod">
    <d2p1:DaysBeforeDue>1</d2p1:DaysBeforeDue>
    <d2p1:ReminderContactList xmlns:d3p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
      <d3p1:ContactForList>
        <d3p1:ContactID>1</d3p1:ContactID>
        <d3p1:ContactIDEncrypted>sample string 4</d3p1:ContactIDEncrypted>
        <d3p1:IsChecked>true</d3p1:IsChecked>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RelationshipID>5</d3p1:RelationshipID>
      </d3p1:ContactForList>
      <d3p1:ContactForList>
        <d3p1:ContactID>1</d3p1:ContactID>
        <d3p1:ContactIDEncrypted>sample string 4</d3p1:ContactIDEncrypted>
        <d3p1:IsChecked>true</d3p1:IsChecked>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:RelationshipID>5</d3p1:RelationshipID>
      </d3p1:ContactForList>
    </d2p1:ReminderContactList>
    <d2p1:ReminderMethodList xmlns:d3p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ArrangementReminder">
      <d3p1:ArrangementReminderMethodVM>
        <d3p1:IsAddress>true</d3p1:IsAddress>
        <d3p1:ReminderMethodID>2</d3p1:ReminderMethodID>
        <d3p1:ReminderTitle>sample string 1</d3p1:ReminderTitle>
        <d3p1:SelectedAddressID>1</d3p1:SelectedAddressID>
        <d3p1:SelectedContactDetailID>1</d3p1:SelectedContactDetailID>
        <d3p1:ValueList xmlns:d5p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.RemnderMethod">
          <d5p1:ReminderValueVM>
            <d5p1:Address>sample string 2</d5p1:Address>
            <d5p1:AddressID>1</d5p1:AddressID>
            <d5p1:ContactDetail xmlns:d7p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactDetail">
              <d7p1:ContactDetail>sample string 2</d7p1:ContactDetail>
              <d7p1:ContactDetailID>1</d7p1:ContactDetailID>
              <d7p1:ContactDetailType>sample string 3</d7p1:ContactDetailType>
              <d7p1:DisplayOrder>4</d7p1:DisplayOrder>
            </d5p1:ContactDetail>
          </d5p1:ReminderValueVM>
          <d5p1:ReminderValueVM>
            <d5p1:Address>sample string 2</d5p1:Address>
            <d5p1:AddressID>1</d5p1:AddressID>
            <d5p1:ContactDetail xmlns:d7p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactDetail">
              <d7p1:ContactDetail>sample string 2</d7p1:ContactDetail>
              <d7p1:ContactDetailID>1</d7p1:ContactDetailID>
              <d7p1:ContactDetailType>sample string 3</d7p1:ContactDetailType>
              <d7p1:DisplayOrder>4</d7p1:DisplayOrder>
            </d5p1:ContactDetail>
          </d5p1:ReminderValueVM>
        </d3p1:ValueList>
      </d3p1:ArrangementReminderMethodVM>
      <d3p1:ArrangementReminderMethodVM>
        <d3p1:IsAddress>true</d3p1:IsAddress>
        <d3p1:ReminderMethodID>2</d3p1:ReminderMethodID>
        <d3p1:ReminderTitle>sample string 1</d3p1:ReminderTitle>
        <d3p1:SelectedAddressID>1</d3p1:SelectedAddressID>
        <d3p1:SelectedContactDetailID>1</d3p1:SelectedContactDetailID>
        <d3p1:ValueList xmlns:d5p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.RemnderMethod">
          <d5p1:ReminderValueVM>
            <d5p1:Address>sample string 2</d5p1:Address>
            <d5p1:AddressID>1</d5p1:AddressID>
            <d5p1:ContactDetail xmlns:d7p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactDetail">
              <d7p1:ContactDetail>sample string 2</d7p1:ContactDetail>
              <d7p1:ContactDetailID>1</d7p1:ContactDetailID>
              <d7p1:ContactDetailType>sample string 3</d7p1:ContactDetailType>
              <d7p1:DisplayOrder>4</d7p1:DisplayOrder>
            </d5p1:ContactDetail>
          </d5p1:ReminderValueVM>
          <d5p1:ReminderValueVM>
            <d5p1:Address>sample string 2</d5p1:Address>
            <d5p1:AddressID>1</d5p1:AddressID>
            <d5p1:ContactDetail xmlns:d7p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ContactDetail">
              <d7p1:ContactDetail>sample string 2</d7p1:ContactDetail>
              <d7p1:ContactDetailID>1</d7p1:ContactDetailID>
              <d7p1:ContactDetailType>sample string 3</d7p1:ContactDetailType>
              <d7p1:DisplayOrder>4</d7p1:DisplayOrder>
            </d5p1:ContactDetail>
          </d5p1:ReminderValueVM>
        </d3p1:ValueList>
      </d3p1:ArrangementReminderMethodVM>
    </d2p1:ReminderMethodList>
    <d2p1:SelectedContactID>1</d2p1:SelectedContactID>
  </ReminderMethodVM>
  <SelectedContactList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Contact">
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
    <d2p1:ContactForList>
      <d2p1:ContactID>1</d2p1:ContactID>
      <d2p1:ContactIDEncrypted>sample string 4</d2p1:ContactIDEncrypted>
      <d2p1:IsChecked>true</d2p1:IsChecked>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:RelationshipID>5</d2p1:RelationshipID>
    </d2p1:ContactForList>
  </SelectedContactList>
  <SystemArrangementType>1</SystemArrangementType>
</ArrangementVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ArrangementScheduleListVM
NameDescriptionTypeAdditional information
ArrangementScheduleList

Collection of ArrangementCreateSchedule

None.

ArrangementScheduleID

integer

None.

ArrangementID

integer

None.

ArrangementAmount

decimal number

None.

CommencementDate

date

None.

BankAccountID

integer

None.

BankTransactionMethodID

integer

None.

PaymentTokenID

integer

None.

IsReadOnly

boolean

None.

DaysTillComplete

integer

None.

DateTillComplete

string

None.

Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "ArrangementScheduleList": [
    {
      "InstallmentAmount": 1.0,
      "TotalCost": 1.0,
      "TotalInterest": 1.0,
      "ArrangementBalance": 1.0,
      "ArrangementScheduleID": 1,
      "ArrangementID": 1,
      "PaymentMethod": "sample string 1",
      "BankAccount": "sample string 2",
      "CardNumber": "sample string 3",
      "InstallmentDue": "2025-09-02T23:08:51.2073096+00:00",
      "ArrangementTotalDueToDate": 1.0,
      "ArrangementInterestBearingBalance": 1.0,
      "InstallmentDueOld": "2025-09-02T23:08:51.2073096+00:00",
      "InstallmentAmountOld": 1.0,
      "Modified": true
    },
    {
      "InstallmentAmount": 1.0,
      "TotalCost": 1.0,
      "TotalInterest": 1.0,
      "ArrangementBalance": 1.0,
      "ArrangementScheduleID": 1,
      "ArrangementID": 1,
      "PaymentMethod": "sample string 1",
      "BankAccount": "sample string 2",
      "CardNumber": "sample string 3",
      "InstallmentDue": "2025-09-02T23:08:51.2073096+00:00",
      "ArrangementTotalDueToDate": 1.0,
      "ArrangementInterestBearingBalance": 1.0,
      "InstallmentDueOld": "2025-09-02T23:08:51.2073096+00:00",
      "InstallmentAmountOld": 1.0,
      "Modified": true
    }
  ],
  "ArrangementScheduleID": 1,
  "ArrangementID": 1,
  "ArrangementAmount": 1.0,
  "CommencementDate": "2025-09-02T23:08:51.2073096+00:00",
  "BankAccountID": 1,
  "BankTransactionMethodID": 1,
  "PaymentTokenID": 1,
  "IsReadOnly": true,
  "DaysTillComplete": 2,
  "DateTillComplete": "sample string 3",
  "Response": null
}

application/xml, text/xml

Sample:
<ArrangementScheduleListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.ArrangementSchedule">
  <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
  <ArrangementAmount>1</ArrangementAmount>
  <ArrangementID>1</ArrangementID>
  <ArrangementScheduleID>1</ArrangementScheduleID>
  <ArrangementScheduleList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.ArrangementSchedule">
    <d2p1:ArrangementCreateSchedule>
      <d2p1:ArrangementBalance>1</d2p1:ArrangementBalance>
      <d2p1:ArrangementID>1</d2p1:ArrangementID>
      <d2p1:ArrangementInterestBearingBalance>1</d2p1:ArrangementInterestBearingBalance>
      <d2p1:ArrangementScheduleID>1</d2p1:ArrangementScheduleID>
      <d2p1:ArrangementTotalDueToDate>1</d2p1:ArrangementTotalDueToDate>
      <d2p1:BankAccount>sample string 2</d2p1:BankAccount>
      <d2p1:CardNumber>sample string 3</d2p1:CardNumber>
      <d2p1:InstallmentAmount>1</d2p1:InstallmentAmount>
      <d2p1:InstallmentAmountOld>1</d2p1:InstallmentAmountOld>
      <d2p1:InstallmentDue>2025-09-02T23:08:51.2073096+00:00</d2p1:InstallmentDue>
      <d2p1:InstallmentDueOld>2025-09-02T23:08:51.2073096+00:00</d2p1:InstallmentDueOld>
      <d2p1:Modified>true</d2p1:Modified>
      <d2p1:PaymentMethod>sample string 1</d2p1:PaymentMethod>
      <d2p1:TotalCost>1</d2p1:TotalCost>
      <d2p1:TotalInterest>1</d2p1:TotalInterest>
    </d2p1:ArrangementCreateSchedule>
    <d2p1:ArrangementCreateSchedule>
      <d2p1:ArrangementBalance>1</d2p1:ArrangementBalance>
      <d2p1:ArrangementID>1</d2p1:ArrangementID>
      <d2p1:ArrangementInterestBearingBalance>1</d2p1:ArrangementInterestBearingBalance>
      <d2p1:ArrangementScheduleID>1</d2p1:ArrangementScheduleID>
      <d2p1:ArrangementTotalDueToDate>1</d2p1:ArrangementTotalDueToDate>
      <d2p1:BankAccount>sample string 2</d2p1:BankAccount>
      <d2p1:CardNumber>sample string 3</d2p1:CardNumber>
      <d2p1:InstallmentAmount>1</d2p1:InstallmentAmount>
      <d2p1:InstallmentAmountOld>1</d2p1:InstallmentAmountOld>
      <d2p1:InstallmentDue>2025-09-02T23:08:51.2073096+00:00</d2p1:InstallmentDue>
      <d2p1:InstallmentDueOld>2025-09-02T23:08:51.2073096+00:00</d2p1:InstallmentDueOld>
      <d2p1:Modified>true</d2p1:Modified>
      <d2p1:PaymentMethod>sample string 1</d2p1:PaymentMethod>
      <d2p1:TotalCost>1</d2p1:TotalCost>
      <d2p1:TotalInterest>1</d2p1:TotalInterest>
    </d2p1:ArrangementCreateSchedule>
  </ArrangementScheduleList>
  <BankAccountID>1</BankAccountID>
  <BankTransactionMethodID>1</BankTransactionMethodID>
  <CommencementDate>2025-09-02T23:08:51.2073096+00:00</CommencementDate>
  <DateTillComplete>sample string 3</DateTillComplete>
  <DaysTillComplete>2</DaysTillComplete>
  <IsReadOnly>true</IsReadOnly>
  <PaymentTokenID>1</PaymentTokenID>
</ArrangementScheduleListVM>