Documents
Last updated
Last updated
Documents are all the invoices, quotes, contracts, and other files you have stored in your Lancerkit account. Use the documents API to list, create or update contacts within your Lancerkit account.
GET
https://api.lancerkit.com/documents
List all the documents on your account
Name | Type | Description |
---|---|---|
GET
https://api.lancerkit.com/documents/:id
Get a specific document from your account
DELETE
https://api.lancerkit.com/documents
Delete some documents from your account
POST
https://api.lancerkit.com/documents/:id
Edit an existing document
POST
https://api.lancerkit.com/documents/new
Create a new document
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
search
String
A query to filter the documents list
page
Number
id
String
The id of the document
ids
String
The ids of the documents to delete
id
String
The id of the document
type
String
Invoice / Quote / Charge / Other
reference
String
date
String
currency
String
amount
String
contact
String
The ID of the contact
id
String
The id of the document
type
String
Invoice / Quote / Charge / Other
reference
String
date
String
currency
String
amount
String
contact
String
The ID of the contact