Request Estimate

Manage estimate request forms. Ability to view forms, their fields, and submit estimate requests.

Available Endpoints

Method Path Description
GET /api/request_estimate/forms List estimate request forms
GET /api/request_estimate/forms/{id} View form details
GET /api/request_estimate/forms/{id}/fields Get form fields
POST /api/request_estimate/requests Submit new estimate request

Example Request

curl -X GET "https://example.com/api/request_estimate/forms" \
  -H "Authorization: Bearer {token}"

Success Response (200)

{
  "records": []
}

Errors

Code Description
401 Invalid token
404 Record not found
422 Validation error
Type to search...