Update service request data and manage status transitions with notifications
1: Created/Pending2: Sent for operations review3: Approved by operations8: Rejected-1: Deactivateddata.status = 2
Notifications Sent:
Nueva solicitud para revisión #{request_id}data.status = 3
Notifications Sent:
✅ Solicitud #{request_id} aprobada — Fecha: {formatted_date}solicitud_aprobada_operaciones
approved_delivery_date should be included in the updateapproved_delivery_datePOST /api/serviceRequests/saveOpsDataServiceRequest
For operations team to save draft/work-in-progress data:
POST /api/serviceRequests/:id/returnToSeller
When operations needs vendor to correct information:
POST /api/serviceRequests/:id/deactivate
Soft-delete a request:
data object or merged with top-level fieldsgroup:2 (operations department)approved_delivery_date is formatted to Spanish locale (e.g., “15 de abril de 2026”)mobile_number in their profilesolicitud_aprobada_operaciones must be pre-approvedchanged_by and change_reason for compliancefn_save_data_service_request for atomic updates/window-tracking/{request_uuid} for real-time status viewing