Sample XML
The following is only an example of what the XML should look like. The order of fields is not guaranteed
and null fields are not included in returned data from the services.
<payee company_id="..." id="..." ach_batch_class_code="..." add_fed_to_wh="..." add_fed_to_wh_c="..." add_fed_to_wh_d="..." add_fed_to_wh_n="..." add_fed_to_wh_r="..." addl_st_to_whold="..." addl_st_to_whold_c="..." addl_st_to_whold_d="..." addl_st_to_whold_n="..." addl_st_to_whold_r="..." address1="..." address2="..." adp_co_code="..." adp_e_no="..." birth_date="..." check_address="..." check_address2="..." check_city="..." check_city_st_zip="..." check_date="..." check_name="..." check_number="..." check_st="..." check_stub_comment="..." check_zip="..." city="..." city_tax_code="..." country_id="..." county_tax_code="..." currency="..." dependents="..." dependents_c="..." dependents_d="..." dependents_n="..." dependents_r="..." disable_payroll_taxes="..." email="..." email_summary="..." enable_carrier_app="..." exempt_from_fed="..." extra_withholdings="..." extra_withholdings_c="..." extra_withholdings_d="..." extra_withholdings_n="..." extra_withholdings_r="..." fed_amt_to_whold="..." fed_amt_to_whold_c="..." fed_amt_to_whold_d="..." fed_amt_to_whold_n="..." fed_amt_to_whold_r="..." fed_exemptions="..." fed_marital_status="..." freeze_pay="..." freight_matching_override="..." gp_exclude="..." gp_exported="..." hire_date="..." holiday_hours_pd="..." last_raise_date="..." legal_name="..." loadpay_contact_phone="..." multiple_jobs="..." name="..." non_office_emp="..." office_employee="..." other_deductions="..." other_deductions_c="..." other_deductions_d="..." other_deductions_n="..." other_deductions_r="..." other_income="..." other_income_c="..." other_income_d="..." other_income_n="..." other_income_r="..." overtime_hours_pd="..." payment_method="..." phone_number="..." prev_code="..." primary_agency="..." regular_hours_pd="..." remarks="..." settlement_status="..." sick_hours_pd="..." social_security_no="..." st_amt_to_whold="..." st_amt_to_whold_c="..." st_amt_to_whold_d="..." st_amt_to_whold_n="..." st_amt_to_whold_r="..." st_marital_status="..." state="..." state_exemptions="..." state_tax_code="..." status="..." sui_tax_code="..." tax_table_city_aux="..." tax_table_city_misc="..." tax_table_county_aux="..." tax_table_county_misc="..." tax_table_fit_aux="..." tax_table_fit_misc="..." tax_table_st_aux="..." tax_table_st_misc="..." tax_table_sui_aux="..." tax_table_sui_misc="..." termination_date="..." vacation_hours_pd="..." vm_part_update="..." w4_status="..." wf_queue="..." ytd_holiday_hrs="..." ytd_overtime_hrs="..." ytd_reg_hrs_paid="..." ytd_sick_hrs_paid="..." ytd_vacation_hrs="..." zip_code="..."/>
Sample JSON
The following is only an example of what the JSON should look like. The order of fields is not guaranteed
and null fields are not included in returned data from the services.
{"__type":"payee","company_id":"...","id":"...","ach_batch_class_code":"...","add_fed_to_wh":"...","add_fed_to_wh_c":"...","add_fed_to_wh_d":"...","add_fed_to_wh_n":"...","add_fed_to_wh_r":"...","addl_st_to_whold":"...","addl_st_to_whold_c":"...","addl_st_to_whold_d":"...","addl_st_to_whold_n":"...","addl_st_to_whold_r":"...","address1":"...","address2":"...","adp_co_code":"...","adp_e_no":"...","birth_date":"...","check_address":"...","check_address2":"...","check_city":"...","check_city_st_zip":"...","check_date":"...","check_name":"...","check_number":"...","check_st":"...","check_stub_comment":"...","check_zip":"...","city":"...","city_tax_code":"...","country_id":"...","county_tax_code":"...","currency":"...","dependents":"...","dependents_c":"...","dependents_d":"...","dependents_n":"...","dependents_r":"...","disable_payroll_taxes":"...","email":"...","email_summary":"...","enable_carrier_app":"...","exempt_from_fed":"...","extra_withholdings":"...","extra_withholdings_c":"...","extra_withholdings_d":"...","extra_withholdings_n":"...","extra_withholdings_r":"...","fed_amt_to_whold":"...","fed_amt_to_whold_c":"...","fed_amt_to_whold_d":"...","fed_amt_to_whold_n":"...","fed_amt_to_whold_r":"...","fed_exemptions":"...","fed_marital_status":"...","freeze_pay":"...","freight_matching_override":"...","gp_exclude":"...","gp_exported":"...","hire_date":"...","holiday_hours_pd":"...","last_raise_date":"...","legal_name":"...","loadpay_contact_phone":"...","multiple_jobs":"...","name":"...","non_office_emp":"...","office_employee":"...","other_deductions":"...","other_deductions_c":"...","other_deductions_d":"...","other_deductions_n":"...","other_deductions_r":"...","other_income":"...","other_income_c":"...","other_income_d":"...","other_income_n":"...","other_income_r":"...","overtime_hours_pd":"...","payment_method":"...","phone_number":"...","prev_code":"...","primary_agency":"...","regular_hours_pd":"...","remarks":"...","settlement_status":"...","sick_hours_pd":"...","social_security_no":"...","st_amt_to_whold":"...","st_amt_to_whold_c":"...","st_amt_to_whold_d":"...","st_amt_to_whold_n":"...","st_amt_to_whold_r":"...","st_marital_status":"...","state":"...","state_exemptions":"...","state_tax_code":"...","status":"...","sui_tax_code":"...","tax_table_city_aux":"...","tax_table_city_misc":"...","tax_table_county_aux":"...","tax_table_county_misc":"...","tax_table_fit_aux":"...","tax_table_fit_misc":"...","tax_table_st_aux":"...","tax_table_st_misc":"...","tax_table_sui_aux":"...","tax_table_sui_misc":"...","termination_date":"...","vacation_hours_pd":"...","vm_part_update":"...","w4_status":"...","wf_queue":"...","ytd_holiday_hrs":"...","ytd_overtime_hrs":"...","ytd_reg_hrs_paid":"...","ytd_sick_hrs_paid":"...","ytd_vacation_hrs":"...","zip_code":"..."}