API Description
- Resend PDF for completed inspection orders.
API Endpoint
POST
/api/v1/inspection/{inspection_order_token}/resend-inspection-completed-emailPath Parameters
| Name | DataType | Value |
|---|---|---|
inspection_order_token | String | value |
Responses
🟢 Success
{
"success": true,
"message": "Email has been successfully sent.",
"data": {},
"meta": {},
"errors": []
}