setFortellisDealerDepartmentCodes
setFortellisDealerDepartmentCodes
application/json
Request Body required
dealerId int64
dealerUUID string
dealerDepartmentCodes object[]
Responses
- 200
- 400
- 401
- 500
OK
*/*
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"
}
]
}
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/fortellis/departmentCodes
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
go / native
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/fortellis/departmentCodes' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerId": 0,
"dealerUUID": "string",
"dealerDepartmentCodes": [
{
"dealerDepartmentUUID": "string",
"departmentName": "string",
"fortellisDealerDepartmentCode": "string"
}
]
}'