Offer
Example:
{
"id": "511a3942300469a9c33819d1",
"createDate": "2013-03-13T12:05:46.398+0000",
"lastUpdateDate": "2013-03-13T12:05:46.398+0000",
"catalogId": "ab-32-gf-asd",
"name": "Python Developer Test",
"category": "STANDARD",
"description": "Senior Python developer test",
"terms": {
"type": "BEHAVIORAL_ASSESSMENT",
"price": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"status": "INACTIVE",
"targetMarket": {
"industries": [
{
"id": "health_wellness_fitness"
},
{
"id": "graphic_design"
}
],
"functions": [
{
"id": "accounting_auditing"
}
],
"experienceLevels": [
{
"id": "mid_senior_level"
}
],
"locations": [
{
"country": "US",
"region": "California",
"city": "San Francisco"
}
]
},
"availability": {
"expirationDate": "2013-02-26T12:50:02.594+0000",
"industries": [
{
"id": "health_wellness_fitness"
},
{
"id": "graphic_design"
}
],
"locations": [
{
"country": "US",
"region": "California",
"city": "San Francisco"
}
],
"companies": [
"INVITED_BY_ME"
],
"specialOffer": "25% OFF"
}
}
Fields description
Name | Type | Description |
---|---|---|
id | string | unique id of an offer |
createDate | date | date of offer creation |
lastUpdateDate | date | date of last offer modification |
catalogId | string | partner’s internal id of an offer. Max length is 255 characters |
name | string | name of the offer. Max length is 255 characters |
category | string | field used for grouping the offers. Offers of the same category can be bundled to create bundle offer. This capability is only available via SmartRecruiters Marketplace UI. Max length is 255 characters |
description | string | offer description |
terms | object | terms of using the offer. Please check Terms for more details |
status | string | offer status. Valid values are: “INACTIVE”, “UNDER_REVIEW”, “ACTIVE” |
targetMarket | object | Please check TargetMarket |
availability | object | Please check Availability |
Updated 9 months ago