RequestID
in when communicating support@usenash.com so we can help you faster
pickupAddress
field.
Another example:
pickupsAddress
or dropoffAddress
is missing, invalid or couldn’t be parsed.
Example:
pickupPhoneNumber
or dropoffPhoneNumber
is missing, invalid or couldn’t be parsed.
Provided phone-number are expected to be in E.164 format.
Example:
externalIdentifier
has been already used for another job
Example:
packagePickupStartTime
, packagePickupEndTime
, packageDropoffStartTime
, packageDropoffEndTime
are invalid (e.g. dropoff time window is before pickup time window)
Example:
response_status | Description |
---|---|
200 OK | Everything worked as expected. |
400 BAD_REQUEST | The request was unacceptable, often due to missing a required parameter. See error.code for more details |
401 UNAUTHORIZED | Invalid or missing API key. |
403 FORBIDDEN | The API key doesn’t have permissions to perform the request. |
404 NOT_FOUND | The requested resource doesn’t exist. |
429 TOO_MANY_REQUESTS | Too many requests hit the API too quickly. |
500 INTERNAL_SERVER_ERROR | Something went wrong on Nash’s end. |