GET api/Package/GetInStore?idcust={idcust}

All packages in store *OData

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "f9a45942-f50a-4dc4-b1ce-950a274568a8",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "GIDCat": "18b8349a-9640-413f-90ce-770a106efcfb",
    "CategoryName": "sample string 4",
    "Active": true
  },
  {
    "GID": "f9a45942-f50a-4dc4-b1ce-950a274568a8",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "GIDCat": "18b8349a-9640-413f-90ce-770a106efcfb",
    "CategoryName": "sample string 4",
    "Active": true
  }
]