Zivio API Documentation home page
Search or ask...
Support
Search...
Navigation
Invoices
Create an Invoice
Documentation
API Reference
Endpoints
Welcome
Bank Accounts
Bids
EOIs
EOI Responses
Invoices
GET
Retrieve all invoices, filter by query
POST
Create an Invoice
GET
Retrieve an invoice by ID
DEL
Delete an invoice by ID
PATCH
Update an Invoice by ID
PUT
Update an invoice as paid
Jobs
Milestones
Offers
Orgs
Purchase Orders
Sales Invoices
Sales Milestones
Skill Categories
Skill Taxonomies
Skills
Suppliers
Supplier Lists
Users
Variation Orders
Invoices
Create an Invoice
POST
https://api.zivio.net/api/v3
https://api.eu.zivio.net/api/v3
https://api.uk.zivio.net/api/v3
https://api.us.zivio.net/api/v3
/
invoices
Try it
Authorizations
X-API-Key
string
header
required
zivio-tenant-id
string
header
required
Body
application/json
type
string
description
string
ccy
string
job_id
integer
due_on
string
dated_on
string
milestone_id
integer
net_total_cents
integer
tax_total_cents
integer
total_cents
integer
invoice_items_attributes
object[]
Show child attributes
invoice_items_attributes.
description
string
invoice_items_attributes.
quantity
integer
invoice_items_attributes.
billing_start
string
invoice_items_attributes.
billing_end
string
invoice_items_attributes.
unit_type
string
invoice_items_attributes.
unit_cost_cents
integer
invoice_items_attributes.
tax_type_id
integer
Response
200 - application/json
id
integer
status
string
job_id
integer
job_summary
string
net_total
string
tax_total
string
total
string
ccy
string
due_on
string
created_at
string
milestone_id
integer
updated_at
string
approved_at
string
approved_by
object
Show child attributes
approved_by.
id
integer
approved_by.
first_name
string
approved_by.
last_name
string
approved_by.
email
string
approved_by.
org_name
string
approved_by.
org_id
integer
approved_by.
business_unit
string
approved_by.
division
string
approved_by.
department
string
approved_by.
vetting_status
string
approved_by.
created_at
string
approved_by.
updated_at
string
approved_by.
custom_fields
object
Show child attributes
approved_by.custom_fields.
key
string
approved_by.
has_oversight
string
client_org
object
Show child attributes
client_org.
id
integer
client_org.
name
string
client_org.
is_external_client
string
client_org.
created_at
string
client_org.
updated_at
string
client
object
Show child attributes
client.
id
integer
client.
first_name
string
client.
last_name
string
client.
email
string
client.
org_name
string
client.
org_id
integer
client.
business_unit
string
client.
division
string
client.
department
string
client.
vetting_status
string
client.
created_at
string
client.
updated_at
string
client.
custom_fields
object
Show child attributes
client.custom_fields.
key
string
client.
has_oversight
string
supplier
object
Show child attributes
supplier.
id
integer
supplier.
name
string
supplier.
email
string
supplier.
vetting_status
string
supplier.
tax_number
string
supplier.
created_at
string
supplier.
updated_at
string
Retrieve all invoices, filter by query
Retrieve an invoice by ID