/
Create customer timeline...
Creates a customer timeline custom event type.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/customer-timeline-custom-events
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/customer-timeline-custom-events
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/customer-timeline-custom-events
- SecretApiKey
- JWT
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/customer-timeline-custom-events \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string"
}'Customer timeline custom event type created.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
ID of the customer timeline custom event.
Example:"tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC"
Name of the customer timeline custom event type. This value must not conflict with any system event name.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC", "name": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }