Resource:Collection: of packageinsertfacilityC# Rel Const:Rels.PropertySvc.PackageInsertFacilitiesListURI template:PackageInsertFacilitiesObtain URI from:
get all package inserts facilities
Success status: 200
Type | Description | |
---|---|---|
ResourceList | IList<Property.Models.PackageInsertFacility> | |
FacilityIdentifier | Generic.Models.FacilityIdentifier | required, defines facility containing this insert |
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.