v2023-09-01
Search...
/
Support
Partner Portal
Home
Guides
API Reference
Home
Guides
API Reference
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
GET
Get Synced Records
GET
Get Single Synced Record
POST
Push Object
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Support
Partner Portal
Accounting integration
Accounting synchronized records
Push Object
POST
https://
api.sandbox.monite.com/v1
/
accounting_synced_records
/
:synced_record_id
/
push
Push object to the accounting system manually
Path parameters
synced_record_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Response
This endpoint returns an object.
id
string
created_at
datetime
updated_at
datetime
last_pulled_at
datetime
object_type
enum
Allowed values:
product
customer
vendor
receivable
bill
sync_status
enum
Allowed values:
pending
error
done
errors
map from strings to any
Optional
object_id
string
Optional
object_updated_at
datetime
Optional
platform
enum
Optional
Allowed values:
xero
quickbooks_online
quickbooks_online_sandbox
platform_object_id
string
Optional
platform_updated_at
datetime
Optional
provider
"codat" or "railz"
Optional
Allowed values:
codat
railz
provider_object_id
string
Optional
provider_updated_at
datetime
Optional
Errors
422
Unprocessable Entity
500
Internal Server Error