POST api/jobandnotice/updateexistingjob
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": "5b6dabd0-5d7f-449c-bd2a-436553edb2c7", "Title": "sample string 2", "Description": "sample string 3", "DatePosted": "2025-06-27T16:13:05.8457262+02:00", "DateDisplayUntil": "2025-06-27T16:13:05.8457262+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": "274d3b4e-8105-4f61-ac78-cb14d3a49718", "UserID": "d42d2ee3-4100-4325-955d-408d76077dd4", "JobTypeId": "8e891e52-7e65-406e-9fc7-b3173c02640d", "Disciplines": [ "b1c61aa3-8b5e-49be-a7a6-c20bbb1ac578", "88fc1406-efa5-453d-ac64-030590779518" ], "IsJobFromInternalEmployer": true, "VoucherId": "82e277bc-f6a1-434f-974f-1fb20ec0c147" }
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:13:05.8457262+02:00</DateDisplayUntil> <DatePosted>2025-06-27T16:13:05.8457262+02:00</DatePosted> <Description>sample string 3</Description> <Disciplines xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b1c61aa3-8b5e-49be-a7a6-c20bbb1ac578</d2p1:guid> <d2p1:guid>88fc1406-efa5-453d-ac64-030590779518</d2p1:guid> </Disciplines> <ID>5b6dabd0-5d7f-449c-bd2a-436553edb2c7</ID> <IsJobFromInternalEmployer>true</IsJobFromInternalEmployer> <JobTypeId>8e891e52-7e65-406e-9fc7-b3173c02640d</JobTypeId> <Location>sample string 6</Location> <RateSalaryId>274d3b4e-8105-4f61-ac78-cb14d3a49718</RateSalaryId> <Reference>sample string 7</Reference> <Title>sample string 2</Title> <UserID>d42d2ee3-4100-4325-955d-408d76077dd4</UserID> <VoucherId>82e277bc-f6a1-434f-974f-1fb20ec0c147</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.