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": "4a015229-44d0-415f-8c52-f3983ea06e6e",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "0043d72a-dd41-45f8-bb83-c4d63d66fd76",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "4a015229-44d0-415f-8c52-f3983ea06e6e",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "0043d72a-dd41-45f8-bb83-c4d63d66fd76",
"CategoryName": "sample string 4",
"Active": true
}
]