Parties List

id
Integer
id of that client/party
outlet_id
Integer
oultle_id of that party for customer
client_type
String
party type
superior
String
client id of the superior party
client_code
String
Party code
business_id
Integer
ID of the business type selected
name
String
Name of contact person of that party
company_name
String
party name
country_code
String
country code
phonecode
String
phone code with country name
phone
String
party’s phone number
mobile
String
parties mobile number
fax
String
number field
pan
String
number field
email
String
party email field
website
String
party website field
address_1
String
address of the party
address_2
String
address of the party
location
String
party location
city
String
party city
state
String
party state
country
String
country id
pin
String
country pin number
about
String
about shows the description added about the party/client
opening_balance
String
opening balance is in number value
closing_balance
String
closing balance is in number value
due_amount
String
due amounts are in number values
status
String
status of the client Active/ Inactive
credit_limit
String
credit limit of that party in numbers
credit_days
String
credit days of that party in numbers
created_by
Integer
Id of the party who created the employee
created_at
Datetime
parties created at date and time
updated_at
Datetime
parties updated at date and time
deleted_at
Datetime
parties deleted at date and time
country_name
String
party country name
state_name
String
party state name
city_name
String
party city name
beat_id
String
Beat ID selected for this party
business_name
String
name of the Business Type that was selected
outstanding_amount
String
outstanding amount of that client .
superior_name
String
superior party of the party
last_order_date
String
last order placed by this party
Request
$Curl http://dev.deltasalesapp.ga/api/v1/fetchClients
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Response