Username: SF Token:
Password: SF Environment:
Customer Object Example to update client:
{
"ClientIdPublic": "CBeRWJIE",
"CompanyName": "Test Company - BixTeam",
"RenewalDate": "2016-01-01T00:00:00",
"UserLicenses": 4,
"ClientLicenseToken": "",
"BillingEmail": "",
"BillingAddress1": "",
"BillingAddress2": "",
"BillingCity": "",
"BillingStateRegion": "",
"BillingPostalCode": "",
"BillingCountry": "",
"BillingPhoneNumber": "",
"Inactive": false,
"InactiveMessage": "",
"AuthTypeID": 10,
"IsPublisher": true,
"SubscribeToNewsletter": false,
"LogoURL": null,
"LogLocalDBCalls": true,
"ClientSecret": "test",
"OwnerUserEmailConfirmed": false
}
User Object Example to add/update: For client, only ClientID required in the Client Object when updating user profile
To add, remove the UserID value and change the UserName to something unique
{
"ClientProfiles": [{
"Client": {
"ClientID": "CBeRWJIE",
"CompanyName": "Test Company - BixTeam",
"RenewalDate": "2016-01-01T00:00:00",
"UserLicenses": 4,
"ClientLicenseToken": "",
"BillingEmail": "",
"BillingAddress1": "",
"BillingAddress2": "",
"BillingCity": "",
"BillingStateRegion": "",
"BillingPostalCode": "",
"BillingCountry": "",
"BillingPhoneNumber": "",
"Inactive": false,
"InactiveMessage": "",
"AuthTypeID": 10,
"IsPublisher": true,
"SubscribeToNewsletter": false,
"LogoURL": null,
"LogLocalDBCalls": true,
"ClientSecret": "test",
"OwnerUserEmailConfirmed": false
},
"UserRoles": ["CustomItems",
"SchedulerAdmin"]
}],
"UserID": "Ua496yzU7w",
"FirstName": "Paul",
"LastName": "Nate",
"ContactEmail": "Paul.Nate@yandex.com",
"AuthTypeID": 10,
"Address1": "Address1",
"Address2": "Address2",
"City": "Vancouver",
"StateRegion": "WA",
"PostalCode": "98777",
"Country": "USA",
"PhoneNumber": "",
"UserName": "Paul.Nate@yandex.com"
}
Invite Example Object: Industry/NumEmployees/AboutYourCompany/ect are noly needed during invite request.
not all fields are required in the form for users/clients
{
"Industry": "Finance",
"NumberOfEmployees": null,
"AnnualRevenue": "200M",
"AboutYourCompany": "My company does lots of things",
"WhyYourCompanyIsAGoodMatch": "We are a good match...",
"User": {
"UserID": null,
"FirstName": "Joe",
"LastName": "Schmoe",
"ContactEmail": "email@email.com",
"AuthTypeID": 10,
"Address1": "address1",
"Address2": "address2",
"City": "City",
"StateRegion": "WA",
"PostalCode": "98686",
"Country": "USA",
"PhoneNumber": "555-555-5555",
"UserName": "NewUserName",
"ClientProfiles": [{
"Client": {
"ClientID": null,
"CompanyName": "test company",
"RenewalDate": "2013-05-04T00:00:00",
"RenewalDateString": "5/4/2013",
"UserLicenses": 6,
"ClientLicenseToken": "token",
"BillingEmail": "Company@Email.com",
"BillingAddress1": "B Address1",
"BillingAddress2": "B Address2",
"BillingCity": "City",
"BillingStateRegion": "WA",
"BillingPostalCode": "98777",
"BillingCountry": "USA",
"BillingPhoneNumber": "777-777-7777",
"Inactive": false,
"InactiveMessage": "",
"AuthTypeID": 10,
"IsPublisher": false,
"SubscribeToNewsletter": true,
"LogoURL": "",
"LogLocalDBCalls": true,
"ClientSecret": "secret",
"OwnerUserEmailConfirmed": true
},
"UserRoles": null
}]
}
}
11/03/2025 11:39:00 AM Pacific