NEW: Check our new hosted service COZYROC Cloud ...
Bloomerang Connection
Overview
Configuration is provided for establishing connections with Bloomerang service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to 'Bloomerang' REST API using COZYROC's REST Connection Manager.
Congratulations! You have now established a connection to your Bloomerang instance.
In this guide, we will show how to read data from the Bloomerang service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the Bloomerang service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://api.bloomerang.co/v2
.
- OAuth 2
-
The authentication uses an authorized token. The token will be refreshed with the following expression:
{{=Date.now() + (response.expires_in - 300) * 1000}}
.The authentication has the following user-defined parameters:
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
For further information, please check here.
- APIKey
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- APIKey: Required. Specify API key.
The following request parameters will be automatically processed during the authentication process:
-
X-API-KEY:
{{=connection.user.APIKey}}
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE
- AuditTrailT
Field components:
-
Uses template:
DateTime
. - Contains the following components: CreatedDate, CreatedName, LastModifiedDate, LastModifiedName.
-
Uses template:
- RelationshipRoleT
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, IsDefault, Name, SortIndex, IsActive.
-
Uses template:
- AddressT
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, AccountId, Type, Street, City, State, PostalCode, Country, IsPrimary, IsBad.
-
Uses template:
- EmailT
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, AccountId, Type, Value, IsPrimary, IsBad.
-
Uses template:
- PhoneT
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, AccountId, Type, Extension, Number, IsPrimary.
-
Uses template:
- AttachmentsT
Field components:
- An array.
- Contains the following components: Guid, Name, Extension, Url.
- CustomValuesT
Field components:
- An array.
- Contains the following components: FieldId, Value.
- ProfileT
Field components:
-
Uses template:
ShortText
. - Contains the following components: Type, Status, FirstName, LastName, MiddleName, Prefix, Suffix, FullName, InformalName, FormalName, EnvelopeName, RecognitionName, JobTitle, Employer, Website, FacebookId, TwitterId, LinkedInId, Gender, Birthdate, ProfilePictureType, PrimaryEmail, PrimaryPhone, PrimaryAddress, SecondaryAddresses, SecondaryPhones, FullCustomProfileImage, CroppedCustomProfileImage, CustomValues.
-
Uses template:
- Ref
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, Name.
-
Uses template:
- TransactionDesignation
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, Amount, Note, AcknowledgementStatus, AcknowledgementInteractionIds, Type, NonDeductibleAmount, FundId, QuickbooksAccountId, CampaignId, AppealId, TributeId, SoftCreditIds, CustomValues, TransactionId, Fund, Campaign, Appeal, Tribute, TributeType, AttachmentIds, DesignationNumber, AuditTrail.
-
Uses template:
- [Read] action
-
The result is extracted from:{{=response.Results}}
.
The result is paginated.The following request parameters will be automatically processed:
-
skip:
{{=parameters.iterator}}
-
take:
{{=parameters.batchSize}}
-
_includeUserParameters:
{{=parameters}}
-
skip:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/addresses
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/address/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the addressID
For further information check here.
- [Create] action
-
Endpoint URL address:
/address
.For further information check here.
- [Update] action
-
Endpoint URL address:
/address/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/address/{{=item.Id}}
.For further information check here.
The resource includes the fields from the AddressT template.
- StateAbbreviation
Template: ShortText.
- CountryCode
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/appeals
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/appeal/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the AppeaID
For further information check here.
- [Create] action
-
Endpoint URL address:
/appeal
.For further information check here.
- [Update] action
-
Endpoint URL address:
/appeal/{{=item.Id }}
.For further information check here.
- Id
A key field. Data type: DT_I4
- Name
Template: ShortText.
- SortIndex
Data type: DT_I4
- IsActive
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/campaigns
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/campaign/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the CampaignID
For further information check here.
- [Read Refresh Summary] action
-
Endpoint URL address:
/campaigns/refreshsummaries
.For further information check here.
- [Create] action
-
Endpoint URL address:
/campaign
.For further information check here.
- [Update] action
-
Endpoint URL address:
/campaign/{{=item.Id }}
.For further information check here.
- Id
A key field. Data type: DT_I4
- StartDate
Template: DateTime. A read-only field.
- EndDate
Template: DateTime. A read-only field.
- Goal
Data type: DT_I8
- Name
Template: ShortText.
- SortIndex
Data type: DT_I4
- IsActive
Data type: DT_BOOL
- Raised
Data type: DT_R8
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/constituents
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/constituent/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the ConstituentID
For further information check here.
- [Read Duplicate] action
-
Endpoint URL address:
/constituent/duplicates
.For further information check here.
- [Read search] action
-
Endpoint URL address:
/constituents/search
.The following request parameters will be automatically processed:
-
type:
Individual
For further information check here.
-
type:
- [Create] action
-
Endpoint URL address:
/constituent
.For further information check here.
- [Update] action
-
Endpoint URL address:
/constituent/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/constituent/{{=item.Id }}
.For further information check here.
- Id
A key field. Data type: DT_I4
- AccountNumber
Data type: DT_I4
- PreferredCommunicationChannel
Template: ShortText.
- CommunicationRestrictions
Template: LongText. A composite field.
- EmailInterestType
Template: ShortText.
- DonorSearchInfo
Field components:
-
Uses template:
ShortText
. - Contains the following components: Id, GenerosityScore.
-
Uses template:
- IsFavorite
Data type: DT_BOOL
- Relationships
The gathered value is processed with
{{=connection.resourceManager['Relationship'].getData({ endpoint: 'constituent', parameters: ['constituent_id=' + item.id] })}}
expression. Field components:- An array.
- Contains the following components: Id, RelationshipRole1, RelationshipRole2, AccountId1, AccountId2, Note.
- Timeline
The value is gathered from
/constituent/{{=item.Id}}/timeline
address. The gathered value is processed with{{=response.Results}}
expression. Field components:- An array.
- Contains the following components: Id, AccountId, date, CreatedDate, Type.
- IsInHousehold
Data type: DT_BOOL
- IsHeadOfHousehold
Data type: DT_BOOL
- Type
Template: ShortText.
- Status
Template: ShortText.
- FirstName
Template: ShortText.
- LastName
Template: ShortText.
- MiddleName
Template: ShortText.
- Prefix
Template: ShortText.
- Suffix
Template: ShortText.
- FullName
Template: ShortText.
- InformalName
Template: ShortText.
- FormalName
Template: ShortText.
- EnvelopeName
Template: ShortText.
- RecognitionName
Template: ShortText.
- JobTitle
Template: ShortText.
- Employer
Template: ShortText.
- Website
Template: ShortText.
- FacebookId
Template: ShortText.
- TwitterId
Template: ShortText.
- LinkedInId
Template: ShortText.
- Gender
Template: ShortText.
- Birthdate
Template: DateTime.
- ProfilePictureType
Template: ShortText.
- EngagementScore
Template: ShortText.
- PrimaryAddress
Template: AddressT.
- AddressIds
Template: LongText. A composite field.
- PrimaryEmail
Template: EmailT.
- EmailIds
Template: LongText. A composite field.
- PrimaryPhone
Template: PhoneT.
- PhoneIds
Template: LongText. A composite field.
- AuditTrail
Template: AuditTrailT. A read-only field.
- SecondaryAddresses
Field components:
- An array.
-
Uses template:
AddressT
.
- SecondaryEmails
Field components:
- An array.
-
Uses template:
EmailT
.
- SecondaryPhones
Field components:
- An array.
-
Uses template:
PhoneT
.
- CustomValues
Template: CustomValuesT.
- [External]
-
The external fields URL address:
/customFields/Constituent/
.- Custom.{{=external.Name}}
Data type: {{=Bloomerang.getDataType(external.DataType)}} ( length 250 ) The gathered value is processed with
{{=item.Custom[field.external.Id]}}
expression. Before setting, the value is processed with{{=Bloomerang.getSetValue(field, value)}}
expression.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customFieldCategories/{{=parameters.type}}/
.
The result is extracted from:{{=response}}
.The action has the following user-defined parameters:
- type: Required. Specify the Object type to filters categories for the given object type.
For further information check here.
- [Read Field] action
-
Endpoint URL address:
/customFields/{{=parameters.type}}/
.The action has the following user-defined parameters:
- type: Required. Specify the Object type to filters fields for the given object type.
For further information check here.
- [Read Field Value] action
-
Endpoint URL address:
/customValues/{{=parameters.type}}
.The action has the following user-defined parameters:
- type: Required. Specify the Object type to get custom values for all pick fields of the given object type.
For further information check here.
- [Read Single Field Values] action
-
Endpoint URL address:
/customValues/{{=parameters.type}}/{{=parameters.FieldId}}
.The action has the following user-defined parameters:
- type: Required. Please specify the Object Type
- FieldId: Required. Please specify the FieldId
For further information check here.
- Id
Data type: DT_I4
- CategoryId
Data type: DT_I4
- Name
Template: ShortText.
- SortIndex
Data type: DT_I4
- IsRequired
Data type: DT_BOOL
- IsActive
Data type: DT_BOOL
- DataType
Template: ShortText.
- PickType
Template: ShortText.
- FieldId
Data type: DT_I4
- Value
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emails
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/email/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the Id of the emailAddress to return
For further information check here.
- [Create] action
-
Endpoint URL address:
/email
.For further information check here.
- [Update] action
-
Endpoint URL address:
/email/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/email/{{=item.Id}}
.For further information check here.
The resource includes the fields from the EmailT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailInterests
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/emailInterest/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the Id of the emailInterest to return
For further information check here.
- Id
Data type: DT_I4
- IsSurveyEmailInterest
Data type: DT_BOOL
- IsDefault
Data type: DT_BOOL
- Name
Template: ShortText.
- SortIndex
Data type: DT_I4
- IsActive
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/funds
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/fund/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the Id of the fund to return
For further information check here.
- [Create] action
-
Endpoint URL address:
/fund
.For further information check here.
- [Update] action
-
Endpoint URL address:
/fund/{{=item.Id }}
.For further information check here.
- Id
Data type: DT_I4
- IsDefault
Data type: DT_BOOL
- Name
Template: ShortText.
- SortIndex
Data type: DT_I4
- IsActive
Data type: DT_BOOL
- GeneralLedgerClass
Template: ShortText.
- DefaultQuickbooksAccountId
Data type: DT_I4
- QuickbooksAccountIds
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/households
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/household/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the Id of the emailAddress to return
For further information check here.
- [Read search] action
-
Endpoint URL address:
/constituents/search
.The following request parameters will be automatically processed:
-
type:
Household
For further information check here.
-
type:
- [Create] action
-
Endpoint URL address:
/household
.For further information check here.
- [Update] action
-
Endpoint URL address:
/household/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/household/{{=item.Id}}
.For further information check here.
- Id
Data type: DT_I4
- Type
Template: ShortText.
- Status
Template: ShortText.
- EngagementScore
Template: ShortText.
- HeadId
Data type: DT_I4
- MemberIds
Template: LongText. A composite field.
- IsFavorite
Data type: DT_BOOL
- CommunicationRestrictions
Template: LongText. A composite field.
- AuditTrail
Template: AuditTrailT. A read-only field.
- AccountNumber
Data type: DT_I4
- FullName
Template: ShortText.
- SortName
Template: ShortText.
- InformalName
Template: ShortText.
- FormalName
Template: ShortText.
- EnvelopeName
Template: ShortText.
- RecognitionName
Template: ShortText.
- Head
Template: ProfileT.
- Members
Field components:
- An array.
-
Uses template:
ProfileT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/interactions
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/interaction/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the interactionID
For further information check here.
- [Create] action
-
Endpoint URL address:
/interaction
.For further information check here.
- [Update] action
-
Endpoint URL address:
/interaction/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/interaction/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- Date
Template: ShortText.
- Note
Template: ShortText.
- Channel
Template: ShortText.
- Purpose
Template: ShortText.
- Subject
Template: ShortText.
- IsInbound
Data type: DT_BOOL
- AccountId
Data type: DT_I4
- TweetId
Template: ShortText.
- IsBcc
Data type: DT_BOOL
- EmailAddress
Template: ShortText.
- AttachmentIds
Template: LongText. A composite field.
- LetterAttachmentIds
Template: LongText. A composite field.
- SurveyLapsedResponses
Template: LongText. A composite field.
- IsEngagementSurveyResponse
Data type: DT_BOOL
- SurveyEmailInteractionId
Data type: DT_I4
- IsEngagementSurveyEmail
Data type: DT_BOOL
- SurveyResponseInteractionId
Data type: DT_I4
- CustomValues
Template: CustomValuesT.
- AuditTrail
Template: AuditTrailT. A read-only field.
- [External]
-
The external fields URL address:
/customFields/Interaction/
.- Custom.{{= external.Name }}
Data type: {{=Bloomerang.getDataType(external.DataType)}} ( length 250 ) The gathered value is processed with
{{=item.Custom[field.external.Id]}}
expression. Before setting, the value is processed with{{=Bloomerang.getSetValue(field, value)}}
expression.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/notes
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/note/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the noteID
For further information check here.
- [Create] action
-
Endpoint URL address:
/note
.For further information check here.
- [Update] action
-
Endpoint URL address:
/note/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/note/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- AttachmentIds
Template: LongText. A composite field.
- AccountId
Data type: DT_I4
- Date
Template: DateTime.
- Note
Template: ShortText.
- CustomValues
Template: CustomValuesT.
- Attachments
Template: AttachmentsT.
- AuditTrail
Template: AuditTrailT. A read-only field.
- [External]
-
The external fields URL address:
/customFields/Note/
.- Custom.{{= external.Name }}
Data type: {{=Bloomerang.getDataType(external.DataType)}} ( length 250 ) The gathered value is processed with
{{=item.Custom[field.external.Id]}}
expression. Before setting, the value is processed with{{=Bloomerang.getSetValue(field, value)}}
expression.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/phones
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/phone/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the phoneID
For further information check here.
- [Create] action
-
Endpoint URL address:
/phone
.For further information check here.
- [Update] action
-
Endpoint URL address:
/phone/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/phone/{{=item.Id}}
.For further information check here.
The resource includes the fields from the PhoneT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/processors
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/processor/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the processorID
For further information check here.
- Id
Data type: DT_I4
- Type
Template: ShortText.
- SortIndex
Data type: DT_I4
- Name
Template: ShortText.
- IsDefault
Data type: DT_BOOL
- IsActive
Data type: DT_BOOL
- PublicKey
Template: ShortText.
- IsStripeConnect
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/refunds
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/refund/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the refundID
For further information check here.
- [Create] action
-
Endpoint URL address:
/refund
.For further information check here.
- [Update] action
-
Endpoint URL address:
/refund/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/refund/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- TransactionId
Data type: DT_I4
- Note
Template: ShortText.
- Date
Template: DateTime.
- Amount
Data type: DT_R8
- AuditTrail
Template: AuditTrailT. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/relationshiproles
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/relationshiprole/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the relationshipID
For further information check here.
- Id
Data type: DT_I4
- SortIndex
Data type: DT_I4
- Name
Template: ShortText.
- IsDefault
Data type: DT_BOOL
- IsActive
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/relationship/{{=parameters.id}}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the refundID
For further information check here.
- [Read constituent] action
-
Endpoint URL address:
/constituent/{{=parameters.constituent_id}}/relationships
.
The result is extracted from:{{=response.Results}}
.The action has the following user-defined parameters:
- constituent_id: Required. Please specify the constituent identifier.
For further information check here.
- [Create] action
-
Endpoint URL address:
/relationship
.For further information check here.
- [Update] action
-
Endpoint URL address:
/relationship/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/relationship/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- AccountId1
Data type: DT_I4
- AccountId2
Data type: DT_I4
- Note
Template: ShortText.
- RelationshipRole1
Template: RelationshipRoleT.
- RelationshipRole2
Template: RelationshipRoleT.
- RelationshipRoleId1
Data type: DT_I4
- RelationshipRoleId2
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/softcredits
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/softcredit/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the softCreditID
For further information check here.
- [Create] action
-
Endpoint URL address:
/softcredit
.For further information check here.
- [Update] action
-
Endpoint URL address:
/softcredit/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/softcredit/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- DesignationId
Data type: DT_I4
- TransactionId
Data type: DT_I4
- Amount
Data type: DT_R8
- AccountId
Data type: DT_I4
- AuditTrail
Template: AuditTrailT. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tasks
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/task/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the taskID
For further information check here.
- [Create] action
-
Endpoint URL address:
/task
.For further information check here.
- [Update] action
-
Endpoint URL address:
/task/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/task/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- AccountId
Data type: DT_I4
- Status
Template: ShortText.
- CompletedDate
Template: DateTime.
- DueDate
Template: DateTime.
- Subject
Template: ShortText.
- Note
Template: ShortText.
- Channel
Template: ShortText.
- Purpose
Template: ShortText.
- UserId
Data type: DT_I4
- InteractionId
Data type: DT_I4
- AttachmentIds
Template: LongText. A composite field.
- Attachments
Template: AttachmentsT.
- AuditTrail
Template: AuditTrailT. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/transactions
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/transaction/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the transactionID
For further information check here.
- [Create] action
-
Endpoint URL address:
/transaction
.For further information check here.
- [Update] action
-
Endpoint URL address:
/transaction/{{=item.Id }}
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/transaction/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- TransactionNumber
Data type: DT_I4
- NonDeductibleAmount
Data type: DT_R8
- AccountId
Data type: DT_I4
- Date
Template: DateTime.
- Amount
Data type: DT_R8
- Method
Template: ShortText.
- CheckNumber
Template: ShortText.
- CheckDate
Template: DateTime.
- CreditCardType
Template: ShortText.
- CreditCardLastFourDigits
Template: ShortText.
- CreditCardExpMonth
Template: ShortText.
- CreditCardExpYear
Template: ShortText.
- EftAccountType
Template: ShortText.
- EftLastFourDigits
Template: ShortText.
- EftRoutingNumber
Template: ShortText.
- InKindDescription
Template: ShortText.
- InKindType
Template: ShortText.
- InKindMarketValue
Data type: DT_R8
- WalletItemId
Data type: DT_I4
- IntegrationUrl
Template: ShortText.
- Designations
Field components:
- An array.
-
Uses template:
TransactionDesignation
.
- Attachments
Template: AttachmentsT.
- AttachmentIds
Template: LongText. A composite field.
- IsRefunded
Template: ShortText.
- RefundIds
Template: LongText. A composite field.
- AuditTrail
Template: AuditTrailT. A read-only field.
- CustomValues
Template: CustomValuesT.
- [External]
-
The external fields URL address:
/customFields/Transaction/
.- Custom.{{= external.Name }}
Data type: {{=Bloomerang.getDataType(external.DataType)}} ( length 250 ) The gathered value is processed with
{{=item.Custom[field.external.Id]}}
expression. Before setting, the value is processed with{{=Bloomerang.getSetValue(field, value)}}
expression.
Based on resource template Base.
- [Read Transactions Designations] action
-
Endpoint URL address:
/transactions/designations
.For further information check here.
- [Read Single Transaction Desgnation] action
-
Endpoint URL address:
/transactions/designation/{{=parameters.id}}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the designationID
For further information check here.
The resource includes the fields from the TransactionDesignation template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tributes
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/tribute/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the tributeID
For further information check here.
- [Read Search Tribute] action
-
Endpoint URL address:
/tributes/search
.For further information check here.
- [Create] action
-
Endpoint URL address:
/tribute
.For further information check here.
- [Update] action
-
Endpoint URL address:
/tribute/{{=item.Id }}
.For further information check here.
- Id
A key field. Data type: DT_I4
- Note
Template: ShortText.
- TributeType
Template: ShortText.
- NotificantAccountIds
Template: LongText. A composite field.
- Name
Template: ShortText.
- IsDefault
Data type: DT_BOOL
- IsActive
Data type: DT_BOOL
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/walletitems
.For further information check here.
- [Read Single] action
-
Endpoint URL address:
/walletitem/{{=parameters.id }}
.
The result is extracted from:{{= [response] }}
.The action has the following user-defined parameters:
- id: Required. Please specify the walletItemID
For further information check here.
- [Create] action
-
Endpoint URL address:
/walletitem
.For further information check here.
- [Delete] action
-
Endpoint URL address:
/walletitem/{{=item.Id}}
.For further information check here.
- Id
A key field. Data type: DT_I4
- AccountId
Data type: DT_I4
- TransactionProcessorAccountId
Data type: DT_I4
- Type
Template: ShortText.
- CreditCardType
Template: ShortText.
- CreditCardLastFour
Data type: DT_I4
- CreditCardExpiration
Template: DateTime.
- EftAccountType
Template: ShortText.
- EftAccountLastFour
Template: ShortText.
- EftRoutingNumber
Template: ShortText.
- Token
Template: ShortText.
- IsSpreedlyToken
Data type: DT_BOOL
What's New
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.