getFinanceOfferForGuid
getFinanceOfferForGuid
Path Parameters
guid string required
Responses
- 200
 - 400
 - 401
 - 500
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
error object
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode string
warningDescription string
id int64
dealerUUID string
dealerOrderUUID string
customerUUID string
lenderId int64
url string
guid string
foAmount number
lenderLoanID string
status string
callbackId string
financeOfferAttributes object[]
id int64
financeOfferId int64
option string
value string
financeEvents object[]
id int64
version int64
eventCode string
timeStamp date-time
eventParam string
isVisible boolean
eventText string
{
  "error": {
    "errorCode": 0,
    "errorTitle": "string",
    "errorMessage": "string",
    "errorDescription": "string"
  },
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ],
  "id": 0,
  "dealerUUID": "string",
  "dealerOrderUUID": "string",
  "customerUUID": "string",
  "lenderId": 0,
  "url": "string",
  "guid": "string",
  "foAmount": 0,
  "lenderLoanID": "string",
  "status": "string",
  "callbackId": "string",
  "financeOfferAttributes": [
    {
      "id": 0,
      "financeOfferId": 0,
      "option": "string",
      "value": "string"
    }
  ],
  "financeEvents": [
    {
      "id": 0,
      "version": 0,
      "eventCode": "string",
      "timeStamp": "2025-10-30T17:04:38.679Z",
      "eventParam": "string",
      "isVisible": true,
      "eventText": "string"
    }
  ]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...