Railcar API
Complete class list tasks
Marks one or more class list tasks as completed.
Usage notes:
- Each item in the request specifies a taskId and optionally a finalTrackId (the track the equipment was moved to).
- When all tasks on a class list are completed, the class list is automatically archived.
- Use this endpoint after moving equipment (via the Move Equipment API) to mark the corresponding class list tasks as done.
- The completedAt timestamp defaults to the current time if not specified.
POST
Authorizations
Your ARMS API key
Email of a user assigned to the appropriate user group
Query Parameters
Carrier identifier; required for all endpoints
Optional user group context
Body
application/json
Request body for completing class list tasks.
Response
OK
Response after completing class list tasks.
Updated tasks after completion.