PUT Request

📘

PUT Request on Presigned URL

Once the job is successfully created, upload the payload using HTTP PUT method on generated presigned url respectively. Read More

{
    "name": "tds_on_salary_calculations",
    "@entity": "workbook",
    "sheets": [
        {
            "name": "salary_details",
            "@entity": "sheet",
            "blocks": [
                {
                    "name": "salary_details_table",
                    "@entity": "table",
                    "header": [
                        "payee_sr_no",
                        "pan_status",
                        "regime",
                        "employee_category",
                        "gross_salary_from_previous_employers",
                        "tds_by_previous_employers",
                        "salary_as_per_provisions_contained_in_section_17_1",
                        "value_of_perquisites_us_17_2",
                        "profits_in_lieu_of_salary_us_17_3",
                        "travel_concession_or_assistance_us_10_5",
                        "death_cum_retirement_gratuity_us_10_10",
                        "commuted_value_of_pension_us_10_10_a",
                        "cash_equivalent_of_leave_salary_encashment_us_10_10_aa",
                        "house_rent_allowance_us_10_13_a",
                        "other_special_allowances_under_section_10_14",
                        "total_amount_of_any_other_exemption_us_10",
                        "standard_deduction_us_16_ia",
                        "entertainment_allowance_us_16_ii",
                        "tax_on_employment_us_16_iii",
                        "income_from_house_property_reported_by_employee_offered_for_tds",
                        "income_under_the_head_other_sources_offered_for_tds",
                        "gross_amount_us_80_c",
                        "deductible_amount_us_80_c",
                        "gross_amount_us_80_ccc",
                        "deductible_amount_us_80_ccc",
                        "gross_amount_us_80_ccd_1",
                        "deductible_amount_us_80_ccd_1",
                        "gross_amount_us_80_ccd_1_b",
                        "deductible_amount_us_80_ccd_1_b",
                        "gross_amount_us_80_ccd_2",
                        "deductible_amount_us_80_ccd_2",
                        "gross_amount_us_80_ccg",
                        "deductible_amount_us_80_ccg",
                        "gross_amount_us_80_cch",
                        "deductible_amount_us_80_cch",
                        "gross_amount_us_80_d",
                        "deductible_amount_us_80_d",
                        "gross_amount_us_80_e",
                        "deductible_amount_us_80_e",
                        "gross_amount_us_80_g",
                        "deductible_amount_us_80_g",
                        "qualifying_amount_us_80_g",
                        "gross_amount_us_80_tta",
                        "deductible_amount_us_80_tta",
                        "qualifying_amount_us_80_tta",
                        "gross_amount_for_other_deductions",
                        "deductible_amount_for_other_deductions",
                        "qualifying_amount_for_other_deductions"
                    ],
                    "rows": [
                        [
                            1,
                            "PANISVALID",
                            "new",
                            "general",
                            1000000,
                            75000,
                            500000,
                            250000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            100000,
                            0,
                            0,
                            75000,
                            0,
                            0,
                            -15000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            50000,
                            0,
                            50000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ],
                        [
                            2,
                            "PANNOTLINKD",
                            "new",
                            "general",
                            1000000,
                            75000,
                            500000,
                            250000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            100000,
                            0,
                            0,
                            75000,
                            0,
                            0,
                            -15000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            50000,
                            0,
                            50000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ],
                        [
                            3,
                            "PANNOTAVBL",
                            "new",
                            "general",
                            1000000,
                            75000,
                            500000,
                            250000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            100000,
                            0,
                            0,
                            75000,
                            0,
                            0,
                            -15000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            50000,
                            0,
                            50000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ],
                        [
                            4,
                            "PANAPPLIED",
                            "new",
                            "general",
                            1000000,
                            75000,
                            500000,
                            250000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            100000,
                            0,
                            0,
                            75000,
                            0,
                            0,
                            -15000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            50000,
                            0,
                            50000,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ]
                    ]
                }
            ]
        }
    ]
}