MCP documentation | MCP docs for agents

ark_bulk_update_pod_review_status

ark.bulk_update_pod_review_status

Bulk approve or reject visible proof-of-delivery document reviews from the billing compliance queue.

Availability
Expanded preview
Scopes
loads:readbilling:write
ARK permissions
canViewLoadscanViewBillingcanMakeAdjustments
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

reviewIdsarray<string>required

Existing POD document review IDs to update.

min items: 1; max items: 100

statusstringrequired

one of: approved, rejected

approvalNotesstring | null

max length: 5000

rejectionReasonstring | null

Required when rejecting PODs.

max length: 5000

Result

The tool returns the canonical ark.bulk_update_pod_review_status operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.