Platform API

<back to all web services

UpdateCustomerGroup

Update customer group details

Requires Authentication
The following routes are available for this service:
All Verbs/api/updatecustomergroup
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Eros.Subtle.Canvara.WebAPIModel.ServiceModel
Imports Eros.Causal.Common.Entity

Namespace Global

    Namespace Eros.Causal.Common.Entity

        Public Partial Class Contact
            Public Overridable Property ContactId As Guid
            Public Overridable Property PrimaryStreetAddressId As Guid?
            Public Overridable Property PrimaryPostalAddressId As Guid?
            Public Overridable Property PrimaryTaxRegisteredAddressId As Guid?
            Public Overridable Property PrimaryNonMobileId As Guid?
            Public Overridable Property PrimaryMobileId As Guid?
            Public Overridable Property PrimaryEmailId As Guid?
            Public Overridable Property Mobile As String
            Public Overridable Property Phone As String
            Public Overridable Property PrimaryEmail As String
            Public Overridable Property PrimaryAddress As String
            Public Overridable Property PrimaryFaxId As Guid?
            Public Overridable Property PrimaryWebId As Guid?
            Public Overridable Property PrimarySocialMediaId As Guid?
            Public Overridable Property FirstName As String
            Public Overridable Property MiddleName As String
            Public Overridable Property Surname As String
            Public Overridable Property FullName As String
            Public Overridable Property ShortName As String
            Public Overridable Property BirthDate As Date?
            Public Overridable Property Title As String
            Public Overridable Property Salutation As String
            Public Overridable Property MaritalStatus As Guid?
            Public Overridable Property MaritalStatusName As String
            Public Overridable Property Gender As Guid?
            Public Overridable Property GenderName As String
            Public Overridable Property Abn As String
            Public Overridable Property Acn As String
            Public Overridable Property Arbn As String
            Public Overridable Property ContactBankingDetails As ContactBanking
            Public Overridable Property LegalName As String
            Public Overridable Property TradingName As String
            Public Overridable Property ContactType As Guid?
            Public Overridable Property ContactTypeName As String
            Public Overridable Property ContactTypePhotoUrl As String
            Public Overridable Property ContactTypePhotoThumbnailUrl As String
            Public Overridable Property Timezone As Guid?
            Public Overridable Property TimezoneName As String
            Public Overridable Property Description As String
            Public Overridable Property EmploymentIndustry As String
            Public Overridable Property EmploymentRole As String
            Public Overridable Property EmploymentGeographicArea As String
            Public Overridable Property GstRegistered As Boolean
            Public Overridable Property DriversLicence As String
            Public Overridable Property ContactGroupIdStaff As Guid?
            Public Overridable Property StaffGroupName As String
            Public Overridable Property ContactGroupIdVendor As Guid?
            Public Overridable Property VendorGroupName As String
            Public Overridable Property ContactGroupIdCustomer As Guid?
            Public Overridable Property CustomerGroupName As String
            Public Overridable Property PrimaryMediaFileId As Guid?
            Public Overridable Property ProfilePhotoUrl As String
            Public Overridable Property ProfilePhotoThumbnailUrl As String
            Public Overridable Property ProfileImageId As Guid
            Public Overridable Property RecordStatus As String
            Public Overridable Property ConnectionStatusId As Guid
            Public Overridable Property SubscriptionAlternateKey As String
            Public Overridable Property ContactRoles As List(Of UserRole)
            Public Overridable Property ContactDetails As List(Of ContactDetail)
            Public Overridable Property CustomContent As List(Of CustomContentFieldValue)
            Public Overridable Property ConnectedContacts As List(Of Contact)
            Public Overridable Property CustomContentXML As String
            Public Overridable Property ContactDetailsXML As String
            Public Overridable Property ConnectionContactId As Guid
            Public Overridable Property ConnectionContactName As String
            Public Overridable Property UserProfileIdDefault As Guid?
            Public Overridable Property UserId As Guid
            Public Overridable Property Username As String
            Public Overridable Property IsRegistered As Boolean
            Public Overridable Property ESL As Boolean
            Public Overridable Property Language As String
            Public Overridable Property InterpreterRequired As Boolean
            Public Overridable Property LicenseeNotes As String
            Public Overridable Property Notes As String
            Public Overridable Property ObjectSubscriptionId As Guid
            Public Overridable Property ObjectHash As String
            Public Overridable Property OwnerContactId As Guid
        End Class

        Public Partial Class ContactAddress
            Public Overridable Property Location As GeoLocation
            Public Overridable Property IsPostal As Boolean
            Public Overridable Property IsPrimaryLocation As Boolean
            Public Overridable Property IsRegisteredLocation As Boolean
            Public Overridable Property ContactAddressId As Guid
            Public Overridable Property SuburbName As String
            Public Overridable Property StateName As String
            Public Overridable Property CountryName As String
            Public Overridable Property AddressFull As String
        End Class

        Public Partial Class ContactBanking
            Public Overridable Property ContactId As Guid
            Public Overridable Property BankName As String
            Public Overridable Property BankLocation As String
            Public Overridable Property Bsb As String
            Public Overridable Property AccountNumber As String
            Public Overridable Property AccountName As String
            Public Overridable Property TermOfTradeId As Guid?
            Public Overridable Property TermOfTradeName As String
            Public Overridable Property OwnerContactId As Guid
            Public Overridable Property RecordStatus As String
        End Class

        Public Partial Class ContactDetail
            Public Overridable Property ContactContactDetailId As Guid
            Public Overridable Property ContactId As Guid
            Public Overridable Property ContactDetailId As Guid
            Public Overridable Property ContactMethodId As Guid
            Public Overridable Property ContactMethodName As String
            Public Overridable Property Address As ContactAddress
            Public Overridable Property Phone As ContactPhone
            Public Overridable Property CountryId As Guid?
            Public Overridable Property ContactDetails As String
            Public Overridable Property Notes As String
            Public Overridable Property ContactDetailsCode As String
            Public Overridable Property OrderContactMethod As Integer
            Public Overridable Property IsPrimaryContactMethod As Boolean
            Public Overridable Property IsPrimaryLocation As Boolean
            Public Overridable Property IsRegisteredLocation As Boolean
            Public Overridable Property IsPostal As Boolean
            Public Overridable Property IsAddress As Boolean
            Public Overridable Property IsPhone As Boolean
            Public Overridable Property EmailSignatureId As Guid
            Public Overridable Property EmailSignatureHTML As String
            Public Overridable Property EmailSignatureText As String
            Public Overridable Property ApiKey As String
            Public Overridable Property FrameworkAlternateKey As String
        End Class

        Public Partial Class ContactPhone
            Public Overridable Property CountryCode As String
            Public Overridable Property AreaCode As String
            Public Overridable Property LocalNumber As String
            Public Overridable Property PhoneNumber As String
        End Class

        Public Partial Class CustomContentFieldValue
            Public Overridable Property FieldName As String
            Public Overridable Property FieldDataTypeId As Guid
            Public Overridable Property FieldValue As String
            Public Overridable Property AlternateKey As String
        End Class

        Public Partial Class GeoEstate
            Public Overridable Property GeoEstateId As Guid
            Public Overridable Property Name As String
            Public Overridable Property Notes As String
            Public Overridable Property DeveloperContactId As Guid
            Public Overridable Property DeveloperName As String
            Public Overridable Property DeveloperProfilePhotoUrl As String
            Public Overridable Property DeveloperProfilePhotoThumbnail As String
            Public Overridable Property RecordStatus As String
            Public Overridable Property Stages As List(Of GeoEstateStage)
            Public Overridable Property CurrentEstateStageId As Guid
            Public Overridable Property CurrentEstateStageName As String
        End Class

        Public Partial Class GeoEstateStage
            Public Overridable Property GeoEstateStageId As Guid
            Public Overridable Property GeoEstateId As Guid
            Public Overridable Property Name As String
            Public Overridable Property Notes As String
            Public Overridable Property RecordStatus As String
        End Class

        Public Partial Class GeoLocation
            Public Overridable Property GeoLocationId As Guid
            Public Overridable Property StateId As Guid?
            Public Overridable Property StateName As String
            Public Overridable Property StateNameShort As String
            Public Overridable Property SuburbId As Guid?
            Public Overridable Property SuburbName As String
            Public Overridable Property CountryId As Guid?
            Public Overridable Property CountryName As String
            Public Overridable Property Timezone As Guid?
            Public Overridable Property TimezoneName As String
            Public Overridable Property LotNumber As String
            Public Overridable Property SubUnit As String
            Public Overridable Property BuildingNumber As String
            Public Overridable Property PostalDeliveryNumber As String
            Public Overridable Property StreetNumber As String
            Public Overridable Property StreetName As String
            Public Overridable Property AddressLineOne As String
            Public Overridable Property AddressLineTwo As String
            Public Overridable Property PostCode As String
            Public Overridable Property IsPhysical As Boolean
            Public Overridable Property Notes As String
            Public Overridable Property AddressFull As String
            Public Overridable Property AddressFormatId As Guid
            Public Overridable Property PostalDeliveryTypeId As Guid?
            Public Overridable Property Latitude As Double
            Public Overridable Property Longitude As Double
            Public Overridable Property Accuracy As Integer
            Public Overridable Property DistanceAway As Double
            Public Overridable Property AutoMapCoordinates As Boolean?
            Public Overridable Property IsAddressCleared As Boolean
            Public Overridable Property IsValidated As Boolean
            Public Overridable Property Estate As GeoEstate
            Public Overridable Property GeoEstateId As Guid
            Public Overridable Property GeoEstateStageId As Guid
            Public Overridable Property GeoEstateStageName As String
        End Class

        Public Partial Class StringResponse
            Public Overridable Property Result As String
        End Class

        Public Partial Class UserRole
            Public Overridable Property ConnectionId As Guid
            Public Overridable Property ContactRoleId As Guid
            Public Overridable Property ContactId As Guid
            Public Overridable Property RoleId As Guid
            Public Overridable Property RoleName As String
            Public Overridable Property StartDate As Date
            Public Overridable Property EndDate As Date?
            Public Overridable Property IsLicenseeRole As Boolean
            Public Overridable Property IsCustomerRole As Boolean
            Public Overridable Property IsPlatformRole As Boolean
            Public Overridable Property IsAdministerContactsRole As Boolean
            Public Overridable Property RolePrimaryImageURL As String
            Public Overridable Property RolePrimaryImageThumbnailURL As String
            Public Overridable Property RolePrimaryImageId As Guid
            Public Overridable Property ConnectionStatusId As Guid
            Public Overridable Property ConnectionStatusName As String
        End Class
    End Namespace

    Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel

        '''<Summary>
        '''Update customer group details
        '''</Summary>
        <Api(Description:="Update customer group details")>
        Public Partial Class UpdateCustomerGroup
            Public Overridable Property CustomerGroupId As Guid
            Public Overridable Property AutoGenerateName As Boolean
            Public Overridable Property CustomerName As String
            Public Overridable Property Contacts As List(Of Contact)
        End Class
    End Namespace
End Namespace

VB.NET UpdateCustomerGroup DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /api/updatecustomergroup HTTP/1.1 
Host: pfapi.pstpf.com.au 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"CustomerGroupId":"00000000-0000-0000-0000-000000000000","AutoGenerateName":false,"CustomerName":"String","Contacts":[{"ContactId":"00000000-0000-0000-0000-000000000000","PrimaryStreetAddressId":"00000000000000000000000000000000","PrimaryPostalAddressId":"00000000000000000000000000000000","PrimaryTaxRegisteredAddressId":"00000000000000000000000000000000","PrimaryNonMobileId":"00000000000000000000000000000000","PrimaryMobileId":"00000000000000000000000000000000","PrimaryEmailId":"00000000000000000000000000000000","Mobile":"String","Phone":"String","PrimaryEmail":"String","PrimaryAddress":"String","PrimaryFaxId":"00000000000000000000000000000000","PrimaryWebId":"00000000000000000000000000000000","PrimarySocialMediaId":"00000000000000000000000000000000","FirstName":"String","MiddleName":"String","Surname":"String","FullName":"String","ShortName":"String","BirthDate":"0001-01-01T00:00:00.0000000","Title":"String","Salutation":"String","MaritalStatus":"00000000000000000000000000000000","MaritalStatusName":"String","Gender":"00000000000000000000000000000000","GenderName":"String","Abn":"String","Acn":"String","Arbn":"String","ContactBankingDetails":{"ContactId":"00000000-0000-0000-0000-000000000000","BankName":"String","BankLocation":"String","Bsb":"String","AccountNumber":"String","AccountName":"String","TermOfTradeId":"00000000000000000000000000000000","TermOfTradeName":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String"},"LegalName":"String","TradingName":"String","ContactType":"00000000000000000000000000000000","ContactTypeName":"String","ContactTypePhotoUrl":"String","ContactTypePhotoThumbnailUrl":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","Description":"String","EmploymentIndustry":"String","EmploymentRole":"String","EmploymentGeographicArea":"String","GstRegistered":false,"DriversLicence":"String","ContactGroupIdStaff":"00000000000000000000000000000000","StaffGroupName":"String","ContactGroupIdVendor":"00000000000000000000000000000000","VendorGroupName":"String","ContactGroupIdCustomer":"00000000000000000000000000000000","CustomerGroupName":"String","PrimaryMediaFileId":"00000000000000000000000000000000","ProfilePhotoUrl":"String","ProfilePhotoThumbnailUrl":"String","ProfileImageId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","SubscriptionAlternateKey":"String","ContactRoles":[{"ConnectionId":"00000000-0000-0000-0000-000000000000","ContactRoleId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","RoleId":"00000000-0000-0000-0000-000000000000","RoleName":"String","StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","IsLicenseeRole":false,"IsCustomerRole":false,"IsPlatformRole":false,"IsAdministerContactsRole":false,"RolePrimaryImageURL":"String","RolePrimaryImageThumbnailURL":"String","RolePrimaryImageId":"00000000-0000-0000-0000-000000000000","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","ConnectionStatusName":"String"}],"ContactDetails":[{"ContactContactDetailId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","ContactDetailId":"00000000-0000-0000-0000-000000000000","ContactMethodId":"00000000-0000-0000-0000-000000000000","ContactMethodName":"String","Address":{"Location":{"GeoLocationId":"00000000-0000-0000-0000-000000000000","StateId":"00000000000000000000000000000000","StateName":"String","StateNameShort":"String","SuburbId":"00000000000000000000000000000000","SuburbName":"String","CountryId":"00000000000000000000000000000000","CountryName":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","LotNumber":"String","SubUnit":"String","BuildingNumber":"String","PostalDeliveryNumber":"String","StreetNumber":"String","StreetName":"String","AddressLineOne":"String","AddressLineTwo":"String","PostCode":"String","IsPhysical":false,"Notes":"String","AddressFull":"String","AddressFormatId":"00000000-0000-0000-0000-000000000000","PostalDeliveryTypeId":"00000000000000000000000000000000","Latitude":0,"Longitude":0,"Accuracy":0,"DistanceAway":0,"AutoMapCoordinates":false,"IsAddressCleared":false,"IsValidated":false,"Estate":{"GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","DeveloperContactId":"00000000-0000-0000-0000-000000000000","DeveloperName":"String","DeveloperProfilePhotoUrl":"String","DeveloperProfilePhotoThumbnail":"String","RecordStatus":"String","Stages":[{"GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","RecordStatus":"String"}],"CurrentEstateStageId":"00000000-0000-0000-0000-000000000000","CurrentEstateStageName":"String"},"GeoEstateId":"00000000-0000-0000-0000-000000000000","GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateStageName":"String"},"IsPostal":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"ContactAddressId":"00000000-0000-0000-0000-000000000000","SuburbName":"String","StateName":"String","CountryName":"String","AddressFull":"String\r\nString\r\nString\r\nString String\r\nString"},"Phone":{"CountryCode":"String","AreaCode":"String","LocalNumber":"String","PhoneNumber":"String String String"},"CountryId":"00000000000000000000000000000000","ContactDetails":"String","Notes":"String","ContactDetailsCode":"String","OrderContactMethod":0,"IsPrimaryContactMethod":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"IsPostal":false,"IsAddress":true,"IsPhone":false,"EmailSignatureId":"00000000-0000-0000-0000-000000000000","EmailSignatureHTML":"String","EmailSignatureText":"String","ApiKey":"String","FrameworkAlternateKey":"String"}],"CustomContent":[{"FieldName":"String","FieldDataTypeId":"00000000-0000-0000-0000-000000000000","FieldValue":"String","AlternateKey":"String"}],"ConnectedContacts":[{"ContactId":"00000000-0000-0000-0000-000000000000","PrimaryStreetAddressId":"00000000000000000000000000000000","PrimaryPostalAddressId":"00000000000000000000000000000000","PrimaryTaxRegisteredAddressId":"00000000000000000000000000000000","PrimaryNonMobileId":"00000000000000000000000000000000","PrimaryMobileId":"00000000000000000000000000000000","PrimaryEmailId":"00000000000000000000000000000000","Mobile":"String","Phone":"String","PrimaryEmail":"String","PrimaryAddress":"String","PrimaryFaxId":"00000000000000000000000000000000","PrimaryWebId":"00000000000000000000000000000000","PrimarySocialMediaId":"00000000000000000000000000000000","FirstName":"String","MiddleName":"String","Surname":"String","FullName":"String","ShortName":"String","BirthDate":"0001-01-01T00:00:00.0000000","Title":"String","Salutation":"String","MaritalStatus":"00000000000000000000000000000000","MaritalStatusName":"String","Gender":"00000000000000000000000000000000","GenderName":"String","Abn":"String","Acn":"String","Arbn":"String","ContactBankingDetails":{"ContactId":"00000000-0000-0000-0000-000000000000","BankName":"String","BankLocation":"String","Bsb":"String","AccountNumber":"String","AccountName":"String","TermOfTradeId":"00000000000000000000000000000000","TermOfTradeName":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String"},"LegalName":"String","TradingName":"String","ContactType":"00000000000000000000000000000000","ContactTypeName":"String","ContactTypePhotoUrl":"String","ContactTypePhotoThumbnailUrl":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","Description":"String","EmploymentIndustry":"String","EmploymentRole":"String","EmploymentGeographicArea":"String","GstRegistered":false,"DriversLicence":"String","ContactGroupIdStaff":"00000000000000000000000000000000","StaffGroupName":"String","ContactGroupIdVendor":"00000000000000000000000000000000","VendorGroupName":"String","ContactGroupIdCustomer":"00000000000000000000000000000000","CustomerGroupName":"String","PrimaryMediaFileId":"00000000000000000000000000000000","ProfilePhotoUrl":"String","ProfilePhotoThumbnailUrl":"String","ProfileImageId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","SubscriptionAlternateKey":"String","ContactRoles":[{"ConnectionId":"00000000-0000-0000-0000-000000000000","ContactRoleId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","RoleId":"00000000-0000-0000-0000-000000000000","RoleName":"String","StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","IsLicenseeRole":false,"IsCustomerRole":false,"IsPlatformRole":false,"IsAdministerContactsRole":false,"RolePrimaryImageURL":"String","RolePrimaryImageThumbnailURL":"String","RolePrimaryImageId":"00000000-0000-0000-0000-000000000000","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","ConnectionStatusName":"String"}],"ContactDetails":[{"ContactContactDetailId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","ContactDetailId":"00000000-0000-0000-0000-000000000000","ContactMethodId":"00000000-0000-0000-0000-000000000000","ContactMethodName":"String","Address":{"Location":{"GeoLocationId":"00000000-0000-0000-0000-000000000000","StateId":"00000000000000000000000000000000","StateName":"String","StateNameShort":"String","SuburbId":"00000000000000000000000000000000","SuburbName":"String","CountryId":"00000000000000000000000000000000","CountryName":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","LotNumber":"String","SubUnit":"String","BuildingNumber":"String","PostalDeliveryNumber":"String","StreetNumber":"String","StreetName":"String","AddressLineOne":"String","AddressLineTwo":"String","PostCode":"String","IsPhysical":false,"Notes":"String","AddressFull":"String","AddressFormatId":"00000000-0000-0000-0000-000000000000","PostalDeliveryTypeId":"00000000000000000000000000000000","Latitude":0,"Longitude":0,"Accuracy":0,"DistanceAway":0,"AutoMapCoordinates":false,"IsAddressCleared":false,"IsValidated":false,"Estate":{"GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","DeveloperContactId":"00000000-0000-0000-0000-000000000000","DeveloperName":"String","DeveloperProfilePhotoUrl":"String","DeveloperProfilePhotoThumbnail":"String","RecordStatus":"String","Stages":[{"GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","RecordStatus":"String"}],"CurrentEstateStageId":"00000000-0000-0000-0000-000000000000","CurrentEstateStageName":"String"},"GeoEstateId":"00000000-0000-0000-0000-000000000000","GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateStageName":"String"},"IsPostal":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"ContactAddressId":"00000000-0000-0000-0000-000000000000","SuburbName":"String","StateName":"String","CountryName":"String","AddressFull":"String\r\nString\r\nString\r\nString String\r\nString"},"Phone":{"CountryCode":"String","AreaCode":"String","LocalNumber":"String","PhoneNumber":"String String String"},"CountryId":"00000000000000000000000000000000","ContactDetails":"String","Notes":"String","ContactDetailsCode":"String","OrderContactMethod":0,"IsPrimaryContactMethod":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"IsPostal":false,"IsAddress":true,"IsPhone":false,"EmailSignatureId":"00000000-0000-0000-0000-000000000000","EmailSignatureHTML":"String","EmailSignatureText":"String","ApiKey":"String","FrameworkAlternateKey":"String"}],"CustomContent":[{"FieldName":"String","FieldDataTypeId":"00000000-0000-0000-0000-000000000000","FieldValue":"String","AlternateKey":"String"}],"ConnectedContacts":[{"ContactId":"00000000-0000-0000-0000-000000000000","PrimaryStreetAddressId":"00000000000000000000000000000000","PrimaryPostalAddressId":"00000000000000000000000000000000","PrimaryTaxRegisteredAddressId":"00000000000000000000000000000000","PrimaryNonMobileId":"00000000000000000000000000000000","PrimaryMobileId":"00000000000000000000000000000000","PrimaryEmailId":"00000000000000000000000000000000","Mobile":"String","Phone":"String","PrimaryEmail":"String","PrimaryAddress":"String","PrimaryFaxId":"00000000000000000000000000000000","PrimaryWebId":"00000000000000000000000000000000","PrimarySocialMediaId":"00000000000000000000000000000000","FirstName":"String","MiddleName":"String","Surname":"String","FullName":"String","ShortName":"String","BirthDate":"0001-01-01T00:00:00.0000000","Title":"String","Salutation":"String","MaritalStatus":"00000000000000000000000000000000","MaritalStatusName":"String","Gender":"00000000000000000000000000000000","GenderName":"String","Abn":"String","Acn":"String","Arbn":"String","ContactBankingDetails":{"ContactId":"00000000-0000-0000-0000-000000000000","BankName":"String","BankLocation":"String","Bsb":"String","AccountNumber":"String","AccountName":"String","TermOfTradeId":"00000000000000000000000000000000","TermOfTradeName":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String"},"LegalName":"String","TradingName":"String","ContactType":"00000000000000000000000000000000","ContactTypeName":"String","ContactTypePhotoUrl":"String","ContactTypePhotoThumbnailUrl":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","Description":"String","EmploymentIndustry":"String","EmploymentRole":"String","EmploymentGeographicArea":"String","GstRegistered":false,"DriversLicence":"String","ContactGroupIdStaff":"00000000000000000000000000000000","StaffGroupName":"String","ContactGroupIdVendor":"00000000000000000000000000000000","VendorGroupName":"String","ContactGroupIdCustomer":"00000000000000000000000000000000","CustomerGroupName":"String","PrimaryMediaFileId":"00000000000000000000000000000000","ProfilePhotoUrl":"String","ProfilePhotoThumbnailUrl":"String","ProfileImageId":"00000000-0000-0000-0000-000000000000","RecordStatus":"String","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","SubscriptionAlternateKey":"String","ContactRoles":[{"ConnectionId":"00000000-0000-0000-0000-000000000000","ContactRoleId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","RoleId":"00000000-0000-0000-0000-000000000000","RoleName":"String","StartDate":"0001-01-01T00:00:00.0000000","EndDate":"0001-01-01T00:00:00.0000000","IsLicenseeRole":false,"IsCustomerRole":false,"IsPlatformRole":false,"IsAdministerContactsRole":false,"RolePrimaryImageURL":"String","RolePrimaryImageThumbnailURL":"String","RolePrimaryImageId":"00000000-0000-0000-0000-000000000000","ConnectionStatusId":"00000000-0000-0000-0000-000000000000","ConnectionStatusName":"String"}],"ContactDetails":[{"ContactContactDetailId":"00000000-0000-0000-0000-000000000000","ContactId":"00000000-0000-0000-0000-000000000000","ContactDetailId":"00000000-0000-0000-0000-000000000000","ContactMethodId":"00000000-0000-0000-0000-000000000000","ContactMethodName":"String","Address":{"Location":{"GeoLocationId":"00000000-0000-0000-0000-000000000000","StateId":"00000000000000000000000000000000","StateName":"String","StateNameShort":"String","SuburbId":"00000000000000000000000000000000","SuburbName":"String","CountryId":"00000000000000000000000000000000","CountryName":"String","Timezone":"00000000000000000000000000000000","TimezoneName":"String","LotNumber":"String","SubUnit":"String","BuildingNumber":"String","PostalDeliveryNumber":"String","StreetNumber":"String","StreetName":"String","AddressLineOne":"String","AddressLineTwo":"String","PostCode":"String","IsPhysical":false,"Notes":"String","AddressFull":"String","AddressFormatId":"00000000-0000-0000-0000-000000000000","PostalDeliveryTypeId":"00000000000000000000000000000000","Latitude":0,"Longitude":0,"Accuracy":0,"DistanceAway":0,"AutoMapCoordinates":false,"IsAddressCleared":false,"IsValidated":false,"Estate":{"GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","DeveloperContactId":"00000000-0000-0000-0000-000000000000","DeveloperName":"String","DeveloperProfilePhotoUrl":"String","DeveloperProfilePhotoThumbnail":"String","RecordStatus":"String","Stages":[{"GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateId":"00000000-0000-0000-0000-000000000000","Name":"String","Notes":"String","RecordStatus":"String"}],"CurrentEstateStageId":"00000000-0000-0000-0000-000000000000","CurrentEstateStageName":"String"},"GeoEstateId":"00000000-0000-0000-0000-000000000000","GeoEstateStageId":"00000000-0000-0000-0000-000000000000","GeoEstateStageName":"String"},"IsPostal":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"ContactAddressId":"00000000-0000-0000-0000-000000000000","SuburbName":"String","StateName":"String","CountryName":"String","AddressFull":"String\r\nString\r\nString\r\nString String\r\nString"},"Phone":{"CountryCode":"String","AreaCode":"String","LocalNumber":"String","PhoneNumber":"String String String"},"CountryId":"00000000000000000000000000000000","ContactDetails":"String","Notes":"String","ContactDetailsCode":"String","OrderContactMethod":0,"IsPrimaryContactMethod":false,"IsPrimaryLocation":false,"IsRegisteredLocation":false,"IsPostal":false,"IsAddress":true,"IsPhone":false,"EmailSignatureId":"00000000-0000-0000-0000-000000000000","EmailSignatureHTML":"String","EmailSignatureText":"String","ApiKey":"String","FrameworkAlternateKey":"String"}],"CustomContent":[{"FieldName":"String","FieldDataTypeId":"00000000-0000-0000-0000-000000000000","FieldValue":"String","AlternateKey":"String"}],"ConnectedContacts":null,"CustomContentXML":"String","ContactDetailsXML":"String","ConnectionContactId":"00000000-0000-0000-0000-000000000000","ConnectionContactName":"String","UserProfileIdDefault":"00000000000000000000000000000000","UserId":"00000000-0000-0000-0000-000000000000","Username":"String","IsRegistered":false,"ESL":false,"Language":"String","InterpreterRequired":false,"LicenseeNotes":"String","Notes":"String","ObjectSubscriptionId":"00000000-0000-0000-0000-000000000000","ObjectHash":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000"}],"CustomContentXML":"String","ContactDetailsXML":"String","ConnectionContactId":"00000000-0000-0000-0000-000000000000","ConnectionContactName":"String","UserProfileIdDefault":"00000000000000000000000000000000","UserId":"00000000-0000-0000-0000-000000000000","Username":"String","IsRegistered":false,"ESL":false,"Language":"String","InterpreterRequired":false,"LicenseeNotes":"String","Notes":"String","ObjectSubscriptionId":"00000000-0000-0000-0000-000000000000","ObjectHash":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000"}],"CustomContentXML":"String","ContactDetailsXML":"String","ConnectionContactId":"00000000-0000-0000-0000-000000000000","ConnectionContactName":"String","UserProfileIdDefault":"00000000000000000000000000000000","UserId":"00000000-0000-0000-0000-000000000000","Username":"String","IsRegistered":false,"ESL":false,"Language":"String","InterpreterRequired":false,"LicenseeNotes":"String","Notes":"String","ObjectSubscriptionId":"00000000-0000-0000-0000-000000000000","ObjectHash":"String","OwnerContactId":"00000000-0000-0000-0000-000000000000"}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Result":"String"}