Skip to main content

Add or Update Contact Extra

Add or Update additional Contact information.

Query String Parameters

NameTypeDescriptionRequired
ActionstringContactExtraSaveRequired
ContactIdintThe unique identifier of the contact which can be retrieved using Contact List.Required
ContactReferencestringThe internal reference of the contact.Required
ContactExtraCreditLimitstringCredit limit.Optional
ContactExtraCreditLimitCurrencystringCredit limit currency code.Optional
ContactExtraDelay2PaystringDelay 2 pay.Optional
ContactExtraDirectDebitboolDirect debit.Optional
ContactExtraAccountReferencestringAccount reference.Optional
ContactExtraAccountTypeintAccount type.Optional
ContactExtraLastUpdateddatetimeLast updated date and time.Optional
ContactExtraFlaggedReasonstringFlagged reason.Optional
ContactExtraFinancialSyncExcludeboolExclude from financial sync.Optional
ContactExtraUseParentRefboolUse parent reference.Optional
ContactExtraAccountPackageAccountBalancedecimalAccount balance.Optional
ContactExtraAccountPackageAccountStatusintAccount status.Optional
ContactExtraOnStopReasonstringOn stop reason.Optional
ContactExtraOnStopDatedatetimeOn stop date.Optional
ContactExtraCreditLimitOnStopboolCredit limit on stop.Optional
ContactExtraOnStopDescendantboolOn stop descendant.Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
0Contact {ContactId} {ContactName} has updated successfullyContactId and ContactName are included in the success message for reference
2Missing parameters. You must include at least a Contact Id or a Contact ReferenceMandatory parameter was not supplied
2When specifying a credit limit the credit limit currency cannot be null.Ensure a valid currency code is also provided when setting the credit limit
2Invalid Credit Limit.Double value is invalid or was not specified (when required)
2Invalid Delay2Pay.Short value is invalid or was not specified (when required)
2Invalid Direct Debit - must be true or false.Boolean value is invalid or was not specified (when required)
2Invalid Financial Sync Exclude - must be true or false.Boolean value is invalid or was not specified (when required)
2Invalid Use Parent Ref.Boolean value is invalid or was not specified (when required)
2Invalid Account Type.Boolean value is invalid or was not specified (when required)
2Invalid Account Package account balance.Decimal value is invalid or was not specified (when required)
2Invalid Account Package account status.Decimal value is invalid or was not specified (when required)
2Invalid On Stop Date.Date value is invalid or was not specified (when required)
2Invalid Credit Limit on stop - must be true or false.Boolean value is invalid or was not specified (when required)
2Invalid On stop descendant -must be true or false.Boolean value is invalid or was not specified (when required)

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=contactupdateref&contactid=39010151&contactref=ABC123456