properties enum (http://api.3plcentral.com/rels/properties/enum)
Resource:
name/value pairs
C# Rel Const:
Rels.PropertySvc.Enum
URI template:
enums/{name}
Success status: 200
Name (* = required) Data Type Description
name * Property.Models.EnumName
- ChargeType
- CustomerContactType
- EventNotifyType
- LocationType
- NotifyDestinationType
- OrderTransportType
- StorageChargePeriodType
- TransactionEntryType
- WarehouseTransactionType
Type Description
Values IEnumerable<Property.Models.EnumValue>
Id int
Description string
AdditionalInfo string
Sample accept: application/hal+json
{
  "values": [
    {
      "id": 1,
      "description": "str",
      "additionalInfo": "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.