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 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": "55966101-478b-4e98-a240-1559f742d151",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "419716a9-00b0-4d48-aa79-fb44f9f9380f",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "55966101-478b-4e98-a240-1559f742d151",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "419716a9-00b0-4d48-aa79-fb44f9f9380f",
"CategoryName": "sample string 4",
"Active": true
}
]