Upsert a record
POST
/api/v2/apps/upsertCreate or update by external keyPUT
/api/v2/apps/upsertCreate or update by external keyThe externalKey must be unique across all Workflow App records in the company. Multiple matches return HTTP 409.
curl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: bearer YourTokenHere' \
-d '{
"externalKey": "ERP-A-1001",
"app": "Risk",
"name": "Supplier delay",
"project": "ERP-P-1001"
}' \
'https://app.celoxis.com/psa/api/v2/apps/upsert'