Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get Invoice

Resource URL

Code Block
languagebash
GET /invoices/:id

...

idunsigned 
amountdecimal 
subjectstring 
notesstring 
currency_idunsigned int 
owner_idunsigned int 
creator_idunsigned int 
affiliation_idunsigned int 
taxdecimal 
outstandingdecimal 
date_raisedunix timestamp 
date_dueunix timestamp 
date_modifiedunix timestamp 
contact()objectContact and affiliation object.
created_by()objectStaff how created the invoice.
modified_by()objectStaff who last modified the invoice.
created_byunsigned intID of staff who created the invoice.
modified_byunsigned intID of staff who last modified the invoice.

...