fireFeesRules
fireFeesRules
application/json
Request Body required
fetchSurcharge boolean
fetchApplicationFee boolean
dealerId int64
tenderType string
Possible values: [CREDIT
, DEBIT
, CASH
, ACH
]
cardType string
Possible values: [VISA
, MAST
, DISC
, AMEX
, DINER
, JCB
]
transactionDepartment string
Possible values: [SERVICE
, PARTS
, SALES
, BODYSHOP
, LOANER
, FINANCE
, MANAGEMENT
]
paymentType string
Possible values: [ONLINE
, MANUAL
, RETAIL
]
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
surchargeRulesResponse object
maxSurcharge double
feeType string
Possible values: [PERCENTAGE
, FLAT
]
feeValue double
applicationFeeResponse object
feeType string
feeValue double
applicationFeeRulesResponse object
feeType string
feeValue double
{
"surchargeRulesResponse": {
"maxSurcharge": 0,
"feeType": "PERCENTAGE",
"feeValue": 0
},
"applicationFeeResponse": {
"feeType": "string",
"feeValue": 0
},
"applicationFeeRulesResponse": {
"feeType": "string",
"feeValue": 0
}
}
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...