My Project
  1. admin
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
    • ML - Video Upload
    • ML - Image Upload
    • ML - Audio Upload
    • User - Update Video Data
    • upload-image-or-video
    • Upload Video New
  • Quote
    • Generate Quote
    • Accept Quote
    • List Quote
  • 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
        GET
      • Admin Accepting service provider
        PUT
      • Get Individual Service Provider List
        GET
      • Admin-delete-serviceprovider
        DELETE
      • edit-serviceprovider
        PUT
      • edit-default-services
        PUT
      • get-defaultservices
        GET
    • 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
    • User - get-savedquotes
  • aichat
    • chat
    • getchat
    • quote_details_from_chat
  • invite
    • send-invite
    • get-invite
  • chat-socket
  1. admin

Admin Accepting service provider

Developing
PUT
/admin/service-provider/accepted
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/admin/service-provider/accepted' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "string",
    "acceptedbyadmin": "string"
}'
Response Response Example
{}

Request

Header Params
Authorization
string 
optional
Example:
{{token}}
Body Params application/json
user_id
string 
required
acceptedbyadmin
string 
required
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
Get Service Providers List
Next
Get Individual Service Provider List
Built with