GET api/CompanyAddress/Count?id_id={id_id}&id_company={id_company}&sort={sort}&search={search}&skip={skip}&take={take}
Returns count of address's
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_id | integer |
None. |
|
id_company | integer |
None. |
|
sort | string |
None. |
|
search |
Possible search - "seria", "number". |
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>