Companies

Get Companies

GET http://domainname.so/api/v2/companies/get

Query Parameters

Name
Type
Description

et_auth_token

string

name

string

get singal company

include

string

group

string

Filter supplier, biller, customer | Defualt: customer

start

string

List start from | Defualt: 1

limit

string

Limit result | Default: 10 | Max 25

order_by

boolean

Ex: column_name,asc | Default company,asc

{
  "data": [
    {
      "customer_group_id": "1",
      "customer_group_name": "General",
      "company": null,
      "vat_no": null,
      "address": "",
      "city": "",
      "state": "",
      "postal_code": null,
      "country": "Somalia",
      "phone": "2516000000000",
      "email": "",
      "payment_term": "0",
      "award_points": "0",
      "deposit_amount": null,
      "blc_amount": "0.0000",
      "price_group_id": "1",
      "price_group_name": "Default",
      "created_by": "0",
      "person": "Ahmed Nor Ali"
    }
  ],
  "limit": "1",
  "start": 1,
  "total": 86
}

Include was used when you want to add value like user if add multi include use ( , )

Last updated

Was this helpful?