<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.cliquesoft.org/index.php?action=history&amp;feed=atom&amp;title=webBooks-Business_Configuration-APIs</id>
		<title>webBooks-Business Configuration-APIs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.cliquesoft.org/index.php?action=history&amp;feed=atom&amp;title=webBooks-Business_Configuration-APIs"/>
		<link rel="alternate" type="text/html" href="https://wiki.cliquesoft.org/index.php?title=webBooks-Business_Configuration-APIs&amp;action=history"/>
		<updated>2026-09-09T21:17:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>https://wiki.cliquesoft.org/index.php?title=webBooks-Business_Configuration-APIs&amp;diff=5545&amp;oldid=prev</id>
		<title>Digitalpipe: Created page with &quot;==Business Configuration== In order to process any of these API&#039;s, all requests should be directed to the &#039;modules/webbooks/business_configuration.php&#039; file.  The type of request...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cliquesoft.org/index.php?title=webBooks-Business_Configuration-APIs&amp;diff=5545&amp;oldid=prev"/>
				<updated>2015-03-26T19:58:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Business Configuration== In order to process any of these API&amp;#039;s, all requests should be directed to the &amp;#039;modules/webbooks/business_configuration.php&amp;#039; file.  The type of request...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Business Configuration==&lt;br /&gt;
In order to process any of these API&amp;#039;s, all requests should be directed to the &amp;#039;modules/webbooks/business_configuration.php&amp;#039; file.  The type of request will be specified per section below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Load the interface===&lt;br /&gt;
To load the modules default HTML interface (themes/default/webbooks.business_configuration.html), the below parameters should be passed to the appropriate php file via a GET request.  Loading an alternative screen relies on the symlinks set in the users data directory (e.g. data/_guest/_theme/{images|layout|styles}).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=init&lt;br /&gt;
target=screen&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return the raw contents as it is found in the file, replacing all occurrences of the variable ${UN} anywhere.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Populate the form===&lt;br /&gt;
To populate all the various values of the interface form objects, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=init&lt;br /&gt;
target=values&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;general&amp;gt;&lt;br /&gt;
      &amp;lt;business name=&amp;quot;STRING&amp;quot; type=&amp;quot;STRING&amp;quot; fein=&amp;quot;INTEGER&amp;quot; salesTax=&amp;quot;INTEGER&amp;quot; salesTaxRate=&amp;quot;DECIMAL&amp;quot; unemploymentTax=&amp;quot;INTEGER&amp;quot; unemploymentTaxRate=&amp;quot;DECIMAL&amp;quot; founded=&amp;quot;DATE&amp;quot; foundedCountry=&amp;quot;STRING\&amp;quot; fiscalYear=&amp;quot;DATE&amp;quot; timezone=&amp;quot;INTEGER&amp;quot; beginTime=&amp;quot;INTEGER&amp;quot; endTime=&amp;quot;INTEGER&amp;quot; phone=&amp;quot;INTEGER&amp;quot; fax=&amp;quot;INTEGER&amp;quot; website=&amp;quot;STRING&amp;quot; merchant=&amp;quot;STRING&amp;quot; merchantID=&amp;quot;STRING&amp;quot; OPoID=&amp;quot;STRING&amp;quot; bbn=&amp;quot;{0|1}&amp;quot; payDay=&amp;quot;DATE&amp;quot; payTerm=&amp;quot;{weekly|biweekly|bimonthly|monthly}&amp;quot; commissionDay=&amp;quot;DATE&amp;quot; commissionTerm=&amp;quot;{weekly|biweekly|bimonthly|monthly}&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;main&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;bill&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;ship&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/general&amp;gt;&lt;br /&gt;
   &amp;lt;employees&amp;gt;&lt;br /&gt;
      &amp;lt;employee id=\&amp;quot;&amp;quot;.$empl[&amp;#039;id&amp;#039;].&amp;quot;\&amp;quot; name=\&amp;quot;&amp;quot;.$empl[&amp;#039;name&amp;#039;].&amp;quot;\&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each employee of the organization...&lt;br /&gt;
   &amp;lt;/employees&amp;gt;&lt;br /&gt;
   &amp;lt;departments&amp;gt;&lt;br /&gt;
      &amp;lt;dept id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each created department...&lt;br /&gt;
   &amp;lt;/departments&amp;gt;&lt;br /&gt;
   &amp;lt;positions&amp;gt;&lt;br /&gt;
      &amp;lt;pos id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each created position...&lt;br /&gt;
   &amp;lt;/positions&amp;gt;&lt;br /&gt;
   &amp;lt;freights&amp;gt;&lt;br /&gt;
      &amp;lt;freight id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each freight account of the organization...&lt;br /&gt;
   &amp;lt;/freights&amp;gt;&lt;br /&gt;
   &amp;lt;banks&amp;gt;&lt;br /&gt;
      &amp;lt;bank id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each bank account of the organization...&lt;br /&gt;
   &amp;lt;/banks&amp;gt;&lt;br /&gt;
   &amp;lt;cards&amp;gt;&lt;br /&gt;
      &amp;lt;card id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each employee credit card of the organization...&lt;br /&gt;
   &amp;lt;/cards&amp;gt;&lt;br /&gt;
   &amp;lt;locations&amp;gt;&lt;br /&gt;
      &amp;lt;location id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; OPoID=&amp;quot;STRING&amp;quot; phone=&amp;quot;INTEGER&amp;quot; fax=&amp;quot;INTEGER&amp;quot; website=&amp;quot;STRING&amp;quot; timezone=&amp;quot;INTEGER&amp;quot; beginTime=&amp;quot;INTEGER&amp;quot; endTime=&amp;quot;INTEGER&amp;quot; founded=&amp;quot;DATE&amp;quot; foundedCountry=&amp;quot;STRING&amp;quot; status=&amp;quot;STRING&amp;quot; salesTax=&amp;quot;INTEGER&amp;quot; salesTaxRate=&amp;quot;DECIMAL&amp;quot; rating=&amp;quot;DECIMAL&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;main&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each additional location of the organization...&lt;br /&gt;
   &amp;lt;/locations&amp;gt;&lt;br /&gt;
   &amp;lt;vendors&amp;gt;&lt;br /&gt;
      &amp;lt;vendor id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; OPoID=&amp;quot;STRING&amp;quot; phone=&amp;quot;INTEGER&amp;quot; fax=&amp;quot;INTEGER&amp;quot; website=&amp;quot;STRING&amp;quot; timezone=&amp;quot;INTEGER&amp;quot; beginTime=&amp;quot;INTEGER&amp;quot; endTime=&amp;quot;INTEGER&amp;quot; founded=&amp;quot;DATE&amp;quot; foundedCountry=&amp;quot;STRING&amp;quot; status=&amp;quot;STRING&amp;quot; salesTax=&amp;quot;INTEGER&amp;quot; salesTaxRate=&amp;quot;DECIMAL&amp;quot; rating=&amp;quot;DECIMAL&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;main&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each vendor of the organization...&lt;br /&gt;
   &amp;lt;/vendors&amp;gt;&lt;br /&gt;
   &amp;lt;providers&amp;gt;&lt;br /&gt;
      &amp;lt;provider id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; OPoID=&amp;quot;STRING&amp;quot; phone=&amp;quot;INTEGER&amp;quot; fax=&amp;quot;INTEGER&amp;quot; website=&amp;quot;STRING&amp;quot; timezone=&amp;quot;INTEGER&amp;quot; beginTime=&amp;quot;INTEGER&amp;quot; endTime=&amp;quot;INTEGER&amp;quot; founded=&amp;quot;DATE&amp;quot; foundedCountry=&amp;quot;STRING&amp;quot; status=&amp;quot;STRING&amp;quot; salesTax=&amp;quot;INTEGER&amp;quot; salesTaxRate=&amp;quot;DECIMAL&amp;quot; rating=&amp;quot;DECIMAL&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;main&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each service provider of the organization...&lt;br /&gt;
   &amp;lt;/providers&amp;gt;&lt;br /&gt;
   &amp;lt;data&amp;gt;&lt;br /&gt;
      &amp;lt;entry id=&amp;quot;INTEGER&amp;quot; title=&amp;quot;STRING&amp;quot; filename=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
      ...repeated for each custom data field on the &amp;#039;Data&amp;#039; tab...&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;file filename=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
      ...repeated for each file uploaded through the &amp;#039;Data&amp;#039; tab...&lt;br /&gt;
   &amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: The &amp;lt;system&amp;gt; tag has only one mandatory value (socialURI) when the software is not working in a HOSTED mode, otherwise all the other values will be returned as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Save the configuration===&lt;br /&gt;
To save all the various values of the interface form objects, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=save&lt;br /&gt;
target=system&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The general business information has been saved successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Load a department===&lt;br /&gt;
To load the associated information of a selected department, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=load&lt;br /&gt;
target=department&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
deptID=(the ID of the department to load)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;departments&amp;gt;&lt;br /&gt;
      &amp;lt;dept id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/departments&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a department===&lt;br /&gt;
To create a new department for the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=new&lt;br /&gt;
target=department&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
name=(the name of the department to create)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The department has been created successfully!&amp;lt;/msg&amp;gt;&amp;lt;data id=&amp;quot;INTEGER&amp;quot;&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delete a department===&lt;br /&gt;
To delete a existing department from the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=delete&lt;br /&gt;
target=department&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
deptID=(the ID of the department to delete)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The department has been deleted successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Update a department===&lt;br /&gt;
To update a existing department of the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=update&lt;br /&gt;
target=department&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
deptID=(the ID of the department to update)&lt;br /&gt;
name=(the updated name of the department)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The department has been updated successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Load a job position===&lt;br /&gt;
To load the associated information of a selected job position, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=load&lt;br /&gt;
target=position&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
posID=(the ID of the position to load)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;positions&amp;gt;&lt;br /&gt;
      &amp;lt;pos id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; type=&amp;quot;{part-time|full-time|contractor|call|internship|volunteer}&amp;quot; pay=&amp;quot;{hourly|salary|salary+ot|commission|commission+base|job}&amp;quot; base=&amp;quot;DECIMAL&amp;quot; ot=&amp;quot;DECIMAL&amp;quot; pto=&amp;quot;DECIMAL&amp;quot; sick=&amp;quot;DECIMAL&amp;quot; mileage=&amp;quot;DECIMAL&amp;quot; cola=&amp;quot;DECIMAL&amp;quot; perDiem=&amp;quot;DECIMAL&amp;quot; dept=&amp;quot;INTEGER&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/positions&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a job position===&lt;br /&gt;
To create a new job position for the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=new&lt;br /&gt;
target=position&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
sJobTitle_BusinessConfiguration=(the title of the position to create)&lt;br /&gt;
sDept_BusinessConfiguration=(the ID of the department that the job position belongs to)&lt;br /&gt;
sJobType_BusinessConfiguration={part-time|full-time|contractor|call|internship|volunteer}&lt;br /&gt;
sJobPay_BusinessConfiguration={hourly|salary|salary+ot|commission|commission+base|job}&lt;br /&gt;
nJobPay_BusinessConfiguration=(the base pay of the job position)&lt;br /&gt;
nJobOTRate_BusinessConfiguration=(the overtime pay rate of the job position)&lt;br /&gt;
nCOLA_BusinessConfiguration=(the rate of cost of living annual increase in pay for the job position)&lt;br /&gt;
sJobPTO_BusinessConfiguration=(the rate of personal time off the job position gives the employee per pay cycle)&lt;br /&gt;
sJobSick_BusinessConfiguration=(the rate of sick leave the job position gives the employee per pay cycle)&lt;br /&gt;
nMileage_BusinessConfiguration=(the amount of reimbursement for mileage incurred on business travel)&lt;br /&gt;
nPerDiem_BusinessConfiguration=(the per diem amount of reimbursement for expenses incurred on business travel)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The department has been created successfully!&amp;lt;/msg&amp;gt;&amp;lt;data id=&amp;quot;INTEGER&amp;quot;&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delete a job position===&lt;br /&gt;
To delete a existing job position from the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=delete&lt;br /&gt;
target=position&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
posID=(the ID of the job position to delete)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The position has been deleted successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Update a job position===&lt;br /&gt;
To update a existing job position of the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=update&lt;br /&gt;
target=position&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
sJobTitle_BusinessConfiguration=(the title of the position to create)&lt;br /&gt;
sDept_BusinessConfiguration=(the ID of the department that the job position belongs to)&lt;br /&gt;
sJobType_BusinessConfiguration={part-time|full-time|contractor|call|internship|volunteer}&lt;br /&gt;
sJobPay_BusinessConfiguration={hourly|salary|salary+ot|commission|commission+base|job}&lt;br /&gt;
nJobPay_BusinessConfiguration=(the base pay of the job position)&lt;br /&gt;
nJobOTRate_BusinessConfiguration=(the overtime pay rate of the job position)&lt;br /&gt;
nCOLA_BusinessConfiguration=(the rate of cost of living annual increase in pay for the job position)&lt;br /&gt;
sJobPTO_BusinessConfiguration=(the rate of personal time off the job position gives the employee per pay cycle)&lt;br /&gt;
sJobSick_BusinessConfiguration=(the rate of sick leave the job position gives the employee per pay cycle)&lt;br /&gt;
nMileage_BusinessConfiguration=(the amount of reimbursement for mileage incurred on business travel)&lt;br /&gt;
nPerDiem_BusinessConfiguration=(the per diem amount of reimbursement for expenses incurred on business travel)&lt;br /&gt;
sJobList_BusinessConfiguration=(the ID of the job position to update)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The position has been updated successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Load a credit card===&lt;br /&gt;
To load the associated information of a selected credit card, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=load&lt;br /&gt;
target=card&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
acctID=(the ID of the credit card to load)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;cards&amp;gt;&lt;br /&gt;
      &amp;lt;card id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; number=&amp;quot;INTEGER&amp;quot; employee=&amp;quot;INTEGER&amp;quot; type=&amp;quot;{amex|dc|mc|visa}&amp;quot; month=&amp;quot;INTEGER&amp;quot; year=&amp;quot;INTEGER&amp;quot; cvv2=&amp;quot;INTEGER&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/cards&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a credit card===&lt;br /&gt;
To create a new credit card for the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=new&lt;br /&gt;
target=card&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
sCreditCardDesc_BusinessConfiguration=(the description of the credit card to create)&lt;br /&gt;
nCreditCardNumber_BusinessConfiguration=(the credit card number)&lt;br /&gt;
sCreditCardEmployee_BusinessConfiguration=(the ID of the employee that will be responsible for the credit card)&lt;br /&gt;
sCreditCardType_BusinessConfiguration={amex|dc|mc|visa}&lt;br /&gt;
nCreditCardMonth_BusinessConfiguration=(the expiration month for the credit card)&lt;br /&gt;
nCreditCardYear_BusinessConfiguration=(the expiration year for the credit card)&lt;br /&gt;
nCreditCardCVV2_BusinessConfiguration=(the CVV2 number of the credit card)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The credit card has been created successfully!&amp;lt;/msg&amp;gt;&amp;lt;data id=&amp;quot;INTEGER&amp;quot;&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delete a credit card===&lt;br /&gt;
To delete a existing credit card from the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=delete&lt;br /&gt;
target=card&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
acctID=(the ID of the credit card to delete)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The credit card has been deleted successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Update a credit card===&lt;br /&gt;
To update a existing job position of the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=update&lt;br /&gt;
target=card&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
sCreditCardDesc_BusinessConfiguration=(the description of the credit card to create)&lt;br /&gt;
nCreditCardNumber_BusinessConfiguration=(the credit card number)&lt;br /&gt;
sCreditCardEmployee_BusinessConfiguration=(the ID of the employee that will be responsible for the credit card)&lt;br /&gt;
sCreditCardType_BusinessConfiguration={amex|dc|mc|visa}&lt;br /&gt;
nCreditCardMonth_BusinessConfiguration=(the expiration month for the credit card)&lt;br /&gt;
nCreditCardYear_BusinessConfiguration=(the expiration year for the credit card)&lt;br /&gt;
nCreditCardCVV2_BusinessConfiguration=(the CVV2 number of the credit card)&lt;br /&gt;
sCardList_BusinessConfiguration=(the ID of the credit card to update)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The credit card has been updated successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Load a location|vendor|provider===&lt;br /&gt;
To load the associated information of a selected additional location, vendor, or service provider, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=load&lt;br /&gt;
target={Location|Vendor|Provider}&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
acctID=(the ID of the additional location, vendor, or service provider to load)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;{Location|Vendor|Provider}s&amp;gt;&lt;br /&gt;
      &amp;lt;{Location|Vendor|Provider} id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; OPoID=&amp;quot;STRING&amp;quot; phone=&amp;quot;INTEGER&amp;quot; fax=&amp;quot;INTEGER&amp;quot; website=&amp;quot;STRING&amp;quot; commerceURI=&amp;quot;STRING&amp;quot; commerceSID=&amp;quot;STRING&amp;quot; timezone=&amp;quot;INTEGER&amp;quot; beginTime=&amp;quot;INTEGER&amp;quot; endTime=&amp;quot;INTEGER&amp;quot; founded=&amp;quot;STRING&amp;quot; foundedCountry=&amp;quot;STRING&amp;quot; status=&amp;quot;{opened|closed|re-opened}&amp;quot; salesTax=&amp;quot;INTEGER&amp;quot; salesTaxRate=&amp;quot;DECIMAL&amp;quot; rating=&amp;quot;DECIMAL&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;address type=&amp;quot;main&amp;quot; addr1=&amp;quot;STRING&amp;quot; addr2=&amp;quot;STRING&amp;quot; city=&amp;quot;STRING&amp;quot; state=&amp;quot;STRING&amp;quot; zip=&amp;quot;STRING&amp;quot; country=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
      &amp;lt;contact id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each contact associated with the location, vendor, or provider...&lt;br /&gt;
      &amp;lt;freight id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each freight account associated with the location, vendor, or provider...&lt;br /&gt;
      &amp;lt;bank id=&amp;quot;INTEGER&amp;quot; name=&amp;quot;STRING&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      ...repeated for each bank account associated with the location, vendor, or provider...&lt;br /&gt;
   &amp;lt;/{Location|Vendor|Provider}s&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a location|vendor|provider===&lt;br /&gt;
To create a new additional location, vendor, or service provider for the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=new&lt;br /&gt;
target={Location|Vendor|Provider}&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
s{Location|Vendor|Provider}Desc_BusinessConfiguration=(the description of the location, vendor, or provider to create)&lt;br /&gt;
s{Location|Vendor|Provider}OPoID_BusinessConfiguration=[for future use]&lt;br /&gt;
s{Location|Vendor|Provider}CommerceURI_BusinessConfiguration=[the commerce URI of the location, vendor, or provider]&lt;br /&gt;
s{Location|Vendor|Provider}CommerceSID_BusinessConfiguration=[the commerce SID of the location, vendor, or provider]&lt;br /&gt;
n{Location|Vendor|Provider}Phone_BusinessConfiguration=(the expiration month for the credit card)&lt;br /&gt;
n{Location|Vendor|Provider}Fax_BusinessConfiguration=(the expiration year for the credit card)&lt;br /&gt;
s{Location|Vendor|Provider}Website_BusinessConfiguration=(the CVV2 number of the credit card)&lt;br /&gt;
s{Location|Vendor|Provider}MainAddr1_BusinessConfiguration=(the main address line 1 of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainAddr2_BusinessConfiguration=(the main address line 2 of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainCity_BusinessConfiguration=(the city of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainState_BusinessConfiguration=(the state of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainZip_BusinessConfiguration=(the zip of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainCountry_BusinessConfiguration=(the country of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}Timezone_BusinessConfiguration=(the timezone of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}BeginHour_BusinessConfiguration=(the opening hour of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}BeginMin_BusinessConfiguration=(the opening minute of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}BeginHalf_BusinessConfiguration={am|pm}&lt;br /&gt;
n{Location|Vendor|Provider}EndHour_BusinessConfiguration=(the closing hour of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}EndMin_BusinessConfiguration=(the closing minute of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}EndHalf_BusinessConfiguration={am|pm}&lt;br /&gt;
e{Location|Vendor|Provider}Founded_BusinessConfiguration=(the date indicating when the location, vendor, or provider was founded)&lt;br /&gt;
s{Location|Vendor|Provider}Country_BusinessConfiguration=(the country where the location, vendor, or provider was founded)&lt;br /&gt;
sLocationStatus_BusinessConfiguration={opened|closed|re-opened}&lt;br /&gt;
sLocationSalesTax_BusinessConfiguration=[the sales tax number of the additional location]&lt;br /&gt;
nLocationSalesTaxRate_BusinessConfiguration=[the sales tax rate of the additional location]&lt;br /&gt;
s{Vendor|Provider}Merchant_BusinessConfiguration=[the merchant of the vendor or service provider]&lt;br /&gt;
s{Vendor|Provider}MerchantID_BusinessConfiguration=[the merchant ID of the vendor or service provider]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The {Location|Vendor|Provider} has been created successfully!&amp;lt;/msg&amp;gt;&amp;lt;data id=&amp;quot;INTEGER&amp;quot;&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delete a location|vendor|provider===&lt;br /&gt;
To delete a existing additional location, vendor, or service provider from the organization, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=delete&lt;br /&gt;
target={Location|Vendor|Provider}&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
acctID=(the ID of the additional location, vendor, and service provider to delete)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The {Location|Vendor|Provider} has been deleted successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Update a location|vendor|provider===&lt;br /&gt;
To update a existing additional location, vendor, or service provider of the organization, the below parameters will need to be passed via a POST request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=update&lt;br /&gt;
target=card&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
s{Location|Vendor|Provider}Desc_BusinessConfiguration=(the description of the location, vendor, or provider to create)&lt;br /&gt;
s{Location|Vendor|Provider}OPoID_BusinessConfiguration=[for future use]&lt;br /&gt;
s{Location|Vendor|Provider}CommerceURI_BusinessConfiguration=[the commerce URI of the location, vendor, or provider]&lt;br /&gt;
s{Location|Vendor|Provider}CommerceSID_BusinessConfiguration=[the commerce SID of the location, vendor, or provider]&lt;br /&gt;
n{Location|Vendor|Provider}Phone_BusinessConfiguration=(the expiration month for the credit card)&lt;br /&gt;
n{Location|Vendor|Provider}Fax_BusinessConfiguration=(the expiration year for the credit card)&lt;br /&gt;
s{Location|Vendor|Provider}Website_BusinessConfiguration=(the CVV2 number of the credit card)&lt;br /&gt;
s{Location|Vendor|Provider}MainAddr1_BusinessConfiguration=(the main address line 1 of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainAddr2_BusinessConfiguration=(the main address line 2 of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainCity_BusinessConfiguration=(the city of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainState_BusinessConfiguration=(the state of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainZip_BusinessConfiguration=(the zip of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}MainCountry_BusinessConfiguration=(the country of the main address for the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}Timezone_BusinessConfiguration=(the timezone of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}BeginHour_BusinessConfiguration=(the opening hour of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}BeginMin_BusinessConfiguration=(the opening minute of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}BeginHalf_BusinessConfiguration={am|pm}&lt;br /&gt;
n{Location|Vendor|Provider}EndHour_BusinessConfiguration=(the closing hour of the location, vendor, or provider)&lt;br /&gt;
n{Location|Vendor|Provider}EndMin_BusinessConfiguration=(the closing minute of the location, vendor, or provider)&lt;br /&gt;
s{Location|Vendor|Provider}EndHalf_BusinessConfiguration={am|pm}&lt;br /&gt;
e{Location|Vendor|Provider}Founded_BusinessConfiguration=(the date indicating when the location, vendor, or provider was founded)&lt;br /&gt;
s{Location|Vendor|Provider}Country_BusinessConfiguration=(the country where the location, vendor, or provider was founded)&lt;br /&gt;
sLocationStatus_BusinessConfiguration={opened|closed|re-opened}&lt;br /&gt;
sLocationSalesTax_BusinessConfiguration=[the sales tax number of the additional location]&lt;br /&gt;
nLocationSalesTaxRate_BusinessConfiguration=[the sales tax rate of the additional location]&lt;br /&gt;
s{Vendor|Provider}Merchant_BusinessConfiguration=[the merchant of the vendor or service provider]&lt;br /&gt;
s{Vendor|Provider}MerchantID_BusinessConfiguration=[the merchant ID of the vendor or service provider]&lt;br /&gt;
s{Location|Vendor|Provider}List_BusinessConfiguration=(the ID of the location, vendor, or provider to update)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The {Location|Vendor|Provider} has been updated successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Send commerce info===&lt;br /&gt;
To send the commerce info to an existing additional location, vendor, or service provider, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=email&lt;br /&gt;
target=pairing&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
email=(the email address of the recipient at the additional location, vendor, and service provider)&lt;br /&gt;
sid=(the commerce SID to send to the additional location, vendor, or service provider)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The commerce pairing info has been emailed successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pair a location|vendor|provider===&lt;br /&gt;
To pair your software with an existing additional location, vendor, or service provider, the below parameters will need to be passed via a GET request:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
action=pair&lt;br /&gt;
target=software&lt;br /&gt;
username=(the username for the account)&lt;br /&gt;
SID=(the security identifier for the account)&lt;br /&gt;
decrypt=(the decryption string for the account)&lt;br /&gt;
id=(the ID of the additional location, vendor, and service provider to pair with)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return all the information in the following XML layout:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;s&amp;gt;&amp;lt;msg&amp;gt;The software has been paired successfully!&amp;lt;/msg&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   OR&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;f&amp;gt;&amp;lt;msg&amp;gt;...&amp;lt;/msg&amp;gt;&amp;lt;/f&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digitalpipe</name></author>	</entry>

	</feed>