POST EPPActivity

Request Information

URI Parameters

None.

Body Parameters

EPPActivityDetail
NameDescriptionTypeAdditional information
StartDate

date

None.

StartTime

date

None.

MerchantID

string

None.

TransactionType

integer

None.

Gateway

string

None.

ProductID

string

None.

CCErrorAmt

decimal number

None.

CCSuccessAmt

decimal number

None.

ACHErrorAmt

decimal number

None.

ACHSuccessAmt

decimal number

None.

GCErrorAmt

decimal number

None.

GCSuccessAmt

decimal number

None.

CCErrorCount

integer

None.

CCSuccessCount

integer

None.

ACHErrorCount

integer

None.

ACHSuccessCount

integer

None.

GCErrorCount

integer

None.

GCSuccessCount

integer

None.

erpData

ERPData

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2025-12-05T11:48:42.034024-05:00",
  "startTime": "2025-12-05T11:48:42.034024-05:00",
  "merchantID": "sample string 3",
  "transactionType": 4,
  "gateway": "sample string 5",
  "productID": "sample string 6",
  "ccErrorAmt": 7.0,
  "ccSuccessAmt": 8.0,
  "achErrorAmt": 9.0,
  "achSuccessAmt": 10.0,
  "gcErrorAmt": 11.0,
  "gcSuccessAmt": 12.0,
  "ccErrorCount": 13,
  "ccSuccessCount": 14,
  "achErrorCount": 15,
  "achSuccessCount": 16,
  "gcErrorCount": 17,
  "gcSuccessCount": 18,
  "erpData": {
    "tenantID": "sample string 1",
    "domain": "sample string 2",
    "erp": "sample string 3"
  }
}

Response Information

Resource Description

EPPActivityResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

RespString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "respString": "sample string 2"
}