Unable to update StructuredPaymentReference using Standard Receipt REST API
Summary:
Unable to update StructuredPaymentReference using Standard Receipt REST API
Content (required):
Standard Receipt REST API update method request payload mentions the StructuredPaymentReference field but the update on this field is not working and giving below error response:
Request payload:
{
"StructuredPaymentReference":"TestComment"
}
Response error message:
You can't update the StructuredPaymentReference attribute using this REST service. (AR-857851)
Is REST API expecting any other field to be updated along with StructuredPaymentReference or it doesn't support update of StructuredPaymentReference field.
Version (include the version you are using, if applicable):
23A (11.13.23.01.0)
Code Snippet (add any code snippets that support your topic, if applicable):