GET Api/Job/SalaryImage/{jobId}

Creates the salary graphic for a specific job.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

The ID of the job.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The salary graphic of the specified job (JPG format).

JobSalaryImageResponse
NameDescriptionTypeAdditional information
Image

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Image": "sample string 1"
}

application/xml, text/xml

Sample:
<JobSalaryImageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eRecruiter.Api.Responses">
  <Image>sample string 1</Image>
</JobSalaryImageResponse>