Divisions

The information in this document is currently in BETA and subject to change.


The Divisions resource represents a collection of divisions that represent the originating organisation. Divisions within an organisation are distinguished by a range of custom preferences and are linked to differing Participants resources. Division may appear in a flat or hierarchical structure; where a division may have a parent division or one, to many, child divisions.


Resource Properties
Scope Parameterdivisions
Location/divisions
MethodsGET
Default Page Size50
Max Page Size200
Default IncludesNone


Resource Attributes
FieldDescriptionFormatRequiredField TypeNotes
timezoneNameThe timezone identifier for the Division.stringtruedefaulti.e. "Pacific/Auckland"
timezoneOffsetThe GMT timezone offset.integertruedefault
isActiveIf the Division is Activebooleanfalsedefault
taxMonthsThe monthly interval at which tax is paid.integerfalseadditional
taxAccountingMethodThe accounting method for Tax.stringfalseadditional
invoiceAccountingMethodThe accounting method for Invoicing.stringtrueadditional
lockoutTimestampThe date which prevents prior transactions.datefalseadditional
openingBalanceTimestampThe date of the Division's opening balance.datetrueadditional
emailSignatureThe Division's email signature.stringfalseadditional
cashAccountingAllocationCash account allocation method for the Division.stringtrueadditional
invoiceAccountingAllocationAllocation method of invoicing.stringtrueadditional
trustLockoutTimestampThe lockout date for trust accounting.datefalseadditional
participantThe Participant recordstringtruelink
parentThe parent Division - if it exists.stringfalselink


Link Templates
IdentifierResourceLocation Template
divisions.participantparticipants/participants/{divisions.participant}
divisions.parentdivisions/divisions/{divisions.parent}