GET v1/Generic/CustomerPaymentDelete?customerPaymentNumber={customerPaymentNumber}

Delete customer payment record in Midnight

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerPaymentNumber

customer payments number

string

Required

Body Parameters

None.

Response Information

Resource Description

TupleOfBooleanAndMidnightErrorResponse
NameDescriptionTypeAdditional information
Item1

boolean

None.

Item2

MidnightErrorResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "m_Item1": true,
  "m_Item2": {
    "ErrorMessage": [
      {
        "Key": "sample string 1",
        "Message": "sample string 2"
      },
      {
        "Key": "sample string 1",
        "Message": "sample string 2"
      }
    ]
  }
}