- 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
Job-feedback
Developing
POST
/service-provider/job/job-feedback
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pixiefixapp.com/api/v1/service-provider/job/job-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": "string",
"review": 0,
"feedback": "string",
"on_time": true,
"friendly": true,
"professional": true
}'
Response Response Example
{}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{SP_token}}
Body Params application/json
job_id
stringÂ
required
review
numberÂ
required
feedback
stringÂ
optional
on_time
booleanÂ
optional
friendly
booleanÂ
optional
professional
booleanÂ
optional
Examples
Responses
🟢200Success
application/json
Body
object {0}