GET api/Company/Count
Returns count of Companie's
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_id | integer |
None. |
|
id_ids |
Pass parameters as string seperated by ',' Example: 123,456,678,90 |
string |
None. |
outer_id | string |
None. |
|
name | string |
None. |
|
desc | string |
None. |
|
address | string |
None. |
|
city | string |
None. |
|
country | string |
None. |
|
responsible | integer |
None. |
|
disabled | boolean |
None. |
|
is_client | boolean |
None. |
|
is_vendor | boolean |
None. |
|
is_private_person | boolean |
None. |
|
assigned_categories | Collection of integer |
None. |
|
excluded_categories | Collection of integer |
None. |
|
string |
None. |
||
phone | string |
None. |
|
registration | string |
None. |
|
sort |
Possible sorting - "id", "id_desc", "name", "name_desc". Default is "id_desc". |
string |
None. |
skip |
Sets the SKIP number of records returned |
integer |
None. |
take |
Sets the TAKE number records returned |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>