Coupa connector doc references CC endpoint

Troubleshooting still references a deprecated CC endpoint (/api/source/update). The body of the POST in this will also need to be updated, I’m guessing to the following (I don’t have access to test this):

[
  {
    "op": "replace",
    "path": "/attrsToExcludeCurrencyCode",
    "value": "requisition-approval-limit,expense-approval-limit"
  }
]

Thank you for reporting this Mark. I have created a docs ticket to fix this (CONDOCS-3844)

1 Like