GET /ediStops/{id}
Retrieves a stop and the associated reference numbers and stop notes.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the stop for which to return reference numbers |
path
|
|
String
|
Result
RowEdiStop
of type:
application/xml
application/json
a list of RowEdiStop objects
Additional attributes:
__statusDescr
This value represents the description of the stop status, found in the stop.status
field.
__typeDescr
This value represents the description of the stop type, found in the stop.stop_type
field.
__loadUnloadDescr
This value represents the description of the load/unload value, found in the stop.driver_load_unload
field.
__zoneDescr
This value represents the description of the zone, found in the stop.zone_id
field.
__directions
This value represents the stop location's directions.
__loadingInstructions
This value represents the stop location's loading instructions.
__unloadingInstructions
This value represents the stop location's unloading instructions.
Child Elements:
RowReferenceNumber
These elements represent the reference numbers associated with the stop.
Each element contains a __name
attribute with the value referenceNumbers
.
RowStopNote
These elements represent the stop notes associated with the stop.
Each element contains a __name
attribute with the value stopNotes
.
Try It Out
Request