addPartyPayrollDeduction

Description
This transaction adds a payroll deduction information to an existing party. Typically, a payroll deduction can be used as a payment source to pay insurance contracts such as employee group insurance. A party may be associated with multiple payroll deductions.
Web Services
Operation name: addPartyPayrollDeduction
Service name: PartyService
Example
Add payroll deduction information as the payment method to pay for Jason Smith's life insurance policy.
Usage information
Payroll deduction can be individually added using this transaction.
One or more payroll deductions can also be added using the addFinancialProfile coarse-grained transaction.
Payroll Deduction information includes such details as the employer name, payroll number for the party, transaction ID, description, start date, end date, and others.
Preconditions
A Party must exist.
Mandatory input
  • PartyId
  • EmployerName
  • PayrollNumber
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If a start date is not supplied, the current system date is used by default.

Currently, there are no validations completed on the validity of payroll deduction information.

Request message
<TCRMTxType> addPartyPayrollDeduction

<TCRMTxObject> TCRMPartyPayrollDeductionBObj

<TCRMObject> TCRMPartyPayrollDeductionBObj

Response objects
TCRMPartyPayrollDeductionBObj
Special note
Not applicable