On this page
No Headings
Returns invoice connection status with timestamp per invoice.
objectidstring^[A-Za-z0-9\-]+$The ID of the invoice. This property supports Unicode.
connection_statusarrayAn array of connection-level details.
itemsobjectThis object contains an array of connection details. It is used to load sync status for a user.
connectionsarrayAn array of connection-level details.
itemsobjectThis lists last sync status and connection platform name.
platform_namestring^.*$The name of the platform. This property supports Unicode. The pattern is not provided because the value is defined by an external party.
last_sync_timestringppaas_date_time_v3^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$The date and time when the resource is last synced with the accounting platform. This property supports Unicode.
last_sync_statusstring"IN_PROGRESS", "SUCCESS", "FAILED"^[A-Z0-9_]+$The status of the last sync. This property supports Unicode.