When I try to create a credit request in RMA Processing using the API, I get this:
'https://XXX/api/v2/odata/EPIC06/Erp.BO.RMAProcSvc/InvcDtls'
I get: "Invoices must be added using the RMACreditAdd method."
When I try to create a RMA DIsposition:
Using
'https://XXX/api/v2/odata/EPIC06/Erp.BO.RMADispSvc/RMARcpts'
Or
'https://XXX/api/v2/odata/EPIC06/Erp.BO.RMADispSvc/RMADisps'
I get: "An RMA Receipt record may not be added from this object."
I tried using Postman to do RMACreditAdd but I dont know the payload schema and what fields to use.