Manage Message API
Endpoint: /V1/lofhideprice/message/:messageId
Method: GET
Params:
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
}
Endpoint: /V1/lofhideprice/messages
Method: GET
Params:
Response Data:
{
"items": [
{
"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
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 0,
"current_page": 0
},
"total_count": 0
}
Endpoint: /V1/lofhideprice/message
Method:
POST
Params:
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
}
Endpoint: /V1/lofhideprice/message/:messageId
Method: PUT
Params:
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
}
Endpoint: /V1/lofhideprice/message/:messageId
Method: DELETE
Params:
Response Data:
Manage Quote API
Endpoint: /V1/lofhideprice/quote/:quoteId
Method: GET
Params:
Response Data:
{
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
Endpoint: /V1/lofhideprice/quotes
Method: GET
Params:
Response Data:
{
"items": [
{
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 0,
"current_page": 0
},
"total_count": 0
}
Endpoint: /V1/lofhideprice/quote
Method: POST
Params:
{
"quote": {
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
}
Response Data:
{
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
Endpoint: /V1/lofhideprice/quote/:quoteId
Method: GET
Params:
Body:
{
"quote": {
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
}
Response Data:
{
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
Manage Hideprice API
Endpoint: /V1/lofhideprice/hideprice/:hidepriceId
Method: GET
Params:
Response Data:
{
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
Endpoint: /V1/lofhideprice/hideprices
Method: GET
Params:
Response Data:
{
"items": [
{
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "string",
"value": "string",
"condition_type": "string"
}
]
}
],
"sort_orders": [
{
"field": "string",
"direction": "string"
}
],
"page_size": 0,
"current_page": 0
},
"total_count": 0
}
Endpoint: /V1/lofhideprice/hideprice
Method: POST
Params:
{
"hideprice": {
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
}
Response Data:
{
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
Endpoint: /V1/lofhideprice/hideprice/:hidepriceId
Method: PUT
Params:
Body:
{
"hideprice": {
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
}
Response Data:
{
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}
Endpoint: /V1/lofhideprice/hideprice/:hidepriceId
Method: GET
Params:
Response Data:
Endpoint: /V1/lofhideprice/sendMessage
Method:
POST
Params:
{
"message": {
"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
}
}
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
}
Endpoint: /V1/lofhideprice/submitQuote
Method: POST
Params:
Response Data:
{
"message_id": 0,
"entity_id": 0,
"hideprice_id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"quantity": 0,
"content": 0,
"product_image": "string",
"product_url": "string",
"creation_time": "string",
"customer_id": 0
}
Endpoint: /V1/lofhideprice/hideprice/:productId/:storeId
Method: GET
Params:
Response Data:
{
"hideprice_id": 0,
"callforprice_text": "string",
"callforprice_customergroup": "string",
"is_active": 0,
"inquiry_form": "string",
"content": "string",
"store_id": "string",
"actions_serialized": "string",
"creation_time": "string",
"action_type": "string"
}