Skip to main content

getDevicePurchaseOrderOptions

getDevicePurchaseOrderOptions

Path Parameters
    ServiceSubscriberDealer string required
Request Body required
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • countryCode string
Responses

OK


Schema

    object

POST /kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/options

Request

Base URL
/payment
ServiceSubscriberDealer — path required
Body required
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"countryCode": "string"
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/options' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"countryCode": "string"
}'