My Stuff

neugon Red Ribbon

Comments

  • There is not error, the Credit Memo is created, but its not applied as the API doc says it should based on the attributes passed: "apply":{ "items" : [ { "line": 0, "amount":3.01, "apply": true, "applyDate": "2023-09-12", "doc": {"id" : "60"} } A suiteanswer exists 91284 has the same behavior..the actual CM is created but…
  • The API is out of date. The original error you were getting is cause the attribute name. It should be call applyList instead of apply { "applyList": { "items": [ { "line":0, "amount": 499.20, "apply": true, "applyDate": "2024-06-06", "doc": {"id": "12273482"}} ] }, "memo": "Test creation CM ", "subsidiary": { "id": "1" } }…