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
|
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/properties/enums
|
|
Sample accept: application/hal+json
{
"values": [
{
"id": 1,
"description": "str",
"additionalInfo": "str"
}
]
}