JobDetailsService


Click here for a complete list of operations.

GetAdAgencyData

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /jpw/Services/JPW/JobDetailsService.asmx HTTP/1.1
Host: employer.monster.lu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://hiring.monster.com/services/jpw/200810/GetAdAgencyData"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetAdAgencyData xmlns="http://hiring.monster.com/services/jpw/200810">
      <pid>string</pid>
    </GetAdAgencyData>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetAdAgencyDataResponse xmlns="http://hiring.monster.com/services/jpw/200810">
      <GetAdAgencyDataResult>
        <CompanyInformation>
          <CompanyName>string</CompanyName>
          <DefaultCompanyName>string</DefaultCompanyName>
          <IsCompanyNameConfidential>boolean</IsCompanyNameConfidential>
          <JobLogo>
            <IsJobLogoChecked>boolean</IsJobLogoChecked>
            <IsJobLogoCheckboxDisabled>boolean</IsJobLogoCheckboxDisabled>
            <SelectedLogoId>int</SelectedLogoId>
            <JobLogoGridData xsi:nil="true" />
            <DisableLogoUploadControl>boolean</DisableLogoUploadControl>
            <ShowViewAllLink>boolean</ShowViewAllLink>
            <LogoUploadExceededMessage>string</LogoUploadExceededMessage>
          </JobLogo>
          <CompanyIndustry>
            <SelectedValue xsi:nil="true" />
            <DefaultValue xsi:nil="true" />
            <IndustryList xsi:nil="true" />
            <MaxSelections>int</MaxSelections>
          </CompanyIndustry>
          <IsCompanyNameDisabled>boolean</IsCompanyNameDisabled>
          <WorksiteId>string</WorksiteId>
          <NaicsCode>string</NaicsCode>
          <FullNaicsIndustry>string</FullNaicsIndustry>
        </CompanyInformation>
        <ContactInformation>
          <EnableApplyOnline>boolean</EnableApplyOnline>
          <EnableJobCAOUrl>boolean</EnableJobCAOUrl>
          <EnableJobCAOUrlLevel>boolean</EnableJobCAOUrlLevel>
          <AllowApplyOnline>boolean</AllowApplyOnline>
          <AllowJobCAOUrl>boolean</AllowJobCAOUrl>
          <AllowApplyByEMail>boolean</AllowApplyByEMail>
          <AllowDirectContact>boolean</AllowDirectContact>
          <FilterCandidateResponse>boolean</FilterCandidateResponse>
          <Filter>
            <FilterEducationLevel>boolean</FilterEducationLevel>
            <EducationLevelId>int</EducationLevelId>
            <FilterCareerLevel>boolean</FilterCareerLevel>
            <CareerLevelId>int</CareerLevelId>
            <ZipCode>string</ZipCode>
            <Radius>int</Radius>
            <WorkExperinceId>int</WorkExperinceId>
            <WorkAuthorizationId>int</WorkAuthorizationId>
            <EnableFilterZipCode>boolean</EnableFilterZipCode>
            <WorkAuthorizationChoiceEnabled>boolean</WorkAuthorizationChoiceEnabled>
            <FilterCitizenship>boolean</FilterCitizenship>
            <CitizenshipID>int</CitizenshipID>
          </Filter>
          <Contact>
            <AllowPhoneContact>boolean</AllowPhoneContact>
            <AllowFaxContact>boolean</AllowFaxContact>
            <AllowMailContact>boolean</AllowMailContact>
            <AllowPersonalContact>boolean</AllowPersonalContact>
            <Contact xsi:nil="true" />
            <PersonalContact xsi:nil="true" />
          </Contact>
          <RequestCandidateScreening>boolean</RequestCandidateScreening>
          <ScreeningInPerson>boolean</ScreeningInPerson>
          <WorksiteContactId>string</WorksiteContactId>
          <AllowOneStopApply>boolean</AllowOneStopApply>
          <OneStopApplyNotes>string</OneStopApplyNotes>
        </ContactInformation>
      </GetAdAgencyDataResult>
    </GetAdAgencyDataResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /jpw/Services/JPW/JobDetailsService.asmx HTTP/1.1
Host: employer.monster.lu
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetAdAgencyData xmlns="http://hiring.monster.com/services/jpw/200810">
      <pid>string</pid>
    </GetAdAgencyData>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetAdAgencyDataResponse xmlns="http://hiring.monster.com/services/jpw/200810">
      <GetAdAgencyDataResult>
        <CompanyInformation>
          <CompanyName>string</CompanyName>
          <DefaultCompanyName>string</DefaultCompanyName>
          <IsCompanyNameConfidential>boolean</IsCompanyNameConfidential>
          <JobLogo>
            <IsJobLogoChecked>boolean</IsJobLogoChecked>
            <IsJobLogoCheckboxDisabled>boolean</IsJobLogoCheckboxDisabled>
            <SelectedLogoId>int</SelectedLogoId>
            <JobLogoGridData xsi:nil="true" />
            <DisableLogoUploadControl>boolean</DisableLogoUploadControl>
            <ShowViewAllLink>boolean</ShowViewAllLink>
            <LogoUploadExceededMessage>string</LogoUploadExceededMessage>
          </JobLogo>
          <CompanyIndustry>
            <SelectedValue xsi:nil="true" />
            <DefaultValue xsi:nil="true" />
            <IndustryList xsi:nil="true" />
            <MaxSelections>int</MaxSelections>
          </CompanyIndustry>
          <IsCompanyNameDisabled>boolean</IsCompanyNameDisabled>
          <WorksiteId>string</WorksiteId>
          <NaicsCode>string</NaicsCode>
          <FullNaicsIndustry>string</FullNaicsIndustry>
        </CompanyInformation>
        <ContactInformation>
          <EnableApplyOnline>boolean</EnableApplyOnline>
          <EnableJobCAOUrl>boolean</EnableJobCAOUrl>
          <EnableJobCAOUrlLevel>boolean</EnableJobCAOUrlLevel>
          <AllowApplyOnline>boolean</AllowApplyOnline>
          <AllowJobCAOUrl>boolean</AllowJobCAOUrl>
          <AllowApplyByEMail>boolean</AllowApplyByEMail>
          <AllowDirectContact>boolean</AllowDirectContact>
          <FilterCandidateResponse>boolean</FilterCandidateResponse>
          <Filter>
            <FilterEducationLevel>boolean</FilterEducationLevel>
            <EducationLevelId>int</EducationLevelId>
            <FilterCareerLevel>boolean</FilterCareerLevel>
            <CareerLevelId>int</CareerLevelId>
            <ZipCode>string</ZipCode>
            <Radius>int</Radius>
            <WorkExperinceId>int</WorkExperinceId>
            <WorkAuthorizationId>int</WorkAuthorizationId>
            <EnableFilterZipCode>boolean</EnableFilterZipCode>
            <WorkAuthorizationChoiceEnabled>boolean</WorkAuthorizationChoiceEnabled>
            <FilterCitizenship>boolean</FilterCitizenship>
            <CitizenshipID>int</CitizenshipID>
          </Filter>
          <Contact>
            <AllowPhoneContact>boolean</AllowPhoneContact>
            <AllowFaxContact>boolean</AllowFaxContact>
            <AllowMailContact>boolean</AllowMailContact>
            <AllowPersonalContact>boolean</AllowPersonalContact>
            <Contact xsi:nil="true" />
            <PersonalContact xsi:nil="true" />
          </Contact>
          <RequestCandidateScreening>boolean</RequestCandidateScreening>
          <ScreeningInPerson>boolean</ScreeningInPerson>
          <WorksiteContactId>string</WorksiteContactId>
          <AllowOneStopApply>boolean</AllowOneStopApply>
          <OneStopApplyNotes>string</OneStopApplyNotes>
        </ContactInformation>
      </GetAdAgencyDataResult>
    </GetAdAgencyDataResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /jpw/Services/JPW/JobDetailsService.asmx/GetAdAgencyData?pid=string HTTP/1.1
Host: employer.monster.lu
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<AdAgencyData xmlns="http://hiring.monster.com/services/jpw/200810">
  <CompanyInformation>
    <CompanyName>string</CompanyName>
    <DefaultCompanyName>string</DefaultCompanyName>
    <IsCompanyNameConfidential>boolean</IsCompanyNameConfidential>
    <JobLogo>
      <IsJobLogoChecked>boolean</IsJobLogoChecked>
      <IsJobLogoCheckboxDisabled>boolean</IsJobLogoCheckboxDisabled>
      <SelectedLogoId>int</SelectedLogoId>
      <JobLogoGridData>
        <JobLogoRowData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <JobLogoRowData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </JobLogoGridData>
      <DisableLogoUploadControl>boolean</DisableLogoUploadControl>
      <ShowViewAllLink>boolean</ShowViewAllLink>
      <LogoUploadExceededMessage>string</LogoUploadExceededMessage>
    </JobLogo>
    <CompanyIndustry>
      <SelectedValue>
        <string>string</string>
        <string>string</string>
      </SelectedValue>
      <DefaultValue>
        <string>string</string>
        <string>string</string>
      </DefaultValue>
      <IndustryList>
        <ListItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ListItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </IndustryList>
      <MaxSelections>int</MaxSelections>
    </CompanyIndustry>
    <IsCompanyNameDisabled>boolean</IsCompanyNameDisabled>
    <WorksiteId>string</WorksiteId>
    <NaicsCode>string</NaicsCode>
    <FullNaicsIndustry>string</FullNaicsIndustry>
  </CompanyInformation>
  <ContactInformation>
    <EnableApplyOnline>boolean</EnableApplyOnline>
    <EnableJobCAOUrl>boolean</EnableJobCAOUrl>
    <EnableJobCAOUrlLevel>boolean</EnableJobCAOUrlLevel>
    <AllowApplyOnline>boolean</AllowApplyOnline>
    <AllowJobCAOUrl>boolean</AllowJobCAOUrl>
    <AllowApplyByEMail>boolean</AllowApplyByEMail>
    <AllowDirectContact>boolean</AllowDirectContact>
    <FilterCandidateResponse>boolean</FilterCandidateResponse>
    <Filter>
      <FilterEducationLevel>boolean</FilterEducationLevel>
      <EducationLevelId>int</EducationLevelId>
      <FilterCareerLevel>boolean</FilterCareerLevel>
      <CareerLevelId>int</CareerLevelId>
      <ZipCode>string</ZipCode>
      <Radius>int</Radius>
      <WorkExperinceId>int</WorkExperinceId>
      <WorkAuthorizationId>int</WorkAuthorizationId>
      <EnableFilterZipCode>boolean</EnableFilterZipCode>
      <WorkAuthorizationChoiceEnabled>boolean</WorkAuthorizationChoiceEnabled>
      <FilterCitizenship>boolean</FilterCitizenship>
      <CitizenshipID>int</CitizenshipID>
    </Filter>
    <Contact>
      <AllowPhoneContact>boolean</AllowPhoneContact>
      <AllowFaxContact>boolean</AllowFaxContact>
      <AllowMailContact>boolean</AllowMailContact>
      <AllowPersonalContact>boolean</AllowPersonalContact>
      <Contact>
        <ContactPerson>string</ContactPerson>
        <Company>string</Company>
        <Email>string</Email>
        <Phone>string</Phone>
        <Fax>string</Fax>
        <JobCAOUrl>string</JobCAOUrl>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Contact>
      <PersonalContact>
        <ContactPerson>string</ContactPerson>
        <Company>string</Company>
        <Email>string</Email>
        <Phone>string</Phone>
        <Fax>string</Fax>
        <JobCAOUrl>string</JobCAOUrl>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </PersonalContact>
    </Contact>
    <RequestCandidateScreening>boolean</RequestCandidateScreening>
    <ScreeningInPerson>boolean</ScreeningInPerson>
    <WorksiteContactId>string</WorksiteContactId>
    <AllowOneStopApply>boolean</AllowOneStopApply>
    <OneStopApplyNotes>string</OneStopApplyNotes>
  </ContactInformation>
</AdAgencyData>