GET api/getCategoriesByCompany/{page}?version={version}&getDeleted={getDeleted}&orderByVersion={orderByVersion}&includeImage={includeImage}

Get Company Categories

Request Information

Allows multi-location processing, in case of using parent location token restrictByLocations parameter is strongly recommended with comma separated list of locations to select from or update in

URI Parameters

NameDescriptionTypeAdditional information
page

Zero-based page index, required

integer

Required

version

Database version, optional

integer

None.

getDeleted

If true - return also removed products

boolean

Default value is False

orderByVersion

If true - order by record version

boolean

Default value is False

includeImage

If true - return also product images

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.