v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Job APIs

Updates job location details(name, state, city, country, zip code)

post/api/external/location/update

Headers

RF-Api-Keystring
content-typestring

Request body

citystring

Name of the city.

countrystring
detailsstring
idinteger
location_statestring
location_zipcodestring
namestring

Location name.

Response

Auto generated using Swagger Inspector

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

Example response

{
  "RESULT": "SUCCESS"
}