InspectionOrder ActionsResend Inspection Completed PDF

API Description

  • Resend PDF for completed inspection orders.

API Endpoint

POST
/api/v1/inspection/{inspection_order_token}/resend-inspection-completed-email

Path Parameters

NameDataTypeValue
inspection_order_token
Stringvalue

Responses

🟢 Success
{
	"success": true,
	"message": "Email has been successfully sent.",
	"data": {},
	"meta": {},
	"errors": []
}