REST API Reference

Group Namespace

The Group namespace contains the resource to manage Groups with the following Methods Method Endpoint Scope Description.


Operation Method Endpoint Scope Sample Description
Create Group Post group Group Sample Create Group
Add Group User Post group/user/group_id Group Sample Add Group User
Add Group Email Post group/email/group_id Group Sample Add Group Email
Add Group Phone Post group/phone/group_id Group Sample Add Group Phone
Add Group Address Post group/address/group_id Group Sample Add Group Address
Add Group Social Media Post group/social_media/group_id Group Sample Add Group Social Media
Update Group Put group/group_id Group Sample Update Group
Update Group Users Put group/user/group_id Group Sample Update Group Users
Update Group Email Put group/email/group_id Group Sample Update Group Email
Update Group Phone Put group/phone/group_id Group Sample Update Group Phone
Update Group Address Put group/address/group_id Group Sample Update Group Address
Update Group Social Media Put group/social_media/group_id Group Sample Update Group Social Media
Get Group Get group/group_id Group Sample Get Group
Get Group User Get group/user/group_id Group Sample Get Group User
Get Group Email Get group/email/group_id Group Sample Get Group Email
Get Group Phone Get group/phone/group_id Group Sample Get Group Phone
Get Group Address(es) Get group/address/group_id Group Sample Get Group Address(es)
Get Group Social Media Get group/social_media/group_id Group Sample Get Group Social Media
Get Group History Get group/history/group_id Group Sample Get Group History
Get Group Latest History Get group/history/latest/group_id Group Sample Get Group Latest History
Delete Group Delete group/group_id Group Sample Delete Group
Delete Group User Delete group/user/group_id Group Sample Delete Group User
Delete Group Email Delete group/email/group_id Group Sample Delete Group Email
Delete Group Phone Delete group/phone/group_id Group Sample Delete Group Phone
Delete Group Address Delete group/address/group_id Group Sample Delete Group Address
Delete Group Social Media Delete group/social_media/group_id Group Sample Delete Group Social Media

Data Object

Field Name Field Type Regular Expression Sample Field Status
POST PUT GET DELETE
group_data
info

Security Type: None

Object None R R R R
details

Security Type: None

Object None R O NA NA
setting

Security Type: None

Object None O O NA NA
group_user

Security Type: None

Object None O O NA NA
history

Security Type: None

Object None NA NA NA NA
host_name

Security Type: None

String None O O O O
geo_coordinates

Security Type: None

Object None O O NA NA
custom_field

Security Type: None

Object None O NA NA NA
notes

Security Type: None

Object None O O O O
last_activity

Security Type: None

Object None NA O NA NA
authentication

Security Type: None

Object None O O O O
validate

Security Type: None

String ^[0-1]{1,1}$ 1, 0 O O NA NA

Create Group

Create Group


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"info":  {
        
			"type":  1,
        
			"name":  "US Group",
        
			"user_id":  88915,
        
			"status":  "1"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"type":  "1",
                
			"address_line1":  "116 Clark Street",
                
			"address_line2":  "",
                
			"postal_zip_code":  "60191",
                
			"city_town":  "Wood Dale",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"custom_field":  {
                    
			"custom notes":  "jpg document"
			
                }
			
            }
			
        ],
        
			"phone":  [
            
			{
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+16309812000",
                
			"custom_field":  {
                    
			"custom notes":  "adta"
			
                }
			
            }
			
        ],
        
			"email":  [
            
			{
                
			"type":  1,
                
			"address":  "Johon.us@yahoo.com",
                
			"custom_field":  {
                    
			"custom notes":  "bit"
			
                }
			
            }
			
        ]
			
    },
    
			"setting":  {
        
			"external_integration":  {
            
			"fortnox":  {
                
			"access_token":  "fdf1c608-9ad1-4adb-97e9-0b99ed50da39",
                
			"client_secret":  "DmJ8cJ7u71",
                
			"classification_info":  [
                    
			{
                        
			"id":  1,
                        
			"description":  "Staff Expense",
                        
			"voucher_rows":  [
                            
			{
                                
			"account":  "80569",
                                
			"description":  "Cash",
                                
			"debit":  "0",
                                
			"credit":  "0",
                                
			"quantity":  "0",
                                
			"transaction_information":  "Cash"
			
                            },
                            
			{
                                
			"account":  "80570",
                                
			"description":  "Staff Expense",
                                
			"debit":  "0",
                                
			"credit":  "0",
                                
			"quantity":  "0",
                                
			"transaction_information":  "Staff Expense"
			
                            }
			
                        ]
			
                    }
			
                ],
                
			"enabled":  "1"
			
            }
			
        }
			
    },
    
			"custom_field":  {
        
			"custom notes":  "jpg document",
        
			"transaction_receipt":  {
            
			"info":  {
                
			"user_id":  11,
                
			"account_id":  12,
                
			"transaction_id":  55,
                
			"document_id":  "594"
			
            },
            
			"classification":  {
                
			"id":  55,
                
			"description":  "fdsafda"
			
            },
            
			"group_settings":  {
                
			"external_integration":  {
                    
			"fortnox":  {
                        
			"description":  "US Group",
                        
			"ReceiptAmount":  "87.00",
                        
			"transaction_date":  "2018-01-09",
                        
			"classification_info":  [
                            
			{
                                
			"id":  "0000",
                                
			"description":  "Select"
			
                            }
			
                        ],
                        
			"enabled":  false
			
                    }
			
                }
			
            }
			
        }
			
    },
    
			"notation":  {
        
			"notes":  "US Group",
        
			"admin_notes":  "US Group"
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107180,
                
			"type":  1,
                
			"is_primary":  1,
                
			"is_billing":  1,
                
			"address_line1":  "116 Clark Street",
                
			"address_line2":  "",
                
			"postal_zip_code":  "60191",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"city_town":  "Wood Dale",
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T10:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  [
            
			{
                
			"id":  106427,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+16309812000",
                
			"is_primary":  1,
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T10:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  [
            
			{
                
			"id":  103086,
                
			"type":  1,
                
			"address":  "Johon.us@yahoo.com",
                
			"is_primary":  1,
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T10:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  {
        
			"external_integration":  {
            
			"fortnox":  {
                
			"access_token":  "fdf1c608-9ad1-4adb-97e9-0b99ed50da39",
                
			"client_secret":  "DmJ8cJ7u71",
                
			"classification_info":  [
                    
			{
                        
			"id":  1,
                        
			"description":  "Staff Expense",
                        
			"voucher_rows":  [
                            
			{
                                
			"account":  "80569",
                                
			"description":  "Cash",
                                
			"debit":  "0",
                                
			"cost_center":  null,
                                
			"credit":  "0",
                                
			"project":  null,
                                
			"quantity":  "0",
                                
			"removed":  null,
                                
			"transaction_information":  "Cash"
			
                            },
                            
			{
                                
			"account":  "80570",
                                
			"description":  "Staff Expense",
                                
			"debit":  "0",
                                
			"cost_center":  null,
                                
			"credit":  "0",
                                
			"project":  null,
                                
			"quantity":  "0",
                                
			"removed":  null,
                                
			"transaction_information":  "Staff Expense"
			
                            }
			
                        ]
			
                    }
			
                ],
                
			"enabled":  "1",
                
			"fortnox_authorisation_code":  null
			
            },
            
			"qvitoo":  null
			
        },
        
			"messaging_setup":  null
			
    },
    
			"group_user":  [
        
			{
            
			"id":  22444,
            
			"user_id":  88915,
            
			"role":  1,
            
			"membership_status":  1,
            
			"name":  "Johon Collier",
            
			"email_address":  "Johon.Collier@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "840",
            
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
            
			"server_date":  "2023-01-22T10:39:28",
            
			"date_utc":  "2023-01-22T07:39:28",
            
			"update_date_utc":  "2023-01-22T07:39:28",
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  1018
			
}
		
×

Add Group User

Add Group User


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"group_user":  [
        
			{
            
			"user_id":  88917,
            
			"role":  3,
            
			"membership_status":  1
			
        }
			
    ],
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  [
        
			{
            
			"id":  22445,
            
			"user_id":  88917,
            
			"role":  3,
            
			"membership_status":  1,
            
			"name":  "Keeley  O'Hara",
            
			"email_address":  "Keeley@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "124",
            
			"original_source_id":  "dc5539a4-9f09-4198-91d9-cbb63c5a6cb6",
            
			"server_date":  "2023-01-22T10:45:19",
            
			"date_utc":  "2023-01-22T07:45:19",
            
			"update_date_utc":  "2023-01-22T07:45:19",
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  141
			
}
		
×

Add Group Email

Add Group Email


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"email":  [
            
			{
                
			"type":  1,
                
			"address":  "GroupMail@mstart.com",
                
			"verification_status":  1,
                
			"is_primary":  0,
                
			"custom_field":  {
                    
			"custom notes":  "bit"
			
                }
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "GroupMail@mstart.com",
                
			"is_primary":  0,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  {
                    
			"custom notes":  "bit"
			
                }
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  132
			
}
		
×

Add Group Phone

Add Group Phone


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"phone":  [
            
			{
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+1962796380744",
                
			"verification_status":  1,
                
			"is_primary":  0,
                
			"custom_field":  {
                    
			"custom notes":  "adta"
			
                }
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+1962796380744",
                
			"is_primary":  0,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  149
			
}
		
×

Add Group Address

Add Group Address


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"address":  [
            
			{
                
			"type":  "1",
                
			"is_primary":  "0",
                
			"is_billing":  "1",
                
			"address_line1":  "1458 Layman Avenue",
                
			"address_line2":  "1458 Layman Avenue",
                
			"postal_zip_code":  "31401",
                
			"state_region":  "AL",
                
			"city_town":  "Savannah",
                
			"country_code":  "840",
                
			"status":  3,
                
			"custom_field":  {
                    
			"custom notes":  "jpg document"
			
                }
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  0,
                
			"is_billing":  1,
                
			"address_line1":  "1458 Layman Avenue",
                
			"address_line2":  "1458 Layman Avenue",
                
			"postal_zip_code":  "31401",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"city_town":  "Savannah",
                
			"status":  3,
                
			"verification_status":  0,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  142
			
}
		
×

Add Group Social Media

Add Group Social Media


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"social_media":  [
            
			{
                
			"type":  1,
                
			"address":  "http://www.facebook.com",
                
			"custom_field":  {
                    
			"custom notes":  "media"
			
                }
			
            }
			
        ]
			
    },
    
			"notes":  {
        
			"user_notes":  "MStart Company"
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  1,
                
			"address":  "http://www.facebook.com",
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  {
        
			"user_notes":  "MStart Company",
        
			"admin_notes":  null
			
    },
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  494
			
}
		
×

Update Group

Update Group


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  "1",
                
			"is_billing":  "1",
                
			"address_line1":  "1380 Randall Drive",
                
			"address_line2":  "Hawaii",
                
			"postal_zip_code":  "96790",
                
			"state_region":  "HI",
                
			"city_town":  "Kula",
                
			"country_code":  "840",
                
			"verification_status":  "1"
			
            }
			
        ],
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+18082221689"
			
            }
			
        ],
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "Group.Walker@gmail.com",
                
			"verification_status":  "1",
                
			"is_primary":  "1"
			
            }
			
        ]
			
    }
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  0,
                
			"is_billing":  1,
                
			"address_line1":  "1458 Layman Avenue",
                
			"address_line2":  "1458 Layman Avenue",
                
			"postal_zip_code":  "31401",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"city_town":  "Savannah",
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "fa1ae2c8-63d9-42af-b438-d99b7c5c53d7",
                
			"server_date":  "2023-01-22T10:50:04",
                
			"date_utc":  "2023-01-22T07:50:04",
                
			"client_date":  "2023-01-22T07:50:04",
                
			"update_date_utc":  "2023-01-22T07:50:04",
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+18082221689",
                
			"is_primary":  0,
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "ca5805f9-68b8-4021-93d8-1d7fea48df3e",
                
			"server_date":  "2023-01-22T10:48:51",
                
			"date_utc":  "2023-01-22T07:48:51",
                
			"client_date":  "2023-01-22T07:48:51",
                
			"update_date_utc":  "2023-01-22T08:00:26",
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "GroupMail@mstart.com",
                
			"is_primary":  0,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  "0c89543c-8982-4310-9a60-b7f5a9c429dc",
                
			"server_date":  "2023-01-22T10:47:07",
                
			"date_utc":  "2023-01-22T07:47:07",
                
			"client_date":  "2023-01-22T07:47:07",
                
			"update_date_utc":  "2023-01-22T07:47:07",
                
			"custom_field":  null
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  608
			
}
		
×

Update Group Users

Update Group Users


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"group_user":  [
        
			{
            
			"id":  22445,
            
			"role":  2,
            
			"membership_status":  1
			
        }
			
    ],
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  [
        
			{
            
			"id":  22445,
            
			"user_id":  88917,
            
			"role":  2,
            
			"membership_status":  1,
            
			"name":  "Keeley  O'Hara",
            
			"email_address":  "Keeley@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "124",
            
			"original_source_id":  "dc5539a4-9f09-4198-91d9-cbb63c5a6cb6",
            
			"server_date":  "2023-01-22T10:45:19",
            
			"date_utc":  "2023-01-22T07:45:19",
            
			"update_date_utc":  "2023-01-22T08:38:36",
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  301
			
}
		
×

Update Group Email

Update Group Email


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"address":  "GroupMail@mail.com",
                
			"verification_status":  1,
                
			"is_primary":  1
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "Group.Walker@gmail.com",
                
			"is_primary":  1,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  "0c89543c-8982-4310-9a60-b7f5a9c429dc",
                
			"server_date":  "2023-01-22T10:47:07",
                
			"date_utc":  "2023-01-22T07:47:07",
                
			"client_date":  "2023-01-22T07:47:07",
                
			"update_date_utc":  "2023-01-22T08:00:26",
                
			"custom_field":  {
                    
			"custom notes":  "bit"
			
                }
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  259
			
}
		
×

Update Group Phone

Update Group Phone


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"is_primary":  1,
                
			"status":  3
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+18082221689",
                
			"is_primary":  1,
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "ca5805f9-68b8-4021-93d8-1d7fea48df3e",
                
			"server_date":  "2023-01-22T10:48:51",
                
			"date_utc":  "2023-01-22T07:48:51",
                
			"client_date":  "2023-01-22T07:48:51",
                
			"update_date_utc":  "2023-01-22T08:44:03",
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  213
			
}
		
×

Update Group Address

Update Group Address


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  "1",
                
			"is_billing":  "1",
                
			"address_line1":  "1820 Pointe Lane",
                
			"address_line2":  "Florida",
                
			"postal_zip_code":  "33169",
                
			"state_region":  "FL",
                
			"city_town":  "Miami",
                
			"country_code":  "840",
                
			"status":  3
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  1,
                
			"is_billing":  1,
                
			"address_line1":  "1380 Randall Drive",
                
			"address_line2":  "Hawaii",
                
			"postal_zip_code":  "96790",
                
			"country_code":  "840",
                
			"state_region":  "HI",
                
			"city_town":  "Kula",
                
			"status":  0,
                
			"verification_status":  1,
                
			"original_source_id":  "fa1ae2c8-63d9-42af-b438-d99b7c5c53d7",
                
			"server_date":  "2023-01-22T10:50:04",
                
			"date_utc":  "2023-01-22T07:50:04",
                
			"client_date":  "2023-01-22T07:50:04",
                
			"update_date_utc":  "2023-01-22T08:00:26",
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  253
			
}
		
×

Update Group Social Media

Update Group Social Media


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  2,
                
			"address":  "http://www.facebook2.com"
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  2,
                
			"address":  "http://www.facebook2.com",
                
			"original_source_id":  "6060596d-26ca-4223-8575-d54f6386bc0b",
                
			"server_date":  "2023-01-22T10:51:25",
                
			"date_utc":  "2023-01-22T07:51:25",
                
			"client_date":  "2023-01-22T07:51:25",
                
			"update_date_utc":  "2023-01-22T08:48:55",
                
			"custom_field":  null
			
            }
			
        ],
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  150
			
}
		
×

Get Group

Get Group


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  1,
                
			"is_billing":  1,
                
			"address_line1":  "1820 Pointe Lane",
                
			"address_line2":  "Florida",
                
			"postal_zip_code":  "33169",
                
			"country_code":  "840",
                
			"state_region":  "FL",
                
			"city_town":  "Miami",
                
			"status":  3,
                
			"verification_status":  0,
                
			"original_source_id":  "fa1ae2c8-63d9-42af-b438-d99b7c5c53d7",
                
			"server_date":  "2023-01-22T10:50:04",
                
			"date_utc":  "2023-01-22T07:50:04",
                
			"client_date":  "2023-01-22T07:50:04",
                
			"update_date_utc":  "2023-01-22T08:46:59",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  107180,
                
			"type":  1,
                
			"is_primary":  0,
                
			"is_billing":  1,
                
			"address_line1":  "116 Clark Street",
                
			"address_line2":  "",
                
			"postal_zip_code":  "60191",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"city_town":  "Wood Dale",
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+18082221689",
                
			"is_primary":  1,
                
			"status":  3,
                
			"verification_status":  0,
                
			"original_source_id":  "ca5805f9-68b8-4021-93d8-1d7fea48df3e",
                
			"server_date":  "2023-01-22T10:48:51",
                
			"date_utc":  "2023-01-22T07:48:51",
                
			"client_date":  "2023-01-22T07:48:51",
                
			"update_date_utc":  "2023-01-22T08:44:03",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  106427,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+16309812000",
                
			"is_primary":  0,
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "GroupMail@mail.com",
                
			"is_primary":  1,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  "0c89543c-8982-4310-9a60-b7f5a9c429dc",
                
			"server_date":  "2023-01-22T10:47:07",
                
			"date_utc":  "2023-01-22T07:47:07",
                
			"client_date":  "2023-01-22T07:47:07",
                
			"update_date_utc":  "2023-01-22T08:42:00",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  103086,
                
			"type":  1,
                
			"address":  "Johon.us@yahoo.com",
                
			"is_primary":  0,
                
			"status":  1,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  2,
                
			"address":  "http://www.facebook2.com",
                
			"original_source_id":  "6060596d-26ca-4223-8575-d54f6386bc0b",
                
			"server_date":  "2023-01-22T10:51:25",
                
			"date_utc":  "2023-01-22T07:51:25",
                
			"client_date":  "2023-01-22T07:51:25",
                
			"update_date_utc":  "2023-01-22T08:48:55",
                
			"custom_field":  null
			
            }
			
        ],
        
			"localization":  null
			
    },
    
			"setting":  {
        
			"external_integration":  {
            
			"fortnox":  {
                
			"access_token":  "fdf1c608-9ad1-4adb-97e9-0b99ed50da39",
                
			"client_secret":  "DmJ8cJ7u71",
                
			"classification_info":  [
                    
			{
                        
			"id":  1,
                        
			"description":  "Staff Expense",
                        
			"voucher_rows":  [
                            
			{
                                
			"account":  "80569",
                                
			"description":  "Cash",
                                
			"debit":  "0",
                                
			"cost_center":  null,
                                
			"credit":  "0",
                                
			"project":  null,
                                
			"quantity":  "0",
                                
			"removed":  null,
                                
			"transaction_information":  "Cash"
			
                            },
                            
			{
                                
			"account":  "80570",
                                
			"description":  "Staff Expense",
                                
			"debit":  "0",
                                
			"cost_center":  null,
                                
			"credit":  "0",
                                
			"project":  null,
                                
			"quantity":  "0",
                                
			"removed":  null,
                                
			"transaction_information":  "Staff Expense"
			
                            }
			
                        ]
			
                    }
			
                ],
                
			"enabled":  "1",
                
			"fortnox_authorisation_code":  null
			
            },
            
			"qvitoo":  null
			
        },
        
			"messaging_setup":  null
			
    },
    
			"group_user":  [
        
			{
            
			"id":  22444,
            
			"user_id":  88915,
            
			"role":  1,
            
			"membership_status":  1,
            
			"name":  "Johon Collier",
            
			"email_address":  "Johon.Collier@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "840",
            
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
            
			"server_date":  "2023-01-22T10:39:28",
            
			"date_utc":  "2023-01-22T07:39:28",
            
			"update_date_utc":  "2023-01-22T07:39:28",
            
			"custom_field":  null
			
        },
        
			{
            
			"id":  22445,
            
			"user_id":  88917,
            
			"role":  2,
            
			"membership_status":  1,
            
			"name":  "Keeley  O'Hara",
            
			"email_address":  "Keeley@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "124",
            
			"original_source_id":  "dc5539a4-9f09-4198-91d9-cbb63c5a6cb6",
            
			"server_date":  "2023-01-22T10:45:19",
            
			"date_utc":  "2023-01-22T07:45:19",
            
			"update_date_utc":  "2023-01-22T08:38:36",
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  "dev-dnet-claudine",
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  null,
    
			"response_time":  88145
			
}
		
×

Get Group User

Get Group User


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  [
        
			{
            
			"id":  22444,
            
			"user_id":  88915,
            
			"role":  1,
            
			"membership_status":  1,
            
			"name":  "Johon Collier",
            
			"email_address":  "Johon.Collier@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "840",
            
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
            
			"server_date":  "2023-01-22T10:39:28",
            
			"date_utc":  "2023-01-22T07:39:28",
            
			"update_date_utc":  "2023-01-22T07:39:28",
            
			"custom_field":  null
			
        },
        
			{
            
			"id":  22445,
            
			"user_id":  88917,
            
			"role":  2,
            
			"membership_status":  1,
            
			"name":  "Keeley  O'Hara",
            
			"email_address":  "Keeley@mail.com",
            
			"phone_number":  null,
            
			"country_code":  "124",
            
			"original_source_id":  "dc5539a4-9f09-4198-91d9-cbb63c5a6cb6",
            
			"server_date":  "2023-01-22T10:45:19",
            
			"date_utc":  "2023-01-22T07:45:19",
            
			"update_date_utc":  "2023-01-22T08:38:36",
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  57
			
}
		
×

Get Group Email

Get Group Email


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  [
            
			{
                
			"id":  103089,
                
			"type":  1,
                
			"address":  "GroupMail@mail.com",
                
			"is_primary":  1,
                
			"status":  1,
                
			"verification_status":  1,
                
			"original_source_id":  "0c89543c-8982-4310-9a60-b7f5a9c429dc",
                
			"server_date":  "2023-01-22T10:47:07",
                
			"date_utc":  "2023-01-22T07:47:07",
                
			"client_date":  "2023-01-22T07:47:07",
                
			"update_date_utc":  "2023-01-22T08:42:00",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  103086,
                
			"type":  1,
                
			"address":  "Johon.us@yahoo.com",
                
			"is_primary":  0,
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  84
			
}
		
×

Get Group Phone

Get Group Phone


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  [
            
			{
                
			"id":  106430,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+18082221689",
                
			"is_primary":  1,
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "ca5805f9-68b8-4021-93d8-1d7fea48df3e",
                
			"server_date":  "2023-01-22T10:48:51",
                
			"date_utc":  "2023-01-22T07:48:51",
                
			"client_date":  "2023-01-22T07:48:51",
                
			"update_date_utc":  "2023-01-22T08:44:03",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  106427,
                
			"type":  1,
                
			"country_code":  "840",
                
			"number":  "+16309812000",
                
			"is_primary":  0,
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  164
			
}
		
×

Get Group Address(es)

Get Group Address(es)


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107183,
                
			"type":  1,
                
			"is_primary":  1,
                
			"is_billing":  1,
                
			"address_line1":  "1820 Pointe Lane",
                
			"address_line2":  "Florida",
                
			"postal_zip_code":  "33169",
                
			"country_code":  "840",
                
			"state_region":  "FL",
                
			"city_town":  "Miami",
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "fa1ae2c8-63d9-42af-b438-d99b7c5c53d7",
                
			"server_date":  "2023-01-22T10:50:04",
                
			"date_utc":  "2023-01-22T07:50:04",
                
			"client_date":  "2023-01-22T07:50:04",
                
			"update_date_utc":  "2023-01-22T08:46:59",
                
			"custom_field":  null
			
            },
            
			{
                
			"id":  107180,
                
			"type":  1,
                
			"is_primary":  0,
                
			"is_billing":  1,
                
			"address_line1":  "116 Clark Street",
                
			"address_line2":  "",
                
			"postal_zip_code":  "60191",
                
			"country_code":  "840",
                
			"state_region":  "AL",
                
			"city_town":  "Wood Dale",
                
			"status":  0,
                
			"verification_status":  0,
                
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
                
			"server_date":  "2023-01-22T10:39:28",
                
			"date_utc":  "2023-01-22T07:39:28",
                
			"client_date":  "2023-01-22T07:39:28",
                
			"update_date_utc":  "2023-01-22T07:39:28",
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  94
			
}
		
×

Get Group Social Media

Get Group Social Media


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  2,
                
			"address":  "http://www.facebook2.com",
                
			"original_source_id":  "6060596d-26ca-4223-8575-d54f6386bc0b",
                
			"server_date":  "2023-01-22T10:51:25",
                
			"date_utc":  "2023-01-22T07:51:25",
                
			"client_date":  "2023-01-22T07:51:25",
                
			"update_date_utc":  "2023-01-22T08:48:55",
                
			"custom_field":  null
			
            }
			
        ],
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  {
        
			"entity":  24,
        
			"entity_id":  22227,
        
			"entity_data":  0,
        
			"activity_type":  2,
        
			"notes":  {
            
			"user_notes":  "",
            
			"admin_notes":  "Group Social Media Updated"
			
        },
        
			"update_date_utc":  "2023-01-22T08:48:55"
			
    },
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  99
			
}
		
×

Get Group History

Get Group History


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  [
        
			{
            
			"id":  29201,
            
			"activity_type":  2,
            
			"entity":  24,
            
			"entity_id":  22227,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "[{\"id\":22227,\"type\":1,\"address\":\"http://www.facebook.com\",\"original_source_id\":\"6060596d-26ca-4223-8575-d54f6386bc0b\",\"server_date\":\"2023-01-22T10:51:25\",\"date_utc\":\"2023-01-22T07:51:25\",\"client_date\":\"2023-01-22T07:51:25\",\"update_date_utc\":\"2023-01-22T07:51:25\"}]",
            
			"notes":  "",
            
			"admin_notes":  "Group Social Media Updated",
            
			"original_source_id":  "a0e91343-d72c-4699-a84a-00abe37c1aaa",
            
			"server_date":  "2023-01-22T11:48:55",
            
			"date_utc":  "2023-01-22T08:48:55",
            
			"client_date":  "2023-01-22T08:48:55"
			
        },
        
			{
            
			"id":  29200,
            
			"activity_type":  2,
            
			"entity":  15,
            
			"entity_id":  107183,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "[{\"id\":107183,\"type\":1,\"is_primary\":1,\"is_billing\":1,\"address_line1\":\"1380 Randall Drive\",\"address_line2\":\"Hawaii\",\"postal_zip_code\":\"96790\",\"country_code\":\"840\",\"state_region\":\"HI\",\"city_town\":\"Kula\",\"status\":1,\"verification_status\":1,\"original_source_id\":\"fa1ae2c8-63d9-42af-b438-d99b7c5c53d7\",\"server_date\":\"2023-01-22T10:50:04\",\"date_utc\":\"2023-01-22T07:50:04\",\"client_date\":\"2023-01-22T07:50:04\",\"update_date_utc\":\"2023-01-22T08:00:26\"}]",
            
			"notes":  "",
            
			"admin_notes":  "Group Address Updated",
            
			"original_source_id":  "89b31e06-047c-4bca-a84d-67c331eb5559",
            
			"server_date":  "2023-01-22T11:46:59",
            
			"date_utc":  "2023-01-22T08:46:59",
            
			"client_date":  "2023-01-22T08:46:59"
			
        },
        
			{
            
			"id":  29199,
            
			"activity_type":  2,
            
			"entity":  21,
            
			"entity_id":  106430,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "[{\"id\":106430,\"type\":1,\"country_code\":\"840\",\"number\":\"+18082221689\",\"is_primary\":0,\"status\":0,\"verification_status\":0,\"original_source_id\":\"ca5805f9-68b8-4021-93d8-1d7fea48df3e\",\"server_date\":\"2023-01-22T10:48:51\",\"date_utc\":\"2023-01-22T07:48:51\",\"client_date\":\"2023-01-22T07:48:51\",\"update_date_utc\":\"2023-01-22T08:00:26\"}]",
            
			"notes":  "",
            
			"admin_notes":  "Group Phone Updated",
            
			"original_source_id":  "660a61c0-e494-47da-97f5-b7ea31073f72",
            
			"server_date":  "2023-01-22T11:44:03",
            
			"date_utc":  "2023-01-22T08:44:03",
            
			"client_date":  "2023-01-22T08:44:03"
			
        },
        
			{
            
			"id":  29198,
            
			"activity_type":  2,
            
			"entity":  19,
            
			"entity_id":  103089,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "[{\"id\":103089,\"type\":1,\"address\":\"Group.Walker@gmail.com\",\"is_primary\":1,\"status\":1,\"verification_status\":1,\"original_source_id\":\"0c89543c-8982-4310-9a60-b7f5a9c429dc\",\"server_date\":\"2023-01-22T10:47:07\",\"date_utc\":\"2023-01-22T07:47:07\",\"client_date\":\"2023-01-22T07:47:07\",\"update_date_utc\":\"2023-01-22T08:00:26\"},{\"id\":103089,\"type\":1,\"address\":\"Group.Walker@gmail.com\",\"is_primary\":1,\"status\":1,\"verification_status\":1,\"original_source_id\":\"0c89543c-8982-4310-9a60-b7f5a9c429dc\",\"server_date\":\"2023-01-22T10:47:07\",\"date_utc\":\"2023-01-22T07:47:07\",\"client_date\":\"2023-01-22T07:47:07\",\"update_date_utc\":\"2023-01-22T08:00:26\"}]",
            
			"notes":  "",
            
			"admin_notes":  "Group Email Updated",
            
			"original_source_id":  "0cda3067-6f22-47d0-bebd-d368658cb8a6",
            
			"server_date":  "2023-01-22T11:42:00",
            
			"date_utc":  "2023-01-22T08:42:00",
            
			"client_date":  "2023-01-22T08:42:00"
			
        },
        
			{
            
			"id":  29197,
            
			"activity_type":  2,
            
			"entity":  9,
            
			"entity_id":  22445,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "[{\"id\":22445,\"user_id\":88917,\"role\":3,\"membership_status\":1,\"name\":\"Keeley  O'Hara\",\"email_address\":\"Keeley@mail.com\",\"country_code\":\"124\",\"original_source_id\":\"dc5539a4-9f09-4198-91d9-cbb63c5a6cb6\",\"server_date\":\"2023-01-22T10:45:19\",\"date_utc\":\"2023-01-22T07:45:19\",\"update_date_utc\":\"2023-01-22T07:45:19\"}]",
            
			"notes":  "",
            
			"admin_notes":  "Group User Updated",
            
			"original_source_id":  "ecf6289c-6776-4526-9aa2-2c6b3e8bdd1e",
            
			"server_date":  "2023-01-22T11:38:36",
            
			"date_utc":  "2023-01-22T08:38:36",
            
			"client_date":  "2023-01-22T08:38:36"
			
        },
        
			{
            
			"id":  29196,
            
			"activity_type":  2,
            
			"entity":  8,
            
			"entity_id":  21357,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "{\"details\":{\"address\":[{\"id\":107183,\"type\":1,\"is_primary\":0,\"is_billing\":1,\"address_line1\":\"1458 Layman Avenue\",\"address_line2\":\"1458 Layman Avenue\",\"postal_zip_code\":\"31401\",\"country_code\":\"840\",\"state_region\":\"AL\",\"city_town\":\"Savannah\",\"status\":0,\"verification_status\":0,\"original_source_id\":\"fa1ae2c8-63d9-42af-b438-d99b7c5c53d7\",\"server_date\":\"2023-01-22T10:50:04\",\"date_utc\":\"2023-01-22T07:50:04\",\"client_date\":\"2023-01-22T07:50:04\",\"update_date_utc\":\"2023-01-22T07:50:04\"}],\"phone\":[{\"id\":106430,\"type\":1,\"country_code\":\"840\",\"number\":\"+1962796380744\",\"is_primary\":0,\"status\":1,\"verification_status\":1,\"original_source_id\":\"ca5805f9-68b8-4021-93d8-1d7fea48df3e\",\"server_date\":\"2023-01-22T10:48:51\",\"date_utc\":\"2023-01-22T07:48:51\",\"client_date\":\"2023-01-22T07:48:51\",\"update_date_utc\":\"2023-01-22T07:48:51\"}],\"email\":[{\"id\":103089,\"type\":1,\"address\":\"GroupMail@mstart.com\",\"is_primary\":0,\"status\":1,\"verification_status\":1,\"original_source_id\":\"0c89543c-8982-4310-9a60-b7f5a9c429dc\",\"server_date\":\"2023-01-22T10:47:07\",\"date_utc\":\"2023-01-22T07:47:07\",\"client_date\":\"2023-01-22T07:47:07\",\"update_date_utc\":\"2023-01-22T07:47:07\"}]},\"function_code\":0,\"time_zone\":\"UTC +00:00\",\"time_zone_name\":\"Europe/London\",\"response_time\":0}",
            
			"notes":  "",
            
			"admin_notes":  "Group Updated",
            
			"original_source_id":  "6ce6757e-9296-42a2-ae93-9401455279e6",
            
			"server_date":  "2023-01-22T11:00:26",
            
			"date_utc":  "2023-01-22T08:00:26",
            
			"client_date":  "2023-01-22T08:00:26"
			
        },
        
			{
            
			"id":  29195,
            
			"activity_type":  4,
            
			"entity":  24,
            
			"entity_id":  22227,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "",
            
			"notes":  "MStart Company",
            
			"admin_notes":  "New Group Social Media Added",
            
			"original_source_id":  "6060596d-26ca-4223-8575-d54f6386bc0b",
            
			"server_date":  "2023-01-22T10:51:26",
            
			"date_utc":  "2023-01-22T07:51:26",
            
			"client_date":  "2023-01-22T07:51:26"
			
        },
        
			{
            
			"id":  29194,
            
			"activity_type":  4,
            
			"entity":  15,
            
			"entity_id":  107183,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "",
            
			"notes":  "",
            
			"admin_notes":  "New Group Address Added",
            
			"original_source_id":  "fa1ae2c8-63d9-42af-b438-d99b7c5c53d7",
            
			"server_date":  "2023-01-22T10:50:04",
            
			"date_utc":  "2023-01-22T07:50:04",
            
			"client_date":  "2023-01-22T07:50:04"
			
        },
        
			{
            
			"id":  29193,
            
			"activity_type":  4,
            
			"entity":  21,
            
			"entity_id":  106430,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "",
            
			"notes":  "",
            
			"admin_notes":  "New Group Phone Added",
            
			"original_source_id":  "ca5805f9-68b8-4021-93d8-1d7fea48df3e",
            
			"server_date":  "2023-01-22T10:48:51",
            
			"date_utc":  "2023-01-22T07:48:51",
            
			"client_date":  "2023-01-22T07:48:51"
			
        },
        
			{
            
			"id":  29192,
            
			"activity_type":  4,
            
			"entity":  19,
            
			"entity_id":  103089,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  "",
            
			"notes":  "",
            
			"admin_notes":  "New Group Email Added",
            
			"original_source_id":  "0c89543c-8982-4310-9a60-b7f5a9c429dc",
            
			"server_date":  "2023-01-22T10:47:07",
            
			"date_utc":  "2023-01-22T07:47:07",
            
			"client_date":  "2023-01-22T07:47:07"
			
        }
			
    ],
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  69
			
}
		
×

Get Group Latest History

Get Group Latest History


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  [
        
			{
            
			"id":  29201,
            
			"activity_type":  2,
            
			"entity":  24,
            
			"entity_id":  22227,
            
			"by_entity":  3,
            
			"by_entity_id":  14964,
            
			"entity_data":  0,
            
			"old_data":  null,
            
			"new_data":  null,
            
			"json":  null,
            
			"notes":  "",
            
			"admin_notes":  "Group Social Media Updated",
            
			"original_source_id":  "a0e91343-d72c-4699-a84a-00abe37c1aaa",
            
			"server_date":  "2023-01-22T11:48:55",
            
			"date_utc":  "2023-01-22T08:48:55",
            
			"client_date":  "2023-01-22T08:48:55"
			
        }
			
    ],
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  47
			
}
		
×

Delete Group

Delete Group


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  0,
        
			"name":  null,
        
			"type":  null,
        
			"code":  null,
        
			"status":  null,
        
			"original_source_id":  null,
        
			"server_date":  null,
        
			"date_utc":  null,
        
			"client_date":  null,
        
			"update_date_utc":  null,
        
			"source_time_zone":  null
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  null,
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  147
			
}
		
×

Delete Group User

Delete Group User


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"group_user":  [
        
			{
            
			"id":  22445
			
        }
			
    ],
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  null,
    
			"setting":  null,
    
			"group_user":  [
        
			{
            
			"id":  22445,
            
			"user_id":  0,
            
			"role":  null,
            
			"membership_status":  null,
            
			"name":  null,
            
			"email_address":  null,
            
			"phone_number":  null,
            
			"country_code":  null,
            
			"original_source_id":  null,
            
			"server_date":  null,
            
			"date_utc":  null,
            
			"update_date_utc":  null,
            
			"custom_field":  null
			
        }
			
    ],
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  112
			
}
		
×

Delete Group Email

Delete Group Email


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"email":  [
            
			{
                
			"id":  103086
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  [
            
			{
                
			"id":  103086,
                
			"type":  null,
                
			"address":  null,
                
			"is_primary":  null,
                
			"status":  null,
                
			"verification_status":  null,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  195
			
}
		
×

Delete Group Phone

Delete Group Phone


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"phone":  [
            
			{
                
			"id":  106427
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  [
            
			{
                
			"id":  106427,
                
			"type":  null,
                
			"country_code":  null,
                
			"number":  null,
                
			"is_primary":  null,
                
			"status":  null,
                
			"verification_status":  null,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  246
			
}
		
×

Delete Group Address

Delete Group Address


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107180
			
            }
			
        ]
			
    },
    
			"validate":  "0"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  88915,
        
			"name":  "US Group",
        
			"type":  1,
        
			"code":  "3M0HPK",
        
			"status":  1,
        
			"original_source_id":  "b3cf39e0-574b-4432-9388-0e2fd1e48241",
        
			"server_date":  "2023-01-22T10:39:28",
        
			"date_utc":  "2023-01-22T07:39:28",
        
			"client_date":  "2023-01-22T07:39:28",
        
			"update_date_utc":  "2023-01-22T07:39:28",
        
			"source_time_zone":  "UTC +00:00"
			
    },
    
			"details":  {
        
			"address":  [
            
			{
                
			"id":  107180,
                
			"type":  null,
                
			"is_primary":  null,
                
			"is_billing":  null,
                
			"address_line1":  null,
                
			"address_line2":  null,
                
			"postal_zip_code":  null,
                
			"country_code":  null,
                
			"state_region":  null,
                
			"city_town":  null,
                
			"status":  null,
                
			"verification_status":  null,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  null,
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "0",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  178
			
}
		
×

Delete Group Social Media

Delete Group Social Media


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:00
  • show_sensitive_data : 1
Configuration Query Parameters:
Request Parameters:

			{
    
			"details":  {
        
			"social_media":  [
            
			{
                
			"id":  22227
			
            }
			
        ]
			
    },
    
			"validate":  "1"
			
}
		
Response Parameters:

			{
    
			"result":  {
        
			"code":  "0000",
        
			"message":  "Operation Completed Successfully.",
        
			"friendly_message":  "Operation Completed Successfully."
			
    },
    
			"info":  {
        
			"id":  21357,
        
			"program_id":  10895,
        
			"user_id":  0,
        
			"name":  null,
        
			"type":  null,
        
			"code":  null,
        
			"status":  null,
        
			"original_source_id":  null,
        
			"server_date":  null,
        
			"date_utc":  null,
        
			"client_date":  null,
        
			"update_date_utc":  null,
        
			"source_time_zone":  null
			
    },
    
			"details":  {
        
			"address":  null,
        
			"phone":  null,
        
			"email":  null,
        
			"social_media":  [
            
			{
                
			"id":  22227,
                
			"type":  null,
                
			"address":  null,
                
			"original_source_id":  null,
                
			"server_date":  null,
                
			"date_utc":  null,
                
			"client_date":  null,
                
			"update_date_utc":  null,
                
			"custom_field":  null
			
            }
			
        ],
        
			"localization":  null
			
    },
    
			"setting":  null,
    
			"group_user":  null,
    
			"history":  null,
    
			"host_name":  null,
    
			"geo_coordinates":  null,
    
			"custom_field":  null,
    
			"notes":  null,
    
			"last_activity":  null,
    
			"authentication":  null,
    
			"validate":  "1",
    
			"function_code":  0,
    
			"time_zone":  "UTC +00:00",
    
			"time_zone_name":  "Europe/London",
    
			"response_time":  72
			
}
		
×