Adds a custom integration external identifier to a Project Offering. This can be any opaque string used to correlate the Project Offering with a record in an external system. Strings starting with a reserved 'px_' provider prefix (e.g., 'px_harvest:') are reserved for use by Parallax integrations and not allowed.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings/{offering_id}/external-ids
- Production Serverhttps://api.getparallax.com/v1/projects/{project_id}/offerings/{offering_id}/external-ids
- application/json-patch+json
- application/json
curl -i -X POST \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings/{offering_id}/external-ids' \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"external_id": "string"
}'