POST api/jobandnotice/postnewjob
Request Information
URI Parameters
None.
Body Parameters
JobInputViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
DatePosted | date |
None. |
|
DateDisplayUntil | date |
None. |
|
Location | string |
None. |
|
Reference | string |
None. |
|
Company | string |
None. |
|
ContactName | string |
None. |
|
ContactNumber | string |
None. |
|
ContactEmail | string |
None. |
|
RateSalaryId | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
JobTypeId | globally unique identifier |
None. |
|
Disciplines | Collection of globally unique identifier |
None. |
|
IsJobFromInternalEmployer | boolean |
None. |
|
VoucherId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "1b4e79a2-ee53-4b88-9bee-a4771a51ed0c", "Title": "sample string 2", "Description": "sample string 3", "DatePosted": "2025-06-27T16:27:11.5869592+02:00", "DateDisplayUntil": "2025-06-27T16:27:11.5869592+02:00", "Location": "sample string 6", "Reference": "sample string 7", "Company": "sample string 8", "ContactName": "sample string 9", "ContactNumber": "sample string 10", "ContactEmail": "sample string 11", "RateSalaryId": "ee2d4f32-7626-4b3b-8d24-acda8a19e826", "UserID": "28199088-fb38-4e12-8d09-768d31e3112f", "JobTypeId": "3a88b1df-9ce9-402c-82dd-d97eadbda07b", "Disciplines": [ "4997df08-abf7-4cd1-842c-be1ee3df6812", "1c396bc8-516d-411d-a7f3-df1a921e376e" ], "IsJobFromInternalEmployer": true, "VoucherId": "1189648b-e983-484e-b88f-6e73b0fdf47b" }
application/xml, text/xml
Sample:
<JobInputViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.ViewModels"> <Company>sample string 8</Company> <ContactEmail>sample string 11</ContactEmail> <ContactName>sample string 9</ContactName> <ContactNumber>sample string 10</ContactNumber> <DateDisplayUntil>2025-06-27T16:27:11.5869592+02:00</DateDisplayUntil> <DatePosted>2025-06-27T16:27:11.5869592+02:00</DatePosted> <Description>sample string 3</Description> <Disciplines xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>4997df08-abf7-4cd1-842c-be1ee3df6812</d2p1:guid> <d2p1:guid>1c396bc8-516d-411d-a7f3-df1a921e376e</d2p1:guid> </Disciplines> <ID>1b4e79a2-ee53-4b88-9bee-a4771a51ed0c</ID> <IsJobFromInternalEmployer>true</IsJobFromInternalEmployer> <JobTypeId>3a88b1df-9ce9-402c-82dd-d97eadbda07b</JobTypeId> <Location>sample string 6</Location> <RateSalaryId>ee2d4f32-7626-4b3b-8d24-acda8a19e826</RateSalaryId> <Reference>sample string 7</Reference> <Title>sample string 2</Title> <UserID>28199088-fb38-4e12-8d09-768d31e3112f</UserID> <VoucherId>1189648b-e983-484e-b88f-6e73b0fdf47b</VoucherId> </JobInputViewModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.