PUT api/Employment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Employment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ScopeId | integer |
None. |
|
| OrganisationId | integer |
None. |
|
| CandidateId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| Name | string |
None. |
|
| IsTrialday | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Type | string |
None. |
|
| Category | string |
None. |
|
| Position | string |
None. |
|
| Sallery | string |
None. |
|
| JobDescription | string |
None. |
|
| Rating | integer |
None. |
|
| Testimonial | string |
None. |
|
| Status | string |
None. |
|
| ReferenceId | string |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Comment | string |
None. |
|
| DatePublish | date |
None. |
|
| DateExpires | date |
None. |
|
| Version | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| History | string |
None. |
|
| Organisation | Organisation |
None. |
|
| Scope | Scope |
None. |
|
| Candidate | Candidate |
None. |
|
| Application | Application |
None. |
|
| RowNumber | integer |
None. |
|
| OrganisationName | string |
None. |
|
| Documents | Object |
None. |
|
| TypeString | string |
None. |
|
| CategoryString | string |
None. |
|
| PositionString | string |
None. |
|
| StatusString | string |
None. |
|
| _Messages | Collection of ControllerMessage |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |