POST v1/Generic/DeleteCustomerPaymentToken

Delete FSCustomerPaymentToken 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

None.

Body Parameters

DeleteCustomerPaymentTokenRequest
NameDescriptionTypeAdditional information
FSCustomerPaymentTokenId

FSCustomerPaymentToken Id of Record.

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "FSCustomerPaymentTokenId": 1
}

application/xml, text/xml

Sample:
<DeleteCustomerPaymentTokenRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FSCustomerPaymentTokenId>1</FSCustomerPaymentTokenId>
</DeleteCustomerPaymentTokenRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteCustomerPaymentTokenRequest'.

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