getPaymentManagerApprovalMessages
getPaymentManagerApprovalMessages
Query Parameters
dealerID int64 required
dealerUUID string required
pageNumber int32 required
maxResults int32 required
filter string required
userUUID string required
dealerAssociateUUID string required
paymentUserID int64 required
dealerDepartmentUUID string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
messages object[]
messageBody string
messageUUID string
status string
createdTimestamp string
showButton string
decidedBy string
type string
paymentManagerActionID string
paymentManagerActionID string
dealerUUID string
customerUUID string
dealerID string
orderNumber string
customerFirstName string
customerLastName string
status string
approvalRequired string
type string
updatedTimestamp string
[
{
"messages": [
{
"messageBody": "string",
"messageUUID": "string",
"status": "string",
"createdTimestamp": "string",
"showButton": "string",
"decidedBy": "string",
"type": "string",
"paymentManagerActionID": "string"
}
],
"paymentManagerActionID": "string",
"dealerUUID": "string",
"customerUUID": "string",
"dealerID": "string",
"orderNumber": "string",
"customerFirstName": "string",
"customerLastName": "string",
"status": "string",
"approvalRequired": "string",
"type": "string",
"updatedTimestamp": "string"
}
]
Bad Request
*/*
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
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
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
{
"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
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Loading...