Resource:Collection: of packagedeffacilityC# Rel Const:Rels.PropertySvc.PackageDefFacilitiesListURI template:PackageDefFacilitiesObtain URI from:
Success status: 200
Type | Description | |
---|---|---|
ResourceList | IList<Property.Models.PackageDefFacility> | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | required, defines facility containing this package |
Name | string | |
Id | int | |
CurrentQuantity | decimal? ... | optional, defines current quantity |
MinQuantity | decimal? ... | optional, defines min quantity to generate alerts |
UserIdentifier | Generic.Models.UserIdentifier | optional, UserLoginID that will receive the alerts. |
Name | string | |
Id | int | |
AlertRecipient | int? ... | |
PackageName | string |
{ "_embedded": { "item": [ { "facilityIdentifier": { "name": "str", "id": 2 }, "currentQuantity": 1.0, "minQuantity": 1.0, "userIdentifier": { "name": "str", "id": 2 }, "alertRecipient": 1, "packageName": "str" } ] } }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.