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": "453cdee7-41b2-454c-bd25-ba169bd2045c",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "1d3f3125-aa99-4916-869d-efb7356054fa",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "453cdee7-41b2-454c-bd25-ba169bd2045c",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "1d3f3125-aa99-4916-869d-efb7356054fa",
"CategoryName": "sample string 4",
"Active": true
}
]