Store Service

Service list

get

List of service

Query parameters
limitintegerOptional
offsetintegerOptional
keywordstringOptional
categoryIdintegerRequired
countintegerOptional
Responses
chevron-right
200

success response

*/*
statusintegerOptionalDefault: 1
messagestringOptionalDefault: Successfully got service count " or " Successfully get all service List
get
/store-service/service-list
200

success response

Add service enquiry

post

Add a service enquiry

Body
serviceIdinteger · int32Required
namestringRequired
emailstringOptional
mobileinteger · int32Required
commentsstringOptional
Responses
chevron-right
200

success response

application/json
enquiryIdinteger · int32Optional
serviceIdinteger · int32Optional
namestringOptional
emailstringOptional
mobileinteger · int32Optional
commentsstringOptional
isActiveinteger · int32Optional
createdDatestring · date-timeOptional
modifiedDatestring · date-timeOptional
createdByinteger · int32Optional
modifiedByinteger · int32Optional
post
/store-service/store-enquiry
200

success response

Category list

get

Get list of category

Query parameters
limitintegerOptional
offsetintegerOptional
keywordstringOptional
countintegerOptional
Responses
chevron-right
200

success response

*/*
statusintegerOptionalDefault: 1
messagestringOptionalDefault: Successfully got category list count " or " successfully got the service category list.
get
/store-service/category-list
200

success response

Last updated