v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
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
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
}