Add Custom Changes
The UpdateTransaction API supports the following changes to the transactions metadata and custom data:
Change | How to | Example |
---|---|---|
Add |
To add the additional custom field, send a new custom header parameter and value. |
(testParam = “N1”) |
Edit |
To edit an existing custom field, send the current header parameter with a new value. |
(testParam = “N2”). |
Delete |
To delete an existing custom field, send the existing header parameter with an empty value. |
(testParam= “{ParamName}”) |
Send a date |
To send a date in the custom header, set the CustomerTransactionDate field in the MM/dd/yyyy. |
HH:mm:ss format: MM/dd/yyyy |