Update a Job

Request Body Sample:

{
    "name":"Player B Updated",
    "description":"B player",
    "street":"Kathmandu",
    "require_geofence":1,
    "landmark":"",
    "state":"Kathmandu",
    "city":"Kathamdnu",
    "zip_code":"44600",
    "country":"Nepal",
    "latitude":26.012501,
    "longitude":-80.313614,
    "track_mileage":1,
    "radius": 100,
    "contact_required":1,
    "contact_name":"Doe",
    "contact_phone":"123456",
    "contact_mobile":"",
    "contact_email":"[email protected]",
    "contact_email": "[email protected]",
    "job_status": false,
    "geofence_members":[1],
    "users":[1],
}

Where

  • all the fields are optional except street, city, state, zip_code and country are required when require_geofence is true or 1 and latitude and longitude are not provided.
  • contact_name, contact_phone, contact_mobile, and contact_email are required when contact_required is true or 1.
  • the radius must be numeric and in meters.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Headers
string
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json