updateDevicePurchaseOrder
updateDevicePurchaseOrder
Path Parameters
ServiceSubscriberDealer string required
devicePurchaseOrderUuid string required
application/json
Request Body required
devicePurchaseOrderItems object[]
paymentType string
shipping object
shippingMethodGatewayId string
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
object
{}
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"
}
]
}
PUT /kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid
Request
Request
curl / cURL
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
python / requests
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
go / native
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
nodejs / axios
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
ruby / Net::HTTP
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
csharp / RestSharp
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
php / cURL
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
java / OkHttp
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'
powershell / RestMethod
curl -L -X PUT '/payment/kpayment/v1/dealer/:ServiceSubscriberDealer/device/order/:devicePurchaseOrderUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"devicePurchaseOrderItems": [
{
"amount": 0,
"currency": "string",
"quantity": 0,
"product": {
"gatewayCountryProductId": "string",
"gatewayProduct": {
"gatewayId": "string",
"status": "string",
"type": "string",
"id": "string"
},
"amount": 0,
"currency": "string",
"country": "string",
"orderable": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"status": "string"
}
}
],
"paymentType": "string",
"shipping": {
"address": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postalCode": "string",
"state": "string"
},
"amount": 0,
"company": "string",
"currency": "string",
"email": "string",
"name": "string",
"phone": "string"
},
"shippingMethodGatewayId": "string"
}'