Skip to main content

Get Warranty Confirmation Page

Get Warranty Confirmation Page

Path Parameters
    departmentUuid string required
    orderUUID string required
Responses

OK


Schema

    object

GET /v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
orderUUID — path required
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/orders/:orderUUID/esign/confirmation' \
-H 'Accept: */*'