GET api/Package/GetInStore?idcust={idcust}
All packages in store *OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PackageApiModel| Name | 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": "7261e004-be04-4afb-b6ed-023964afb8c4",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "c29bbff1-086c-4207-a6d1-bde775cbf843",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "7261e004-be04-4afb-b6ed-023964afb8c4",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "c29bbff1-086c-4207-a6d1-bde775cbf843",
"CategoryName": "sample string 4",
"Active": true
}
]