Invoice_Send Schema
Documentation | {..} JSON | XML |
Mandatory field | Optional field |
Send one or more invoice
Header
Document header container
MessageType
string
Enumerated value: Request
Enumerated value: Response
DeviceID
ID of the calling device where applicable. Use for mobile devices such as I-Phones and Android units
string
Minimum length: 0
Maximum length: 100
SubmissionNumber
string
A unique reference used for each API request. The Submission Number is seeded within the Authentication MD5 Value to prevent cloning.
Authentication
Account number, and an MD5 hash "Account number, API Key and Submission Number"
AccNumber
MD5Value
ApplicationID
Unique identiifier for the application making the request. Mandoatory from 10th Dec 2013
string
Minimum length: 1
Maximum length: 100
Body
SendItem
100InvoiceID
integer
Invoice ID relating to item that will be sent.
SendByEmail
boolean
Send by email (true/false)
SendBySnailMail
boolean
Send by snail mail (true/false)
ClientContactId
long
When SendByEmail = true set the client contact ID to whom the email will be sent. If absent the default client contact will be used.
Endpoint: https://api.quickfile.co.uk/1_2/invoice/send
Example Request:
We had a problem retrieving a JSON sample for this method, please retry later
Example Response:
Example Request:
We had a problem retrieving an XML sample for this method, please retry later
Example Response:
Other Invoice Methods |
---|
Create a new invoice, estimate or recurring invoice template
|
Delete an invoice, estimate or recurring invoice template
|
Retrieve a single invoice, estimate or recurring invoice template
|
Retrieve a URL to for an invoice or estimate PDF document
|
Search for invoices and estimates using a specific set of search parameters
|
Send an invoice or estimate by email or snail mail
|
Accepts or declines an estimate
|
Creates an invoice from a given estimate
|