Update Card Type and Last 4 Digits (Test Method)
POST
/api/paymentmethod/testThis endpoint updates the `CardType` and `Last4Digits` columns for existing records. It is intended to be run in both test and production environments. Once it is executed successfully in these environments, this method can be commented out or disabled.
Response
A successful response indicating the records were updated.
resultobject
The result of the test, including status and any relevant messages.
teststring
A string containing test-specific data or output.
The request is invalid or contains incorrect parameters.
resultobject
The result object that contains the outcome and additional details of the API request.
The specified records were not found.
resultobject
The result object that contains the outcome and additional details of the API request.