POST api/clientinfo?phone={phone}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phone

string

Required

Body Parameters

companyinfo
NameDescriptionTypeAdditional information
firm_name

string

None.

is_active

integer

None.

dbase

string

None.

branch_id

integer

None.

otp

integer

None.

addr

string

None.

login_by_pin

integer

None.

user_type

string

None.

software_type

string

None.

district

string

None.

owner_name

string

None.

gstin

string

None.

expiry_date

string

None.

join_date

string

None.

sms_active

integer

None.

whatsapp_active

integer

None.

billing_active

integer

None.

wallet_active

integer

None.

branch_active

integer

None.

qrcode_banner

string

None.

whatsapp_api_active

integer

None.

logo_path

string

None.

billing_banner1

string

None.

billing_banner2

string

None.

gpage

string

None.

id

integer

None.

store_code

string

None.

service_active

Object

None.

facebook

string

None.

instagram

string

None.

owner_phone_no

string

None.

email

string

None.

counter

string

None.

is_pay_by_bill_active

integer

None.

bill_rate

string

None.

branch_name

string

None.

user_name

string

None.

contact_no

string

None.

address2

string

None.

catalogue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "firm_name": "sample string 1",
  "is_active": 2,
  "dbase": "sample string 3",
  "branch_id": 4,
  "otp": 5,
  "addr": "sample string 6",
  "login_by_pin": 7,
  "user_type": "sample string 8",
  "software_type": "sample string 9",
  "district": "sample string 10",
  "owner_name": "sample string 11",
  "gstin": "sample string 12",
  "expiry_date": "sample string 13",
  "join_date": "sample string 14",
  "sms_active": 15,
  "whatsapp_active": 16,
  "billing_active": 17,
  "wallet_active": 18,
  "branch_active": 19,
  "qrcode_banner": "sample string 20",
  "whatsapp_api_active": 21,
  "logo_path": "sample string 22",
  "billing_banner1": "sample string 23",
  "billing_banner2": "sample string 24",
  "gpage": "sample string 25",
  "id": 26,
  "store_code": "sample string 27",
  "service_active": {},
  "facebook": "sample string 29",
  "instagram": "sample string 30",
  "owner_phone_no": "sample string 31",
  "email": "sample string 32",
  "counter": "sample string 33",
  "is_pay_by_bill_active": 34,
  "bill_rate": "sample string 35",
  "branch_name": "sample string 36",
  "user_name": "sample string 37",
  "contact_no": "sample string 38",
  "address2": "sample string 39",
  "catalogue": "sample string 40"
}

application/xml, text/xml

Sample:
<companyinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salonbilling">
  <addr>sample string 6</addr>
  <address2>sample string 39</address2>
  <bill_rate>sample string 35</bill_rate>
  <billing_active>17</billing_active>
  <billing_banner1>sample string 23</billing_banner1>
  <billing_banner2>sample string 24</billing_banner2>
  <branch_active>19</branch_active>
  <branch_id>4</branch_id>
  <branch_name>sample string 36</branch_name>
  <catalogue>sample string 40</catalogue>
  <contact_no>sample string 38</contact_no>
  <counter>sample string 33</counter>
  <dbase>sample string 3</dbase>
  <district>sample string 10</district>
  <email>sample string 32</email>
  <expiry_date>sample string 13</expiry_date>
  <facebook>sample string 29</facebook>
  <firm_name>sample string 1</firm_name>
  <gpage>sample string 25</gpage>
  <gstin>sample string 12</gstin>
  <id>26</id>
  <instagram>sample string 30</instagram>
  <is_active>2</is_active>
  <is_pay_by_bill_active>34</is_pay_by_bill_active>
  <join_date>sample string 14</join_date>
  <login_by_pin>7</login_by_pin>
  <logo_path>sample string 22</logo_path>
  <otp>5</otp>
  <owner_name>sample string 11</owner_name>
  <owner_phone_no>sample string 31</owner_phone_no>
  <qrcode_banner>sample string 20</qrcode_banner>
  <service_active />
  <sms_active>15</sms_active>
  <software_type>sample string 9</software_type>
  <store_code>sample string 27</store_code>
  <user_name>sample string 37</user_name>
  <user_type>sample string 8</user_type>
  <wallet_active>18</wallet_active>
  <whatsapp_active>16</whatsapp_active>
  <whatsapp_api_active>21</whatsapp_api_active>
</companyinfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.