/
Get KNC Company Information
Get KNC Company Information
Request
URL: https://knc-service.koronet.com/v1/organizations
Method: GET
Content-Type: URL Parameters
Header
authenticationToken (required)(string:50)
Komet Sales security token.
Input Parameters
name (required)(string:200)
Company name.
limit (optional)(integer)
The maximum number of companies to retrieve.
If this parameter is not set, the default amount the system will return is 100, and the maximum you can set is 1000.
https://knc-service.koronet.com/v1/organizations?name=rose&limit=10
Response
message (string:500)
Transaction status description.
data (array)
An array containing a list of companies.
id (integer)
Company ID.
name (string)
Company name.
{
"message": "Operation completed successfully.",
"data": [
{
"id": 295,
"name": "Rose Company 1" },
{
"id": 192,
"name": "Rose Company 2"
},
{
"id": 33,
"name": "Rose Company 3"
},
{
"id": 65,
"name": "Rose LLC"
},
{
"id": 334,
"name": "Rose Flower"
}
]
}
Related Articles
-
Delete a Prebook 1.0 (API)
-
-
-
Add Inventory (API)
-
, multiple selections available,
Related content
Get a list of Customers associated to the Company
Get a list of Customers associated to the Company
More like this
Get a list of Companies associated to a specific User
Get a list of Companies associated to a specific User
More like this
Get a Customer’s detailed information
Get a Customer’s detailed information
More like this
Get a list of Company Locations associated to a Customer
Get a list of Company Locations associated to a Customer
More like this
Get a list of accounts associated to a Customer
Get a list of accounts associated to a Customer
More like this
Get a Customer list
Get a Customer list
More like this