Create a transaction timeline comment

Creates a transaction timeline comment.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

Request Body schema: application/json

Transaction timeline resource.

message
string

Contents of the timeline message.

post
/transactions/{id}/timeline
Request samples
application/json
{ "message": "string" }
Responses

201

Transaction timeline comment created.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

422

Invalid data sent.

Response samples
application/json
{ "id": "tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC", "type": "amount-adjusted", "triggeredBy": "rebilly", "message": "string", "extraData": { }, "occurredTime": "2019-08-24T14:15:22Z", "_links": [ ] }