gwAccountConnector
Module gwAccountConnector
Definitions
self1/gwAccountConnector
Package Overview
This package provides a simple function to print "Hello, World!" to the command line. Additionally, you can provide a name to the function to print a personalized greeting.
Usage
Importing the Package
import ballerina/io; import self1/gwAccountConnector;
Using the hello Function
public function main() { string greeting = exavalu1:hello("Ballerina"); io:println(exavalu1:hello("Ballerina")); // Output: Hello, Ballerina }
You can call the hello function without any arguments to get the default greeting:
public function main() { string greeting = exavalu1:hello(); io:println(greeting); // Output: Hello, World! }
Functions
hello
Returns the string Hello with the input string name.
Parameters
- name string? - name as a string or nil
Return Type
- string - "Hello, " with the input string name
Clients
gwAccountConnector: Client
Mock Account API for creating accounts
Constructor
Gets invoked to initialize the connector.
init (ConnectionConfig config, string serviceUrl)- config ConnectionConfig {} - The configurations to be used when initializing the
connector
- serviceUrl string "https://6b3ef17e-2216-4137-876a-29b06885dafb.mock.pstmn.io" - URL of the target service
get rest/account/v1/accounts
function get rest/account/v1/accounts(map<string|string[]> headers) returns AccountList|errorGet all accounts
Return Type
- AccountList|error - List of accounts
post rest/account/v1/accounts
function post rest/account/v1/accounts(CreateAccountRequest payload, map<string|string[]> headers) returns CreateAccountResponse|errorCreate Account
Parameters
- payload CreateAccountRequest -
Return Type
- CreateAccountResponse|error - Account created successfully
get rest/account/v1/accounts/[string accountId]
function get rest/account/v1/accounts/[string accountId](map<string|string[]> headers) returns Account|errorGet Account by ID
post rest/account/v1/search/accounts
function post rest/account/v1/search/accounts(SearchAccountRequest payload, map<string|string[]> headers) returns AccountList|errorSearch accounts
Parameters
- payload SearchAccountRequest -
Return Type
- AccountList|error - Search results
Records
gwAccountConnector: Account
Fields
- data? Account_data -
- included? Account_included -
gwAccountConnector: Account_data
Fields
- attributes? Account_data_attributes -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_data_attributes
Fields
- accountHolder? Account_data_attributes_accountHolder -
- accountNumber? string -
- accountStatus? Account_data_attributes_accountStatus -
- accountStatusUpdateTime? string -
- businessOperationsDescription? string -
- createdDate? string -
- doNotDestroy? boolean -
- frozen? boolean -
- id? string -
- industryCode? Account_data_attributes_industryCode -
- initialAccountHolder? Account_data_attributes_initialAccountHolder -
- initialPrimaryLocation? Account_data_attributes_initialPrimaryLocation -
- locked? boolean -
- nickname? string -
- numberOfContacts? string -
- organizationType? Account_data_attributes_accountStatus -
- originationDate? string -
- otherOrganizationTypeDescription? string -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- primaryLocation? Account_data_attributes_accountHolder -
- producerCodes? Account_data_attributes_producerCodes[] -
- serviceTier? Account_data_attributes_accountStatus -
- stateBureauNum? string -
- yearBusinessStarted? int -
gwAccountConnector: Account_data_attributes_accountHolder
Fields
- displayName? string -
- id? string -
- jsonPath? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: Account_data_attributes_accountStatus
Fields
- code? string -
- name? string -
gwAccountConnector: Account_data_attributes_industryCode
Fields
- code? string -
- description? string -
- id? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder
Fields
- accountContactRoles? Account_data_attributes_accountStatus[] -
- accountingContact? boolean -
- active? boolean -
- addressBookUID? string -
- authorizationID? string -
- busOpsDescription? string -
- ccPolicySystemId? string -
- claimsInfoContact? boolean -
- companyName? string -
- companyNameKanji? string -
- contactSubtype? string -
- displayName? string -
- doNotDestroy? boolean -
- emailAddress1? string -
- emailAddress2? string -
- externalId? string -
- firstNameKanji? string -
- id? string -
- industryCode? Account_data_attributes_industryCode -
- inspectionContact? boolean -
- lastNameKanji? string -
- namedInsured? boolean -
- officialIds? Account_data_attributes_initialAccountHolder_officialIds -
- orgType? string -
- particle? string -
- primaryAddress? Account_data_attributes_initialAccountHolder_primaryAddress -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- primaryPhone? string -
- pronounAggregateDisplay? string -
- refid? string -
- secondaryContact? boolean -
- taxId? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder_officialIds
Fields
gwAccountConnector: Account_data_attributes_initialAccountHolder_officialIds_property1
Fields
- officialIDType? Account_data_attributes_accountStatus -
- officialIDValue? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder_primaryAddress
Fields
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- description? string -
- displayName? string -
- emirate? Account_data_attributes_accountStatus -
- id? string -
- isLinked? boolean -
- linkedAddressUpdateMode? string -
- validUntil? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder_primaryAddress_linkedAddress
Fields
- addressId? string -
- addressRefid? string -
- contactId? string -
- contactRefid? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder_primaryAddress_spatialPoint
Fields
- latitude? string -
- longitude? string -
gwAccountConnector: Account_data_attributes_initialAccountHolder_workPhone
Fields
- countryCode? Account_data_attributes_accountStatus -
- displayName? string -
- extension? string -
- number? string -
gwAccountConnector: Account_data_attributes_initialPrimaryLocation
Fields
- active? boolean -
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- displayName? string -
- emirate? Account_data_attributes_accountStatus -
- employeeCount? int -
- id? string -
- locationCode? string -
- locationName? string -
- locationNum? int -
- nonSpecific? boolean -
- refid? string -
gwAccountConnector: Account_data_attributes_producerCodes
Fields
- code? string -
- displayName? string -
- id? string -
- jsonPath? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: Account_data_links
Fields
- property1? Account_data_links_property1 -
- property2? Account_data_links_property1 -
gwAccountConnector: Account_data_links_property1
Fields
- href? string -
- methods? string[] -
gwAccountConnector: Account_data_related
Fields
- property1? Account_data_related_property1 -
- property2? Account_data_related_property1 -
gwAccountConnector: Account_data_related_property1
Fields
- count? int -
- data? Account_data_attributes_accountHolder[] -
- total? int -
gwAccountConnector: Account_included
Fields
- Account? Account_data[] -
- AccountContact? Account_included_AccountContact[] -
- AccountLocation? Account_included_AccountLocation[] -
- AccountRoles? Account_included_AccountRoles[] -
- Activity? Account_included_Activity[] -
- ActivityPattern? Account_included_ActivityPattern[] -
- AdditionalNamedInsured? Account_included_AdditionalNamedInsured[] -
- AssessmentSummary? Account_included_AssessmentSummary[] -
- Assignee? Account_included_Assignee[] -
- AsyncQuoteIssue? Account_included_AsyncQuoteIssue[] -
- BlanketAssociation? Account_included_BlanketAssociation[] -
- CoinsuranceAgreement? Account_included_CoinsuranceAgreement[] -
- CoinsuranceAgreementParty? Account_included_CoinsuranceAgreementParty[] -
- CoinsuranceAgreementPolicySection? Account_included_CoinsuranceAgreementPolicySection[] -
- ContactAddress? Account_included_ContactAddress[] -
- Contingency? Account_included_Contingency[] -
- Cost? Account_included_Cost[] -
- Document? Account_included_Document[] -
- DocumentContent? Account_included_DocumentContent[] -
- ForeignExchangeRate? Account_included_ForeignExchangeRate[] -
- HistoryEvent? Account_included_HistoryEvent[] -
- Job? Account_included_Job[] -
- JobGroup? Account_included_JobGroup[] -
- JobPolicySection? Account_included_JobPolicySection[] -
- JobRoles? Account_included_AccountRoles[] -
- JobVersion? Account_included_JobVersion[] -
- Layer? Account_included_Layer[] -
- LayerParty? Account_included_CoinsuranceAgreementParty[] -
- LocationNamedInsured? Account_included_LocationNamedInsured[] -
- LossHistory? Account_included_LossHistory[] -
- Note? Account_included_Note[] -
- OOSConflicts? Account_included_OOSConflicts[] -
- PaymentInfo? Account_included_PaymentInfo[] -
- PaymentPlan? Account_included_PaymentPlan[] -
- Policy? Account_included_Policy[] -
- PolicyAudit? Account_included_PolicyAudit[] -
- PolicyContact? Account_included_PolicyContact[] -
- PolicyContactAddress? Account_included_ContactAddress[] -
- PolicyForm? Account_included_PolicyForm[] -
- PolicyLine? Account_included_PolicyLine[] -
- PolicyLocation? Account_included_PolicyLocation[] -
- PolicyLocationQuestions? Account_included_PolicyLocationQuestions[] -
- PolicyModifier? Account_included_PolicyModifier[] -
- PolicyQuestions? Account_included_PolicyLocationQuestions[] -
- PriorLoss? Account_included_PriorLoss[] -
- PriorPolicy? Account_included_PriorPolicy[] -
- RateCappingGroup? Account_included_RateCappingGroup[] -
- Reinsurable? Account_included_Reinsurable[] -
- Tower? Account_included_Tower[] -
- TowerPolicySection? Account_included_CoinsuranceAgreementPolicySection[] -
- Transaction? Account_included_Transaction[] -
- UWIssue? Account_included_UWIssue[] -
- UWIssueHistory? Account_included_UWIssueHistory[] -
- UWReferralReason? Account_included_UWReferralReason[] -
gwAccountConnector: Account_included_AccountContact
Fields
- attributes? Account_data_attributes_initialAccountHolder -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_AccountLocation
Fields
- attributes? Account_data_attributes_initialPrimaryLocation -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_AccountRoles
Fields
- attributes? Account_included_attributes -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Activity
Fields
- attributes? Account_included_attributes_1 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_ActivityPattern
Fields
- attributes? Account_included_attributes_2 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_AdditionalNamedInsured
Fields
- attributes? Account_included_attributes_3 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_AssessmentSummary
Fields
- attributes? Account_included_attributes_4 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Assignee
Fields
- attributes? Account_included_attributes_1_initialAssignment -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_AsyncQuoteIssue
Fields
- attributes? Account_included_attributes_5 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_attributes
Fields
- id? string -
- roles? Account_included_attributes_roles[] -
gwAccountConnector: Account_included_attributes_1
Fields
- account? Account_data_attributes_accountHolder -
- accountContact? Account_data_attributes_accountHolder -
- activityPattern? string -
- activityType? Account_data_attributes_accountStatus -
- approvalIssue? string -
- approvalRationale? string -
- approved? boolean -
- assignedByUser? Account_data_attributes_accountHolder -
- assignedGroup? Account_data_attributes_accountHolder -
- assignedQueue? Account_data_attributes_accountHolder -
- assignedUser? Account_data_attributes_accountHolder -
- assignmentStatus? Account_data_attributes_accountStatus -
- associatedRole? Account_data_attributes_accountStatus -
- autopilotHandlingDecision? Account_data_attributes_accountStatus -
- autopilotId? string -
- autopilotPurpose? Account_data_attributes_accountStatus -
- closeDate? string -
- closeUser? Account_data_attributes_accountHolder -
- contact? Account_data_attributes_accountHolder -
- contingency? Account_data_attributes_accountHolder -
- createTime? string -
- description? string -
- dueDate? string -
- endDate? string -
- escalated? boolean -
- escalationDate? string -
- externallyOwned? boolean -
- id? string -
- initialAssignment? Account_included_attributes_1_initialAssignment -
- mandatory? boolean -
- policy? Account_data_attributes_accountHolder -
- priority? Account_data_attributes_accountStatus -
- recurring? boolean -
- startDate? string -
- status? Account_data_attributes_accountStatus -
- subject? string -
gwAccountConnector: Account_included_attributes_10
Fields
- action? Account_data_attributes_accountStatus -
- actionStartDate? string -
- actionStarted? boolean -
- closeDate? string -
- closeUser? Account_data_attributes_accountHolder -
- createDate? string -
- createUser? Account_data_attributes_accountHolder -
- description? string -
- dueDate? string -
- id? string -
- status? Account_data_attributes_accountStatus -
- title? string -
gwAccountConnector: Account_included_attributes_11
Fields
- adjustedRate? string -
- amount? Account_included_attributes_11_amount -
- amountBilling? Account_included_attributes_11_amount -
- baseRate? string -
- basis? string -
- basisScalable? boolean -
- chargeGroup? string -
- chargePattern? Account_data_attributes_accountStatus -
- costCode? Account_data_attributes_industryCode -
- coverable? Account_data_attributes_accountHolder -
- coverage? Account_data_attributes_accountHolder -
- effectiveDate? string -
- expirationDate? string -
- exposure? Account_data_attributes_accountHolder -
- id? string -
- jurisdiction? Account_data_attributes_accountStatus -
- numDaysInRatedTerm? int -
- overridable? boolean -
- overrideAdjustedRate? string -
- overrideAmount? Account_included_attributes_11_amount -
- overrideAmountBilling? Account_included_attributes_11_amount -
- overrideBaseRate? string -
- overrideReason? string -
- overrideSource? Account_data_attributes_accountStatus -
- overrideTermAmount? Account_included_attributes_11_amount -
- overrideTermAmountBilling? Account_included_attributes_11_amount -
- policyLine? Account_data_attributes_accountHolder -
- prorationMethod? Account_data_attributes_accountStatus -
- rateAmountType? Account_data_attributes_accountStatus -
- rateCappingGroupName? string -
- rateRoutine? string -
- raterId? string -
- roundingLevel? int -
- roundingMode? Account_data_attributes_accountStatus -
- standardAdjustedRate? string -
- standardAmount? Account_included_attributes_11_amount -
- standardAmountBilling? Account_included_attributes_11_amount -
- standardBaseRate? string -
- standardTermAmount? Account_included_attributes_11_amount -
- standardTermAmountBilling? Account_included_attributes_11_amount -
- subjectToReporting? boolean -
- termAmount? Account_included_attributes_11_amount -
- termAmountBilling? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_11_amount
Fields
- amount? string -
- currency? string -
gwAccountConnector: Account_included_attributes_12
Fields
- account? Account_data_attributes_accountHolder -
- author? string -
- contingency? Account_data_attributes_accountHolder -
- dateModified? string -
- description? string -
- dms? boolean -
- docUID? string -
- id? string -
- inbound? boolean -
- language? Account_data_attributes_accountStatus -
- mimeType? string -
- name? string -
- obsolete? boolean -
- pendingDocUID? string -
- policy? Account_data_attributes_accountHolder -
- recipient? string -
- section? Account_data_attributes_accountStatus -
- securityType? Account_data_attributes_accountStatus -
- status? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_13
Fields
- contents? string -
- id? string -
- responseMimeType? string -
- url? string -
gwAccountConnector: Account_included_attributes_14
Fields
- displayName? string -
- fromCurrency? Account_data_attributes_accountStatus -
- id? string -
- market? Account_data_attributes_accountStatus -
- marketTime? string -
- rate? string -
- retrievedAt? string -
- toCurrency? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_15
Fields
- account? Account_data_attributes_accountHolder -
- customType? Account_data_attributes_accountStatus -
- description? string -
- eventTimestamp? string -
- historyType? Account_data_attributes_accountStatus -
- id? string -
- newValue? string -
- originalValue? string -
- policy? Account_data_attributes_accountHolder -
gwAccountConnector: Account_included_attributes_16
Fields
- account? Account_data_attributes_accountHolder -
- additionalNamedInsureds? Account_included_attributes_3[] -
- affinityGroup? Account_data_attributes_accountHolder -
- archived? boolean -
- auditRevisionType? Account_data_attributes_accountStatus -
- auditScheduleType? Account_data_attributes_accountStatus -
- autopilotStatus? Account_data_attributes_accountStatus -
- baseState? Account_data_attributes_accountStatus -
- billingContact? Account_data_attributes_accountHolder -
- calculationMethod? Account_data_attributes_accountStatus -
- cancelProcessDate? string -
- cancellationReasonCode? Account_data_attributes_accountStatus -
- cancellationSource? Account_data_attributes_accountStatus -
- ccPolicySystemId? string -
- changePolicyNumber? boolean -
- changeType? Account_data_attributes_accountStatus -
- closeDate? string -
- createdDate? string -
- dateQuoteNeeded? string -
- depositAmount? Account_included_attributes_11_amount -
- depositOverridePercentage? string -
- description? string -
- editLocked? boolean -
- escalateAfterHoldReleased? boolean -
- finalAuditOption? Account_data_attributes_accountStatus -
- grandfatherMultiCoverageCurrency? boolean -
- grandfatherMultiSettlementCurrency? boolean -
- id? string -
- isOOSJob? boolean -
- isPreempted? boolean -
- jobEffectiveDate? string -
- jobNumber? string -
- jobStatus? Account_data_attributes_accountStatus -
- jobType? Account_data_attributes_accountStatus -
- nonRenewalCode? Account_data_attributes_accountStatus -
- nonRenewalNotificationDate? string -
- organization? Account_data_attributes_accountHolder -
- organizationOfService? Account_data_attributes_accountHolder -
- overridePrimaryCommissionRate? string -
- periodEnd? string -
- periodStart? string -
- policy? Account_data_attributes_accountHolder -
- policyAddress? Account_included_attributes_16_policyAddress -
- policyAudit? Account_data_attributes_accountHolder -
- policyNumber? string -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryInsured? Account_data_attributes_accountHolder -
- primaryLocation? Account_data_attributes_accountHolder -
- producerCode? Account_data_attributes_producerCodes -
- producerCodeOfService? Account_data_attributes_producerCodes -
- product? Account_included_attributes_16_product -
- quoteType? Account_data_attributes_accountStatus -
- rateAsOfDate? string -
- reinstateCode? Account_data_attributes_accountStatus -
- rejectReason? Account_data_attributes_accountStatus -
- rejectReasonText? string -
- renewalCode? Account_data_attributes_accountStatus -
- renewalNotificationDate? string -
- reportingTrendSynopsis? Account_included_attributes_16_reportingTrendSynopsis -
- rescindNotificationDate? string -
- rewriteType? Account_data_attributes_accountStatus -
- secondaryNamedInsured? Account_included_attributes_16_secondaryNamedInsured -
- selectedVersion? Account_data_attributes_accountHolder -
- sourceAccount? Account_data_attributes_accountHolder -
- sourcePolicy? Account_data_attributes_accountHolder -
- targetAccount? Account_data_attributes_accountHolder -
- targetPolicy? Account_data_attributes_accountHolder -
- taxesAndSurcharges? Account_included_attributes_11_amount -
- taxesAndSurchargesInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- termNumber? int -
- termType? Account_data_attributes_accountStatus -
- totalCost? Account_included_attributes_11_amount -
- totalCostInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- totalPremium? Account_included_attributes_11_amount -
- totalPremiumInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- transactionCostInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- uwCompany? Account_included_attributes_16_uwCompany -
gwAccountConnector: Account_included_attributes_16_policyAddress
Fields
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- ccPolicySystemId? string -
- city? string -
- country? string -
- description? string -
- displayName? string -
- emirate? Account_data_attributes_accountStatus -
- id? string -
- primaryNamedInsuredAddress? Account_data_attributes_accountHolder -
gwAccountConnector: Account_included_attributes_16_product
Fields
- displayName? string -
- id? string -
- 'type? string -
gwAccountConnector: Account_included_attributes_16_reportingTrendSynopsis
Fields
- daysReported? int -
- premiumRatio? string -
- totalEstimatedPremium? Account_included_attributes_11_amount -
- totalReportedPremium? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_16_secondaryNamedInsured
Fields
- displayName? string -
- id? string -
- jsonPath? string -
- refid? string -
- relationship? string -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_attributes_16_uwCompany
Fields
- displayName? string -
- id? string -
- jsonPath? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_attributes_17
Fields
- firstJobDate? string -
- id? string -
- jobGroupType? Account_data_attributes_accountStatus -
- jobs? Account_data_attributes_accountHolder[] -
- lastJobDate? string -
- name? string -
- numberOfJobs? int -
gwAccountConnector: Account_included_attributes_18
Fields
- coinsuranceAgreement? Account_data_attributes_accountHolder -
- id? string -
- overridePrimaryCommissionRate? string -
- sectionType? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_19
Fields
- id? string -
- name? string -
- number? int -
- selected? boolean -
- status? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_1_initialAssignment
Fields
- assigneeId? string -
- autoAssign? boolean -
- groupId? string -
- id? string -
- name? string -
- queueId? string -
- userId? string -
gwAccountConnector: Account_included_attributes_2
Fields
- activityClass? Account_data_attributes_accountStatus -
- activityType? Account_data_attributes_accountStatus -
- category? Account_data_attributes_accountStatus -
- code? string -
- description? string -
- description_Localizations? Account_included_attributes_2_description_Localizations -
- dueDate? string -
- escalationDate? string -
- id? string -
- mandatory? boolean -
- patternLevel? Account_data_attributes_accountStatus -
- priority? Account_data_attributes_accountStatus -
- recurring? boolean -
- subject? string -
- subject_Localizations? Account_included_attributes_2_description_Localizations -
gwAccountConnector: Account_included_attributes_20
Fields
- coinsured? boolean -
- declined? boolean -
- excessAmount? Account_included_attributes_11_amount -
- id? string -
- leadersFee? string -
- limitAmount? Account_included_attributes_11_amount -
- ourRole? Account_data_attributes_accountStatus -
- ourShare? string -
- overridePrimaryCommissionRate? string -
- policyNumberSuffix? string -
gwAccountConnector: Account_included_attributes_21
Fields
- contact? Account_data_attributes_accountHolder -
- id? string -
gwAccountConnector: Account_included_attributes_22
Fields
- id? string -
- lossHistoryType? Account_data_attributes_accountStatus -
- numPriorLosses? int -
- priorTotalIncurred? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_23
Fields
- account? Account_data_attributes_accountHolder -
- author? Account_data_attributes_accountHolder -
- body? string -
- bodySummary? string -
- confidential? boolean -
- contingency? Account_data_attributes_accountHolder -
- createdDate? string -
- id? string -
- policy? Account_data_attributes_accountHolder -
- securityType? Account_data_attributes_accountStatus -
- subject? string -
- updateTime? string -
gwAccountConnector: Account_included_attributes_24
Fields
- conflicts? Account_included_attributes_24_conflicts[] -
- id? string -
gwAccountConnector: Account_included_attributes_24_conflicts
Fields
- conflictValues? Account_included_attributes_24_conflictValues[] -
- entity? Account_data_attributes_accountHolder -
- 'field? string -
- id? string -
- originalValue? string -
- yourValue? string -
gwAccountConnector: Account_included_attributes_24_conflictValues
Fields
- displayValue? string -
- effectiveDate? string -
gwAccountConnector: Account_included_attributes_25
Fields
- alternateBillingAccount? string -
- billingContact? Account_data_attributes_accountHolder -
- billingMethod? Account_data_attributes_accountStatus -
- depositOverridePercentage? string -
- finalAuditOption? Account_data_attributes_accountStatus -
- id? string -
- selectedPaymentPlan? Account_included_attributes_25_selectedPaymentPlan -
gwAccountConnector: Account_included_attributes_25_selectedPaymentPlan
Fields
- billingId? string -
- downPaymentAmount? Account_included_attributes_11_amount -
- downPaymentPremium? Account_included_attributes_11_amount -
- downPaymentTax? Account_included_attributes_11_amount -
- firstInvoiceDue? Account_included_attributes_11_amount -
- id? string -
- installmentAmount? Account_included_attributes_11_amount -
- installmentPremium? Account_included_attributes_11_amount -
- installmentTax? Account_included_attributes_11_amount -
- invoicingFrequency? Account_data_attributes_accountStatus -
- notes? string -
- planName? string -
- reportingPatternCode? string -
- secondInvoiceDue? Account_included_attributes_11_amount -
- totalTax? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_26
Fields
- account? Account_data_attributes_accountHolder -
- additionalNamedInsureds? Account_included_attributes_3[] -
- affinityGroup? Account_data_attributes_accountHolder -
- archived? boolean -
- baseState? Account_data_attributes_accountStatus -
- billingContact? Account_data_attributes_accountHolder -
- cancellationDate? string -
- ccPolicySystemId? string -
- claimSystemTotalIncurred? Account_included_attributes_11_amount -
- claimSystemTotalIncurredCoverageCurrency? Account_included_attributes_11_amount -
- createdDate? string -
- depositReleased? boolean -
- doNotArchive? boolean -
- doNotDestroy? boolean -
- finalAuditOption? Account_data_attributes_accountStatus -
- grandfatherMultiCoverageCurrency? boolean -
- grandfatherMultiSettlementCurrency? boolean -
- id? string -
- issueDate? string -
- lossRatioCalculationDate? string -
- lossRatioEarnedPremium? Account_included_attributes_11_amount -
- lossRatioEarnedPremiumCoverageCurrency? Account_included_attributes_11_amount -
- mostRecentBoundDate? string -
- mostRecentTerm? boolean -
- nextRenewalCheckDate? string -
- nonRenewalAdditionalExplanation? string -
- nonRenewalExplanations? Account_included_attributes_26_nonRenewalExplanations[] -
- nonRenewalReason? string -
- organization? Account_data_attributes_accountHolder -
- organizationOfService? Account_data_attributes_accountHolder -
- overridePrimaryCommissionRate? string -
- periodEnd? string -
- periodStart? string -
- policyAddress? Account_included_attributes_16_policyAddress -
- policyNumber? string -
- preRenewalDirection? string -
- preRenewalOwner? Account_included_attributes_1_initialAssignment -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryInsured? Account_data_attributes_accountHolder -
- primaryLocation? Account_data_attributes_accountHolder -
- producerCode? Account_data_attributes_producerCodes -
- producerCodeOfService? Account_data_attributes_producerCodes -
- product? Account_included_attributes_16_product -
- rateAsOfDate? string -
- secondaryNamedInsured? Account_included_attributes_16_secondaryNamedInsured -
- sourceAccount? Account_data_attributes_accountHolder -
- sourcePolicy? Account_data_attributes_accountHolder -
- targetAccount? Account_data_attributes_accountHolder -
- targetPolicy? Account_data_attributes_accountHolder -
- taxesAndSurcharges? Account_included_attributes_11_amount -
- taxesAndSurchargesInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- termNumber? int -
- termType? Account_data_attributes_accountStatus -
- totalCost? Account_included_attributes_11_amount -
- totalCostInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- totalPremium? Account_included_attributes_11_amount -
- totalPremiumInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- transactionCostInPreferredCoverageOrSettlementCurrency? Account_included_attributes_11_amount -
- uwCompany? Account_included_attributes_16_uwCompany -
gwAccountConnector: Account_included_attributes_26_nonRenewalExplanations
Fields
- body? string -
- code? string -
gwAccountConnector: Account_included_attributes_27
Fields
- actualAuditMethod? Account_data_attributes_accountStatus -
- auditFee? Account_included_attributes_11_amount -
- auditMethod? Account_data_attributes_accountStatus -
- auditPeriodEndDate? string -
- auditPeriodStartDate? string -
- auditScheduleType? Account_data_attributes_accountStatus -
- dueDate? string -
- finalAuditOption? Account_data_attributes_accountStatus -
- id? string -
- initDate? string -
- instructions? string -
- paymentReceived? Account_included_attributes_11_amount -
- receivedDate? string -
- reversalAudit? Account_data_attributes_accountHolder -
- reversalDate? string -
- revisingAudit? Account_data_attributes_accountHolder -
- revisionType? Account_data_attributes_accountStatus -
- status? string -
- totalCost? Account_included_attributes_11_amount -
- transactionAmount? Account_included_attributes_11_amount -
- waived? boolean -
gwAccountConnector: Account_included_attributes_28
Fields
- accountContact? Account_data_attributes_accountHolder -
- addressBookUID? string -
- authorizationID? string -
- ccPolicySystemId? string -
- companyName? string -
- companyNameKanji? string -
- contactSubtype? string -
- displayName? string -
- doNotDestroy? boolean -
- emailAddress1? string -
- emailAddress2? string -
- externalId? string -
- firstNameKanji? string -
- id? string -
- industryCode? Account_data_attributes_industryCode -
- lastNameKanji? string -
- officialIds? Account_data_attributes_initialAccountHolder_officialIds -
- particle? string -
- policyContactRoles? Account_data_attributes_accountStatus[] -
- primaryAddress? Account_data_attributes_initialAccountHolder_primaryAddress -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- primaryPhone? string -
- pronounAggregateDisplay? string -
- refid? string -
- taxId? string -
gwAccountConnector: Account_included_attributes_29
Fields
- description? string -
- effectiveDate? string -
- endorsementNumber? int -
- expirationDate? string -
- formNumber? string -
- id? string -
- removedOrSuperseded? boolean -
- replacingEndorsement? string -
gwAccountConnector: Account_included_attributes_2_description_Localizations
Fields
- en_US? string -
gwAccountConnector: Account_included_attributes_3
Fields
- accountContact? Account_data_attributes_accountHolder -
- ccPolicySystemId? string -
- id? string -
- relationship? string -
gwAccountConnector: Account_included_attributes_30
Fields
- displayName? string -
- id? string -
- numAddInsured? int -
- pattern? Account_included_attributes_16_product -
- patternCode? string -
gwAccountConnector: Account_included_attributes_31
Fields
- accountLocation? Account_data_attributes_accountHolder -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- ccPolicySystemId? string -
- city? string -
- country? string -
- description? string -
- displayName? string -
- emirate? Account_data_attributes_accountStatus -
- employeeCount? int -
- fireProtectionClass? Account_data_attributes_accountStatus -
- id? string -
- industryCode? Account_data_attributes_industryCode -
- jurisdiction? Account_data_attributes_accountStatus -
- locationNum? int -
- primary? boolean -
- refid? string -
- taxLocation? Account_data_attributes_accountHolder -
- territoryCodes? Account_included_attributes_31_territoryCodes -
- validUntil? string -
gwAccountConnector: Account_included_attributes_31_territoryCodes
Fields
gwAccountConnector: Account_included_attributes_31_territoryCodes_property1
Fields
- code? string -
gwAccountConnector: Account_included_attributes_32
Fields
- answers? Account_included_attributes_32_answers -
- id? string -
gwAccountConnector: Account_included_attributes_32_answers
Fields
- property1? Account_included_attributes_32_answers_property1 -
- property2? Account_included_attributes_32_answers_property1 -
gwAccountConnector: Account_included_attributes_32_answers_property1
Fields
- booleanValue? boolean -
- choiceValue? Account_included_attributes_32_answers_property1_choiceValue -
- dateValue? string -
- displayValue? string -
- integerValue? int -
- question? Account_included_attributes_16_product -
- questionType? Account_data_attributes_accountStatus -
- textValue? string -
gwAccountConnector: Account_included_attributes_32_answers_property1_choiceValue
Fields
- code? string -
- name? string -
- values? record {}[] -
gwAccountConnector: Account_included_attributes_33
Fields
- booleanModifier? boolean -
- dateModifier? string -
- eligible? boolean -
- id? string -
- justification? string -
- modifierType? Account_data_attributes_accountStatus -
- pattern? Account_included_attributes_16_product -
- rateFactors? Account_included_attributes_33_rateFactors -
- rateModifier? string -
- referenceDate? string -
- splits? Account_included_attributes_33_splits -
- typeKeyModifier? Account_data_attributes_accountStatus -
- valueFinal? boolean -
gwAccountConnector: Account_included_attributes_33_rateFactors
Fields
- property1? Account_included_attributes_33_rateFactors_property1 -
- property2? Account_included_attributes_33_rateFactors_property1 -
gwAccountConnector: Account_included_attributes_33_rateFactors_property1
Fields
- assessment? string -
- justification? string -
- pattern? Account_included_attributes_16_product -
gwAccountConnector: Account_included_attributes_33_splits
Fields
- property1? Account_included_attributes_33_splits_property1 -
- property2? Account_included_attributes_33_splits_property1 -
gwAccountConnector: Account_included_attributes_33_splits_property1
Fields
- booleanModifier? boolean -
- dateModifier? string -
- endDate? string -
- rateFactors? Account_included_attributes_33_splits_property1_rateFactors -
- rateModifier? string -
- startDate? string -
- typeKeyModifier? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_33_splits_property1_rateFactors
Fields
gwAccountConnector: Account_included_attributes_33_splits_property1_rateFactors_property1
Fields
- assessment? string -
- justification? string -
- pattern? record {} -
gwAccountConnector: Account_included_attributes_34
Fields
- amountPaid? Account_included_attributes_11_amount -
- description? string -
- id? string -
- lossStatus? Account_data_attributes_accountStatus -
- occurrenceDate? string -
- openReserve? Account_included_attributes_11_amount -
- totalIncurred? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_35
Fields
- annualPremium? Account_included_attributes_11_amount -
- carrier? string -
- effectiveDate? string -
- expirationDate? string -
- id? string -
- numLosses? int -
- policyLinePatternCode? string -
- policyNumber? string -
- totalLosses? Account_included_attributes_11_amount -
- totalPremium? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_36
Fields
- id? string -
- rateCappingGroupName? string -
- renewalCounter? int -
gwAccountConnector: Account_included_attributes_37
Fields
- displayName? string -
- id? string -
- policyLocation? Account_data_attributes_accountHolder -
- reinsuranceCurrency? Account_data_attributes_accountStatus -
- riCoverageGroupType? Account_data_attributes_accountStatus -
- riskNumber? string -
- totalInsuredValue? Account_included_attributes_11_amount -
gwAccountConnector: Account_included_attributes_38
Fields
- displayName? string -
- id? string -
- initialPolicySections? Account_included_attributes_7_initialPolicySections[] -
gwAccountConnector: Account_included_attributes_39
Fields
- amount? Account_included_attributes_11_amount -
- amountBilling? Account_included_attributes_11_amount -
- charged? boolean -
- displayName? string -
- effectiveDate? string -
- expirationDate? string -
- id? string -
- postedDate? string -
- toBeAccrued? boolean -
- written? boolean -
- writtenDate? string -
gwAccountConnector: Account_included_attributes_4
Fields
- assessedEntity? Account_included_attributes_4_assessedEntity -
- category? string -
- conclusionCode? string -
- conclusionDescription? string -
- estimate? string -
- flexistoreDocumentId? string -
- flexistorePoolId? string -
- id? string -
- name? string -
- normalizedScore? string -
- rawAssessmentReferenceID? string -
- recommendedActionCode? string -
- recommendedActionDescription? string -
- recommendedValue? string -
- score? string -
- scoreDate? string -
- scorePercentile? string -
- tapId? string -
- tapSubtypeId? string -
gwAccountConnector: Account_included_attributes_40
Fields
- active? boolean -
- approvalBlockingPoint? Account_data_attributes_accountStatus -
- approvalDurationType? Account_data_attributes_accountStatus -
- approvalInvalidFrom? string -
- approvingUser? Account_data_attributes_accountHolder -
- autoApprovable? boolean -
- automaticApprovalCause? string -
- blockingPoint? Account_data_attributes_accountStatus -
- canEditApprovalBeforeBind? boolean -
- comparator? Account_data_attributes_accountStatus -
- currentBlockingPoint? Account_data_attributes_accountStatus -
- decimalApprovalValue? string -
- decimalValue? string -
- displayApprovalValue? string -
- displayValue? string -
- hasApprovalOrRejection? boolean -
- id? string -
- integerApprovalValue? string -
- integerValue? string -
- issueKey? string -
- issueType? Account_data_attributes_producerCodes -
- longDescription? string -
- moneyApprovalValue? Account_included_attributes_11_amount -
- moneyValue? Account_included_attributes_11_amount -
- rejected? boolean -
- rejectingUser? Account_data_attributes_accountHolder -
- shortDescription? string -
- stateSetApprovalValue? Account_included_attributes_40_stateSetApprovalValue -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
- valueType? string -
- valueVariesAcrossSlices? boolean -
gwAccountConnector: Account_included_attributes_40_stateSetApprovalValue
Fields
- inclusionType? string -
- states? string[] -
gwAccountConnector: Account_included_attributes_41
Fields
- approvalBlockingPoint? Account_data_attributes_accountStatus -
- approvalDurationType? Account_data_attributes_accountStatus -
- approvalInvalidFrom? string -
- approvingUser? Account_data_attributes_accountHolder -
- automaticApprovalCause? string -
- blockingPoint? Account_data_attributes_accountStatus -
- canEditApprovalBeforeBind? boolean -
- comparator? Account_data_attributes_accountStatus -
- createDate? string -
- decimalApprovalValue? string -
- decimalValue? string -
- displayApprovalValue? string -
- displayValue? string -
- effectiveDate? string -
- hasApprovalOrRejection? boolean -
- id? string -
- integerApprovalValue? string -
- integerValue? string -
- issueKey? string -
- issueType? Account_data_attributes_producerCodes -
- moneyApprovalValue? Account_included_attributes_11_amount -
- moneyValue? Account_included_attributes_11_amount -
- rejected? boolean -
- rejectingUser? Account_data_attributes_accountHolder -
- stateSetApprovalValue? Account_included_attributes_40_stateSetApprovalValue -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
- status? Account_data_attributes_accountStatus -
- valueType? string -
gwAccountConnector: Account_included_attributes_42
Fields
- autoApprovable? boolean -
- blockingPoint? Account_data_attributes_accountStatus -
- comparator? Account_data_attributes_accountStatus -
- decimalValue? string -
- displayValue? string -
- id? string -
- integerValue? string -
- issueKey? string -
- issueType? Account_data_attributes_producerCodes -
- longDescription? string -
- moneyValue? Account_included_attributes_11_amount -
- shortDescription? string -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
- status? Account_data_attributes_accountStatus -
- valueType? string -
gwAccountConnector: Account_included_attributes_4_assessedEntity
Fields
- '0? string -
- '1? string -
- '2? string -
- '3? string -
- '4? string -
- '5? string -
- displayName? string -
- id? string -
- jsonPath? string -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_attributes_5
Fields
- description? string -
- id? string -
- issueType? Account_data_attributes_accountStatus -
- sequence? int -
gwAccountConnector: Account_included_attributes_6
Fields
- clause? Account_data_attributes_accountHolder -
- coverable? Account_data_attributes_accountHolder -
- id? string -
gwAccountConnector: Account_included_attributes_7
Fields
- displayName? string -
- id? string -
- initialPolicySections? Account_included_attributes_7_initialPolicySections[] -
- leadersFee? string -
- ourRole? Account_data_attributes_accountStatus -
- ourShare? string -
- policyNumberSuffix? string -
gwAccountConnector: Account_included_attributes_7_initialPolicySections
Fields
- id? string -
- overridePrimaryCommissionRate? string -
- sectionType? Account_data_attributes_accountStatus -
gwAccountConnector: Account_included_attributes_8
Fields
- coinsuranceRole? Account_data_attributes_accountStatus -
- coinsuranceShare? string -
- id? string -
- organization? Account_data_attributes_accountHolder -
- ourParty? boolean -
- producerCode? Account_data_attributes_producerCodes -
gwAccountConnector: Account_included_attributes_9
Fields
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- description? string -
- displayName? string -
- emirate? Account_data_attributes_accountStatus -
- id? string -
- isLinked? boolean -
- linkedAddressUpdateMode? string -
- primary? boolean -
- refid? string -
- validUntil? string -
gwAccountConnector: Account_included_attributes_roles
Fields
- group? string -
- id? string -
- user? string -
gwAccountConnector: Account_included_BlanketAssociation
Fields
- attributes? Account_included_attributes_6 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_CoinsuranceAgreement
Fields
- attributes? Account_included_attributes_7 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_CoinsuranceAgreementParty
Fields
- attributes? Account_included_attributes_8 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_CoinsuranceAgreementPolicySection
Fields
- attributes? Account_included_attributes_7_initialPolicySections -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_ContactAddress
Fields
- attributes? Account_included_attributes_9 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Contingency
Fields
- attributes? Account_included_attributes_10 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Cost
Fields
- attributes? Account_included_attributes_11 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Document
Fields
- attributes? Account_included_attributes_12 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_DocumentContent
Fields
- attributes? Account_included_attributes_13 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_ForeignExchangeRate
Fields
- attributes? Account_included_attributes_14 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_HistoryEvent
Fields
- attributes? Account_included_attributes_15 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Job
Fields
- attributes? Account_included_attributes_16 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_JobGroup
Fields
- attributes? Account_included_attributes_17 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_JobPolicySection
Fields
- attributes? Account_included_attributes_18 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_JobVersion
Fields
- attributes? Account_included_attributes_19 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Layer
Fields
- attributes? Account_included_attributes_20 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_LocationNamedInsured
Fields
- attributes? Account_included_attributes_21 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_LossHistory
Fields
- attributes? Account_included_attributes_22 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Note
Fields
- attributes? Account_included_attributes_23 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_OOSConflicts
Fields
- attributes? Account_included_attributes_24 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PaymentInfo
Fields
- attributes? Account_included_attributes_25 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PaymentPlan
Fields
- attributes? Account_included_attributes_25_selectedPaymentPlan -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Policy
Fields
- attributes? Account_included_attributes_26 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyAudit
Fields
- attributes? Account_included_attributes_27 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyContact
Fields
- attributes? Account_included_attributes_28 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyForm
Fields
- attributes? Account_included_attributes_29 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyLine
Fields
- attributes? Account_included_attributes_30 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyLocation
Fields
- attributes? Account_included_attributes_31 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyLocationQuestions
Fields
- attributes? Account_included_attributes_32 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PolicyModifier
Fields
- attributes? Account_included_attributes_33 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PriorLoss
Fields
- attributes? Account_included_attributes_34 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_PriorPolicy
Fields
- attributes? Account_included_attributes_35 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_RateCappingGroup
Fields
- attributes? Account_included_attributes_36 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Reinsurable
Fields
- attributes? Account_included_attributes_37 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Tower
Fields
- attributes? Account_included_attributes_38 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_Transaction
Fields
- attributes? Account_included_attributes_39 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_UWIssue
Fields
- attributes? Account_included_attributes_40 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_UWIssueHistory
Fields
- attributes? Account_included_attributes_41 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: Account_included_UWReferralReason
Fields
- attributes? Account_included_attributes_42 -
- checksum? string -
- id? string -
- links? Account_data_links -
- method? string -
- refid? string -
- related? Account_data_related -
- 'type? string -
- uri? string -
gwAccountConnector: AccountList
Fields
- count? int -
- data? Account_data[] -
- included? AccountList_included -
gwAccountConnector: AccountList_included
Fields
- Account? Account_data[] -
- AccountContact? Account_included_AccountContact[] -
- AccountLocation? Account_included_AccountLocation[] -
- AccountRoles? Account_included_AccountRoles[] -
- Activity? Account_included_Activity[] -
- ActivityPattern? Account_included_ActivityPattern[] -
gwAccountConnector: ConnectionConfig
Provides a set of configurations for controlling the behaviours when communicating with a remote HTTP endpoint.
Fields
- httpVersion HttpVersion(default http:HTTP_2_0) - The HTTP version understood by the client
- http1Settings ClientHttp1Settings(default {}) - Configurations related to HTTP/1.x protocol
- http2Settings ClientHttp2Settings(default {}) - Configurations related to HTTP/2 protocol
- timeout decimal(default 30) - The maximum time to wait (in seconds) for a response before closing the connection
- forwarded string(default "disable") - The choice of setting
forwarded/x-forwardedheader
- followRedirects? FollowRedirects - Configurations associated with Redirection
- poolConfig? PoolConfiguration - Configurations associated with request pooling
- cache CacheConfig(default {}) - HTTP caching related configurations
- compression Compression(default http:COMPRESSION_AUTO) - Specifies the way of handling compression (
accept-encoding) header
- circuitBreaker? CircuitBreakerConfig - Configurations associated with the behaviour of the Circuit Breaker
- retryConfig? RetryConfig - Configurations associated with retrying
- cookieConfig? CookieConfig - Configurations associated with cookies
- responseLimits ResponseLimitConfigs(default {}) - Configurations associated with inbound response size limits
- secureSocket? ClientSecureSocket - SSL/TLS-related options
- proxy? ProxyConfig - Proxy server related options
- socketConfig ClientSocketConfig(default {}) - Provides settings related to client socket configuration
- validation boolean(default true) - Enables the inbound payload validation functionality which provided by the constraint package. Enabled by default
- laxDataBinding boolean(default true) - Enables relaxed data binding on the client side. When enabled,
nilvalues are treated as optional, and absent fields are handled asnilabletypes. Enabled by default.
gwAccountConnector: CreateAccountRequest
Fields
- data? CreateAccountRequest_data -
- included? CreateAccountRequest_included -
gwAccountConnector: CreateAccountRequest_data
Fields
- attributes? CreateAccountRequest_data_attributes -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_data_attributes
Fields
- accountHolder? CreateAccountRequest_data_attributes_accountHolder -
- businessOperationsDescription? string -
- id? string -
- industryCode? Account_data_attributes_industryCode -
- initialAccountHolder? CreateAccountRequest_data_attributes_initialAccountHolder -
- initialPrimaryLocation? CreateAccountRequest_data_attributes_initialPrimaryLocation -
- nickname? string -
- organizationType? Account_data_attributes_accountStatus -
- otherOrganizationTypeDescription? string -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- primaryLocation? CreateAccountRequest_data_attributes_accountHolder -
- producerCodes? CreateAccountRequest_data_attributes_producerCodes[] -
- serviceTier? Account_data_attributes_accountStatus -
- stateBureauNum? string -
- yearBusinessStarted? int -
gwAccountConnector: CreateAccountRequest_data_attributes_accountHolder
Fields
- displayName? string -
- id? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_data_attributes_initialAccountHolder
Fields
- accountingContact? boolean -
- active? boolean -
- addressBookUID? string -
- busOpsDescription? string -
- claimsInfoContact? boolean -
- companyName? string -
- companyNameKanji? string -
- contactSubtype? string -
- emailAddress1? string -
- emailAddress2? string -
- externalId? string -
- firstNameKanji? string -
- industryCode? Account_data_attributes_industryCode -
- inspectionContact? boolean -
- lastNameKanji? string -
- namedInsured? boolean -
- orgType? string -
- particle? string -
- primaryAddress? CreateAccountRequest_data_attributes_initialAccountHolder_primaryAddress -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- refid? string -
- secondaryContact? boolean -
- taxId? string -
gwAccountConnector: CreateAccountRequest_data_attributes_initialAccountHolder_officialIds
Fields
gwAccountConnector: CreateAccountRequest_data_attributes_initialAccountHolder_officialIds_property1
Fields
- officialIDValue? string -
gwAccountConnector: CreateAccountRequest_data_attributes_initialAccountHolder_primaryAddress
Fields
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- description? string -
- emirate? Account_data_attributes_accountStatus -
- linkedAddressUpdateMode? string -
- validUntil? string -
gwAccountConnector: CreateAccountRequest_data_attributes_initialAccountHolder_workPhone
Fields
- countryCode? Account_data_attributes_accountStatus -
- extension? string -
- number? string -
gwAccountConnector: CreateAccountRequest_data_attributes_initialPrimaryLocation
Fields
- active? boolean -
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- emirate? Account_data_attributes_accountStatus -
- employeeCount? int -
- locationCode? string -
- locationName? string -
- nonSpecific? boolean -
- refid? string -
gwAccountConnector: CreateAccountRequest_data_attributes_producerCodes
Fields
- code? string -
- displayName? string -
- id? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included
Fields
- Account? CreateAccountRequest_data[] -
- AccountContact? CreateAccountRequest_included_AccountContact[] -
- AccountLocation? CreateAccountRequest_included_AccountLocation[] -
- AccountRoles? CreateAccountRequest_included_AccountRoles[] -
- Activity? CreateAccountRequest_included_Activity[] -
- ActivityPattern? CreateAccountRequest_included_ActivityPattern[] -
- AdditionalNamedInsured? CreateAccountRequest_included_AdditionalNamedInsured[] -
- AssessmentSummary? CreateAccountRequest_included_AssessmentSummary[] -
- Assignee? CreateAccountRequest_included_Assignee[] -
- AsyncQuoteIssue? CreateAccountRequest_included_AsyncQuoteIssue[] -
- BlanketAssociation? CreateAccountRequest_included_BlanketAssociation[] -
- CoinsuranceAgreement? CreateAccountRequest_included_CoinsuranceAgreement[] -
- CoinsuranceAgreementParty? CreateAccountRequest_included_CoinsuranceAgreementParty[] -
- CoinsuranceAgreementPolicySection? CreateAccountRequest_included_CoinsuranceAgreementPolicySection[] -
- ContactAddress? CreateAccountRequest_included_ContactAddress[] -
- Contingency? CreateAccountRequest_included_Contingency[] -
- Document? CreateAccountRequest_included_Document[] -
- DocumentContent? CreateAccountRequest_included_AsyncQuoteIssue[] -
- ForeignExchangeRate? CreateAccountRequest_included_ForeignExchangeRate[] -
- HistoryEvent? CreateAccountRequest_included_AsyncQuoteIssue[] -
- Job? CreateAccountRequest_included_Job[] -
- JobGroup? CreateAccountRequest_included_JobGroup[] -
- JobPolicySection? CreateAccountRequest_included_CoinsuranceAgreementPolicySection[] -
- JobRoles? CreateAccountRequest_included_AccountRoles[] -
- JobVersion? CreateAccountRequest_included_JobVersion[] -
- Layer? CreateAccountRequest_included_Layer[] -
- LayerParty? CreateAccountRequest_included_CoinsuranceAgreementParty[] -
- LocationNamedInsured? CreateAccountRequest_included_LocationNamedInsured[] -
- LossHistory? CreateAccountRequest_included_LossHistory[] -
- Note? CreateAccountRequest_included_Note[] -
- OOSConflicts? CreateAccountRequest_included_OOSConflicts[] -
- PaymentInfo? CreateAccountRequest_included_PaymentInfo[] -
- PaymentPlan? CreateAccountRequest_included_PaymentPlan[] -
- Policy? CreateAccountRequest_included_Policy[] -
- PolicyAudit? CreateAccountRequest_included_PolicyAudit[] -
- PolicyContact? CreateAccountRequest_included_PolicyContact[] -
- PolicyContactAddress? CreateAccountRequest_included_ContactAddress[] -
- PolicyForm? CreateAccountRequest_included_AsyncQuoteIssue[] -
- PolicyLine? CreateAccountRequest_included_PolicyLine[] -
- PolicyLocation? CreateAccountRequest_included_PolicyLocation[] -
- PolicyLocationQuestions? CreateAccountRequest_included_PolicyLocationQuestions[] -
- PolicyModifier? CreateAccountRequest_included_PolicyModifier[] -
- PolicyQuestions? CreateAccountRequest_included_PolicyLocationQuestions[] -
- PriorLoss? CreateAccountRequest_included_PriorLoss[] -
- PriorPolicy? CreateAccountRequest_included_PriorPolicy[] -
- RateCappingGroup? CreateAccountRequest_included_AsyncQuoteIssue[] -
- Reinsurable? CreateAccountRequest_included_AsyncQuoteIssue[] -
- Tower? CreateAccountRequest_included_Tower[] -
- TowerPolicySection? CreateAccountRequest_included_CoinsuranceAgreementPolicySection[] -
- Transaction? CreateAccountRequest_included_AsyncQuoteIssue[] -
- UWIssue? CreateAccountRequest_included_UWIssue[] -
- UWIssueHistory? CreateAccountRequest_included_UWIssueHistory[] -
- UWReferralReason? CreateAccountRequest_included_UWReferralReason[] -
gwAccountConnector: CreateAccountRequest_included_AccountContact
Fields
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_AccountLocation
Fields
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_AccountRoles
Fields
- attributes? CreateAccountRequest_included_attributes -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Activity
Fields
- attributes? CreateAccountRequest_included_attributes_1 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_ActivityPattern
Fields
- attributes? Account_included_attributes_2 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_AdditionalNamedInsured
Fields
- attributes? CreateAccountRequest_included_attributes_2 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_AssessmentSummary
Fields
- attributes? CreateAccountRequest_included_attributes_3 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Assignee
Fields
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_AsyncQuoteIssue
Fields
- attributes? record {} -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_attributes
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_1
Fields
- activityPattern? string -
- approvalIssue? string -
- approvalRationale? string -
- autopilotHandlingDecision? Account_data_attributes_accountStatus -
- autopilotId? string -
- autopilotPurpose? Account_data_attributes_accountStatus -
- description? string -
- dueDate? string -
- endDate? string -
- escalationDate? string -
- externallyOwned? boolean -
- initialAssignment? CreateAccountRequest_included_attributes_1_initialAssignment -
- mandatory? boolean -
- priority? Account_data_attributes_accountStatus -
- recurring? boolean -
- startDate? string -
- subject? string -
gwAccountConnector: CreateAccountRequest_included_attributes_10
Fields
- marketTime? string -
- rate? string -
- retrievedAt? string -
gwAccountConnector: CreateAccountRequest_included_attributes_11
Fields
- additionalNamedInsureds? CreateAccountRequest_included_attributes_2[] -
- affinityGroup? CreateAccountRequest_data_attributes_accountHolder -
- autopilotStatus? Account_data_attributes_accountStatus -
- baseState? Account_data_attributes_accountStatus -
- dateQuoteNeeded? string -
- description? string -
- escalateAfterHoldReleased? boolean -
- id? string -
- jobEffectiveDate? string -
- overridePrimaryCommissionRate? string -
- periodEnd? string -
- policyAddress? CreateAccountRequest_included_attributes_11_policyAddress -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryInsured? CreateAccountRequest_data_attributes_accountHolder -
- primaryLocation? CreateAccountRequest_data_attributes_accountHolder -
- producerCode? CreateAccountRequest_data_attributes_producerCodes -
- producerCodeOfService? CreateAccountRequest_data_attributes_producerCodes -
- product? Account_included_attributes_16_product -
- rateAsOfDate? string -
- secondaryNamedInsured? CreateAccountRequest_included_attributes_11_secondaryNamedInsured -
- termType? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_11_policyAddress
Fields
- primaryNamedInsuredAddress? CreateAccountRequest_data_attributes_accountHolder -
gwAccountConnector: CreateAccountRequest_included_attributes_11_secondaryNamedInsured
Fields
- id? string -
- refid? string -
- relationship? string -
gwAccountConnector: CreateAccountRequest_included_attributes_11_uwCompany
Fields
- displayName? string -
- id? string -
- refid? string -
- 'type? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_attributes_12
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_13
Fields
- id? string -
- name? string -
gwAccountConnector: CreateAccountRequest_included_attributes_14
Fields
- coinsured? boolean -
- declined? boolean -
- excessAmount? Account_included_attributes_11_amount -
- leadersFee? string -
- limitAmount? Account_included_attributes_11_amount -
- ourRole? Account_data_attributes_accountStatus -
- ourShare? string -
- overridePrimaryCommissionRate? string -
- policyNumberSuffix? string -
gwAccountConnector: CreateAccountRequest_included_attributes_15
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_16
Fields
- lossHistoryType? Account_data_attributes_accountStatus -
- numPriorLosses? int -
- priorTotalIncurred? Account_included_attributes_11_amount -
gwAccountConnector: CreateAccountRequest_included_attributes_17
Fields
- body? string -
- confidential? boolean -
- securityType? Account_data_attributes_accountStatus -
- subject? string -
gwAccountConnector: CreateAccountRequest_included_attributes_18
Fields
- conflicts? CreateAccountRequest_included_attributes_18_conflicts[] -
gwAccountConnector: CreateAccountRequest_included_attributes_18_conflicts
Fields
- conflictValues? Account_included_attributes_24_conflictValues[] -
- 'field? string -
- originalValue? string -
- yourValue? string -
gwAccountConnector: CreateAccountRequest_included_attributes_19
Fields
- alternateBillingAccount? string -
- billingContact? CreateAccountRequest_data_attributes_accountHolder -
- billingMethod? Account_data_attributes_accountStatus -
- depositOverridePercentage? string -
- finalAuditOption? Account_data_attributes_accountStatus -
- selectedPaymentPlan? CreateAccountRequest_included_attributes_19_selectedPaymentPlan -
gwAccountConnector: CreateAccountRequest_included_attributes_19_selectedPaymentPlan
Fields
- billingId? string -
- id? string -
- reportingPatternCode? string -
gwAccountConnector: CreateAccountRequest_included_attributes_1_initialAssignment
Fields
- autoAssign? boolean -
- groupId? string -
- queueId? string -
- userId? string -
gwAccountConnector: CreateAccountRequest_included_attributes_2
Fields
- accountContact? CreateAccountRequest_data_attributes_accountHolder -
- relationship? string -
gwAccountConnector: CreateAccountRequest_included_attributes_20
Fields
- additionalNamedInsureds? CreateAccountRequest_included_attributes_2[] -
- affinityGroup? CreateAccountRequest_data_attributes_accountHolder -
- baseState? Account_data_attributes_accountStatus -
- doNotArchive? boolean -
- id? string -
- nonRenewalExplanations? Account_included_attributes_26_nonRenewalExplanations[] -
- overridePrimaryCommissionRate? string -
- periodEnd? string -
- policyAddress? CreateAccountRequest_included_attributes_11_policyAddress -
- preferredCoverageCurrency? Account_data_attributes_accountStatus -
- preferredSettlementCurrency? Account_data_attributes_accountStatus -
- primaryInsured? CreateAccountRequest_data_attributes_accountHolder -
- primaryLocation? CreateAccountRequest_data_attributes_accountHolder -
- producerCode? CreateAccountRequest_data_attributes_producerCodes -
- producerCodeOfService? CreateAccountRequest_data_attributes_producerCodes -
- product? Account_included_attributes_16_product -
- rateAsOfDate? string -
- secondaryNamedInsured? CreateAccountRequest_included_attributes_11_secondaryNamedInsured -
- termType? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_21
Fields
- actualAuditMethod? Account_data_attributes_accountStatus -
- auditFee? Account_included_attributes_11_amount -
- auditMethod? Account_data_attributes_accountStatus -
- auditPeriodEndDate? string -
- auditPeriodStartDate? string -
- auditScheduleType? Account_data_attributes_accountStatus -
- dueDate? string -
- finalAuditOption? Account_data_attributes_accountStatus -
- initDate? string -
- instructions? string -
- paymentReceived? Account_included_attributes_11_amount -
- receivedDate? string -
gwAccountConnector: CreateAccountRequest_included_attributes_22
Fields
- accountContact? CreateAccountRequest_data_attributes_accountHolder -
- addressBookUID? string -
- companyName? string -
- companyNameKanji? string -
- contactSubtype? string -
- emailAddress1? string -
- emailAddress2? string -
- firstNameKanji? string -
- industryCode? Account_data_attributes_industryCode -
- lastNameKanji? string -
- particle? string -
- primaryAddress? CreateAccountRequest_data_attributes_initialAccountHolder_primaryAddress -
- primaryLanguage? Account_data_attributes_accountStatus -
- primaryLocale? Account_data_attributes_accountStatus -
- refid? string -
- taxId? string -
gwAccountConnector: CreateAccountRequest_included_attributes_23
Fields
- id? string -
- numAddInsured? int -
- pattern? Account_included_attributes_16_product -
- patternCode? string -
gwAccountConnector: CreateAccountRequest_included_attributes_24
Fields
- accountLocation? CreateAccountRequest_data_attributes_accountHolder -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- description? string -
- emirate? Account_data_attributes_accountStatus -
- employeeCount? int -
- fireProtectionClass? Account_data_attributes_accountStatus -
- industryCode? Account_data_attributes_industryCode -
- refid? string -
- taxLocation? CreateAccountRequest_data_attributes_accountHolder -
- territoryCodes? Account_included_attributes_31_territoryCodes -
- validUntil? string -
gwAccountConnector: CreateAccountRequest_included_attributes_25
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_25_answers
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_25_answers_property1
Fields
- booleanValue? boolean -
- choiceValue? Account_data_attributes_accountStatus -
- dateValue? string -
- integerValue? int -
- textValue? string -
gwAccountConnector: CreateAccountRequest_included_attributes_26
Fields
- booleanModifier? boolean -
- dateModifier? string -
- eligible? boolean -
- id? string -
- justification? string -
- rateFactors? CreateAccountRequest_included_attributes_26_rateFactors -
- rateModifier? string -
- typeKeyModifier? Account_data_attributes_accountStatus -
- valueFinal? boolean -
gwAccountConnector: CreateAccountRequest_included_attributes_26_rateFactors
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_26_rateFactors_property1
Fields
- assessment? string -
- justification? string -
gwAccountConnector: CreateAccountRequest_included_attributes_26_splits
Fields
gwAccountConnector: CreateAccountRequest_included_attributes_26_splits_property1
Fields
- booleanModifier? boolean -
- dateModifier? string -
- rateFactors? CreateAccountRequest_included_attributes_26_rateFactors -
- rateModifier? string -
- typeKeyModifier? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_27
Fields
- amountPaid? Account_included_attributes_11_amount -
- description? string -
- lossStatus? Account_data_attributes_accountStatus -
- occurrenceDate? string -
- openReserve? Account_included_attributes_11_amount -
- totalIncurred? Account_included_attributes_11_amount -
gwAccountConnector: CreateAccountRequest_included_attributes_28
Fields
- annualPremium? Account_included_attributes_11_amount -
- carrier? string -
- effectiveDate? string -
- expirationDate? string -
- numLosses? int -
- policyLinePatternCode? string -
- policyNumber? string -
- totalLosses? Account_included_attributes_11_amount -
- totalPremium? Account_included_attributes_11_amount -
gwAccountConnector: CreateAccountRequest_included_attributes_29
Fields
- initialPolicySections? CreateAccountRequest_included_attributes_5_initialPolicySections[] -
gwAccountConnector: CreateAccountRequest_included_attributes_3
Fields
- assessedEntity? CreateAccountRequest_included_attributes_3_assessedEntity -
- category? string -
- conclusionCode? string -
- conclusionDescription? string -
- estimate? string -
- flexistoreDocumentId? string -
- flexistorePoolId? string -
- name? string -
- normalizedScore? string -
- rawAssessmentReferenceID? string -
- recommendedActionCode? string -
- recommendedActionDescription? string -
- recommendedValue? string -
- score? string -
- scoreDate? string -
- scorePercentile? string -
- tapId? string -
- tapSubtypeId? string -
gwAccountConnector: CreateAccountRequest_included_attributes_30
Fields
- approvalBlockingPoint? Account_data_attributes_accountStatus -
- approvalDurationType? Account_data_attributes_accountStatus -
- canEditApprovalBeforeBind? boolean -
- decimalApprovalValue? string -
- decimalValue? string -
- integerApprovalValue? string -
- integerValue? string -
- issueType? CreateAccountRequest_data_attributes_producerCodes -
- longDescription? string -
- moneyApprovalValue? Account_included_attributes_11_amount -
- moneyValue? Account_included_attributes_11_amount -
- shortDescription? string -
- stateSetApprovalValue? Account_included_attributes_40_stateSetApprovalValue -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
gwAccountConnector: CreateAccountRequest_included_attributes_31
Fields
- approvalBlockingPoint? Account_data_attributes_accountStatus -
- approvalDurationType? Account_data_attributes_accountStatus -
- canEditApprovalBeforeBind? boolean -
- createDate? string -
- decimalApprovalValue? string -
- decimalValue? string -
- effectiveDate? string -
- integerApprovalValue? string -
- integerValue? string -
- issueType? CreateAccountRequest_data_attributes_producerCodes -
- moneyApprovalValue? Account_included_attributes_11_amount -
- moneyValue? Account_included_attributes_11_amount -
- stateSetApprovalValue? Account_included_attributes_40_stateSetApprovalValue -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
- status? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_32
Fields
- decimalValue? string -
- integerValue? string -
- issueType? CreateAccountRequest_data_attributes_producerCodes -
- longDescription? string -
- moneyValue? Account_included_attributes_11_amount -
- shortDescription? string -
- stateSetValue? Account_included_attributes_40_stateSetApprovalValue -
gwAccountConnector: CreateAccountRequest_included_attributes_3_assessedEntity
Fields
- '0? string -
- '1? string -
- '2? string -
- '3? string -
- '4? string -
- '5? string -
- displayName? string -
- id? string -
- 'type? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_attributes_4
Fields
- coverable? CreateAccountRequest_data_attributes_accountHolder -
gwAccountConnector: CreateAccountRequest_included_attributes_5
Fields
- initialPolicySections? CreateAccountRequest_included_attributes_5_initialPolicySections[] -
- leadersFee? string -
- ourRole? Account_data_attributes_accountStatus -
- ourShare? string -
- policyNumberSuffix? string -
gwAccountConnector: CreateAccountRequest_included_attributes_5_initialPolicySections
Fields
- overridePrimaryCommissionRate? string -
- sectionType? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_6
Fields
- coinsuranceRole? Account_data_attributes_accountStatus -
- coinsuranceShare? string -
- producerCode? CreateAccountRequest_data_attributes_producerCodes -
gwAccountConnector: CreateAccountRequest_included_attributes_7
Fields
- addressBookUID? string -
- addressLine1? string -
- addressLine2? string -
- addressLine3? string -
- addressType? Account_data_attributes_accountStatus -
- city? string -
- country? string -
- description? string -
- emirate? Account_data_attributes_accountStatus -
- linkedAddressUpdateMode? string -
- primary? boolean -
- refid? string -
- validUntil? string -
gwAccountConnector: CreateAccountRequest_included_attributes_8
Fields
- action? Account_data_attributes_accountStatus -
- description? string -
- dueDate? string -
- title? string -
gwAccountConnector: CreateAccountRequest_included_attributes_9
Fields
- author? string -
- description? string -
- dms? boolean -
- docUID? string -
- inbound? boolean -
- language? Account_data_attributes_accountStatus -
- mimeType? string -
- name? string -
- obsolete? boolean -
- pendingDocUID? string -
- recipient? string -
- section? Account_data_attributes_accountStatus -
- securityType? Account_data_attributes_accountStatus -
- status? Account_data_attributes_accountStatus -
gwAccountConnector: CreateAccountRequest_included_attributes_roles
Fields
- group? string -
- user? string -
gwAccountConnector: CreateAccountRequest_included_BlanketAssociation
Fields
- attributes? CreateAccountRequest_included_attributes_4 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_CoinsuranceAgreement
Fields
- attributes? CreateAccountRequest_included_attributes_5 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_CoinsuranceAgreementParty
Fields
- attributes? CreateAccountRequest_included_attributes_6 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_CoinsuranceAgreementPolicySection
Fields
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_ContactAddress
Fields
- attributes? CreateAccountRequest_included_attributes_7 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Contingency
Fields
- attributes? CreateAccountRequest_included_attributes_8 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Document
Fields
- attributes? CreateAccountRequest_included_attributes_9 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_ForeignExchangeRate
Fields
- attributes? CreateAccountRequest_included_attributes_10 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Job
Fields
- attributes? CreateAccountRequest_included_attributes_11 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_JobGroup
Fields
- attributes? CreateAccountRequest_included_attributes_12 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_JobVersion
Fields
- attributes? CreateAccountRequest_included_attributes_13 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Layer
Fields
- attributes? CreateAccountRequest_included_attributes_14 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_LocationNamedInsured
Fields
- attributes? CreateAccountRequest_included_attributes_15 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_LossHistory
Fields
- attributes? CreateAccountRequest_included_attributes_16 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Note
Fields
- attributes? CreateAccountRequest_included_attributes_17 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_OOSConflicts
Fields
- attributes? CreateAccountRequest_included_attributes_18 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PaymentInfo
Fields
- attributes? CreateAccountRequest_included_attributes_19 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PaymentPlan
Fields
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Policy
Fields
- attributes? CreateAccountRequest_included_attributes_20 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyAudit
Fields
- attributes? CreateAccountRequest_included_attributes_21 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyContact
Fields
- attributes? CreateAccountRequest_included_attributes_22 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyLine
Fields
- attributes? CreateAccountRequest_included_attributes_23 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyLocation
Fields
- attributes? CreateAccountRequest_included_attributes_24 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyLocationQuestions
Fields
- attributes? CreateAccountRequest_included_attributes_25 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PolicyModifier
Fields
- attributes? CreateAccountRequest_included_attributes_26 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PriorLoss
Fields
- attributes? CreateAccountRequest_included_attributes_27 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_PriorPolicy
Fields
- attributes? CreateAccountRequest_included_attributes_28 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_Tower
Fields
- attributes? CreateAccountRequest_included_attributes_29 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_UWIssue
Fields
- attributes? CreateAccountRequest_included_attributes_30 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_UWIssueHistory
Fields
- attributes? CreateAccountRequest_included_attributes_31 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountRequest_included_UWReferralReason
Fields
- attributes? CreateAccountRequest_included_attributes_32 -
- checksum? string -
- id? string -
- method? string -
- refid? string -
- uri? string -
gwAccountConnector: CreateAccountResponse
Fields
- data? Account_data -
- included? Account_included -
gwAccountConnector: SearchAccountRequest
Fields
- data? SearchAccountRequest_data -
gwAccountConnector: SearchAccountRequest_data
Fields
- attributes? SearchAccountRequest_data_attributes -
gwAccountConnector: SearchAccountRequest_data_attributes
Fields
- accountNumber? string -
- addressLine1? string -
- addressLine2? string -
- city? string -
- companyName? string -
- companyNameKanji? string -
- companyNamePartialMatch? boolean -
- country? string -
- emirate? Account_data_attributes_accountStatus -
- firstName? string -
- firstNameKanji? string -
- firstNamePartialMatch? boolean -
- industryCode? CreateAccountRequest_data_attributes_accountHolder -
- lastName? string -
- lastNameKanji? string -
- lastNamePartialMatch? boolean -
- organization? CreateAccountRequest_data_attributes_accountHolder -
- particle? string -
- phoneNumber? string -
- producerCode? CreateAccountRequest_data_attributes_accountHolder -
- taxId? string -
Import
import self1/gwAccountConnector;Other versions
1.0.0
Metadata
Released date: 3 months ago
Version: 1.0.0
Compatibility
Platform: any
Ballerina version: 2201.13.1
GraalVM compatible: Yes
Pull count
Total: 2
Current verison: 1
Weekly downloads