- Create a payout request timeline comment
Retrieve transaction timeline messages
Create a transaction timeline comment
Retrieve a transaction Timeline message
Delete a transaction timeline message
Retrieve payout request timeline messages
Retrieve a payout request timeline message
Delete a payout request timeline message
Create a payout request t...
Creates a payout request timeline comment.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payout-requests/{id}/timeline
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payout-requests/{id}/timeline
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payout-requests/{id}/timeline
- SecretApiKey
- JWT
curl -i -X POST \
'https://www.rebilly.com/_mock/catalog/all/payout-requests/{id}/timeline' \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"message": "string"
}'Payout request timeline comment 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 message.
Example:"tlm_0YVDMDE2BMC6KBB5MX76RF6T80"
Type of timeline event.
Enum:"timeline-comment-created""payout-request-created""payout-request-ready""payout-request-returned-to-pending""payout-request-approved""payout-request-approval-undone""payout-request-allocated""payout-request-processing-started""payout-request-fulfilled""payout-request-canceled"
Date and time when the timeline event occurred.
Response
{ "id": "tlm_0YVDMDE2BMC6KBB5MX76RF6T80", "type": "timeline-comment-created", "occurredTime": "2019-08-24T14:15:22Z", "triggeredBy": "rebilly", "message": "string", "extraData": { "actions": [ … ], "tables": [ … ], "author": { … }, "mentions": { … }, "links": [ … ] } }