v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBJob
Update Job by JobID/ExternalIdentifier
Update an existing job's details such as pickup/dropoff times, addresses, or metadata. The id can be a Nash job ID or your external identifier.
patch/v1/jobs/{id}
Path parameters
idstring nullable required
Job ID or External Identifier
Job ID or External Identifier
jobConfigurationIdstring nullable required
Job Configuration ID (for updating a package in a batch job)
Job Configuration ID (for updating a package in a batch job)
Request body
Example request
{
"pickupAddressComponents": {
"number": "1600",
"street": "Pennsylvania Avenue NW",
"county": "Washington",
"city": "Washington",
"state": "DC",
"postalCode": "20500",
"country": "US",
"latitude": 38.8948949,
"longitude": -77.0371581
},
"dropoffAddressComponents": {
"number": "1600",
"street": "Pennsylvania Avenue NW",
"county": "Washington",
"city": "Washington",
"state": "DC",
"postalCode": "20500",
"country": "US",
"latitude": 38.8948949,
"longitude": -77.0371581
},
"packageRequirements": [
"photo_proof_of_delivery",
"age_verification_on_delivery"
],
"packageMinimumVehicleSize": "car"
}Response
OK