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": "5f0176eb-ccdd-40a1-8e8c-58f309523be9",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "6394eb74-df42-465c-b0d2-4a081993b57c",
"CategoryName": "sample string 4",
"Active": true
},
{
"GID": "5f0176eb-ccdd-40a1-8e8c-58f309523be9",
"Name": "sample string 2",
"Description": "sample string 3",
"GIDCat": "6394eb74-df42-465c-b0d2-4a081993b57c",
"CategoryName": "sample string 4",
"Active": true
}
]