Nuevas Apis para Integracion Clientes
    • Portal developer integraciones Trabajando.com
    • Raíz
      • JobPosting
        • Obtiene una oferta JobPosting
        • Crea una oferta JobPosting
        • Actualiza una oferta JobPosting
        • Actualiza estado de una oferta JobPosting
        • Obtiene listado de ofertas JobPosting para un dominio
      • Person
        • Obtiene un candidato Person
      • Apply
        • Obtiene postulaciones por oferta
    • Schemas
      • Credencial
      • ContactPointDTO
      • ApplicationContact
      • DefinedTerm
      • ApplicationQuestion
      • EducationalOccupationalCredential
      • GeoCoordinates
      • Identifier
      • HiringOrganization
      • JobPostingRequest
      • MonetaryAmount
      • OfertaResponse
      • OccupationalExperienceRequirements
      • Place
      • PostalAddress
      • Usuario
      • PotentialAction
      • PropertyValue
      • QuantitativeValue
      • Question
      • JobPostingStatusRequest

    JobPostingRequest

    {
        "@context": "string",
        "@type": "string",
        "identifier": [
            {
                "@type": "string",
                "name": "string",
                "value": "string"
            }
        ],
        "title": "string",
        "description": "string",
        "qualifications": "string",
        "datePosted": "string",
        "totalJobOpenings": 0,
        "hiringOrganization": {
            "@type": "string",
            "name": "string",
            "legalName": "string",
            "contactPoint": {
                "@type": "string",
                "name": "string",
                "email": "string",
                "contactType": "string",
                "telephone": "string"
            }
        },
        "jobLocation": {
            "@type": "string",
            "address": {
                "@type": "string",
                "streetAddress": "string",
                "addressLocality": "string",
                "addressRegion": "string",
                "addressCountry": "string",
                "additionalProperty": [
                    {
                        "@type": "string",
                        "name": "string",
                        "value": {},
                        "subjectOf": {},
                        "propertyID": "string",
                        "valueReference": {}
                    }
                ]
            }
        },
        "baseSalary": {
            "@type": "string",
            "currency": "string",
            "value": {
                "@type": "string",
                "value": 0,
                "unitText": "string"
            },
            "additionalProperty": [
                {
                    "@type": "string",
                    "name": "string",
                    "value": {},
                    "subjectOf": {},
                    "propertyID": "string",
                    "valueReference": {}
                }
            ]
        },
        "experienceRequirements": {
            "@type": "string",
            "yearsOfExperience": 0,
            "operator": "string"
        },
        "educationRequirements": [
            {
                "@type": "string",
                "credentialCategory": "string",
                "name": "string",
                "identifier": [
                    {
                        "@type": "string",
                        "name": "string",
                        "value": {},
                        "subjectOf": {},
                        "propertyID": "string",
                        "valueReference": {}
                    }
                ],
                "description": "string",
                "hasPart": [
                    {}
                ]
            }
        ],
        "skills": [
            {
                "@type": "string",
                "name": "string",
                "termCode": "string",
                "additionalProperty": [
                    {
                        "@type": "string",
                        "name": "string",
                        "value": {},
                        "subjectOf": {},
                        "propertyID": "string",
                        "valueReference": {}
                    }
                ]
            }
        ],
        "subjectOf": [
            {
                "@type": "string",
                "name": "string",
                "position": 0,
                "encodingFormat": "string"
            }
        ],
        "additionalProperty": [
            {
                "@type": "string",
                "name": "string",
                "value": {},
                "subjectOf": {},
                "propertyID": "string",
                "valueReference": {}
            }
        ],
        "potentialAction": {
            "@type": "string",
            "url": "string"
        }
    }
    Built with