Resources
Action
The Action load
resource contains the following data:
{
"externalAttributes": {
"transportOrderUuid": "test-uuid"
},
"constraint": {
"entity": {
"value": {
"type": "timeWindowConstraint",
"startTime": "2022-11-30T09:00:00Z",
"endTime": "2022-11-30T14:15:00Z"
}
},
"associationType": "inline"
},
"actionType": "load"
}
Parameters
Parameter | Type | Description |
---|---|---|
externalAttributes | array | |
externalAttributes.transportOrderUuid | string | Uuid of transport order |
constraint | array | |
constraint.value.type | string | OTM constraint Possible options: timeWindowConstraint |
constraint.value.startTime | datetime | Start time of action, comfort ISO 8601 e.g. 2022-11-30T09:00:00Z |
constraint.value.EndTime | datetime | End time of action, comfort ISO 8601 e.g. 2022-11-30T11:00:00Z |
actionType | string | Type of action Possible options: load, unload |