Difference between revisions of "Xero Projects Endpoint: Projects"
Jump to navigation
Jump to search
(Created page with "== Overview == The Xero '''Projects''' endpoint provides the list of projects defined within Xero. Note that to make full use of the data in this endpoint may...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The Xero '''Projects''' [[Endpoints|endpoint]] provides the list of projects defined within Xero. | The Xero '''Projects''' [[Xero Projects Endpoints|endpoint]] provides the list of projects defined within Xero. | ||
To make full use of the data in this endpoint may require using [[Xero Accounting Endpoints|endpoints]] belonging to a [[Xero Accounting Models|Xero Accounting Model]]. | |||
Line 15: | Line 15: | ||
;contactId | ;contactId | ||
:A [[Field Type: GUID|guid field]] that provides the id of the contact. | :A [[Field Type: GUID|guid field]] that provides the id of the contact. | ||
:This field links with the [[Xero Accounting Endpoint: Contacts|Contacts]] or [[Xero Accounting Endpoint: | :This field links with the [[Xero Accounting Endpoint: Contacts|Contacts]] or [[Xero Accounting Endpoint: ContactsExpanded|ContactsExpanded]] endpoints of a [[Xero Accounting Models|Xero Accounting Model]]. | ||
;name | ;name | ||
Line 31: | Line 31: | ||
;currencyCode | ;currencyCode | ||
:A [[Field Type: Text|text field]] that indicates the [[Xero Accounting Endpoint: Currencies|currency]] of the project. | :A [[Field Type: Text|text field]] that indicates the [[Xero Accounting Endpoint: Currencies|currency]] of the project. | ||
:This field links with the [[Xero Accounting Endpoint: Currencies|Currencies]] [[Xero Accounting Model | :This field links with the [[Xero Accounting Endpoint: Currencies|Currencies]] endpoints of a [[Xero Accounting Models|Xero Accounting Model]]. | ||
;minutesLogged | ;minutesLogged | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the total number of [[Xero Projects Endpoint: Times|minutes]] against all [[Xero Projects Endpoint: Tasks|tasks]] of the project. | ||
;minutesToBeInvoiced | ;minutesToBeInvoiced | ||
:A [[Field Type: Decimal|decimal | :A [[Field Type: Decimal|decimal field]] that provides the total number of [[Xero Projects Endpoint: Times|minutes]] yet to be invoiced across all chargeable [[Xero Projects Endpoint: Tasks|tasks]] of the project. | ||
;totalTaskAmount | ;totalTaskAmount | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] of all [[Xero Projects Endpoint: Tasks|tasks]] of the project. | ||
;totalExpenseAmount | ;totalExpenseAmount | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] of all expenses of the project. | ||
;taskAmountToBeInvoiced | ;taskAmountToBeInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] yet to be invoiced across all chargeable [[Xero Projects Endpoint: Tasks|tasks]] of the project. | ||
;taskAmountInvoiced | ;taskAmountInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] already invoiced across all chargeable [[Xero Projects Endpoint: Tasks|tasks]] of the project. | ||
;expenseAmountToBeInvoiced | ;expenseAmountToBeInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] yet to be invoiced for all expenses of the project. | ||
;expenseAmountInvoiced | ;expenseAmountInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] already invoiced for all expenses of the project. | ||
;projectAmountInvoiced | ;projectAmountInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|actual amounts]] already invoiced for the project. | ||
;deposit | ;deposit | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|deposit amount received]] for the project. | ||
;depositApplied | ;depositApplied | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|deposit amount applied]] against [[Xero Accounting Endpoint: Invoices|invoices]] for the project. | ||
;creditNoteAmount | ;creditNoteAmount | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|credit note recorded]] as [[Xero Accounting Endpoint: CreditNotes|credit notes]] for the project. | ||
;totalInvoiced | ;totalInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|amount]] already invoiced for the project. | ||
;totalToBeInvoiced | ;totalToBeInvoiced | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|amount]] yet to be invoiced for the project. | ||
;estimate | ;estimate | ||
:A [[Field Type: Record|record | :A [[Field Type: Record|record field]] that provides the [[Xero Projects Field: Amounts|estimate amount]] for the project. | ||
Line 99: | Line 99: | ||
:[[Xero Projects Endpoint: Tasks|Tasks]] | :[[Xero Projects Endpoint: Tasks|Tasks]] | ||
:[[Xero Projects Endpoint: Times|Times]] | :[[Xero Projects Endpoint: Times|Times]] | ||
== Related Topics == | |||
:[[Xero Projects Models]] | |||
:[[Xero Projects Endpoints]] |
Latest revision as of 20:00, 22 September 2021
Overview
The Xero Projects endpoint provides the list of projects defined within Xero.
To make full use of the data in this endpoint may require using endpoints belonging to a Xero Accounting Model.
Fields
The following fields are available for the Projects endpoint.
- projectId
- A guid field that provides the id of the project.
- contactId
- A guid field that provides the id of the contact.
- This field links with the Contacts or ContactsExpanded endpoints of a Xero Accounting Model.
- name
- A text field that provides the name of the project.
- deadlineUtc
- A datetime field that provides the deadline date.
- status
- A text field that indicates the status of the project.
- Possible values are:
- INPROGRESS: Indicates the project is ongoing.
- CLOSED: Indicates the project is complete.
- currencyCode
- A text field that indicates the currency of the project.
- This field links with the Currencies endpoints of a Xero Accounting Model.
- minutesLogged
- A decimal field that provides the total number of minutes against all tasks of the project.
- minutesToBeInvoiced
- A decimal field that provides the total number of minutes yet to be invoiced across all chargeable tasks of the project.
- totalTaskAmount
- A record field that provides the total actual amounts of all tasks of the project.
- totalExpenseAmount
- A record field that provides the total actual amounts of all expenses of the project.
- taskAmountToBeInvoiced
- A record field that provides the total actual amounts yet to be invoiced across all chargeable tasks of the project.
- taskAmountInvoiced
- A record field that provides the total actual amounts already invoiced across all chargeable tasks of the project.
- expenseAmountToBeInvoiced
- A record field that provides the total actual amounts yet to be invoiced for all expenses of the project.
- expenseAmountInvoiced
- A record field that provides the total actual amounts already invoiced for all expenses of the project.
- projectAmountInvoiced
- A record field that provides the total actual amounts already invoiced for the project.
- deposit
- A record field that provides the total deposit amount received for the project.
- depositApplied
- A record field that provides the total deposit amount applied against invoices for the project.
- creditNoteAmount
- A record field that provides the total credit note recorded as credit notes for the project.
- totalInvoiced
- A record field that provides the total amount already invoiced for the project.
- totalToBeInvoiced
- A record field that provides the total amount yet to be invoiced for the project.
- estimate
- A record field that provides the estimate amount for the project.
Xero API
For a detailed run through of the endpoint, you can see the Xero API.
Related Fields
Related Endpoints