My Project
  1. savedQuote
My Project
  • ping
    • ping
      GET
  • authentication
    • Sign Up
      POST
    • Verify OTP
      POST
    • Sign In
      POST
    • resend-otp
      POST
    • deactivate-account
      PUT
    • delete-account
      DELETE
    • forget-password
      POST
    • update-password
      PUT
    • auth-update-password
      PUT
    • User - Update Address
      POST
    • User - Get All Address
      GET
    • term_and_condition_accepted
      POST
    • User - share-data
      PUT
    • sign-in-with-google-or-apple
      POST
    • admin/sign-in
      POST
  • video
    • Upload Video
      POST
    • ML - Video Upload
      POST
    • ML - Image Upload
      POST
    • ML - Audio Upload
      POST
    • User - Update Video Data
      PUT
    • upload-image-or-video
      POST
    • Upload Video New
      POST
  • Quote
    • Generate Quote
      GET
    • Accept Quote
      PATCH
    • List Quote
      GET
  • user
    • Admin-Get all users
    • Get Single User Detail
    • Edit User Profile
    • upload-document
    • get-user-document
    • Admin-Get user document list
    • Admin-verify-user-document
    • Admin-upload-user-document
    • User- report-incident
    • Admin-Get user incidents list
  • job
    • Create Jobs
    • Get Job List for user
    • Get Individual Job Data for user
    • re-schedulejob
    • delete-job
    • job-feedback
    • Get All jobs lists for users
    • user_confirm_job_completed
    • Get All deleted jobs lists for users
  • service provider
    • auth
      • Sign Up
      • Verify OTP
      • Resend OTP
      • Sign In
      • edit-profile
      • forget-password
      • update-password
      • auth-update-password
      • SP- report-incident
      • SP - share-data
      • sign-in-with-google-or-apple
    • company
      • Register Company
      • upload-documents
      • get-documents
      • get-company
      • Update Company
    • jobs
      • Get Jobs List of Service Provider
      • Selected Job
      • cancel-job
      • update-status
      • Get Individual Job
      • delay-job
      • Reschedule Job
      • Get All Jobs
      • Job-feedback
    • admin
      • Get Service Providers List
      • Admin Accepting service provider
      • Get Individual Service Provider List
      • Admin-delete-serviceprovider
      • edit-serviceprovider
      • edit-default-services
      • get-defaultservices
    • membership
      • create-subscription
      • create-payment-sheet
      • get-membership-list
      • webhook
      • attach-paymentmethod
      • get-current-SP-membership
    • defaultServices
      • get-defaultservices
      • update-services
      • create-services
  • global
    • Admin - Update Rules for quotation
  • admin
    • job
      • reassign-serviceprovider
      • update-status
      • Get all jobs
      • Get Individual Job
    • quote
      • Admin - Get Quotation
      • Admin-get-individualquote
      • Admin - Quote Acceptance
      • update-quote
    • dashboard
      • get-stats
      • get-analytics
      • get-active-user-analytics
      • get-retention-and-churan-analytics
      • get-job-matrix-analytics
      • get-average-job-completion-and-request-analytics
      • get-popular-service-analytics
      • get-total-revenue-analytics
      • get-revenue-from-each-service-analytics
      • get-revenue-by-location-analytics
      • get-revenue-by-one-time-and-recurring-analytics
      • get-other-stat-analytics
      • get-quote-matrix-analytics
      • get-subscription-count-analytics
      • get-refund-count-analytics
    • logs
      • get-logs
    • documents
      • Documents Count
      • Admin - List Documents
      • Admin - upload-documents
      • Admin - verify-documents
    • subscription
      • Admin - List Subscription
      • Admin -Subscription update
      • Admin -Subscription plateform charge update
    • Default Services
      • get-defaultservices
      • create-defaultservices
      • edit-defaultservices
      • delete-defaultservices
  • feedback
    • Admin-get-individualfeedback
    • Admin-get-feedback
    • Admin-complete-feedback
  • AI
    • AI - Create Access Token
    • AI - Image and Prompt
    • quote-request
    • quote-answer
    • get-quote-estimate
    • set_price_increase_rate
    • current_price_increase_rate
    • video_quote-request
    • quoteAi_videoRequestPrompt
    • validate-answer
    • get-quote-estimate_new
    • quote-estimate_new
  • suggestion
    • create-suggestion
    • get-suggestion-list
  • TermsAndCondition
    • get-termsandcondition
    • Admin-update-termandcondition
    • Admin-create-help
    • get-help
    • Admin-update-help
    • Admin-get-help-by-id
    • delete-help
  • payment
    • create-payment
    • update-payment
    • Payment List
    • create-intent-payment
    • create-connect-payment
    • create-connect-account
    • delete-connect-account
    • re-generate-link
    • capture-payment
    • accept-job-payment
    • update-job-payment-status
    • update-connect-account
  • chat
    • create-image-session
    • Chat In Sesion
    • Get Session
    • Get Session By Id
    • Repair Info
    • Close Session
    • Create-video-session
  • chatbot
    • Add Knowledge
    • List Knowledge
    • Update Knowledge
    • Chatbot
    • Admin - get-chat-messages
  • notification
    • send-notification
  • savedQuote
    • User-save-quote
      POST
    • User - get-savedquotes
      GET
  • aichat
    • chat
    • getchat
    • quote_details_from_chat
  • invite
    • send-invite
    • get-invite
  • chat-socket
  1. savedQuote

User-save-quote

Developing
POST
/savedquote/save-quote
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pixiefixapp.com/api/v1/savedquote/save-quote' \
--header 'Content-Type: application/json' \
--data-raw '{
    "description": "Versus aveho facere fuga. Volubilis virga dicta tantum deduco templum. Adicio curatio ea comminor aut avaritia verto stultus. Tactus tempora tabella chirographum cito auditor amor ancilla. Suscipit corroboro cursim alter ars. Credo tempore vorago. Patrocinor nobis animi corporis rerum benevolentia vomer deripio carpo. Sumo capillus supplanto.",
    "video_id": "675997c960328de678524e5b",
    "user_id": "675a89553689927fa40375cc",
    "accepted": true,
    "admin_accepted": true,
    "admin_accepted_by": "675961d5a8bad5cf66bc592b",
    "price": 725
}'
Response Response Example
{}

Request

Header Params
Authorization
string 
optional
Example:
{{user_token}}
Body Params application/json
quote_id
string 
required
it will be mongoose quote id
description
string 
required
video_id
string 
required
user_id
string 
optional
accepted
boolean 
required
admin_accepted
boolean 
required
admin_accepted_by
string 
required
price
integer 
required
mac_address
string 
optional
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
send-notification
Next
User - get-savedquotes
Built with