Salary
The following type of output is generated for the salary details of the candidate.
Current Salary
-
Amount: Amount of the current salary taken by the candidate.
-
Symbol: Providing current salary amount symbol e.g. $,₹, etc.
-
Currency: Providing current salary currency e.g. USD, Pound, etc.
-
Unit: Providing current salary unit e.g. Per year, Per month, etc.
-
Text: Providing current salary amount written in text form e.g. US $ 276800 Per Year.
Current Salary JSON Layout
"CurrentSalary": {
"Amount": "276800.0",
"Symbol": "$",
"Currency": "USD",
"Unit": "Year",
"Text": "US $ 276800 per year"
Expected Salary
The following type of output is generated for the expected salary details of the candidate.
-
Amount: This field provides the amount of expected salary taken by the candidate currently.
-
Symbol: This field provides expected salary symbol by the candidate e.g. $,₹, etc.
-
Currency: This field provides expected salary currency by the candidate e.g. USD, Pound, etc.
-
Unit: This field provides expected salary units by the candidate e.g. Per year, Per month, etc.
-
Text: This field provides expected salary in text e.g. US $ 276800 Per Year.
Expected Salary JSON Layout
ExpectedSalary": {
"Amount": "300000.0",
"Symbol": "$",
"Currency": "USD",
"Unit": "Year",
"Text": "US $ 300000 per year"
},