Get a suggested salary for the given listing details
This method is to retrieve a salary suggestion for the given listing details
URL: | https://api.trademe.co.nz/v1/Jobs/Listings/SalarySuggestions.{file_format} |
---|---|
HTTP Method: | POST |
Requires Authentication? | Yes |
Permission Required: | None |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
file_format | Enumeration (required) | The format of the response. | ||||
---|---|---|---|---|---|---|
|
POST Data
<SalarySuggestionsRequest>
CategoryId | Integer (required) |
Category ID for the job listing |
---|---|---|
RegionId | Integer (required) |
Region Id for the job listing |
DistrictId | Integer (required) |
District Id for the job listing |
JobType | String (required) |
Job type of the job listing (FULL_TIME or PART_TIME) |
ContractType | String (required) |
Contract type for the job listing (CONTRACT or PERMANENT) |
Title | String (required) |
Title for the job listing |
PayType | String (optional) |
Pay type of the job listing (HOURLY or SALARY) |
Returns
<SalarySuggestionsResponse>
Success | Boolean |
Indicates whether the operation was successful. |
---|---|---|
BandHigher | Integer |
The upper bound of the recommended salary for the given position |
BandLower | Integer |
The lower bound of the recommended salary for the given position |
PayType | String or null |
The pay type of the recommended salary for the given position (e.g. SALARY or HOURLY) |