MCP documentation | MCP docs for agents

ark_update_carrier_payment_due_date

ark.update_carrier_payment_due_date

Update the due date for an unpaid ARK carrier payment tied to a visible load dispatch.

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

loadIdstringrequired

Visible ARK load ID whose carrier payment due date should be updated.

format: uuid

dispatchIdstringrequired

Visible dispatch ID for the carrier payment.

format: uuid

carrierPaymentIdstring

Optional carrier payment ID. Omit to use the carrier payment for the load dispatch.

format: uuid

dueDatestringrequired

New due date in YYYY-MM-DD format.

Result

The tool returns the canonical ark.update_carrier_payment_due_date 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.