Jobs

Get jobs

GET/v2/jobs
Query parameters
Header parameters
Response

Success

Body
Resultsnullable array of Adopto.Common.Api.Dto.JobSimpleReadOnly (object)
Countinteger (int32)
Pageinteger (int32)
PerPageinteger (int32)
PagesAdopto.Common.Api.Dto.Paging.Pages (object)
IdResultsnullable array of Adopto.Common.Api.Dto.JobSimpleReadOnly (object)
OriginalCountnullable integer (int32)
Request
const response = await fetch('/v2/jobs', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "Results": [
    {
      "Title": "text",
      "Department": {
        "Name": "text",
        "ExternalId": "text",
        "IsTranslated": false,
        "Translation": {
          "TranslationProperties": [
            "text"
          ],
          "TranslationRequiredProperties": [
            "text"
          ],
          "Translations": [
            {
              "Language": "text",
              "Property": "text",
              "TranslateValue": "text"
            }
          ]
        }
      },
      "Location": {
        "Country": "text",
        "CountryCode": "text",
        "Region": "text",
        "RegionCode": "text",
        "City": "text",
        "ZipCode": "text",
        "Address": "text",
        "Latitude": 0,
        "Longitude": 0,
        "WorkLocationType": "OnSite",
        "CityCountry": "text"
      },
      "Status": "Draft",
      "AbsoluteUrl": "text",
      "RelativeUrl": "text",
      "ShortlinkUrl": "text",
      "FriendlyUrl": "text",
      "InternalCode": "text",
      "LastModified": "2024-11-06T23:19:52.957Z",
      "Schedule": {
        "PublishDate": "2024-11-06T23:19:52.957Z",
        "PublishStatus": "Draft",
        "CloseDate": "2024-11-06T23:19:52.957Z"
      },
      "Stages": [
        {
          "InterviewPlan": {
            "Title": "text"
          },
          "Assessments": [
            {
              "Assessment": {
                "ExternalId": "text",
                "Name": "text",
                "Description": "text",
                "LearnMore": "text",
                "Language": "text",
                "AssessmentType": "BehavioralAssessment",
                "Vendor": {
                  "Name": "text",
                  "Logo": "text"
                },
                "Price": [
                  {
                    "Currency": "text",
                    "Price": 0
                  }
                ]
              }
            }
          ],
          "Actions": [
            {
              "Type": "SendEmail"
            }
          ],
          "PartnerAppForExport": [
            {
              "Title": "text",
              "Slug": "text",
              "Logo": "text",
              "AutoExportEnabled": false
            }
          ],
          "Name": "text",
          "Type": "text"
        }
      ],
      "Meta": {
        "LastApplication": "2024-11-06T23:19:52.957Z",
        "Following": false
      },
      "Pipeline": {
        "Name": "text",
        "Type": "HiringPipeline",
        "Stages": [
          {
            "Name": "text",
            "Type": "Sourced",
            "Actions": [
              {
                "Type": "SendEmail"
              }
            ],
            "Evaluations": [
              {
                "Type": "Scorecard"
              }
            ],
            "Integrations": [
              {
                "Type": "JobBoards"
              }
            ],
            "HasESignatureDocuments": false,
            "HasJobOfferDocuments": false
          }
        ],
        "IsActive": false
      },
      "Contract": {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": []
      },
      "IsTranslated": false,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      },
      "JobTags": [
        "text"
      ],
      "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
      "JobRequisition": {
        "Id": "123e4567-e89b-12d3-a456-426614174000",
        "HiringManager": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2024-11-06T23:19:52.957Z"
        },
        "Owner": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2024-11-06T23:19:52.957Z"
        },
        "PlannedStartDate": "text",
        "JobRequisitionStatus": "Draft",
        "CanUserAccessJobRequisition": false
      },
      "AdditionalLocations": [
        {
          "Country": "text",
          "CountryCode": "text",
          "Region": "text",
          "RegionCode": "text",
          "City": "text",
          "ZipCode": "text",
          "Address": "text",
          "Latitude": 0,
          "Longitude": 0,
          "WorkLocationType": "OnSite",
          "CityCountry": "text"
        }
      ]
    }
  ],
  "Pages": {
    "First": "text",
    "Prev": "text",
    "Next": "text",
    "Last": "text"
  },
  "IdResults": [
    {
      "Title": "text",
      "Department": {
        "Name": "text",
        "ExternalId": "text",
        "IsTranslated": false,
        "Translation": {
          "TranslationProperties": [
            "text"
          ],
          "TranslationRequiredProperties": [
            "text"
          ],
          "Translations": [
            {
              "Language": "text",
              "Property": "text",
              "TranslateValue": "text"
            }
          ]
        }
      },
      "Location": {
        "Country": "text",
        "CountryCode": "text",
        "Region": "text",
        "RegionCode": "text",
        "City": "text",
        "ZipCode": "text",
        "Address": "text",
        "Latitude": 0,
        "Longitude": 0,
        "WorkLocationType": "OnSite",
        "CityCountry": "text"
      },
      "Status": "Draft",
      "AbsoluteUrl": "text",
      "RelativeUrl": "text",
      "ShortlinkUrl": "text",
      "FriendlyUrl": "text",
      "InternalCode": "text",
      "LastModified": "2024-11-06T23:19:52.957Z",
      "Schedule": {
        "PublishDate": "2024-11-06T23:19:52.957Z",
        "PublishStatus": "Draft",
        "CloseDate": "2024-11-06T23:19:52.957Z"
      },
      "Stages": [
        {
          "InterviewPlan": {
            "Title": "text"
          },
          "Assessments": [
            {
              "Assessment": {
                "ExternalId": "text",
                "Name": "text",
                "Description": "text",
                "LearnMore": "text",
                "Language": "text",
                "AssessmentType": "BehavioralAssessment",
                "Vendor": {
                  "Name": "text",
                  "Logo": "text"
                },
                "Price": [
                  {
                    "Currency": "text",
                    "Price": 0
                  }
                ]
              }
            }
          ],
          "Actions": [
            {
              "Type": "SendEmail"
            }
          ],
          "PartnerAppForExport": [
            {
              "Title": "text",
              "Slug": "text",
              "Logo": "text",
              "AutoExportEnabled": false
            }
          ],
          "Name": "text",
          "Type": "text"
        }
      ],
      "Meta": {
        "LastApplication": "2024-11-06T23:19:52.957Z",
        "Following": false
      },
      "Pipeline": {
        "Name": "text",
        "Type": "HiringPipeline",
        "Stages": [
          {
            "Name": "text",
            "Type": "Sourced",
            "Actions": [
              {
                "Type": "SendEmail"
              }
            ],
            "Evaluations": [
              {
                "Type": "Scorecard"
              }
            ],
            "Integrations": [
              {
                "Type": "JobBoards"
              }
            ],
            "HasESignatureDocuments": false,
            "HasJobOfferDocuments": false
          }
        ],
        "IsActive": false
      },
      "Contract": {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": []
      },
      "IsTranslated": false,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      },
      "JobTags": [
        "text"
      ],
      "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
      "JobRequisition": {
        "Id": "123e4567-e89b-12d3-a456-426614174000",
        "HiringManager": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2024-11-06T23:19:52.957Z"
        },
        "Owner": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2024-11-06T23:19:52.957Z"
        },
        "PlannedStartDate": "text",
        "JobRequisitionStatus": "Draft",
        "CanUserAccessJobRequisition": false
      },
      "AdditionalLocations": [
        {
          "Country": "text",
          "CountryCode": "text",
          "Region": "text",
          "RegionCode": "text",
          "City": "text",
          "ZipCode": "text",
          "Address": "text",
          "Latitude": 0,
          "Longitude": 0,
          "WorkLocationType": "OnSite",
          "CityCountry": "text"
        }
      ]
    }
  ]
}

Create job

POST/v2/jobs
Header parameters
Body
Descriptionnullable string
Requirementsnullable string
InternalCodenullable string
MetatagTitlenullable string
MetatagDescriptionnullable string
MetatagImageUrlnullable string
JobRoleAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
CareerLevelAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
DegreeAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
SalaryAdopto.Common.Api.Dto.Salary (object)
IndustryAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
WebsiteIdnullable integer (int32)
UIdnullable string (uuid)
Idinteger (int32)
Titlenullable string
DepartmentAdopto.Common.Api.Dto.Settings.DepartmentWriteRead (object)
LocationAdopto.Common.Api.Dto.JobLocation (object)
StatusTalentLyft.Data.Enumerators.JobStatusTypes (enum)
DraftPublishedClosedArchivedDeletedGeneralInternal
AbsoluteUrlnullable string
RelativeUrlnullable string
ShortlinkUrlnullable string
FriendlyUrlnullable string
LastModifiedstring (date-time)
ScheduleAdopto.Common.Api.Dto.JobScheduleReadWrite (object)
Stagesnullable array of Adopto.Common.Api.Dto.StageWithCountReadonly (object)
MetaAdopto.Common.Api.Dto.JobSimpleMetaReadOnly (object)
PipelineAdopto.Common.Api.Dto.Pipeline (object)
ContractAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
IsTranslatedboolean
TranslationAdopto.Common.Api.Dto.Translation (object)
JobTagsnullable array of string
JobRequisitionIdnullable string (uuid)
JobRequisitionAdopto.Common.Api.Dto.JobRequisitionSimple (object)
AdditionalLocationsnullable array of Adopto.Common.Api.Dto.JobLocation (object)
Response

Created

Body
Descriptionnullable string
Requirementsnullable string
InternalCodenullable string
MetatagTitlenullable string
MetatagDescriptionnullable string
MetatagImageUrlnullable string
JobRoleAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
CareerLevelAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
DegreeAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
SalaryAdopto.Common.Api.Dto.Salary (object)
IndustryAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
WebsiteIdnullable integer (int32)
UIdnullable string (uuid)
Idinteger (int32)
Titlenullable string
DepartmentAdopto.Common.Api.Dto.Settings.DepartmentWriteRead (object)
LocationAdopto.Common.Api.Dto.JobLocation (object)
StatusTalentLyft.Data.Enumerators.JobStatusTypes (enum)
DraftPublishedClosedArchivedDeletedGeneralInternal
AbsoluteUrlnullable string
RelativeUrlnullable string
ShortlinkUrlnullable string
FriendlyUrlnullable string
LastModifiedstring (date-time)
ScheduleAdopto.Common.Api.Dto.JobScheduleReadWrite (object)
Stagesnullable array of Adopto.Common.Api.Dto.StageWithCountReadonly (object)
MetaAdopto.Common.Api.Dto.JobSimpleMetaReadOnly (object)
PipelineAdopto.Common.Api.Dto.Pipeline (object)
ContractAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
IsTranslatedboolean
TranslationAdopto.Common.Api.Dto.Translation (object)
JobTagsnullable array of string
JobRequisitionIdnullable string (uuid)
JobRequisitionAdopto.Common.Api.Dto.JobRequisitionSimple (object)
AdditionalLocationsnullable array of Adopto.Common.Api.Dto.JobLocation (object)
Request
const response = await fetch('/v2/jobs', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json-patch+json"
    },
    body: JSON.stringify({}),
});
const data = await response.json();
Response
{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "Salary": {
    "AmountFrom": 0,
    "AmountTo": 0,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Title": "text",
  "Department": {
    "Name": "text",
    "ExternalId": "text",
    "IsTranslated": false,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 0,
    "Longitude": 0,
    "WorkLocationType": "OnSite",
    "CityCountry": "text"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2024-11-06T23:19:52.957Z",
  "Schedule": {
    "PublishDate": "2024-11-06T23:19:52.957Z",
    "PublishStatus": "Draft",
    "CloseDate": "2024-11-06T23:19:52.957Z"
  },
  "Stages": [
    {
      "InterviewPlan": {
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 0
              }
            ]
          }
        }
      ],
      "Actions": [
        {
          "Type": "SendEmail"
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": false
        }
      ],
      "Name": "text",
      "Type": "text"
    }
  ],
  "Meta": {
    "LastApplication": "2024-11-06T23:19:52.957Z",
    "Following": false
  },
  "Pipeline": {
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Name": "text",
        "Type": "Sourced",
        "Actions": [
          {
            "Type": "SendEmail"
          }
        ],
        "Evaluations": [
          {
            "Type": "Scorecard"
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards"
          }
        ],
        "HasESignatureDocuments": false,
        "HasJobOfferDocuments": false
      }
    ],
    "IsActive": false
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "IsTranslated": false,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2024-11-06T23:19:52.957Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2024-11-06T23:19:52.957Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": false
  },
  "AdditionalLocations": [
    {
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 0,
      "Longitude": 0,
      "WorkLocationType": "OnSite",
      "CityCountry": "text"
    }
  ]
}

Get Job

GET/v2/jobs/{id}
Path parameters
id*integer (int32)
Query parameters
Header parameters
Response

Success

Body
Descriptionnullable string
Requirementsnullable string
InternalCodenullable string
MetatagTitlenullable string
MetatagDescriptionnullable string
MetatagImageUrlnullable string
JobRoleAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
CareerLevelAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
DegreeAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
SalaryAdopto.Common.Api.Dto.Salary (object)
IndustryAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
WebsiteIdnullable integer (int32)
UIdnullable string (uuid)
Idinteger (int32)
Titlenullable string
DepartmentAdopto.Common.Api.Dto.Settings.DepartmentWriteRead (object)
LocationAdopto.Common.Api.Dto.JobLocation (object)
StatusTalentLyft.Data.Enumerators.JobStatusTypes (enum)
DraftPublishedClosedArchivedDeletedGeneralInternal
AbsoluteUrlnullable string
RelativeUrlnullable string
ShortlinkUrlnullable string
FriendlyUrlnullable string
LastModifiedstring (date-time)
ScheduleAdopto.Common.Api.Dto.JobScheduleReadWrite (object)
Stagesnullable array of Adopto.Common.Api.Dto.StageWithCountReadonly (object)
MetaAdopto.Common.Api.Dto.JobSimpleMetaReadOnly (object)
PipelineAdopto.Common.Api.Dto.Pipeline (object)
ContractAdopto.Common.Api.Dto.Infrastructure.CodeReadonly (object)
IsTranslatedboolean
TranslationAdopto.Common.Api.Dto.Translation (object)
JobTagsnullable array of string
JobRequisitionIdnullable string (uuid)
JobRequisitionAdopto.Common.Api.Dto.JobRequisitionSimple (object)
AdditionalLocationsnullable array of Adopto.Common.Api.Dto.JobLocation (object)
Request
const response = await fetch('/v2/jobs/{id}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "Salary": {
    "AmountFrom": 0,
    "AmountTo": 0,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Title": "text",
  "Department": {
    "Name": "text",
    "ExternalId": "text",
    "IsTranslated": false,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 0,
    "Longitude": 0,
    "WorkLocationType": "OnSite",
    "CityCountry": "text"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2024-11-06T23:19:52.957Z",
  "Schedule": {
    "PublishDate": "2024-11-06T23:19:52.957Z",
    "PublishStatus": "Draft",
    "CloseDate": "2024-11-06T23:19:52.957Z"
  },
  "Stages": [
    {
      "InterviewPlan": {
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 0
              }
            ]
          }
        }
      ],
      "Actions": [
        {
          "Type": "SendEmail"
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": false
        }
      ],
      "Name": "text",
      "Type": "text"
    }
  ],
  "Meta": {
    "LastApplication": "2024-11-06T23:19:52.957Z",
    "Following": false
  },
  "Pipeline": {
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Name": "text",
        "Type": "Sourced",
        "Actions": [
          {
            "Type": "SendEmail"
          }
        ],
        "Evaluations": [
          {
            "Type": "Scorecard"
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards"
          }
        ],
        "HasESignatureDocuments": false,
        "HasJobOfferDocuments": false
      }
    ],
    "IsActive": false
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": []
  },
  "IsTranslated": false,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2024-11-06T23:19:52.957Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2024-11-06T23:19:52.957Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": false
  },
  "AdditionalLocations": [
    {
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 0,
      "Longitude": 0,
      "WorkLocationType": "OnSite",
      "CityCountry": "text"
    }
  ]
}

Update job

PUT/v2/jobs/{id}