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": "19a3b56a-5da2-4a03-8fb5-df9189a7c119", "Title": "sample string 2", "Description": "sample string 3", "DatePosted": "2025-08-24T00:22:01.4990862+02:00", "DateDisplayUntil": "2025-08-24T00:22:01.5000866+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": "dd8cae94-4186-499a-bd1b-520175cd8f9b", "UserID": "4e9fb17c-a55f-41ad-afad-ce7ea6dd2fbf", "JobTypeId": "528c8252-bedb-46aa-a0a5-66c8169d8731", "Disciplines": [ "20435d60-2f1c-44fd-b4a0-38728a184a5d", "aee7461f-d4ea-4eff-aa6f-d0778af913af" ], "IsJobFromInternalEmployer": true, "VoucherId": "f3792f53-6cbb-4ccd-880b-0d9fe350360f" }
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-08-24T00:22:01.5000866+02:00</DateDisplayUntil> <DatePosted>2025-08-24T00:22:01.4990862+02:00</DatePosted> <Description>sample string 3</Description> <Disciplines xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>20435d60-2f1c-44fd-b4a0-38728a184a5d</d2p1:guid> <d2p1:guid>aee7461f-d4ea-4eff-aa6f-d0778af913af</d2p1:guid> </Disciplines> <ID>19a3b56a-5da2-4a03-8fb5-df9189a7c119</ID> <IsJobFromInternalEmployer>true</IsJobFromInternalEmployer> <JobTypeId>528c8252-bedb-46aa-a0a5-66c8169d8731</JobTypeId> <Location>sample string 6</Location> <RateSalaryId>dd8cae94-4186-499a-bd1b-520175cd8f9b</RateSalaryId> <Reference>sample string 7</Reference> <Title>sample string 2</Title> <UserID>4e9fb17c-a55f-41ad-afad-ce7ea6dd2fbf</UserID> <VoucherId>f3792f53-6cbb-4ccd-880b-0d9fe350360f</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.