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

NameTypeDescription
idstringunique id of an offer
createDatedatedate of offer creation
lastUpdateDatedatedate of last offer modification
catalogIdstringpartner’s internal id of an offer. Max length is 255 characters
namestringname of the offer. Max length is 255 characters
categorystringfield 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
descriptionstringoffer description
termsobjectterms of using the offer. Please check Terms for more details
statusstringoffer status. Valid values are: “INACTIVE”, “UNDER_REVIEW”, “ACTIVE”
targetMarketobjectPlease check TargetMarket
availabilityobjectPlease check Availability