roLendable
roLendable
application/json
Request Body required
dealerUUID string
dealerOrderUUID string
customerUUID string
orderType string
departmentUUID string
amount number
customerFirstName string
customerLastName string
stateCode string
payTypes string
dealerOrderId int64
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
error object
warnings object[]
response boolean
{
"error": {
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"response": true
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"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
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
POST /kpayment/v1/finance/roLendable
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
go / native
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/finance/roLendable' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"orderType": "string",
"departmentUUID": "string",
"amount": 0,
"customerFirstName": "string",
"customerLastName": "string",
"stateCode": "string",
"payTypes": "string",
"dealerOrderId": 0
}'