{
JobTitle string
nullable: true
JobDesc string
nullable: true
CompanyName string
nullable: true
DataScope RequestDataScope {
CountryCode string
nullable: true
State string
nullable: true
City string
nullable: true
ZipCode string
nullable: true
NAICSCode string
nullable: true
FTEValue integer($int64)
nullable: true
Revenue integer($int64)
nullable: true
}
}
| Country Code | Country |
|---|---|
| USA | United States |
| AUS | Australia |
| BEL | Belgium |
| CAN | Canada |
| CHE | Switzerland |
| DEU | Germany |
| ESP | Spain |
| FRA | France |
| GBR | United Kingdom |
| HKG | Hong Kong |
| IND | India |
| IRL | Ireland |
| ITA | Italy |
| JPN | Japan |
| MEX | Mexico |
| NLD | Netherlands |
| POL | Poland |
| TWN | Taiwan |
But please note we treat the data in Revenue as USD($)
This API is similar to the previously defined Job Match API, but more fields can be included in the request body.
{
JobTitle string
nullable: true
JobDesc string
nullable: true
CompanyName string
nullable: true
BaseSalary number($double)
nullable: true
TCC number($double)
nullable: true
TargetBonus number($double)
nullable: true
IsSalaried boolean
nullable: true
IsExempt boolean
nullable: true
YearsOfExperienceMin integer($int32)
nullable: true
YearsOfExperienceMax integer($int32)
nullable: true
DataScope RequestDataScope {
CountryCode string
nullable: true
State string
nullable: true
City string
nullable: true
ZipCode string
nullable: true
NAICSCode string
nullable: true
FTEValue integer($int64)
nullable: true
Revenue integer($int64)
nullable: true
}
}