POST api/candidate/arrivalupdate
Request Information
URI Parameters
None.
Body Parameters
ArrivalUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VacancyId | string |
None. |
|
| CandidateId | string |
None. |
|
| ArrivalType | ArrivalUpdateType |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| LateMins | integer |
None. |
|
| UpdatedBy | ArrivalUpdatedByType |
None. |
Request Formats
application/json, text/json
Sample:
{
"VacancyId": "sample string 1",
"CandidateId": "sample string 2",
"ArrivalType": 1,
"Longitude": 1.1,
"Latitude": 1.1,
"LateMins": 1,
"UpdatedBy": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.