Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "insert": [
- {
- "area_id": 1,
- "work_select_id": 1,
- "user_technician_id": 116,
- "qty": 7,
- "price": 100,
- "type": "work"
- },
- {
- "area_id": 1,
- "user_technician_id": 200,
- "type": "area"
- }
- ],
- "update": [
- {
- "id": 5,
- "area_id": 1,
- "work_select_id": 1,
- "user_technician_id": 116,
- "qty": 7,
- "price": 100,
- "type": "work"
- },
- {
- "id": [
- 1,
- 2
- ],
- "technician_id": 1,
- "type": "area"
- }
- ],
- "delete": [
- 1,
- 2
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment