
Connect any third-party software to your Slascone Enviroment via this connector.
|
Status: Preview |
Tier: Premium |
Version: 1.0 |
|
Name |
Summary |
|
DataExchange-UpdateCustomerAsync (string isvId, CustomerDto Customer Data) |
Update a Customer |
|
DataExchange-AddCustomerAsync (string isvId, CustomerDto Customer Data) |
Add a Customer |
|
Name |
Summary |
|
Create-Customer-Trigger (string isvId, [internal]Create-Customer-TriggerParameterBody body) |
Create Customer |
|
Name |
Summary |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Update a Customer
Description: This action updates a Customer to your Slascone Enviroment.
Syntax:
Slascone.DataExchange-UpdateCustomerAsync (string isvId, CustomerDto Customer Data)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
isvId |
string (This is your unique isvID (Independent Software Vendor ID).) |
This is your unique isvID (Independent Software Vendor ID). You can find it in the Slascone Portal under the menu 'Info'. |
True |
|
|
Customer Data |
|
|
True |
Returns:
Type:CustomerUpdateResponseDto
Summary: Add a Customer
Description: This action adds a Customer to your Slascone Enviroment.
Syntax:
Slascone.DataExchange-AddCustomerAsync (string isvId, CustomerDto Customer Data)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
isvId |
string (Independent Software Vendor ID) |
This is your unique isvID (Independent Software Vendor ID). You can find it in the Slascone Portal under the menu 'Info'. |
True |
|
|
Customer Data |
|
|
True |
Returns:
Type:CustomerResponseDto
Summary: Create Customer
Description: This trigger is issued whenever a new Customer is added to your Slascone Enviroment
Syntax:
Slascone.Create-Customer-Trigger (string isvId, [internal]Create-Customer-TriggerParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
isvId |
string (Independent Software Vendor ID) |
This is your unique isvID (Independent Software Vendor ID). You can find it in the Slascone Portal under the menu 'Info'. |
True |
|
|
body |
Create-Customer-TriggerParameterBody
|
|
True |
Returns:
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
active |
boolean
|
active Values: [, ] |
|
createdDateUtc |
string
|
createdDateUtc |
|
events |
array of (integer)
|
events |
|
name |
string
|
name |
|
url |
string
|
url |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
city |
string
|
City where the customer is located. |
|
country |
string
|
Country where the customer is located. |
|
customerName |
string
|
Name of the customer |
|
customerNumber |
string
|
Globally unique number of the customer. |
|
customerType |
string
|
Define the type of the customer Values: [Reseller, Prospect, Enterprise, Internal/Test] |
|
phone |
string
|
Enter the phone number of the customer |
|
street |
string
|
Street where the customer is located |
|
zip |
string
|
Zip code of the city where the customer is located |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
city |
string
|
city |
|
companyName |
string
|
companyName |
|
country |
string
|
country |
|
createdDateUtc |
string
|
createdDateUtc |
|
customerNumber |
string
|
customerNumber |
|
id |
string
|
Internal Customer ID |
|
lastModifiedBy |
string
|
lastModifiedBy |
|
latitude |
number(float)
|
latitude |
|
logo |
|
logo |
|
longitude |
number(float)
|
longitude |
|
modifiedDateUtc |
string
|
modifiedDateUtc |
|
phone |
string
|
phone |
|
postalcode |
string
|
postalcode |
|
prospectId |
string
|
prospectId |
|
street |
string
|
street |
|
subscription |
|
subscription |
Summary:
Description: logo
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
name |
|
uri |
string
|
uri |
Summary:
Description: subscription
Properties:
|
Name |
Type |
Summary |
|
customerTypeName |
string
|
customerTypeName |
|
id |
string
|
id |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
city |
string
|
city |
|
companyName |
string
|
companyName |
|
country |
string
|
country |
|
createdDateUtc |
string
|
createdDateUtc |
|
customerNumber |
string
|
customerNumber |
|
id |
string
|
Internal Customer ID |
|
lastModifiedBy |
string
|
lastModifiedBy |
|
latitude |
number(float)
|
latitude |
|
logo |
|
logo |
|
longitude |
number(float)
|
longitude |
|
modifiedDateUtc |
string
|
modifiedDateUtc |
|
phone |
string
|
phone |
|
postalcode |
string
|
postalcode |
|
prospectId |
string
|
prospectId |
|
street |
string
|
street |
|
subscription |
|
subscription |
Summary:
Description: logo
Properties:
|
Name |
Type |
Summary |
|
name |
string
|
name |
|
uri |
string
|
uri |
Summary:
Description: subscription
Properties:
|
Name |
Type |
Summary |
|
customerTypeName |
string
|
customerTypeName |
|
id |
string
|
id |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
active |
boolean
|
|
|
createdDateUtc |
string(date-time)
|
|
|
events |
array of (integer(int32))
|
|
|
name |
string
|
|
|
url |
string
|
|