Rest API

Rest api for quick Request For Quot

Manage Message API

  • Get Message By Id

Endpoint: /V1/lofhideprice/message/:messageId

Method: GET

Params:

  • messageId

Response Data:

{
  "message_id": 0,
  "entity_id": 0,
  "hideprice_id": 0,
  "first_name": "string",
  "last_name": "string",
  "email": "string",
  "phone": "string",
  "subject": "string",
  "content": "string",
  "product_image": "string",
  "product_url": "string",
  "creation_time": "string",
  "address": "string",
  "town": "string",
  "post_code": "string",
  "company_name": "string",
  "time_call": "string",
  "customer_id": 0
}
  • Get List Message

Endpoint: /V1/lofhideprice/messages

Method: GET

Params:

Response Data:

  • Save Message

Endpoint: /V1/lofhideprice/message

Method: POST

Params:

Response Data:

  • Edit Message

Endpoint: /V1/lofhideprice/message/:messageId

Method: PUT

Params:

  • messageId

Response Data:

  • Delete By Id

Endpoint: /V1/lofhideprice/message/:messageId

Method: DELETE

Params:

  • messageId

Response Data:

Manage Quote API

  • Get Quote By Id

Endpoint: /V1/lofhideprice/quote/:quoteId

Method: GET

Params:

  • quoteId

Response Data:

  • Get List Quote

Endpoint: /V1/lofhideprice/quotes

Method: GET

Params:

  • storeId

Response Data:

  • Save Quote

Endpoint: /V1/lofhideprice/quote

Method: POST

Params:

Response Data:

  • Edit Quote

Endpoint: /V1/lofhideprice/quote/:quoteId

Method: GET

Params:

  • quoteId

  • Body:

Response Data:

Manage Hideprice API

  • Get List Hideprice by id

Endpoint: /V1/lofhideprice/hideprice/:hidepriceId

Method: GET

Params:

  • hidepriceId

Response Data:

  • Get List Hideprice

Endpoint: /V1/lofhideprice/hideprices

Method: GET

Params:

Response Data:

  • Save Hideprice

Endpoint: /V1/lofhideprice/hideprice

Method: POST

Params:

Response Data:

  • Edit Hideprice

Endpoint: /V1/lofhideprice/hideprice/:hidepriceId

Method: PUT

Params:

  • hidepriceId

  • Body:

Response Data:

  • Delete By Id

Endpoint: /V1/lofhideprice/hideprice/:hidepriceId

Method: GET

Params:

  • hidepriceId

Response Data:

Frontend rest api submit quote form, send message form

  • Send Message Form

Endpoint: /V1/lofhideprice/sendMessage

Method: POST

Params:

Response Data:

  • Submit Quote

Endpoint: /V1/lofhideprice/submitQuote

Method: POST

Params:

Response Data:

  • Get Matched Hideprice

Endpoint: /V1/lofhideprice/hideprice/:productId/:storeId

Method: GET

Params:

  • productId

  • storeId

Response Data:

Last updated