GET /images/{rowType}/{rowId}/documentTypes
Gets the list of document types available for the row.
Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
rowType |
the type of object to which the image is associated
- O - Order
- M - Movement
- C - Customer
- L - Location
- P - Payee
- D - Driver
- T - Tractor
- E - Trailer
- U - User
|
path
|
|
String
|
rowId |
the ID of the type (most likely the primary key of the row) |
path
|
|
String
|
movementId |
the ID of the movement associated with the row (optional) |
query
|
|
String
|
Result
List
<
ImageType
>
of type:
application/xml
application/json
a list of DocumentType objects
Try It Out
Request