The Attachment object
A Rutter Attachment object represents the attachment file that can be linked to invoice or bill
Property | Type | Description |
---|---|---|
id | string | A Rutter designated ID for this merchant's attachment. It always will be in UUID format |
file_url | string | URL to download this attachment |
file_name | string | name of this attachment |
created_at | string | The ISO 8601 timestamp the attachment is uploaded |
updated_at | string | The ISO 8601 timestamp the attachment is updated |
{
"id": "0f22c735-57dd-4954-9084-68e41c17b573",
"file_url": "https://rutterfiles.s3.us-east-2.amazonaws.com/account_receivable.pdf",
"file_name": "rutter_account_payable.pdf",
"created_at": "2016-06-23T09:09:34.752Z",
"updated_at": "2016-06-23T09:10:02.798Z"
}