/
SY
syncromsp
/
Syncro
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 21h ago
Details
Filter operations
Appointment
5
Appointment Type
5
Asset
8
Call
1
Canned Response
5
Contact
5
Contract
5
Customer
7
Estimate
11
Invoice
8
get
Returns a paginated list of Invoices
post
Creates an Invoice
get
Retrieves an Invoice by ID or Number
put
Updates an existing invoice by ID
delete
Deletes an invoice by ID
get
Returns the associated ticket for an invoice
post
Queues a print job for an invoice
post
Sends invoice to customer
Invoice/Line item
3
Item
1
Lead
4
Line Item
1
New Ticket Form
3
Payment
3
Payment Method
1
Payment Profile
5
Phone
4
Policy Folder
5
Portal User
5
Product
9
Product Serial
4
Product SKU
4
Purchase Order
7
RMM Alert
5
RMM Script
1
Schedule
8
Search
1
Setting
3
Ticket
19
Ticket Blueprint
2
Ticket Timer
6
Timelog
3
User
4
User Device
3
Vendor
4
Wiki Page
5
Worksheet Result
5
Invoice
Creates an Invoice
Required permission: Invoices - Create
post
/invoices
Request body
object
required
id
integer
balance_due
integer
customer_id
integer
required
name
string
number
string
required
date
string
date-time
required
customer_business_then_name
string
created_at
string
date-time
updated_at
string
date-time
due_date
string
date
subtotal
string
total
string
tax
string
verified_paid
boolean
tech_marked_paid
boolean
ticket_id
integer
pdf_url
string
is_paid
boolean
location_id
integer
po_number
string
contact_id
integer
note
string
hardwarecost
number
line_items
object[]
Response
Invoice created
Changes