DealerMAX Developers

NLT offer not found

No NLT offer matching id_offerta is available for this dealer.

Response shape

HTTP/1.1 404
Content-Type: application/problem+json
X-Request-ID: req_...

{
  "type": "https://developers.dealermax.app/errors/offer_not_found",
  "title": "NLT offer not found",
  "status": 404,
  "code": "offer_not_found",
  "request_id": "req_..."
}

The response may include a human-readable detail field. Validation failures also include an errors array with the invalid parameters reported by FastAPI.

How to recover

Refresh GET /dealer/NLT/listing and use an id_offerta returned there.

Related

Full catalog: https://developers.dealermax.app/errors. API reference: https://developers.dealermax.app/api.

Authoritative reference: https://developers.dealermax.app/api Contact: support@dealermax.app Owner: Azure S.r.l. DealerMax-app/dealermax-public-api