Parties List By Page

id
Integer
id of that client/party
outlet_id
Integer
outlet if of that party for customer
client_type
String
party type
superior
String
client id of the superior party
client_code
Integer
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
Integer
country code
phonecode
Integer
phone code with country name
phone
Integer
party’s phone number
mobile
Integer
parties mobile number
fax
Integer
number field
pan
Integer
number field
email
Integer
party email field
website
Integer
party website field
address_1
Integer
address of the party
address_2
Integer
address of the party
location
String
party location
city
String
party city
state
String
party state
country
String
country id
pin
Integer
country pin number
about
String
about shows the description added about the party/client
opening_balance
Integer
opening balance is in number value
closing_balance
Integer
closing balance is in number value
due_amount
Integer
due amounts are in number values
status
String
status of the client Active/ Inactive
credit_limit
Integer
credit limit of that party in numbers
credit_days
Integer
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
Integer
party country name
state_name
Integer
party state name
city_name
Integer
party city name
beat_id
Integer
Beat ID selected for this party
business_name
Integer
name of the Business Type that was selected
outstanding_amount
Integer
outstanding amount of that client .
superior_name
Integer
superior party of the party
last_order_date
Datetime
last order placed by this party
Request
$Curl http://dev.deltasalesapp.com/api/v1/fetchClientsPerpage
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Body parameter
{
   "per_page":2
}
Response