GET api/Package/GetInStore?idcust={idcust}
All packages in store *OData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
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": "dcccb2f6-54c4-4472-94c9-752d065bd957", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "1a8c4f3c-6ad4-4b7a-8783-15082d75184a", "CategoryName": "sample string 4", "Active": true }, { "GID": "dcccb2f6-54c4-4472-94c9-752d065bd957", "Name": "sample string 2", "Description": "sample string 3", "GIDCat": "1a8c4f3c-6ad4-4b7a-8783-15082d75184a", "CategoryName": "sample string 4", "Active": true } ]