Added
2022-02-27: Added new assignment and job requirement fields to `jobs`
over 3 years ago by Jamie Carmody
- Service providers listed in the
assigned_providersarray now include fields forphoneandassignment_methodwhich can be eithermanually_assigned,auto_assigned, oraccepted_job_offer - Adds
unable_to_auto_assignboolean - Adds
job_offerobject:
job_offer": {
"enabled": true,
"status": "closed",
"notified_of_offer": 1,
"viewed_offer": 2,
"accepted_offer": 1
}
- In the
invoicesection, new fields forcoupons ordiscounts will appear if discounts or coupons are applied:
"coupon": {
"type": "fixed_amount",
"value": "20.00",
"coupon_code": "dcar20off",
"coupon_id": "1594357917655x549316065721319400"
}
- New
ratingfield for viewing customer feedback:
"rating": {
"rating": 5,
"comments": "Amazing job! Thank you so much",
"created": "2022-02-27T20:34:05.360Z",
"id": "1645994045357x564952062624459970"
}