v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Update Job Address

This endpoint updates the job location address information.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

put/jobs/{jobId}/address

Path parameters

jobIdstring uuid required

The job's unique identifier

Request body

street1string
street2string
citystring
statestring
countrystring
zipCodestring

Example request

{
  "street1": "123 Main St.",
  "street2": "Apt 2",
  "city": "Peoria",
  "state": "MI",
  "country": "US",
  "zipCode": "61603"
}

Response

No Content