properties storagecountscripts (http://api.3plcentral.com/rels/properties/storagecountscripts)
Resource:
Collection: storage recurring billing scripts for counting inventory
C# Rel Const:
Rels.PropertySvc.StorageCountScriptList
URI template:
storagecountscripts
Success status: 200; Response is cacheable
none
Type Description
Scripts IEnumerable<Property.Models.StorageCountScript>
StorageCountScriptTemplateIdentifier Generic.Models.ScriptTemplateIdentifier
Name string
Id int
IsLegacyStorageUomScript bool
IsMinCharge bool
ShowPermutations bool
CountUnitIdentifiers IEnumerable<Generic.Models.StorageCountUnitIdentifier>
Id string
Name string
Sample accept: application/hal+json
{
  "scripts": [
    {
      "storageCountScriptTemplateIdentifier": {
        "name": "str",
        "id": 2
      },
      "isLegacyStorageUomScript": true,
      "isMinCharge": true,
      "showPermutations": true,
      "countUnitIdentifiers": [
        {
          "id": "str",
          "name": "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.