Updating Approval Reasons

API Reference for Updating Approval Reasons

When approving an invoice through the PATCH/api/v2/Integrations/Invoices/Status/Approve/Reason request, you can specify a reason why the invoice was approved. The following options are available for you to enter in the “approvedReason”: field:

Approval ReasonDescription
Approved DisputeThe dispute has been resolved to a point where the invoice can be approved
Approved Added AccessorialThe Accessorial added to the invoice has been approved
Incorrect Weight When ShippedThe re-weigh charge has been approved
Incorrect Class When ShippedThe reclass charge has been approved
OtherThere is a different reason outside of the default reasons on why the invoice was approved

If “Other” is selected, you can add extra context for your approval reason through the “approvedOtherNotes”: field.

Sample Request

{
  "recordId": "d3cc524a-a500-474d-af5a-7538835d77ba",
  "updatedBy": "string",
  "approvedReason": "Approved Added Accessorial",
  "approvedOtherNotes": "string"
}

What’s Next