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

Delete customer payment record in Midnight

This is secure method and requires below attributes in header

Authorization: PRC Authorize Token
Authorization: Midnight Authorize Token
MISKEY: MIS Key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerPaymentNumber

customer payments number

string

Required

Body Parameters

None.

Response Information

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"
      }
    ]
  }
}