Capture

POST /api/camera/{cameraId}/capture

Headers

  • Specify effective organization_id for Admin and Group Organization Admins. This is a global header for all endpoints only taken into consideration when it makes sense (it won't be used in Auth, for example)

Path parameters

Query parameters

  • attachmentType string Required

    attachmentType

    Values are BILL_OF_LADING_PHOTO, DRIVER_LICENSE_PHOTO, DRIVER_PHOTO, DRIVER_SAFETY_CARD_PHOTO, EXTRA_FILE, GUEST_VEHICLE_PHOTO, LICENSE_PLATE_PHOTO, REAR_TRAILER_PHOTO, TIRE_PHOTO, TRAILER_INSIDE_PHOTO, TRAILER_ISSUE_PHOTO, TRAILER_LEFT_PHOTO, TRAILER_RIGHT_PHOTO, TRAILER_SEAL_PHOTO, TRUCK_CARRIER_INFO_PHOTO, TRUCK_ISSUE_PHOTO, TRUCK_PHOTO, VISITOR_PERSON_PHOTO, or WASH_OUT_SLIP_PHOTO.

Responses

POST /api/camera/{cameraId}/capture
curl \
 -X POST http://localhost:8080/api/camera/{cameraId}/capture?attachmentType=BILL_OF_LADING_PHOTO
Response examples (200)
{
  "attachment": {
    "id": 42
  },
  "camera": {
    "aim": "string",
    "direction": "IN",
    "id": 42,
    "name": "string"
  }
}