From response,I have extracted the below values using JSON extractor and given name as data. But in extracted values i couldn't find double quotes for both variable name and values.
{
: TaxcomputationId=929e1214-cc1a-e711-80c3-000d3ae017ab,
: EmployeeId=6524734a-c81a-e711-80c3-000d3ae017ab,
: PlanId=609e1214-cc1a-e711-80c3-000d3ae017ab,
: AmendmentIndicator=O,
: RPEmpId=103622,
: Surname=Galvin,
: FirstName=Benjaminn,
: TFN=433260373,
: TerminationDate=16/09/2026,
: HomeCountry=null,
: HostCountry=null,
: StartDateOverseasEmployment=null,
: EndDateOverseasEmployment=null,
: Assignments=
: [
: : "06\/12\/2006",
: : "07\/10\/2010",
: : "United States",
: : "Australia"
: ],
: InboundAssigneeIsNotTemporaryResident=No,
: TaxResidencyDuringAssignment=n/a,
: DateOfExpiry=24/01/2025,
: TaxResidencyAtTP=Non-resident,
: ApportionedBasedOnTaxLogic=Yes,
: ActualPlanId=1411386-1350,
: DOG=/Date(1423094400000)/,
: DOV=/Date(1444867200000)/,
: DateOfGrant=05/02/2015,
: DateOfVest=15/10/2015,
: DateOfExercise=22/01/2023,
: DateOfSale=31/05/2021,
: TaxLogic=Deferred Shares/Performance Rights,
: TaxingPoint=Vest,
: TaxingDate=15/10/2015,
: NoOfESSInterests=52,
: FMVAtTPAUD=24.04,
: ExercisePriceAUD=0.00,
: NoOfSharesWithheldForHypo=1960,
: ApportionGrossIncome=Yes,
: Comments=,
: IncomeNetHypoAUD=-45861.80,
: AustralianSourcedIncome=0.00,
: ForeignSourcedIncome=-45861.80,
: ReportableAmount=0.00,
: PercentageOfESSIncomeTaxableInAU=0.00,
: IsCalculated=true,
: IsLocked=false,
: SubmissionStatus=Draft,
: IsError=1,
: ErrorCells=
: [
: : 30,
: : 32
: ]
}
From the above JSON extractor response, I need to modify the TFN value alone and need to pass this data as a parameter to next request. I have tried using beanshell coding it doesnt work. can anyone know how to change those value.