Get Warranty Confirmation Page
Get Warranty Confirmation Page
Path Parameters
departmentUuid string required
orderUUID string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
object
{}
GET /v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
go / native
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'