GET api/Package/GetAllInStore?idcust={idcust}&pageIndex={pageIndex}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
pageIndex | integer |
None. |
|
pageSize | integer |
None. |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of PackageApiModelName | Description | Type | Additional information |
---|---|---|---|
GID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
GIDCat | globally unique identifier |
None. |
|
CategoryName | string |
None. |
|
Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GID": "ca193baf-3d9e-4b6e-9fc4-1dabc4ede04a", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "fc5d549f-de9b-4bde-bf89-8d1018921499", "CategoryName": "sample string 4", "Active": true }, { "GID": "ca193baf-3d9e-4b6e-9fc4-1dabc4ede04a", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "fc5d549f-de9b-4bde-bf89-8d1018921499", "CategoryName": "sample string 4", "Active": true } ]