Business Details
This Domain Will server for requests regarding the Business
Read Business Details
POSTThis will give details if the business including information such as the business name, address, contact details, tax-related information, social media links, and other miscellaneous settings.
Request Paramters
string domain |
Value should be business |
Required |
string action |
Value should be read |
Required |
object data |
Empty Object | Required |
Sample Request Body
{
domain: "business",
action: "read",
"data": {}
}
Response Paramters
string status |
This indicate the status of the response. success is the expected value. |
string message |
This explains the reson for status. |
list data |
This list contains result data objects for the request query. |
string name |
The name of the business. |
string address_1 |
The first line of the business address. |
string address_2 |
The second line of the business address. |
string suburb |
The suburb where the business is located. |
string postcode |
The postal code of the business address. |
string country |
The country where the business is located. |
string address |
The full formatted address of the business. |
string email |
The email address of the business. |
string web |
The website URL of the business. |
string phone |
The phone number of the business. |
string mobile |
The mobile number of the business. |
string fax |
The fax number of the business. |
string abn |
The Australian Business Number of the business. |
string bsb_no |
The Bank State Branch number of the business. |
string tax_name |
The name of the tax applied to the business. |
string tax_percentage |
The percentage of the tax applied. |
string currency_code |
The currency code used by the business. |
string currency_sign |
The currency sign used by the business. |
string bank_account_name |
The name of the business's bank account. |
string bank_account_no |
The number of the business's bank account. |
string fb_link |
The Facebook page URL of the business. |
string twitter_link |
The Twitter profile URL of the business. |
string email_reply_cc |
The email address used for CC in replies. |
string default_appointment_wording |
The default wording for appointment notifications. |
string send_appointment_sms |
Indicates whether SMS notifications for appointments are enabled. |
string sms_senders_mobile_no |
The mobile number used for sending SMS notifications. |
string mailchimp_status |
The status of Mailchimp integration. |
string mailchimp_api_key |
The API key for Mailchimp integration. |
string mailchimp_list_id |
The list ID for Mailchimp integration. |
Sample Response
{
status: "success",
data: {
status: "success",
message: "Business Read",
data: {
name: "BlinQ Software",
address_1: "PO Box 152",
address_2: "Fawkner",
suburb: "Victoria",
postcode: "3060",
country: "Australia",
address: "PO Box 152, Fawkner, Victoria, 3060, Australia",
email: "support@blinq.com.au",
web: "www.blinq.com.au",
phone: "03 8844 4864",
mobile: "+61 3 8844 4864",
fax: "+61 3 8844 4864",
abn: "15 747 582 416",
bsb_no: "BSB No: 06 3237",
tax_name: "GST",
tax_percentage: "10",
currency_code: "AUD",
currency_sign: "$",
bank_account_name: "Account Name: New Multimedia Pty Ltd",
bank_account_no: "Account Number: 1035 1821",
fb_link: "https://www.facebook.com/",
twitter_link: "https://twitter.com/",
email_reply_cc: "accounts@blinq.com.au",
default_appointment_wording: "Appointment Scheduled on [date] between [from] to [to] at [location]",
send_appointment_sms: "On",
sms_senders_mobile_no: "BlinQ",
mailchimp_status: "off",
mailchimp_api_key: "01514e6ae5d9273b652b846979bc4b66-us7",
mailchimp_list_id: "dcd43f0f77"
}
}
}