Is it possible to update AR Invoice RemitToAddress via REST API ?
Trying to update AR Invoice RemitToAddress via REST API and got a response with the updated RemitToAddress in Postman but in UI/Application it looks empty. Is it possible to update AR Invoice RemitToAddress via REST API ?
REST API: /fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}
Method: Patch
Request Payload:
{
"RemitToAddress": "Address1,Address2,Address3,Address4"
}
Tagged:
0