POST jobPostings/jobPostingAppealForEmployee
Request Information
URI Parameters
None.
Body Parameters
jobPostingAppealPostModelName | Description | Type | Additional information |
---|---|---|---|
jobPostingId | integer (Int32) |
Required |
|
text | string |
Max length: 1024 |
|
wageMin | decimal number |
None. |
|
wageMax | decimal number |
None. |
|
EmployerEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "jobPostingId": 1, "text": "sample string 2", "wageMin": 1.0, "wageMax": 1.0, "EmployerEmail": "sample string 3" }
application/xml, text/xml
Sample:
<jobPostingAppealPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"> <EmployerEmail>sample string 3</EmployerEmail> <jobPostingId>1</jobPostingId> <text>sample string 2</text> <wageMax>1</wageMax> <wageMin>1</wageMin> </jobPostingAppealPostModel>
multipart/form-data
Sample:
<jobPostingAppealPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><EmployerEmail>sample string 3</EmployerEmail><jobPostingId>1</jobPostingId><text>sample string 2</text><wageMax>1</wageMax><wageMin>1</wageMin></jobPostingAppealPostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.