Job APIs

Create a job location that is not present in the system, use location list api to see all available locations.

The endpoint returns the id of the location created.<br/>

post/api/external/location/create

Headers

RF-Api-Keystring required
content-typestring

Request body

citystring

Name of the city.

countrystring
detailsstring
location_statestring
location_zipcodestring
namestring

Location name.

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/location/create:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"RESULT":"SUCCESS","id":1}}

Example response

{
  "RESULT": "SUCCESS",
  "id": 1
}

Changes

Changed in 1 of the 2 revisions of this API.1