Job APIs

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

post/api/external/location/update

Headers

RF-Api-Keystring required
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"
}

Changes

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