Skip to main content

searchPaymentOrders


ApiScope: payment.orders.search
API Scope Level: ServiceSubscriberScope
Request Body required
    dealerUuids string[]
    searchTerm string
    searchType string
    orderType string
Responses

OK


Schema

    object

POST /kpayment/v1/orders/searches

Request

Base URL
/payment
Body required
{
"dealerUuids": [
"string"
],
"searchTerm": "string",
"searchType": "string",
"orderType": "string"
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/orders/searches' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuids": [
"string"
],
"searchTerm": "string",
"searchType": "string",
"orderType": "string"
}'