- ping
- authentication
- Sign UpPOST
- Verify OTPPOST
- Sign InPOST
- resend-otpPOST
- deactivate-accountPUT
- delete-accountDELETE
- forget-passwordPOST
- update-passwordPUT
- auth-update-passwordPUT
- User - Update AddressPOST
- User - Get All AddressGET
- term_and_condition_acceptedPOST
- User - share-dataPUT
- sign-in-with-google-or-applePOST
- admin/sign-inPOST
- video
- Quote
- user
- job
- service provider
- auth
- company
- jobs
- admin
- membership
- defaultServices
- global
- admin
- job
- 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
- documents
- subscription
- Default Services
- feedback
- AI
- suggestion
- TermsAndCondition
- payment
- chat
- chatbot
- notification
- savedQuote
- aichat
- invite
- chat-socket
update-status
Developing
PUT
/service-provider/job/update-status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/service-provider/job/update-status' \
--form 'job_id="67854e8441050832e17e2fb7"' \
--form 'status="completed"'
Response Response Example
{}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{SP_token}}
Body Params multipart/form-data
job_id
stringÂ
required
Example:
67854e8441050832e17e2fb7
status
stringÂ
required
Example:
completed
image
fileÂ
optional
Example:
file://C:\Users\DCLIENT\Downloads\image (2).png
Responses
🟢200Success
application/json
Body
object {0}