Difference between revisions of "Xero Projects Endpoint: Projects"

From OdataLink
Jump to navigation Jump to search
 
(6 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.


Note that to make full use of the data in this endpoint may require using [[Xero Accounting Models|endpoints belonging to a Xero Accounting Model]].
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: ContactsExpanded|ContactsExpanded]] [[Xero Accounting Models|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|endpoint]].
:This field links with the [[Xero Accounting Endpoint: Currencies|Currencies]] endpoints of a [[Xero Accounting Models|Xero Accounting Model]].


;minutesLogged
;minutesLogged
Line 64: Line 64:


;depositApplied
;depositApplied
:A [[Field Type: Record|record field]] that provides the total [[Xero Projects Field: Amounts|deposit amount applied]] against [[Xero Accounting Endpoints: Invoices|invoices]] for the project.
: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 field]] that provides the total [[Xero Projects Field: Amounts|credit note recorded]] as [[Xero Accounting Endpoints: CreditNotes|credit notes]] for the project.
: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
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

Amounts


Related Endpoints

Contacts
ContactsExpanded
CreditNotes
CreditNotesExpanded
Invoices
InvoicesExpanded
Tasks
Times


Related Topics

Xero Projects Models
Xero Projects Endpoints