Create/Update Payment Dealer
ApiScope: payment.paymentdealer.write
API Scope Level: ServiceSubscriberScope
Path Parameters
dealerUuid string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
paymentDealer object
dealerUuid string
name string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"paymentDealer": {
"dealerUuid": "string",
"name": "string"
}
}
Loading...