Newman Run Dashboard

Sunday, 05 April 2026 03:41:48
Total Iterations

1

Total Assertions

445

Total Failed Tests

48

Total Skipped Tests

0


File Information
Collection: Phoenix-Inwarrenty-Flow-Pritish-NR
Environment: QA
Timings and Data
Total run duration: 21.7s
Total data received: 1.64MB
Average response time: 266ms
Summary Item Total Failed
Requests 77 0
Prerequest Scripts 20 0
Test Scripts 51 0
Assertions 445 48
Skipped Tests 0 -



Showing 48 Failures

Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 492 to be below 200
Failed Test: Invalid credentials should return 401

Assertion Error Message
expected 500 to equal 401
Failed Test: Invalid credentials should return 'Unauthorized'

Assertion Error Message
expected 'Internal Server Error' to equal 'Unauthorized'
Failed Test: Blank Username and Password should return status code 400

Assertion Error Message
expected 500 to equal 400
Failed Test: Blank Username and Password should return status message 'Bad Request'

Assertion Error Message
expected 'Internal Server Error' to equal 'Bad Request'
Failed Test: Proper error message should be shown for blank credentials

Assertion Error Message
expected 'Invalid request' to equal 'Bad Request'
Failed Test: Check response time is less than 150ms

Assertion Error Message
expected 238 to be below 150
Failed Test: Response mustn't include sensitive information

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Status message is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify response time < 150ms

Assertion Error Message
expected 259 to be at most 150
Failed Test: Verify Invalid token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Expired token returns status code 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Expired token returns status message 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify Response time under 200 ms

Assertion Error Message
expected 252 to be at most 200
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Failed Test: Verify Status code is 403

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Status code is 'Forbidden'

Assertion Error Message
expected response to have status reason 'Forbidden' but got 'OK'
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 300 to be below 200
Failed Test: Verify missing authorization token return 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify response time is less than 200ms

Assertion Error Message
expected 296 to be below 200
Failed Test: Verify missing authorization token return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing customerdetails should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify missing product details should return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Verify invalid Imei number returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify response payload don't contain message as success

Assertion Error Message
expected { message: 'Success', data: [] } to not have property 'message'
Failed Test: Response time should be under 200 ms

Assertion Error Message
expected 258 to be below 200
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Invalid token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Empty searchText Returns 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Response time is under 200 ms

Assertion Error Message
expected 268 to be below 200
Failed Test: Verify Invalid Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify Expired Authorization token returns 403 Forbidden

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar

Assertion Error Message
expected 'Success' to deeply equal 'No record found'
Failed Test: Verify Malformed Job Number will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Verify Malformed Job Number will return Message as "Invalid job number format" or similar

Assertion Error Message
expected 'Success' to deeply equal 'Invalid job number format'
Failed Test: Verify Malformed Job Number will return 405 Method Not Allowed

Assertion Error Message
expected response to have status code 405 but got 404
Failed Test: Verify Response time is less than 200ms

Assertion Error Message
expected 238 to be below 200
Failed Test: Verify Invalid Credentials will return 401 Unauthorized

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test: Verify Blank Credentials will return 400 Bad Request

Assertion Error Message
expected response to have status code 400 but got 500


There are no skipped tests



1 Iteration available to view
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 492ms
Mean size per request: 690B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ae1a2ec3-d255-4556-8e1d-373fb6f1813a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-tzPo2CsvXZDwhMDrLV+BSp1Ge9A"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE"}}
Test Information
NamePassedFailedSkipped
Verify status code is 200 1 0 0
Verify status code is 'OK' 1 0 0
Verify message is 'Success' 1 0 0
Verify token is present in the response 1 0 0
Verify token is valid 1 0 0
Verify response body matches expected schema 1 0 0
Verify response time is less than 200ms 0 1 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 492 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 239ms
Mean size per request: 111B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 594e9ee1-dc95-4d59-82ef-d481a45c026c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "Nicolette60",
            "password": "h2YP3y6aFEMv8hF"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Invalid credentials should return 401 0 1 0
Invalid credentials should return 'Unauthorized' 0 1 0
Invalid credentials should return the correct error message 1 0 0
Response body should match the schema 1 0 0
Total 2 2 0
Test Failures
Test NameAssertion Error
Invalid credentials should return 401
expected 500 to equal 401
Invalid credentials should return 'Unauthorized'
expected 'Internal Server Error' to equal 'Unauthorized'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 98B

Test Pass Percentage
25 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c805d4c6-90c0-418f-b694-94749d989120
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Blank Username and Password should return status code 400 0 1 0
Blank Username and Password should return status message 'Bad Request' 0 1 0
Proper error message should be shown for blank credentials 0 1 0
Response body should match the schema 1 0 0
Total 1 3 0
Test Failures
Test NameAssertion Error
Blank Username and Password should return status code 400
expected 500 to equal 400
Blank Username and Password should return status message 'Bad Request'
expected 'Internal Server Error' to equal 'Bad Request'
Proper error message should be shown for blank credentials
expected 'Invalid request' to equal 'Bad Request'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
86 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9514beef-4657-4396-aa40-5bc1ede5bd16
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status is 'OK' 1 0 0
Check response time is less than 150ms 0 1 0
Validate JSON Schema 1 0 0
User details should be present in the response 1 0 0
Role name should be 'FrontDesk' 1 0 0
Service location should be 'Service Center A' 1 0 0
Total 6 1 0
Test Failure
Test NameAssertion Error
Check response time is less than 150ms
expected 238 to be below 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 30ab46fa-522b-43d1-82ac-e66d80fe60a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Response mustn't include sensitive information 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Response mustn't include sensitive information
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d3b08776-237e-4309-a60b-3930c951e35a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Status code is 401 1 0 0
Status message is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 034ff713-83ff-42d4-bcfe-b4b3acf9c830
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 200
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8520c7e6-e956-4eca-b19c-fcbb7afbd588
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Status code is 403 0 1 0
Status message is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Status code is 403
expected response to have status code 403 but got 500
Status message is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 242B

Test Pass Percentage
90 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1554064c-d97a-4e84-9bc4-4daf0e24d03f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-cPsIH+fNzBtIbkem5y24nbHny68"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":118},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Status message is 'OK' 1 0 0
Verify json schema 1 0 0
Verify message key contains 'Success' 1 0 0
Verify response time < 150ms 0 1 0
Data array length is 3 1 0 0
Verify keys 1 0 0
Verify the type of the data stored in the count under Pending for delivery is of number type 1 0 0
Verify the type of the data stored in the count under Created today is of number type 1 0 0
Verify the type of the data stored in the count under Pending for FST assignment is of number type 1 0 0
Total 9 1 0
Test Failure
Test NameAssertion Error
Verify response time < 150ms
expected 259 to be at most 150
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 32adaecd-e248-4c98-bc05-6bab140f928b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing token returns status code 401 1 0 0
Verify Missing token returns status message 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 235ms
Mean size per request: 67B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16dc0f63-e0b8-4fc1-bafb-9d64c989c2d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 67
ETag W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns status code 403 0 1 0
Verify Invalid token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns status code 403
expected response to have status code 403 but got 500
Verify Invalid token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d9bda4cf-f1d4-455d-8cbd-9073111af8b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-cPsIH+fNzBtIbkem5y24nbHny68"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":118},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify Expired token returns status code 403 0 1 0
Verify Expired token returns status message 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Expired token returns status code 403
expected response to have status code 403 but got 200
Verify Expired token returns status message 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 10.53KB

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4155a262-dcc4-458e-8a0e-a253a7d8258e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status Code is 200 1 0 0
Verify Status message is 'OK' 1 0 0
Verify Response time under 200 ms 0 1 0
Verify message key contains 'success' 1 0 0
Verify response schema matches expected schema 1 0 0
Verify json response contains key: mst_oem 1 0 0
Verify json response contains key: mst_model 1 0 0
Verify json response contains key: mst_action_status 1 0 0
Verify json response contains key: mst_warrenty_status 1 0 0
Verify json response contains key: mst_platform 1 0 0
Verify json response contains key: mst_product 1 0 0
Verify json response contains key: mst_role 1 0 0
Verify json response contains key: mst_service_location 1 0 0
Verify json response contains key: mst_problem 1 0 0
Verify json response contains key: map_fst_pincode 1 0 0
Verify key- mst_oem , returns a non-empty array 1 0 0
Verify key- mst_model , returns a non-empty array 1 0 0
Verify key- mst_action_status , returns a non-empty array 1 0 0
Verify key- mst_warrenty_status , returns a non-empty array 1 0 0
Verify key- mst_platform , returns a non-empty array 1 0 0
Verify key- mst_product , returns a non-empty array 1 0 0
Verify key- mst_role , returns a non-empty array 1 0 0
Verify key- mst_service_location , returns a non-empty array 1 0 0
Verify key- mst_problem , returns a non-empty array 1 0 0
Verify key- map_fst_pincode , returns a non-empty array 1 0 0
Total 24 1 0
Test Failure
Test NameAssertion Error
Verify Response time under 200 ms
expected 252 to be at most 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad9d41f5-e33c-46c8-ae9f-a2223a90b35a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Status code is 401 1 0 0
Verify Status code is 'Unauthorized' 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4cefdcb4-7232-45cc-a840-17aa1e9512a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 500
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e9aa3e3-8580-4c1c-af0f-c70abae14dbc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 403 0 1 0
Verify Status code is 'Forbidden' 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Status code is 403
expected response to have status code 403 but got 200
Verify Status code is 'Forbidden'
expected response to have status reason 'Forbidden' but got 'OK'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 300ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27b5cdf9-ede3-420b-9ebe-2bdb97514148
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1142
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Gabrielle",
                "last_name": "Predovic",
                "mobile_number": "925-214-4818",
                "mobile_number_alt": "925-214-4818",
                "email_id": "Joaquin.Armstrong@gmail.com",
                "email_id_alt": "Joaquin.Armstrong@gmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18060142217752",
                "imei1": "18060142217752",
                "imei2": "18060142217752",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-qx8FeTk1pBJUxts5V77NxvhVotw"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":238898,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":238917,"tr_customer_product_id":238907,"job_number":"JOB_238898"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 300 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd1ff372-42d2-4d2d-8e3f-3d1d2cdac685
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1135
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Kacie",
                "last_name": "Reichert",
                "mobile_number": "920-526-8641",
                "mobile_number_alt": "546-504-1768",
                "email_id": "Rosalee.Bradtke1@gmail.com",
                "email_id_alt": "Ava_Cummerata@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18060142217752",
                "imei1": "18060142217752",
                "imei2": "18060142217752",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 235ms
Mean size per request: 71B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c9a81b1-1070-4274-92d1-294d3633df9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1125
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Ed",
                "last_name": "Carroll",
                "mobile_number": "471-325-1921",
                "mobile_number_alt": "558-565-1695",
                "email_id": "Dylan.Yundt@gmail.com",
                "email_id_alt": "Cara.Rolfson59@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18060142217752",
                "imei1": "18060142217752",
                "imei2": "18060142217752",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 71
ETag W/"47-3fyFQKYzbJTwnROVExMoVXviIKc"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 296ms
Mean size per request: 233B

Test Pass Percentage
93 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6dd6b9db-53ba-4099-a67b-03e369675579
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1128
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Ettie",
                "last_name": "Emard",
                "mobile_number": "626-485-5449",
                "mobile_number_alt": "679-594-3402",
                "email_id": "Tristian40@gmail.com",
                "email_id_alt": "Buford.Nikolaus@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18299913082609",
                "imei1": "18299913082609",
                "imei2": "18299913082609",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-Yk/LjJoYscDAg3EbA+qLDzeK73w"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":238899,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":238918,"tr_customer_product_id":238908,"job_number":"JOB_238899"}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 1 0 0
Verify Status code is 'OK' 1 0 0
Verify message is 'Job created successfully. ' 1 0 0
Verify jsonschema 1 0 0
Verify response time is less than 200ms 0 1 0
Verify response contains key: id 1 0 0
Verify response contains key: mst_service_location_id 1 0 0
Verify response contains key: mst_platform_id 1 0 0
Verify response contains key: mst_warrenty_status_id 1 0 0
Verify response contains key: mst_oem_id 1 0 0
Verify response contains key: tr_customer_id 1 0 0
Verify response contains key: tr_customer_product_id 1 0 0
Verify response contains key: job_number 1 0 0
Verify job number starts with 'JOB_' 1 0 0
Total 13 1 0
Test Failure
Test NameAssertion Error
Verify response time is less than 200ms
expected 296 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 132B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1335f973-a819-4189-a3e3-b28c556ada71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Wendy",
                "last_name": "King",
                "mobile_number": "905-397-4048",
                "mobile_number_alt": "966-273-2676",
                "email_id": "Haskell.Christiansen98@hotmail.com",
                "email_id_alt": "Cristal_Rowe6@yahoo.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18060142217752",
                "imei1": "18060142217752",
                "imei2": "18060142217752",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 132
ETag W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing authorization token return 400 Bad Request 0 1 0
Verify message is '"problems" does not contain 1 required value(s)' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing authorization token return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 238ms
Mean size per request: 107B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 610001cc-82df-4a82-9590-405acde2abc3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 851
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "18060142217752",
                "imei1": "18060142217752",
                "imei2": "18060142217752",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                 {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 107
ETag W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing customerdetails should return 400 Bad Request 0 1 0
Verify message is '"customer" is required' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing customerdetails should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 115B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ffe84b0e-a7b3-42e7-95e6-852bd504236e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 830
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Gerard",
                "last_name": "Gusikowski",
                "mobile_number": "980-898-7843",
                "mobile_number_alt": "995-513-8482",
                "email_id": "Ryann59@gmail.com",
                "email_id_alt": "Joany.Fay@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 115
ETag W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify missing product details should return 400 Bad Request 0 1 0
Verify message is '"customer_product" is required 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify missing product details should return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 237ms
Mean size per request: 143B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12f91fb8-ea0c-46e4-888e-461f298413dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1109
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Laney",
                "last_name": "Denesik",
                "mobile_number": "315-962-0074",
                "mobile_number_alt": "272-936-5291",
                "email_id": "Jay_Price@yahoo.com",
                "email_id_alt": "Reina49@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1057915164",
                "imei1": "1057915164",
                "imei2": "1057915164",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Verify message contains 'serial_number' length must be at least 14 characters long' 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 233B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 464b7688-0343-43ca-910a-456538c1ad64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1136
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Earnest",
                "last_name": "Mante",
                "mobile_number": "650-250-5222",
                "mobile_number_alt": "490-843-5884",
                "email_id": "Juston.Haag43@hotmail.com",
                "email_id_alt": "Elfrieda58@hotmail.com"
            },
            "customer_address": {
                "flat_number": "AW/71",
                "apartment_name": "Adarsh Palm Retreat",
                "street_name": "Bellandur",
                "landmark": "Doddenakundi",
                "area": "Bellandur",
                "pincode": "560023",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2025-05-30T18:30:00.000Z",
                "serial_number": "1056615937721650",
                "imei1": "1056615937721650",
                "imei2": "1056615937721650",
                "popurl": "2025-05-30T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 2
            },
            "problems": [
                {
                    "id": 4,
                    "remark": "Aplications are outof sync"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-8K2EM7hovhP8V/Jyb22EtD5VXjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":238900,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":238919,"tr_customer_product_id":238909,"job_number":"JOB_238900"}}
Test Information
NamePassedFailedSkipped
Verify invalid Imei number returns 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify invalid Imei number returns 400 Bad Request
expected response to have status code 400 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71505999-5a14-4f05-86f0-6874c4aa2b44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-lJ5XbV14e05M9vceVvDGgDg/rcg"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":121},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify the count of the created job is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 118.26KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1fe90378-442c-42ca-a6ce-b625afa92cea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1d90c-6mgqg2btKmwhqV5ra71szDpgaLw"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238766,"job_number":"JOB_238766","tr_customer_id":238785,"tr_customer_product_id":238775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:57:53.000Z","modified_at":"2026-04-05T00:57:53.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-26","serial_number":"99779058966577","imei1":"99779058966577","imei2":"99779058966577","popurl":"2026-03-26T00:57:47.900264800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238767,"job_number":"JOB_238767","tr_customer_id":238786,"tr_customer_product_id":238776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:58:08.000Z","modified_at":"2026-04-05T00:58:08.000Z","name":"Veda Johar","mobile_number":"9979722095","email_id":"trisha.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"277746839867439","imei1":"277746839867439","imei2":"277746839867439","popurl":"www.abhirath-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238769,"job_number":"JOB_238769","tr_customer_id":238788,"tr_customer_product_id":238778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:59:46.000Z","modified_at":"2026-04-05T00:59:46.000Z","name":"Yogesh Pilla","mobile_number":"9970430492","email_id":"akshayakeerti.ahuja@gmail.com","dop":"2026-03-21","serial_number":"363530750462939","imei1":"363530750462939","imei2":"363530750462939","popurl":"www.kirti-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238771,"job_number":"JOB_238771","tr_customer_id":238790,"tr_customer_product_id":238780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:28.000Z","modified_at":"2026-04-05T01:01:29.000Z","name":"Deeksha Reddy","mobile_number":"9922993564","email_id":"girik.jha@hotmail.com","dop":"2026-03-21","serial_number":"392605716852646","imei1":"392605716852646","imei2":"392605716852646","popurl":"www.anjushri-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238772,"job_number":"JOB_238772","tr_customer_id":238791,"tr_customer_product_id":238781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:37.000Z","modified_at":"2026-04-05T01:01:37.000Z","name":"Pramila Sinha","mobile_number":"9921191425","email_id":"chandravati.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"016884334048275","imei1":"016884334048275","imei2":"016884334048275","popurl":"www.tushar-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238773,"job_number":"JOB_238773","tr_customer_id":238792,"tr_customer_product_id":238782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:47.000Z","modified_at":"2026-04-05T01:01:47.000Z","name":"Ritesh Chopra","mobile_number":"9945375983","email_id":"bhima.acharya@hotmail.com","dop":"2026-03-21","serial_number":"731146318740831","imei1":"731146318740831","imei2":"731146318740831","popurl":"www.suma-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238774,"job_number":"JOB_238774","tr_customer_id":238793,"tr_customer_product_id":238783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:23:49.000Z","modified_at":"2026-04-05T01:23:49.000Z","name":"Kalpana Iyer","mobile_number":"9939805373","email_id":"agasti.chaturvedi@hotmail.com","dop":"2026-03-21","serial_number":"602931026449846","imei1":"602931026449846","imei2":"602931026449846","popurl":"www.apsara-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238776,"job_number":"JOB_238776","tr_customer_id":238795,"tr_customer_product_id":238785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:27:13.000Z","modified_at":"2026-04-05T01:27:13.000Z","name":"Bhaves Sharma","mobile_number":"9970118717","email_id":"kumuda.reddy@hotmail.com","dop":"2026-03-21","serial_number":"895189771961438","imei1":"895189771961438","imei2":"895189771961438","popurl":"www.basanti-tagore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:27:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238777,"job_number":"JOB_238777","tr_customer_id":238796,"tr_customer_product_id":238786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:29:00.000Z","modified_at":"2026-04-05T01:29:00.000Z","name":"Pranay Mukhopadhyay","mobile_number":"9944689845","email_id":"akshainie.sethi@gmail.com","dop":"2026-03-21","serial_number":"441956353625283","imei1":"441956353625283","imei2":"441956353625283","popurl":"www.vedanga-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238778,"job_number":"JOB_238778","tr_customer_id":238797,"tr_customer_product_id":238787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:34:44.000Z","modified_at":"2026-04-05T01:35:25.000Z","name":"Nels Aufderhar","mobile_number":"935-698-5295","email_id":"Deontae20@yahoo.com","dop":"2026-02-01","serial_number":"350206333639746","imei1":"350206333639746","imei2":"350206333639746","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T01:35:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238780,"job_number":"JOB_238780","tr_customer_id":238799,"tr_customer_product_id":238789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Aaditya Arora","mobile_number":"9973179608","email_id":"arjun.dutta@yahoo.co.in","dop":"2026-03-21","serial_number":"834365786410534","imei1":"834365786410534","imei2":"834365786410534","popurl":"www.prasanna-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238781,"job_number":"JOB_238781","tr_customer_id":238800,"tr_customer_product_id":238790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Kamlesh Johar","mobile_number":"9992662722","email_id":"bankim.panicker@yahoo.co.in","dop":"2026-03-21","serial_number":"625110013691051","imei1":"625110013691051","imei2":"625110013691051","popurl":"www.narayan-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238782,"job_number":"JOB_238782","tr_customer_id":238801,"tr_customer_product_id":238791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Chandrakin Arora","mobile_number":"9999755903","email_id":"guru.guneta@gmail.com","dop":"2026-03-21","serial_number":"676683255440719","imei1":"676683255440719","imei2":"676683255440719","popurl":"www.preity-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238784,"job_number":"JOB_238784","tr_customer_id":238803,"tr_customer_product_id":238793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Dwaipayana Sethi","mobile_number":"9992711959","email_id":"adripathi.prajapat@hotmail.com","dop":"2026-03-21","serial_number":"361562199954155","imei1":"361562199954155","imei2":"361562199954155","popurl":"www.bhagavaan-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238785,"job_number":"JOB_238785","tr_customer_id":238804,"tr_customer_product_id":238794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Aatreya Dutta","mobile_number":"9998960690","email_id":"inder.naik@yahoo.co.in","dop":"2026-03-21","serial_number":"118784192491174","imei1":"118784192491174","imei2":"118784192491174","popurl":"www.bhushan-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238786,"job_number":"JOB_238786","tr_customer_id":238805,"tr_customer_product_id":238795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Shanti Asan","mobile_number":"9972766655","email_id":"chidananda.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"878521858682249","imei1":"878521858682249","imei2":"878521858682249","popurl":"www.gaurang-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238788,"job_number":"JOB_238788","tr_customer_id":238807,"tr_customer_product_id":238797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Param Marar","mobile_number":"9943586442","email_id":"digambara.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"930410988066669","imei1":"930410988066669","imei2":"930410988066669","popurl":"www.hamsini-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238790,"job_number":"JOB_238790","tr_customer_id":238809,"tr_customer_product_id":238799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Darshwana Embranthiri","mobile_number":"9945892586","email_id":"drona.menon@yahoo.co.in","dop":"2026-03-21","serial_number":"389941773133757","imei1":"389941773133757","imei2":"389941773133757","popurl":"www.anilaabh-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238791,"job_number":"JOB_238791","tr_customer_id":238810,"tr_customer_product_id":238800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Aasa Adiga","mobile_number":"9910734999","email_id":"ananta.gupta@hotmail.com","dop":"2026-03-21","serial_number":"717852024656904","imei1":"717852024656904","imei2":"717852024656904","popurl":"www.ahalya-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238792,"job_number":"JOB_238792","tr_customer_id":238811,"tr_customer_product_id":238801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Abhisyanta Reddy","mobile_number":"9938185979","email_id":"harinarayan.asan@hotmail.com","dop":"2026-03-21","serial_number":"839333256032526","imei1":"839333256032526","imei2":"839333256032526","popurl":"www.lakshman-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238793,"job_number":"JOB_238793","tr_customer_id":238812,"tr_customer_product_id":238802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Bhagavaan Iyengar","mobile_number":"9923234628","email_id":"gopi.varrier@gmail.com","dop":"2026-03-21","serial_number":"454676261727339","imei1":"454676261727339","imei2":"454676261727339","popurl":"www.ayushmati-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238794,"job_number":"JOB_238794","tr_customer_id":238814,"tr_customer_product_id":238804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Satish Varma","mobile_number":"9920224849","email_id":"ganak.dhawan@hotmail.com","dop":"2026-03-21","serial_number":"296605031105470","imei1":"296605031105470","imei2":"296605031105470","popurl":"www.dandak-deshpande.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238795,"job_number":"JOB_238795","tr_customer_id":238813,"tr_customer_product_id":238803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Vasanti Shah","mobile_number":"9937981969","email_id":"uma.reddy@gmail.com","dop":"2026-03-21","serial_number":"564303949518599","imei1":"564303949518599","imei2":"564303949518599","popurl":"www.chandrakala-kaur.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238796,"job_number":"JOB_238796","tr_customer_id":238815,"tr_customer_product_id":238805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Ekaaksh Dwivedi","mobile_number":"9904021815","email_id":"gandharv.patel@yahoo.co.in","dop":"2026-03-21","serial_number":"657374076706542","imei1":"657374076706542","imei2":"657374076706542","popurl":"www.lakshmi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238797,"job_number":"JOB_238797","tr_customer_id":238816,"tr_customer_product_id":238806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Birjesh Guneta","mobile_number":"9946752353","email_id":"charuchandra.agarwal@gmail.com","dop":"2026-03-21","serial_number":"349446951838108","imei1":"349446951838108","imei2":"349446951838108","popurl":"www.chandramauli-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238799,"job_number":"JOB_238799","tr_customer_id":238818,"tr_customer_product_id":238808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:39.000Z","modified_at":"2026-04-05T01:51:39.000Z","name":"Sukanya Khanna","mobile_number":"9927608955","email_id":"saroja.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"515326715536911","imei1":"515326715536911","imei2":"515326715536911","popurl":"www.hamsini-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238800,"job_number":"JOB_238800","tr_customer_id":238819,"tr_customer_product_id":238809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Daevi Varrier","mobile_number":"9989221759","email_id":"gitanjali.adiga@hotmail.com","dop":"2026-03-21","serial_number":"614517741531475","imei1":"614517741531475","imei2":"614517741531475","popurl":"www.bhooshit-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238801,"job_number":"JOB_238801","tr_customer_id":238820,"tr_customer_product_id":238810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Arnesh Dwivedi","mobile_number":"9992280501","email_id":"smita.kaul@yahoo.co.in","dop":"2026-03-21","serial_number":"558217477609588","imei1":"558217477609588","imei2":"558217477609588","popurl":"www.chandran-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238802,"job_number":"JOB_238802","tr_customer_id":238821,"tr_customer_product_id":238811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Amogh Ahluwalia","mobile_number":"9931025438","email_id":"shiv.tandon@hotmail.com","dop":"2026-03-21","serial_number":"026548149756558","imei1":"026548149756558","imei2":"026548149756558","popurl":"www.ramaa-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238803,"job_number":"JOB_238803","tr_customer_id":238822,"tr_customer_product_id":238812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Mohinder Butt","mobile_number":"9933912422","email_id":"sarvin.dhawan@gmail.com","dop":"2026-03-21","serial_number":"760306320760395","imei1":"760306320760395","imei2":"760306320760395","popurl":"www.bhaasvan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238804,"job_number":"JOB_238804","tr_customer_id":238823,"tr_customer_product_id":238813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Bhima Varrier","mobile_number":"9990960719","email_id":"anilabh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"451139209035519","imei1":"451139209035519","imei2":"451139209035519","popurl":"www.siddhran-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238805,"job_number":"JOB_238805","tr_customer_id":238824,"tr_customer_product_id":238814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Shwet Saini","mobile_number":"9980161677","email_id":"ghanshyam.khanna@gmail.com","dop":"2026-03-21","serial_number":"860849762957730","imei1":"860849762957730","imei2":"860849762957730","popurl":"www.prayag-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238806,"job_number":"JOB_238806","tr_customer_id":238825,"tr_customer_product_id":238815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Opalina Kakkar","mobile_number":"9905120356","email_id":"vasudev.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"343647972298031","imei1":"343647972298031","imei2":"343647972298031","popurl":"www.brijesh-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238807,"job_number":"JOB_238807","tr_customer_id":238826,"tr_customer_product_id":238816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Agneya Kaniyar","mobile_number":"9941242335","email_id":"bhramar.pothuvaal@gmail.com","dop":"2026-03-21","serial_number":"303374398940265","imei1":"303374398940265","imei2":"303374398940265","popurl":"www.ambar-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238808,"job_number":"JOB_238808","tr_customer_id":238827,"tr_customer_product_id":238817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chakradhar Pilla","mobile_number":"9904105138","email_id":"bhaanumati.dubashi@gmail.com","dop":"2026-03-21","serial_number":"317276855420247","imei1":"317276855420247","imei2":"317276855420247","popurl":"www.rukhmani-ahluwalia.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238809,"job_number":"JOB_238809","tr_customer_id":238828,"tr_customer_product_id":238818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chandranath Sharma","mobile_number":"9936626858","email_id":"naveen.deshpande@yahoo.co.in","dop":"2026-03-21","serial_number":"228935721433863","imei1":"228935721433863","imei2":"228935721433863","popurl":"www.amogh-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238810,"job_number":"JOB_238810","tr_customer_id":238829,"tr_customer_product_id":238819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Agrata Sharma","mobile_number":"9981893174","email_id":"chaturaanan.reddy@hotmail.com","dop":"2026-03-21","serial_number":"730481341545026","imei1":"730481341545026","imei2":"730481341545026","popurl":"www.chaten-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238811,"job_number":"JOB_238811","tr_customer_id":238830,"tr_customer_product_id":238820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Indra Marar","mobile_number":"9915210064","email_id":"bala.patil@yahoo.co.in","dop":"2026-03-21","serial_number":"699918612054122","imei1":"699918612054122","imei2":"699918612054122","popurl":"www.ayushmati-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238813,"job_number":"JOB_238813","tr_customer_id":238832,"tr_customer_product_id":238822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Ajit Kaur","mobile_number":"9961506473","email_id":"swara.kaniyar@hotmail.com","dop":"2026-03-21","serial_number":"145627307829429","imei1":"145627307829429","imei2":"145627307829429","popurl":"www.siddhi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238814,"job_number":"JOB_238814","tr_customer_id":238833,"tr_customer_product_id":238823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Brahmanandam Bhattathiri","mobile_number":"9966929086","email_id":"pran.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"058800838010806","imei1":"058800838010806","imei2":"058800838010806","popurl":"www.anilabh-butt.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238815,"job_number":"JOB_238815","tr_customer_id":238834,"tr_customer_product_id":238824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Chapala Kapoor","mobile_number":"9932953428","email_id":"anuraag.pandey@hotmail.com","dop":"2026-03-21","serial_number":"431258477887259","imei1":"431258477887259","imei2":"431258477887259","popurl":"www.dhanu-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238817,"job_number":"JOB_238817","tr_customer_id":238836,"tr_customer_product_id":238826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Deependra Dubashi","mobile_number":"9927898670","email_id":"bishnu.pandey@hotmail.com","dop":"2026-03-21","serial_number":"076157924909635","imei1":"076157924909635","imei2":"076157924909635","popurl":"www.devi-patel.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238819,"job_number":"JOB_238819","tr_customer_id":238838,"tr_customer_product_id":238828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Kanak Pandey","mobile_number":"9965416930","email_id":"rudra.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"495828097485218","imei1":"495828097485218","imei2":"495828097485218","popurl":"www.dharmaketu-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238821,"job_number":"JOB_238821","tr_customer_id":238840,"tr_customer_product_id":238830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Devajyoti Agarwal","mobile_number":"9991913396","email_id":"kali.tagore@hotmail.com","dop":"2026-03-21","serial_number":"503725491858014","imei1":"503725491858014","imei2":"503725491858014","popurl":"www.vidur-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238822,"job_number":"JOB_238822","tr_customer_id":238841,"tr_customer_product_id":238831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Varalakshmi Bandopadhyay","mobile_number":"9997564101","email_id":"chandrani.verma@hotmail.com","dop":"2026-03-21","serial_number":"786697341339700","imei1":"786697341339700","imei2":"786697341339700","popurl":"www.ayushmati-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238823,"job_number":"JOB_238823","tr_customer_id":238842,"tr_customer_product_id":238832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:45.000Z","modified_at":"2026-04-05T01:51:45.000Z","name":"Heema Gandhi","mobile_number":"9989865600","email_id":"inder.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"009718130898871","imei1":"009718130898871","imei2":"009718130898871","popurl":"www.giri-pandey.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238825,"job_number":"JOB_238825","tr_customer_id":238844,"tr_customer_product_id":238834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Chakradhar Khan","mobile_number":"9994556793","email_id":"gauraang.shah@hotmail.com","dop":"2026-03-21","serial_number":"371129079022345","imei1":"371129079022345","imei2":"371129079022345","popurl":"www.chitramala-asan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238826,"job_number":"JOB_238826","tr_customer_id":238845,"tr_customer_product_id":238835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Jagdish Achari","mobile_number":"9930182208","email_id":"mohinder.dutta@hotmail.com","dop":"2026-03-21","serial_number":"000341839872311","imei1":"000341839872311","imei2":"000341839872311","popurl":"www.ambar-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238827,"job_number":"JOB_238827","tr_customer_id":238846,"tr_customer_product_id":238836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Vidya Acharya","mobile_number":"9930999848","email_id":"tanushri.talwar@gmail.com","dop":"2026-03-21","serial_number":"900954583063261","imei1":"900954583063261","imei2":"900954583063261","popurl":"www.chandramauli-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238828,"job_number":"JOB_238828","tr_customer_id":238847,"tr_customer_product_id":238837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Bhavani Acharya","mobile_number":"9914760521","email_id":"atmaja.embranthiri@hotmail.com","dop":"2026-03-21","serial_number":"183199620666032","imei1":"183199620666032","imei2":"183199620666032","popurl":"www.adinath-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238829,"job_number":"JOB_238829","tr_customer_id":238848,"tr_customer_product_id":238838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Aagam Chaturvedi","mobile_number":"9949670689","email_id":"aadi.acharya@gmail.com","dop":"2026-03-21","serial_number":"930554324618516","imei1":"930554324618516","imei2":"930554324618516","popurl":"www.kalyani-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238830,"job_number":"JOB_238830","tr_customer_id":238849,"tr_customer_product_id":238839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Daevi Varma","mobile_number":"9953008575","email_id":"atreyee.shah@gmail.com","dop":"2026-03-21","serial_number":"479557625004632","imei1":"479557625004632","imei2":"479557625004632","popurl":"www.lakshmi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238831,"job_number":"JOB_238831","tr_customer_id":238850,"tr_customer_product_id":238840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Vidhya Chattopadhyay","mobile_number":"9974004671","email_id":"mangalya.shah@gmail.com","dop":"2026-03-21","serial_number":"776491523672751","imei1":"776491523672751","imei2":"776491523672751","popurl":"www.bodhan-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238832,"job_number":"JOB_238832","tr_customer_id":238851,"tr_customer_product_id":238841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Tapan Kapoor","mobile_number":"9978251461","email_id":"purnima.nayar@hotmail.com","dop":"2026-03-21","serial_number":"621606476209996","imei1":"621606476209996","imei2":"621606476209996","popurl":"www.veda-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238833,"job_number":"JOB_238833","tr_customer_id":238852,"tr_customer_product_id":238842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Kamla Iyer","mobile_number":"9916845202","email_id":"trilok.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"427427852454588","imei1":"427427852454588","imei2":"427427852454588","popurl":"www.akshainie-talwar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238834,"job_number":"JOB_238834","tr_customer_id":238853,"tr_customer_product_id":238843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Suma Trivedi","mobile_number":"9915059007","email_id":"arya.desai@hotmail.com","dop":"2026-03-21","serial_number":"577714335501049","imei1":"577714335501049","imei2":"577714335501049","popurl":"www.krishnadas-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238835,"job_number":"JOB_238835","tr_customer_id":238854,"tr_customer_product_id":238844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Dandapaani Bandopadhyay","mobile_number":"9937884877","email_id":"kashyapi.gill@gmail.com","dop":"2026-03-21","serial_number":"103511422058197","imei1":"103511422058197","imei2":"103511422058197","popurl":"www.umang-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238836,"job_number":"JOB_238836","tr_customer_id":238855,"tr_customer_product_id":238845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Anjushree Verma","mobile_number":"9993432667","email_id":"suma.namboothiri@yahoo.co.in","dop":"2026-03-21","serial_number":"198271440097606","imei1":"198271440097606","imei2":"198271440097606","popurl":"www.anish-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238838,"job_number":"JOB_238838","tr_customer_id":238857,"tr_customer_product_id":238847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:48.000Z","modified_at":"2026-04-05T01:51:48.000Z","name":"Akula Kocchar","mobile_number":"9956756993","email_id":"oormila.trivedi@gmail.com","dop":"2026-03-21","serial_number":"317219526008561","imei1":"317219526008561","imei2":"317219526008561","popurl":"www.udai-marar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238839,"job_number":"JOB_238839","tr_customer_id":238858,"tr_customer_product_id":238848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Aadinath Dwivedi","mobile_number":"9974873316","email_id":"swara.pilla@gmail.com","dop":"2026-03-21","serial_number":"088547559762898","imei1":"088547559762898","imei2":"088547559762898","popurl":"www.chakor-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238840,"job_number":"JOB_238840","tr_customer_id":238859,"tr_customer_product_id":238849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Adinath Guneta","mobile_number":"9999927792","email_id":"mohini.singh@yahoo.co.in","dop":"2026-03-21","serial_number":"315698681414618","imei1":"315698681414618","imei2":"315698681414618","popurl":"www.dinkar-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238841,"job_number":"JOB_238841","tr_customer_id":238860,"tr_customer_product_id":238850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Gorakhanatha Kaniyar","mobile_number":"9916345678","email_id":"dipali.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"316479214872743","imei1":"316479214872743","imei2":"316479214872743","popurl":"www.harit-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238842,"job_number":"JOB_238842","tr_customer_id":238861,"tr_customer_product_id":238851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Pushti Kaur","mobile_number":"9939298232","email_id":"amrita.khan@yahoo.co.in","dop":"2026-03-21","serial_number":"085949843055721","imei1":"085949843055721","imei2":"085949843055721","popurl":"www.karthik-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238843,"job_number":"JOB_238843","tr_customer_id":238862,"tr_customer_product_id":238852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Chandrabhan Gowda","mobile_number":"9989598972","email_id":"anilabh.pandey@yahoo.co.in","dop":"2026-03-21","serial_number":"487294802309715","imei1":"487294802309715","imei2":"487294802309715","popurl":"www.vaidehi-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238844,"job_number":"JOB_238844","tr_customer_id":238863,"tr_customer_product_id":238853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:58:58.000Z","modified_at":"2026-04-05T01:58:58.000Z","name":"Cary Robel","mobile_number":"9051062714","email_id":"dane.mayert@gmail.com","dop":"2025-06-19","serial_number":"286305732315568","imei1":"286305732315568","imei2":"286305732315568","popurl":"2025-06-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238845,"job_number":"JOB_238845","tr_customer_id":238864,"tr_customer_product_id":238854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:24.000Z","modified_at":"2026-04-05T02:03:24.000Z","name":"Aashritha Gandhi","mobile_number":"9926732175","email_id":"ganaka.shah@yahoo.co.in","dop":"2026-03-21","serial_number":"219693323164053","imei1":"219693323164053","imei2":"219693323164053","popurl":"www.girja-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238846,"job_number":"JOB_238846","tr_customer_id":238865,"tr_customer_product_id":238855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Anamika Nayar","mobile_number":"9943824904","email_id":"ananda.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"576144674627948","imei1":"576144674627948","imei2":"576144674627948","popurl":"www.chanda-sharma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238847,"job_number":"JOB_238847","tr_customer_id":238866,"tr_customer_product_id":238856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Balachandra Chattopadhyay","mobile_number":"9942667438","email_id":"gautami.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"448915142996667","imei1":"448915142996667","imei2":"448915142996667","popurl":"www.samir-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238848,"job_number":"JOB_238848","tr_customer_id":238867,"tr_customer_product_id":238857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Prathamesh Saini","mobile_number":"9965945296","email_id":"chandranath.varrier@gmail.com","dop":"2026-03-21","serial_number":"399607972291384","imei1":"399607972291384","imei2":"399607972291384","popurl":"www.rakesh-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238849,"job_number":"JOB_238849","tr_customer_id":238868,"tr_customer_product_id":238858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Chetan Ahuja","mobile_number":"9950347813","email_id":"jitender.nair@hotmail.com","dop":"2026-03-21","serial_number":"808183214650630","imei1":"808183214650630","imei2":"808183214650630","popurl":"www.atreyi-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238850,"job_number":"JOB_238850","tr_customer_id":238869,"tr_customer_product_id":238859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Vidhur Guha","mobile_number":"9933783626","email_id":"kartik.guneta@gmail.com","dop":"2026-03-21","serial_number":"710180221051763","imei1":"710180221051763","imei2":"710180221051763","popurl":"www.shiv-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238851,"job_number":"JOB_238851","tr_customer_id":238870,"tr_customer_product_id":238860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Sweta Marar","mobile_number":"9931370636","email_id":"sanya.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"090755558628737","imei1":"090755558628737","imei2":"090755558628737","popurl":"www.suryakantam-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238852,"job_number":"JOB_238852","tr_customer_id":238871,"tr_customer_product_id":238861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Dakshayani Patel","mobile_number":"9985309224","email_id":"suma.nambeesan@yahoo.co.in","dop":"2026-03-21","serial_number":"701252716900005","imei1":"701252716900005","imei2":"701252716900005","popurl":"www.avantika-kocchar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238853,"job_number":"JOB_238853","tr_customer_id":238872,"tr_customer_product_id":238862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Jagdish Kocchar","mobile_number":"9986034848","email_id":"baidehi.talwar@yahoo.co.in","dop":"2026-03-21","serial_number":"189392289282089","imei1":"189392289282089","imei2":"189392289282089","popurl":"www.bala-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238854,"job_number":"JOB_238854","tr_customer_id":238873,"tr_customer_product_id":238863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Bhagwati Iyer","mobile_number":"9949875003","email_id":"aayushman.gowda@hotmail.com","dop":"2026-03-21","serial_number":"668099670410196","imei1":"668099670410196","imei2":"668099670410196","popurl":"www.anuja-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238855,"job_number":"JOB_238855","tr_customer_id":238874,"tr_customer_product_id":238864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:32.000Z","modified_at":"2026-04-05T02:04:14.000Z","name":"Ruby Rolfson","mobile_number":"661-923-8517","email_id":"Arno.Schultz53@hotmail.com","dop":"2026-02-01","serial_number":"135078064547974","imei1":"135078064547974","imei2":"135078064547974","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238856,"job_number":"JOB_238856","tr_customer_id":238875,"tr_customer_product_id":238865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:10:25.000Z","modified_at":"2026-04-05T02:11:06.000Z","name":"Stefanie Toy","mobile_number":"429-456-4038","email_id":"Jolie.Jacobi@hotmail.com","dop":"2026-02-01","serial_number":"347948002242517","imei1":"347948002242517","imei2":"347948002242517","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238857,"job_number":"JOB_238857","tr_customer_id":238876,"tr_customer_product_id":238866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Devajyoti Mehra","mobile_number":"9980900198","email_id":"guru.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"957838216624907","imei1":"957838216624907","imei2":"957838216624907","popurl":"www.manisha-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238858,"job_number":"JOB_238858","tr_customer_id":238877,"tr_customer_product_id":238867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Tushar Chaturvedi","mobile_number":"9927915684","email_id":"tarun.nair@gmail.com","dop":"2026-03-21","serial_number":"134892471320889","imei1":"134892471320889","imei2":"134892471320889","popurl":"www.raj-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238859,"job_number":"JOB_238859","tr_customer_id":238878,"tr_customer_product_id":238868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bhaumik Jha","mobile_number":"9989044829","email_id":"bhramar.reddy@gmail.com","dop":"2026-03-21","serial_number":"969805968442384","imei1":"969805968442384","imei2":"969805968442384","popurl":"www.gemine-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238860,"job_number":"JOB_238860","tr_customer_id":238879,"tr_customer_product_id":238869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bodhan Tagore","mobile_number":"9968654897","email_id":"veda.butt@hotmail.com","dop":"2026-03-21","serial_number":"248324206399002","imei1":"248324206399002","imei2":"248324206399002","popurl":"www.dipesh-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238861,"job_number":"JOB_238861","tr_customer_id":238880,"tr_customer_product_id":238870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Anang Shah","mobile_number":"9978722112","email_id":"bilva.devar@yahoo.co.in","dop":"2026-03-21","serial_number":"835938284988912","imei1":"835938284988912","imei2":"835938284988912","popurl":"www.siddhi-malik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238862,"job_number":"JOB_238862","tr_customer_id":238882,"tr_customer_product_id":238872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Baalaaditya Nehru","mobile_number":"9919807941","email_id":"rajan.gowda@hotmail.com","dop":"2026-03-21","serial_number":"311737920146352","imei1":"311737920146352","imei2":"311737920146352","popurl":"www.brahmdev-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238863,"job_number":"JOB_238863","tr_customer_id":238881,"tr_customer_product_id":238871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Anilaabh Malik","mobile_number":"9984273159","email_id":"dhanadeepa.adiga@yahoo.co.in","dop":"2026-03-21","serial_number":"160465447360513","imei1":"160465447360513","imei2":"160465447360513","popurl":"www.anjaneya-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238864,"job_number":"JOB_238864","tr_customer_id":238883,"tr_customer_product_id":238873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Suma Iyengar","mobile_number":"9900609338","email_id":"gorakhnath.dwivedi@hotmail.com","dop":"2026-03-21","serial_number":"500060012650525","imei1":"500060012650525","imei2":"500060012650525","popurl":"www.subhash-shah.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238865,"job_number":"JOB_238865","tr_customer_id":238884,"tr_customer_product_id":238874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Garuda Pilla","mobile_number":"9910035383","email_id":"durga.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"550895620554470","imei1":"550895620554470","imei2":"550895620554470","popurl":"www.subhashini-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238866,"job_number":"JOB_238866","tr_customer_id":238885,"tr_customer_product_id":238875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Meenakshi Bharadwaj","mobile_number":"9913021304","email_id":"anand.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"807298944197330","imei1":"807298944197330","imei2":"807298944197330","popurl":"www.balachandra-chattopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238867,"job_number":"JOB_238867","tr_customer_id":238886,"tr_customer_product_id":238876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Laal Reddy","mobile_number":"9998976317","email_id":"devvrat.gandhi@hotmail.com","dop":"2026-03-21","serial_number":"218990075997777","imei1":"218990075997777","imei2":"218990075997777","popurl":"www.ajit-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238868,"job_number":"JOB_238868","tr_customer_id":238887,"tr_customer_product_id":238877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Chinmayanand Naik","mobile_number":"9936483454","email_id":"chidambar.tandon@yahoo.co.in","dop":"2026-03-21","serial_number":"108943872978493","imei1":"108943872978493","imei2":"108943872978493","popurl":"www.gemini-adiga.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238869,"job_number":"JOB_238869","tr_customer_id":238888,"tr_customer_product_id":238878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Ujjwal Kapoor","mobile_number":"9919894823","email_id":"charuvrat.pothuvaal@hotmail.com","dop":"2026-03-21","serial_number":"385216032047950","imei1":"385216032047950","imei2":"385216032047950","popurl":"www.bhoopati-patel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238870,"job_number":"JOB_238870","tr_customer_id":238889,"tr_customer_product_id":238879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Rita Joshi","mobile_number":"9939099137","email_id":"deeptanshu.namboothiri@gmail.com","dop":"2026-03-21","serial_number":"227563841421770","imei1":"227563841421770","imei2":"227563841421770","popurl":"www.aashritha-mukhopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238871,"job_number":"JOB_238871","tr_customer_id":238890,"tr_customer_product_id":238880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Bhagirathi Rana","mobile_number":"9930754524","email_id":"jagdish.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"954984607651227","imei1":"954984607651227","imei2":"954984607651227","popurl":"www.abani-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238872,"job_number":"JOB_238872","tr_customer_id":238891,"tr_customer_product_id":238881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Gopal Gandhi","mobile_number":"9972835211","email_id":"chakravartee.menon@hotmail.com","dop":"2026-03-21","serial_number":"768068743204950","imei1":"768068743204950","imei2":"768068743204950","popurl":"www.gajbaahu-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238873,"job_number":"JOB_238873","tr_customer_id":238892,"tr_customer_product_id":238882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Anshula Talwar","mobile_number":"9950859703","email_id":"deepan.guha@hotmail.com","dop":"2026-03-21","serial_number":"386475766216502","imei1":"386475766216502","imei2":"386475766216502","popurl":"www.draupadi-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238874,"job_number":"JOB_238874","tr_customer_id":238893,"tr_customer_product_id":238883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Kalinda Shah","mobile_number":"9944106067","email_id":"chitramala.patil@hotmail.com","dop":"2026-03-21","serial_number":"676760750438273","imei1":"676760750438273","imei2":"676760750438273","popurl":"www.eshita-panicker.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238875,"job_number":"JOB_238875","tr_customer_id":238894,"tr_customer_product_id":238884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chaitan Shah","mobile_number":"9902202159","email_id":"veda.dwivedi@gmail.com","dop":"2026-03-21","serial_number":"294640947526781","imei1":"294640947526781","imei2":"294640947526781","popurl":"www.satish-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238876,"job_number":"JOB_238876","tr_customer_id":238895,"tr_customer_product_id":238885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chakradhar Mukhopadhyay","mobile_number":"9927081422","email_id":"ekaksh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"297989148113569","imei1":"297989148113569","imei2":"297989148113569","popurl":"www.trilokanath-somayaji.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238877,"job_number":"JOB_238877","tr_customer_id":238896,"tr_customer_product_id":238886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Chinmayananda Ahluwalia","mobile_number":"9922546269","email_id":"sheela.pilla@gmail.com","dop":"2026-03-21","serial_number":"510447610782203","imei1":"510447610782203","imei2":"510447610782203","popurl":"www.krishnadasa-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238878,"job_number":"JOB_238878","tr_customer_id":238897,"tr_customer_product_id":238887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Bhadraksh Tandon","mobile_number":"9905763457","email_id":"devajyoti.prajapat@yahoo.co.in","dop":"2026-03-21","serial_number":"098097598628115","imei1":"098097598628115","imei2":"098097598628115","popurl":"www.bhargava-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238879,"job_number":"JOB_238879","tr_customer_id":238898,"tr_customer_product_id":238888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhana Bandopadhyay","mobile_number":"9922361970","email_id":"dhatri.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"871485997817899","imei1":"871485997817899","imei2":"871485997817899","popurl":"www.aanand-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238880,"job_number":"JOB_238880","tr_customer_id":238899,"tr_customer_product_id":238889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhananjay Mishra","mobile_number":"9949739223","email_id":"gemine.butt@gmail.com","dop":"2026-03-21","serial_number":"350772171161251","imei1":"350772171161251","imei2":"350772171161251","popurl":"www.amaresh-bandopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238881,"job_number":"JOB_238881","tr_customer_id":238901,"tr_customer_product_id":238891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Daiwik Sharma","mobile_number":"9962260646","email_id":"kumuda.pandey@hotmail.com","dop":"2026-03-21","serial_number":"652950357640245","imei1":"652950357640245","imei2":"652950357640245","popurl":"www.swapnil-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238882,"job_number":"JOB_238882","tr_customer_id":238900,"tr_customer_product_id":238890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhanumati Bharadwaj","mobile_number":"9907986176","email_id":"amish.iyer@yahoo.co.in","dop":"2026-03-21","serial_number":"594457815091401","imei1":"594457815091401","imei2":"594457815091401","popurl":"www.gopee-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238883,"job_number":"JOB_238883","tr_customer_id":238902,"tr_customer_product_id":238892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Laxmi Desai","mobile_number":"9976751447","email_id":"gaurang.dubashi@yahoo.co.in","dop":"2026-03-21","serial_number":"354307269829708","imei1":"354307269829708","imei2":"354307269829708","popurl":"www.chandran-pothuvaal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238884,"job_number":"JOB_238884","tr_customer_id":238903,"tr_customer_product_id":238893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhushan Sharma","mobile_number":"9985865393","email_id":"vimal.nehru@yahoo.co.in","dop":"2026-03-21","serial_number":"425629196741845","imei1":"425629196741845","imei2":"425629196741845","popurl":"www.chitramala-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238885,"job_number":"JOB_238885","tr_customer_id":238904,"tr_customer_product_id":238894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Subhash Iyengar","mobile_number":"9983312655","email_id":"dinakar.deshpande@gmail.com","dop":"2026-03-21","serial_number":"652997397422863","imei1":"652997397422863","imei2":"652997397422863","popurl":"www.ajeet-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238886,"job_number":"JOB_238886","tr_customer_id":238905,"tr_customer_product_id":238895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Sachin Pilla","mobile_number":"9951333774","email_id":"govinda.mishra@hotmail.com","dop":"2026-03-21","serial_number":"794670546320973","imei1":"794670546320973","imei2":"794670546320973","popurl":"www.gaurang-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238887,"job_number":"JOB_238887","tr_customer_id":238906,"tr_customer_product_id":238896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Ajeet Gandhi","mobile_number":"9985103412","email_id":"varalakshmi.johar@gmail.com","dop":"2026-03-21","serial_number":"843045528826723","imei1":"843045528826723","imei2":"843045528826723","popurl":"www.bhanumati-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238888,"job_number":"JOB_238888","tr_customer_id":238907,"tr_customer_product_id":238897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Agastya Agarwal","mobile_number":"9987475569","email_id":"nawal.varrier@yahoo.co.in","dop":"2026-03-21","serial_number":"479013199319147","imei1":"479013199319147","imei2":"479013199319147","popurl":"www.chetan-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238889,"job_number":"JOB_238889","tr_customer_id":238908,"tr_customer_product_id":238898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Digambar Khanna","mobile_number":"9967596457","email_id":"devajyoti.nayar@gmail.com","dop":"2026-03-21","serial_number":"925494249893440","imei1":"925494249893440","imei2":"925494249893440","popurl":"www.tanya-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238890,"job_number":"JOB_238890","tr_customer_id":238909,"tr_customer_product_id":238899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Suryakanta Chopra","mobile_number":"9988650037","email_id":"marut.mishra@hotmail.com","dop":"2026-03-21","serial_number":"566816823000743","imei1":"566816823000743","imei2":"566816823000743","popurl":"www.dipali-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238891,"job_number":"JOB_238891","tr_customer_id":238910,"tr_customer_product_id":238900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Deenabandhu Chaturvedi","mobile_number":"9937276291","email_id":"bala.jain@yahoo.co.in","dop":"2026-03-21","serial_number":"779614936426432","imei1":"779614936426432","imei2":"779614936426432","popurl":"www.meena-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238892,"job_number":"JOB_238892","tr_customer_id":238911,"tr_customer_product_id":238901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:40:07.000Z","modified_at":"2026-04-05T02:40:49.000Z","name":"Sister Hauck","mobile_number":"781-553-5718","email_id":"Connie52@gmail.com","dop":"2026-02-01","serial_number":"205817010859998","imei1":"205817010859998","imei2":"205817010859998","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238893,"job_number":"JOB_238893","tr_customer_id":238912,"tr_customer_product_id":238902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Aruna Singh","mobile_number":"9996393971","email_id":"damayanti.sharma@hotmail.com","dop":"2026-03-21","serial_number":"129093510581788","imei1":"129093510581788","imei2":"129093510581788","popurl":"www.abhaya-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238894,"job_number":"JOB_238894","tr_customer_id":238913,"tr_customer_product_id":238903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Swarnalata Ahuja","mobile_number":"9984062698","email_id":"bharadwaj.pandey@gmail.com","dop":"2026-03-21","serial_number":"186748411133632","imei1":"186748411133632","imei2":"186748411133632","popurl":"www.bharat-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238895,"job_number":"JOB_238895","tr_customer_id":238914,"tr_customer_product_id":238904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Bhaasvan Pilla","mobile_number":"9930773548","email_id":"nimit.dwivedi@yahoo.co.in","dop":"2026-03-21","serial_number":"671656425895216","imei1":"671656425895216","imei2":"671656425895216","popurl":"www.anaadi-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238896,"job_number":"JOB_238896","tr_customer_id":238915,"tr_customer_product_id":238905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Rageshwari Bharadwaj","mobile_number":"9971734426","email_id":"raj.shah@hotmail.com","dop":"2026-03-21","serial_number":"963908203482978","imei1":"963908203482978","imei2":"963908203482978","popurl":"www.smriti-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238897,"job_number":"JOB_238897","tr_customer_id":238916,"tr_customer_product_id":238906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Hiranya Butt","mobile_number":"9952218731","email_id":"ekaksh.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"551353569445928","imei1":"551353569445928","imei2":"551353569445928","popurl":"www.anala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238899,"job_number":"JOB_238899","tr_customer_id":238918,"tr_customer_product_id":238908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Ettie Emard","mobile_number":"626-485-5449","email_id":"Tristian40@gmail.com","dop":"2025-05-30","serial_number":"18299913082609","imei1":"18299913082609","imei2":"18299913082609","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238900,"job_number":"JOB_238900","tr_customer_id":238919,"tr_customer_product_id":238909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:33.000Z","modified_at":"2026-04-05T03:41:33.000Z","name":"Earnest Mante","mobile_number":"650-250-5222","email_id":"Juston.Haag43@hotmail.com","dop":"2025-05-30","serial_number":"1056615937721650","imei1":"1056615937721650","imei2":"1056615937721650","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify response message should be 'Success' 1 0 0
Verify response data should be a non-empty array. 1 0 0
Verify Response time should be below 250 ms 1 0 0
Verify Keys are present for job with jobId: 238766 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238766 1 0 0
Verify Keys are present for job with jobId: 238767 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238767 1 0 0
Verify Keys are present for job with jobId: 238769 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238769 1 0 0
Verify Keys are present for job with jobId: 238771 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238771 1 0 0
Verify Keys are present for job with jobId: 238772 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238772 1 0 0
Verify Keys are present for job with jobId: 238773 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238773 1 0 0
Verify Keys are present for job with jobId: 238774 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238774 1 0 0
Verify Keys are present for job with jobId: 238776 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238776 1 0 0
Verify Keys are present for job with jobId: 238777 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238777 1 0 0
Verify Keys are present for job with jobId: 238778 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238778 1 0 0
Verify Keys are present for job with jobId: 238780 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238780 1 0 0
Verify Keys are present for job with jobId: 238781 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238781 1 0 0
Verify Keys are present for job with jobId: 238782 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238782 1 0 0
Verify Keys are present for job with jobId: 238784 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238784 1 0 0
Verify Keys are present for job with jobId: 238785 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238785 1 0 0
Verify Keys are present for job with jobId: 238786 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238786 1 0 0
Verify Keys are present for job with jobId: 238788 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238788 1 0 0
Verify Keys are present for job with jobId: 238790 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238790 1 0 0
Verify Keys are present for job with jobId: 238791 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238791 1 0 0
Verify Keys are present for job with jobId: 238792 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238792 1 0 0
Verify Keys are present for job with jobId: 238793 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238793 1 0 0
Verify Keys are present for job with jobId: 238794 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238794 1 0 0
Verify Keys are present for job with jobId: 238795 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238795 1 0 0
Verify Keys are present for job with jobId: 238796 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238796 1 0 0
Verify Keys are present for job with jobId: 238797 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238797 1 0 0
Verify Keys are present for job with jobId: 238799 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238799 1 0 0
Verify Keys are present for job with jobId: 238800 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238800 1 0 0
Verify Keys are present for job with jobId: 238801 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238801 1 0 0
Verify Keys are present for job with jobId: 238802 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238802 1 0 0
Verify Keys are present for job with jobId: 238803 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238803 1 0 0
Verify Keys are present for job with jobId: 238804 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238804 1 0 0
Verify Keys are present for job with jobId: 238805 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238805 1 0 0
Verify Keys are present for job with jobId: 238806 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238806 1 0 0
Verify Keys are present for job with jobId: 238807 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238807 1 0 0
Verify Keys are present for job with jobId: 238808 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238808 1 0 0
Verify Keys are present for job with jobId: 238809 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238809 1 0 0
Verify Keys are present for job with jobId: 238810 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238810 1 0 0
Verify Keys are present for job with jobId: 238811 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238811 1 0 0
Verify Keys are present for job with jobId: 238813 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238813 1 0 0
Verify Keys are present for job with jobId: 238814 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238814 1 0 0
Verify Keys are present for job with jobId: 238815 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238815 1 0 0
Verify Keys are present for job with jobId: 238817 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238817 1 0 0
Verify Keys are present for job with jobId: 238819 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238819 1 0 0
Verify Keys are present for job with jobId: 238821 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238821 1 0 0
Verify Keys are present for job with jobId: 238822 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238822 1 0 0
Verify Keys are present for job with jobId: 238823 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238823 1 0 0
Verify Keys are present for job with jobId: 238825 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238825 1 0 0
Verify Keys are present for job with jobId: 238826 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238826 1 0 0
Verify Keys are present for job with jobId: 238827 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238827 1 0 0
Verify Keys are present for job with jobId: 238828 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238828 1 0 0
Verify Keys are present for job with jobId: 238829 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238829 1 0 0
Verify Keys are present for job with jobId: 238830 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238830 1 0 0
Verify Keys are present for job with jobId: 238831 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238831 1 0 0
Verify Keys are present for job with jobId: 238832 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238832 1 0 0
Verify Keys are present for job with jobId: 238833 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238833 1 0 0
Verify Keys are present for job with jobId: 238834 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238834 1 0 0
Verify Keys are present for job with jobId: 238835 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238835 1 0 0
Verify Keys are present for job with jobId: 238836 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238836 1 0 0
Verify Keys are present for job with jobId: 238838 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238838 1 0 0
Verify Keys are present for job with jobId: 238839 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238839 1 0 0
Verify Keys are present for job with jobId: 238840 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238840 1 0 0
Verify Keys are present for job with jobId: 238841 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238841 1 0 0
Verify Keys are present for job with jobId: 238842 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238842 1 0 0
Verify Keys are present for job with jobId: 238843 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238843 1 0 0
Verify Keys are present for job with jobId: 238844 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238844 1 0 0
Verify Keys are present for job with jobId: 238845 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238845 1 0 0
Verify Keys are present for job with jobId: 238846 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238846 1 0 0
Verify Keys are present for job with jobId: 238847 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238847 1 0 0
Verify Keys are present for job with jobId: 238848 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238848 1 0 0
Verify Keys are present for job with jobId: 238849 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238849 1 0 0
Verify Keys are present for job with jobId: 238850 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238850 1 0 0
Verify Keys are present for job with jobId: 238851 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238851 1 0 0
Verify Keys are present for job with jobId: 238852 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238852 1 0 0
Verify Keys are present for job with jobId: 238853 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238853 1 0 0
Verify Keys are present for job with jobId: 238854 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238854 1 0 0
Verify Keys are present for job with jobId: 238855 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238855 1 0 0
Verify Keys are present for job with jobId: 238856 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238856 1 0 0
Verify Keys are present for job with jobId: 238857 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238857 1 0 0
Verify Keys are present for job with jobId: 238858 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238858 1 0 0
Verify Keys are present for job with jobId: 238859 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238859 1 0 0
Verify Keys are present for job with jobId: 238860 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238860 1 0 0
Verify Keys are present for job with jobId: 238861 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238861 1 0 0
Verify Keys are present for job with jobId: 238862 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238862 1 0 0
Verify Keys are present for job with jobId: 238863 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238863 1 0 0
Verify Keys are present for job with jobId: 238864 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238864 1 0 0
Verify Keys are present for job with jobId: 238865 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238865 1 0 0
Verify Keys are present for job with jobId: 238866 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238866 1 0 0
Verify Keys are present for job with jobId: 238867 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238867 1 0 0
Verify Keys are present for job with jobId: 238868 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238868 1 0 0
Verify Keys are present for job with jobId: 238869 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238869 1 0 0
Verify Keys are present for job with jobId: 238870 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238870 1 0 0
Verify Keys are present for job with jobId: 238871 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238871 1 0 0
Verify Keys are present for job with jobId: 238872 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238872 1 0 0
Verify Keys are present for job with jobId: 238873 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238873 1 0 0
Verify Keys are present for job with jobId: 238874 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238874 1 0 0
Verify Keys are present for job with jobId: 238875 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238875 1 0 0
Verify Keys are present for job with jobId: 238876 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238876 1 0 0
Verify Keys are present for job with jobId: 238877 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238877 1 0 0
Verify Keys are present for job with jobId: 238878 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238878 1 0 0
Verify Keys are present for job with jobId: 238879 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238879 1 0 0
Verify Keys are present for job with jobId: 238880 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238880 1 0 0
Verify Keys are present for job with jobId: 238881 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238881 1 0 0
Verify Keys are present for job with jobId: 238882 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238882 1 0 0
Verify Keys are present for job with jobId: 238883 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238883 1 0 0
Verify Keys are present for job with jobId: 238884 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238884 1 0 0
Verify Keys are present for job with jobId: 238885 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238885 1 0 0
Verify Keys are present for job with jobId: 238886 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238886 1 0 0
Verify Keys are present for job with jobId: 238887 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238887 1 0 0
Verify Keys are present for job with jobId: 238888 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238888 1 0 0
Verify Keys are present for job with jobId: 238889 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238889 1 0 0
Verify Keys are present for job with jobId: 238890 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238890 1 0 0
Verify Keys are present for job with jobId: 238891 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238891 1 0 0
Verify Keys are present for job with jobId: 238892 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238892 1 0 0
Verify Keys are present for job with jobId: 238893 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238893 1 0 0
Verify Keys are present for job with jobId: 238894 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238894 1 0 0
Verify Keys are present for job with jobId: 238895 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238895 1 0 0
Verify Keys are present for job with jobId: 238896 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238896 1 0 0
Verify Keys are present for job with jobId: 238897 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238897 1 0 0
Verify Keys are present for job with jobId: 238898 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238898 1 0 0
Verify Keys are present for job with jobId: 238899 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238899 1 0 0
Verify Keys are present for job with jobId: 238900 1 0 0
Verify Job Number starts with 'JOB_' for Job: 238900 1 0 0
Verify Job Number created createjob api should be present in this response 1 0 0
Total 247 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 236ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4410d906-e818-4f02-9c62-5a5780a38881
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify Missing Token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a174d7d0-e48b-4341-9b0d-bb6d65bc7437
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 118.26KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b84dc2f-b38f-4212-9aa1-51d4c45db7dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 40
Request Body
{
            "details_key": "created_today"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1d90c-6mgqg2btKmwhqV5ra71szDpgaLw"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238766,"job_number":"JOB_238766","tr_customer_id":238785,"tr_customer_product_id":238775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:57:53.000Z","modified_at":"2026-04-05T00:57:53.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-26","serial_number":"99779058966577","imei1":"99779058966577","imei2":"99779058966577","popurl":"2026-03-26T00:57:47.900264800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238767,"job_number":"JOB_238767","tr_customer_id":238786,"tr_customer_product_id":238776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:58:08.000Z","modified_at":"2026-04-05T00:58:08.000Z","name":"Veda Johar","mobile_number":"9979722095","email_id":"trisha.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"277746839867439","imei1":"277746839867439","imei2":"277746839867439","popurl":"www.abhirath-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238769,"job_number":"JOB_238769","tr_customer_id":238788,"tr_customer_product_id":238778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:59:46.000Z","modified_at":"2026-04-05T00:59:46.000Z","name":"Yogesh Pilla","mobile_number":"9970430492","email_id":"akshayakeerti.ahuja@gmail.com","dop":"2026-03-21","serial_number":"363530750462939","imei1":"363530750462939","imei2":"363530750462939","popurl":"www.kirti-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238771,"job_number":"JOB_238771","tr_customer_id":238790,"tr_customer_product_id":238780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:28.000Z","modified_at":"2026-04-05T01:01:29.000Z","name":"Deeksha Reddy","mobile_number":"9922993564","email_id":"girik.jha@hotmail.com","dop":"2026-03-21","serial_number":"392605716852646","imei1":"392605716852646","imei2":"392605716852646","popurl":"www.anjushri-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238772,"job_number":"JOB_238772","tr_customer_id":238791,"tr_customer_product_id":238781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:37.000Z","modified_at":"2026-04-05T01:01:37.000Z","name":"Pramila Sinha","mobile_number":"9921191425","email_id":"chandravati.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"016884334048275","imei1":"016884334048275","imei2":"016884334048275","popurl":"www.tushar-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238773,"job_number":"JOB_238773","tr_customer_id":238792,"tr_customer_product_id":238782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:47.000Z","modified_at":"2026-04-05T01:01:47.000Z","name":"Ritesh Chopra","mobile_number":"9945375983","email_id":"bhima.acharya@hotmail.com","dop":"2026-03-21","serial_number":"731146318740831","imei1":"731146318740831","imei2":"731146318740831","popurl":"www.suma-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238774,"job_number":"JOB_238774","tr_customer_id":238793,"tr_customer_product_id":238783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:23:49.000Z","modified_at":"2026-04-05T01:23:49.000Z","name":"Kalpana Iyer","mobile_number":"9939805373","email_id":"agasti.chaturvedi@hotmail.com","dop":"2026-03-21","serial_number":"602931026449846","imei1":"602931026449846","imei2":"602931026449846","popurl":"www.apsara-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238776,"job_number":"JOB_238776","tr_customer_id":238795,"tr_customer_product_id":238785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:27:13.000Z","modified_at":"2026-04-05T01:27:13.000Z","name":"Bhaves Sharma","mobile_number":"9970118717","email_id":"kumuda.reddy@hotmail.com","dop":"2026-03-21","serial_number":"895189771961438","imei1":"895189771961438","imei2":"895189771961438","popurl":"www.basanti-tagore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:27:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238777,"job_number":"JOB_238777","tr_customer_id":238796,"tr_customer_product_id":238786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:29:00.000Z","modified_at":"2026-04-05T01:29:00.000Z","name":"Pranay Mukhopadhyay","mobile_number":"9944689845","email_id":"akshainie.sethi@gmail.com","dop":"2026-03-21","serial_number":"441956353625283","imei1":"441956353625283","imei2":"441956353625283","popurl":"www.vedanga-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238778,"job_number":"JOB_238778","tr_customer_id":238797,"tr_customer_product_id":238787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:34:44.000Z","modified_at":"2026-04-05T01:35:25.000Z","name":"Nels Aufderhar","mobile_number":"935-698-5295","email_id":"Deontae20@yahoo.com","dop":"2026-02-01","serial_number":"350206333639746","imei1":"350206333639746","imei2":"350206333639746","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T01:35:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238780,"job_number":"JOB_238780","tr_customer_id":238799,"tr_customer_product_id":238789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Aaditya Arora","mobile_number":"9973179608","email_id":"arjun.dutta@yahoo.co.in","dop":"2026-03-21","serial_number":"834365786410534","imei1":"834365786410534","imei2":"834365786410534","popurl":"www.prasanna-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238781,"job_number":"JOB_238781","tr_customer_id":238800,"tr_customer_product_id":238790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Kamlesh Johar","mobile_number":"9992662722","email_id":"bankim.panicker@yahoo.co.in","dop":"2026-03-21","serial_number":"625110013691051","imei1":"625110013691051","imei2":"625110013691051","popurl":"www.narayan-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238782,"job_number":"JOB_238782","tr_customer_id":238801,"tr_customer_product_id":238791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Chandrakin Arora","mobile_number":"9999755903","email_id":"guru.guneta@gmail.com","dop":"2026-03-21","serial_number":"676683255440719","imei1":"676683255440719","imei2":"676683255440719","popurl":"www.preity-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238784,"job_number":"JOB_238784","tr_customer_id":238803,"tr_customer_product_id":238793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Dwaipayana Sethi","mobile_number":"9992711959","email_id":"adripathi.prajapat@hotmail.com","dop":"2026-03-21","serial_number":"361562199954155","imei1":"361562199954155","imei2":"361562199954155","popurl":"www.bhagavaan-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238785,"job_number":"JOB_238785","tr_customer_id":238804,"tr_customer_product_id":238794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Aatreya Dutta","mobile_number":"9998960690","email_id":"inder.naik@yahoo.co.in","dop":"2026-03-21","serial_number":"118784192491174","imei1":"118784192491174","imei2":"118784192491174","popurl":"www.bhushan-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238786,"job_number":"JOB_238786","tr_customer_id":238805,"tr_customer_product_id":238795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Shanti Asan","mobile_number":"9972766655","email_id":"chidananda.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"878521858682249","imei1":"878521858682249","imei2":"878521858682249","popurl":"www.gaurang-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238788,"job_number":"JOB_238788","tr_customer_id":238807,"tr_customer_product_id":238797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Param Marar","mobile_number":"9943586442","email_id":"digambara.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"930410988066669","imei1":"930410988066669","imei2":"930410988066669","popurl":"www.hamsini-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238790,"job_number":"JOB_238790","tr_customer_id":238809,"tr_customer_product_id":238799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Darshwana Embranthiri","mobile_number":"9945892586","email_id":"drona.menon@yahoo.co.in","dop":"2026-03-21","serial_number":"389941773133757","imei1":"389941773133757","imei2":"389941773133757","popurl":"www.anilaabh-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238791,"job_number":"JOB_238791","tr_customer_id":238810,"tr_customer_product_id":238800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Aasa Adiga","mobile_number":"9910734999","email_id":"ananta.gupta@hotmail.com","dop":"2026-03-21","serial_number":"717852024656904","imei1":"717852024656904","imei2":"717852024656904","popurl":"www.ahalya-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238792,"job_number":"JOB_238792","tr_customer_id":238811,"tr_customer_product_id":238801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Abhisyanta Reddy","mobile_number":"9938185979","email_id":"harinarayan.asan@hotmail.com","dop":"2026-03-21","serial_number":"839333256032526","imei1":"839333256032526","imei2":"839333256032526","popurl":"www.lakshman-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238793,"job_number":"JOB_238793","tr_customer_id":238812,"tr_customer_product_id":238802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Bhagavaan Iyengar","mobile_number":"9923234628","email_id":"gopi.varrier@gmail.com","dop":"2026-03-21","serial_number":"454676261727339","imei1":"454676261727339","imei2":"454676261727339","popurl":"www.ayushmati-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238794,"job_number":"JOB_238794","tr_customer_id":238814,"tr_customer_product_id":238804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Satish Varma","mobile_number":"9920224849","email_id":"ganak.dhawan@hotmail.com","dop":"2026-03-21","serial_number":"296605031105470","imei1":"296605031105470","imei2":"296605031105470","popurl":"www.dandak-deshpande.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238795,"job_number":"JOB_238795","tr_customer_id":238813,"tr_customer_product_id":238803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Vasanti Shah","mobile_number":"9937981969","email_id":"uma.reddy@gmail.com","dop":"2026-03-21","serial_number":"564303949518599","imei1":"564303949518599","imei2":"564303949518599","popurl":"www.chandrakala-kaur.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238796,"job_number":"JOB_238796","tr_customer_id":238815,"tr_customer_product_id":238805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Ekaaksh Dwivedi","mobile_number":"9904021815","email_id":"gandharv.patel@yahoo.co.in","dop":"2026-03-21","serial_number":"657374076706542","imei1":"657374076706542","imei2":"657374076706542","popurl":"www.lakshmi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238797,"job_number":"JOB_238797","tr_customer_id":238816,"tr_customer_product_id":238806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Birjesh Guneta","mobile_number":"9946752353","email_id":"charuchandra.agarwal@gmail.com","dop":"2026-03-21","serial_number":"349446951838108","imei1":"349446951838108","imei2":"349446951838108","popurl":"www.chandramauli-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238799,"job_number":"JOB_238799","tr_customer_id":238818,"tr_customer_product_id":238808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:39.000Z","modified_at":"2026-04-05T01:51:39.000Z","name":"Sukanya Khanna","mobile_number":"9927608955","email_id":"saroja.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"515326715536911","imei1":"515326715536911","imei2":"515326715536911","popurl":"www.hamsini-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238800,"job_number":"JOB_238800","tr_customer_id":238819,"tr_customer_product_id":238809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Daevi Varrier","mobile_number":"9989221759","email_id":"gitanjali.adiga@hotmail.com","dop":"2026-03-21","serial_number":"614517741531475","imei1":"614517741531475","imei2":"614517741531475","popurl":"www.bhooshit-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238801,"job_number":"JOB_238801","tr_customer_id":238820,"tr_customer_product_id":238810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Arnesh Dwivedi","mobile_number":"9992280501","email_id":"smita.kaul@yahoo.co.in","dop":"2026-03-21","serial_number":"558217477609588","imei1":"558217477609588","imei2":"558217477609588","popurl":"www.chandran-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238802,"job_number":"JOB_238802","tr_customer_id":238821,"tr_customer_product_id":238811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Amogh Ahluwalia","mobile_number":"9931025438","email_id":"shiv.tandon@hotmail.com","dop":"2026-03-21","serial_number":"026548149756558","imei1":"026548149756558","imei2":"026548149756558","popurl":"www.ramaa-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238803,"job_number":"JOB_238803","tr_customer_id":238822,"tr_customer_product_id":238812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Mohinder Butt","mobile_number":"9933912422","email_id":"sarvin.dhawan@gmail.com","dop":"2026-03-21","serial_number":"760306320760395","imei1":"760306320760395","imei2":"760306320760395","popurl":"www.bhaasvan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238804,"job_number":"JOB_238804","tr_customer_id":238823,"tr_customer_product_id":238813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Bhima Varrier","mobile_number":"9990960719","email_id":"anilabh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"451139209035519","imei1":"451139209035519","imei2":"451139209035519","popurl":"www.siddhran-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238805,"job_number":"JOB_238805","tr_customer_id":238824,"tr_customer_product_id":238814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Shwet Saini","mobile_number":"9980161677","email_id":"ghanshyam.khanna@gmail.com","dop":"2026-03-21","serial_number":"860849762957730","imei1":"860849762957730","imei2":"860849762957730","popurl":"www.prayag-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238806,"job_number":"JOB_238806","tr_customer_id":238825,"tr_customer_product_id":238815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Opalina Kakkar","mobile_number":"9905120356","email_id":"vasudev.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"343647972298031","imei1":"343647972298031","imei2":"343647972298031","popurl":"www.brijesh-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238807,"job_number":"JOB_238807","tr_customer_id":238826,"tr_customer_product_id":238816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Agneya Kaniyar","mobile_number":"9941242335","email_id":"bhramar.pothuvaal@gmail.com","dop":"2026-03-21","serial_number":"303374398940265","imei1":"303374398940265","imei2":"303374398940265","popurl":"www.ambar-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238808,"job_number":"JOB_238808","tr_customer_id":238827,"tr_customer_product_id":238817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chakradhar Pilla","mobile_number":"9904105138","email_id":"bhaanumati.dubashi@gmail.com","dop":"2026-03-21","serial_number":"317276855420247","imei1":"317276855420247","imei2":"317276855420247","popurl":"www.rukhmani-ahluwalia.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238809,"job_number":"JOB_238809","tr_customer_id":238828,"tr_customer_product_id":238818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chandranath Sharma","mobile_number":"9936626858","email_id":"naveen.deshpande@yahoo.co.in","dop":"2026-03-21","serial_number":"228935721433863","imei1":"228935721433863","imei2":"228935721433863","popurl":"www.amogh-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238810,"job_number":"JOB_238810","tr_customer_id":238829,"tr_customer_product_id":238819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Agrata Sharma","mobile_number":"9981893174","email_id":"chaturaanan.reddy@hotmail.com","dop":"2026-03-21","serial_number":"730481341545026","imei1":"730481341545026","imei2":"730481341545026","popurl":"www.chaten-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238811,"job_number":"JOB_238811","tr_customer_id":238830,"tr_customer_product_id":238820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Indra Marar","mobile_number":"9915210064","email_id":"bala.patil@yahoo.co.in","dop":"2026-03-21","serial_number":"699918612054122","imei1":"699918612054122","imei2":"699918612054122","popurl":"www.ayushmati-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238813,"job_number":"JOB_238813","tr_customer_id":238832,"tr_customer_product_id":238822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Ajit Kaur","mobile_number":"9961506473","email_id":"swara.kaniyar@hotmail.com","dop":"2026-03-21","serial_number":"145627307829429","imei1":"145627307829429","imei2":"145627307829429","popurl":"www.siddhi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238814,"job_number":"JOB_238814","tr_customer_id":238833,"tr_customer_product_id":238823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Brahmanandam Bhattathiri","mobile_number":"9966929086","email_id":"pran.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"058800838010806","imei1":"058800838010806","imei2":"058800838010806","popurl":"www.anilabh-butt.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238815,"job_number":"JOB_238815","tr_customer_id":238834,"tr_customer_product_id":238824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Chapala Kapoor","mobile_number":"9932953428","email_id":"anuraag.pandey@hotmail.com","dop":"2026-03-21","serial_number":"431258477887259","imei1":"431258477887259","imei2":"431258477887259","popurl":"www.dhanu-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238817,"job_number":"JOB_238817","tr_customer_id":238836,"tr_customer_product_id":238826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Deependra Dubashi","mobile_number":"9927898670","email_id":"bishnu.pandey@hotmail.com","dop":"2026-03-21","serial_number":"076157924909635","imei1":"076157924909635","imei2":"076157924909635","popurl":"www.devi-patel.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238819,"job_number":"JOB_238819","tr_customer_id":238838,"tr_customer_product_id":238828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Kanak Pandey","mobile_number":"9965416930","email_id":"rudra.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"495828097485218","imei1":"495828097485218","imei2":"495828097485218","popurl":"www.dharmaketu-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238821,"job_number":"JOB_238821","tr_customer_id":238840,"tr_customer_product_id":238830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Devajyoti Agarwal","mobile_number":"9991913396","email_id":"kali.tagore@hotmail.com","dop":"2026-03-21","serial_number":"503725491858014","imei1":"503725491858014","imei2":"503725491858014","popurl":"www.vidur-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238822,"job_number":"JOB_238822","tr_customer_id":238841,"tr_customer_product_id":238831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Varalakshmi Bandopadhyay","mobile_number":"9997564101","email_id":"chandrani.verma@hotmail.com","dop":"2026-03-21","serial_number":"786697341339700","imei1":"786697341339700","imei2":"786697341339700","popurl":"www.ayushmati-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238823,"job_number":"JOB_238823","tr_customer_id":238842,"tr_customer_product_id":238832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:45.000Z","modified_at":"2026-04-05T01:51:45.000Z","name":"Heema Gandhi","mobile_number":"9989865600","email_id":"inder.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"009718130898871","imei1":"009718130898871","imei2":"009718130898871","popurl":"www.giri-pandey.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238825,"job_number":"JOB_238825","tr_customer_id":238844,"tr_customer_product_id":238834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Chakradhar Khan","mobile_number":"9994556793","email_id":"gauraang.shah@hotmail.com","dop":"2026-03-21","serial_number":"371129079022345","imei1":"371129079022345","imei2":"371129079022345","popurl":"www.chitramala-asan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238826,"job_number":"JOB_238826","tr_customer_id":238845,"tr_customer_product_id":238835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Jagdish Achari","mobile_number":"9930182208","email_id":"mohinder.dutta@hotmail.com","dop":"2026-03-21","serial_number":"000341839872311","imei1":"000341839872311","imei2":"000341839872311","popurl":"www.ambar-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238827,"job_number":"JOB_238827","tr_customer_id":238846,"tr_customer_product_id":238836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Vidya Acharya","mobile_number":"9930999848","email_id":"tanushri.talwar@gmail.com","dop":"2026-03-21","serial_number":"900954583063261","imei1":"900954583063261","imei2":"900954583063261","popurl":"www.chandramauli-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238828,"job_number":"JOB_238828","tr_customer_id":238847,"tr_customer_product_id":238837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Bhavani Acharya","mobile_number":"9914760521","email_id":"atmaja.embranthiri@hotmail.com","dop":"2026-03-21","serial_number":"183199620666032","imei1":"183199620666032","imei2":"183199620666032","popurl":"www.adinath-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238829,"job_number":"JOB_238829","tr_customer_id":238848,"tr_customer_product_id":238838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Aagam Chaturvedi","mobile_number":"9949670689","email_id":"aadi.acharya@gmail.com","dop":"2026-03-21","serial_number":"930554324618516","imei1":"930554324618516","imei2":"930554324618516","popurl":"www.kalyani-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238830,"job_number":"JOB_238830","tr_customer_id":238849,"tr_customer_product_id":238839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Daevi Varma","mobile_number":"9953008575","email_id":"atreyee.shah@gmail.com","dop":"2026-03-21","serial_number":"479557625004632","imei1":"479557625004632","imei2":"479557625004632","popurl":"www.lakshmi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238831,"job_number":"JOB_238831","tr_customer_id":238850,"tr_customer_product_id":238840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Vidhya Chattopadhyay","mobile_number":"9974004671","email_id":"mangalya.shah@gmail.com","dop":"2026-03-21","serial_number":"776491523672751","imei1":"776491523672751","imei2":"776491523672751","popurl":"www.bodhan-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238832,"job_number":"JOB_238832","tr_customer_id":238851,"tr_customer_product_id":238841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Tapan Kapoor","mobile_number":"9978251461","email_id":"purnima.nayar@hotmail.com","dop":"2026-03-21","serial_number":"621606476209996","imei1":"621606476209996","imei2":"621606476209996","popurl":"www.veda-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238833,"job_number":"JOB_238833","tr_customer_id":238852,"tr_customer_product_id":238842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Kamla Iyer","mobile_number":"9916845202","email_id":"trilok.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"427427852454588","imei1":"427427852454588","imei2":"427427852454588","popurl":"www.akshainie-talwar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238834,"job_number":"JOB_238834","tr_customer_id":238853,"tr_customer_product_id":238843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Suma Trivedi","mobile_number":"9915059007","email_id":"arya.desai@hotmail.com","dop":"2026-03-21","serial_number":"577714335501049","imei1":"577714335501049","imei2":"577714335501049","popurl":"www.krishnadas-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238835,"job_number":"JOB_238835","tr_customer_id":238854,"tr_customer_product_id":238844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Dandapaani Bandopadhyay","mobile_number":"9937884877","email_id":"kashyapi.gill@gmail.com","dop":"2026-03-21","serial_number":"103511422058197","imei1":"103511422058197","imei2":"103511422058197","popurl":"www.umang-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238836,"job_number":"JOB_238836","tr_customer_id":238855,"tr_customer_product_id":238845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Anjushree Verma","mobile_number":"9993432667","email_id":"suma.namboothiri@yahoo.co.in","dop":"2026-03-21","serial_number":"198271440097606","imei1":"198271440097606","imei2":"198271440097606","popurl":"www.anish-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238838,"job_number":"JOB_238838","tr_customer_id":238857,"tr_customer_product_id":238847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:48.000Z","modified_at":"2026-04-05T01:51:48.000Z","name":"Akula Kocchar","mobile_number":"9956756993","email_id":"oormila.trivedi@gmail.com","dop":"2026-03-21","serial_number":"317219526008561","imei1":"317219526008561","imei2":"317219526008561","popurl":"www.udai-marar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238839,"job_number":"JOB_238839","tr_customer_id":238858,"tr_customer_product_id":238848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Aadinath Dwivedi","mobile_number":"9974873316","email_id":"swara.pilla@gmail.com","dop":"2026-03-21","serial_number":"088547559762898","imei1":"088547559762898","imei2":"088547559762898","popurl":"www.chakor-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238840,"job_number":"JOB_238840","tr_customer_id":238859,"tr_customer_product_id":238849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Adinath Guneta","mobile_number":"9999927792","email_id":"mohini.singh@yahoo.co.in","dop":"2026-03-21","serial_number":"315698681414618","imei1":"315698681414618","imei2":"315698681414618","popurl":"www.dinkar-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238841,"job_number":"JOB_238841","tr_customer_id":238860,"tr_customer_product_id":238850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Gorakhanatha Kaniyar","mobile_number":"9916345678","email_id":"dipali.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"316479214872743","imei1":"316479214872743","imei2":"316479214872743","popurl":"www.harit-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238842,"job_number":"JOB_238842","tr_customer_id":238861,"tr_customer_product_id":238851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Pushti Kaur","mobile_number":"9939298232","email_id":"amrita.khan@yahoo.co.in","dop":"2026-03-21","serial_number":"085949843055721","imei1":"085949843055721","imei2":"085949843055721","popurl":"www.karthik-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238843,"job_number":"JOB_238843","tr_customer_id":238862,"tr_customer_product_id":238852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Chandrabhan Gowda","mobile_number":"9989598972","email_id":"anilabh.pandey@yahoo.co.in","dop":"2026-03-21","serial_number":"487294802309715","imei1":"487294802309715","imei2":"487294802309715","popurl":"www.vaidehi-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238844,"job_number":"JOB_238844","tr_customer_id":238863,"tr_customer_product_id":238853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:58:58.000Z","modified_at":"2026-04-05T01:58:58.000Z","name":"Cary Robel","mobile_number":"9051062714","email_id":"dane.mayert@gmail.com","dop":"2025-06-19","serial_number":"286305732315568","imei1":"286305732315568","imei2":"286305732315568","popurl":"2025-06-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238845,"job_number":"JOB_238845","tr_customer_id":238864,"tr_customer_product_id":238854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:24.000Z","modified_at":"2026-04-05T02:03:24.000Z","name":"Aashritha Gandhi","mobile_number":"9926732175","email_id":"ganaka.shah@yahoo.co.in","dop":"2026-03-21","serial_number":"219693323164053","imei1":"219693323164053","imei2":"219693323164053","popurl":"www.girja-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238846,"job_number":"JOB_238846","tr_customer_id":238865,"tr_customer_product_id":238855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Anamika Nayar","mobile_number":"9943824904","email_id":"ananda.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"576144674627948","imei1":"576144674627948","imei2":"576144674627948","popurl":"www.chanda-sharma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238847,"job_number":"JOB_238847","tr_customer_id":238866,"tr_customer_product_id":238856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Balachandra Chattopadhyay","mobile_number":"9942667438","email_id":"gautami.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"448915142996667","imei1":"448915142996667","imei2":"448915142996667","popurl":"www.samir-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238848,"job_number":"JOB_238848","tr_customer_id":238867,"tr_customer_product_id":238857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Prathamesh Saini","mobile_number":"9965945296","email_id":"chandranath.varrier@gmail.com","dop":"2026-03-21","serial_number":"399607972291384","imei1":"399607972291384","imei2":"399607972291384","popurl":"www.rakesh-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238849,"job_number":"JOB_238849","tr_customer_id":238868,"tr_customer_product_id":238858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Chetan Ahuja","mobile_number":"9950347813","email_id":"jitender.nair@hotmail.com","dop":"2026-03-21","serial_number":"808183214650630","imei1":"808183214650630","imei2":"808183214650630","popurl":"www.atreyi-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238850,"job_number":"JOB_238850","tr_customer_id":238869,"tr_customer_product_id":238859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Vidhur Guha","mobile_number":"9933783626","email_id":"kartik.guneta@gmail.com","dop":"2026-03-21","serial_number":"710180221051763","imei1":"710180221051763","imei2":"710180221051763","popurl":"www.shiv-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238851,"job_number":"JOB_238851","tr_customer_id":238870,"tr_customer_product_id":238860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Sweta Marar","mobile_number":"9931370636","email_id":"sanya.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"090755558628737","imei1":"090755558628737","imei2":"090755558628737","popurl":"www.suryakantam-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238852,"job_number":"JOB_238852","tr_customer_id":238871,"tr_customer_product_id":238861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Dakshayani Patel","mobile_number":"9985309224","email_id":"suma.nambeesan@yahoo.co.in","dop":"2026-03-21","serial_number":"701252716900005","imei1":"701252716900005","imei2":"701252716900005","popurl":"www.avantika-kocchar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238853,"job_number":"JOB_238853","tr_customer_id":238872,"tr_customer_product_id":238862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Jagdish Kocchar","mobile_number":"9986034848","email_id":"baidehi.talwar@yahoo.co.in","dop":"2026-03-21","serial_number":"189392289282089","imei1":"189392289282089","imei2":"189392289282089","popurl":"www.bala-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238854,"job_number":"JOB_238854","tr_customer_id":238873,"tr_customer_product_id":238863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Bhagwati Iyer","mobile_number":"9949875003","email_id":"aayushman.gowda@hotmail.com","dop":"2026-03-21","serial_number":"668099670410196","imei1":"668099670410196","imei2":"668099670410196","popurl":"www.anuja-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238855,"job_number":"JOB_238855","tr_customer_id":238874,"tr_customer_product_id":238864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:32.000Z","modified_at":"2026-04-05T02:04:14.000Z","name":"Ruby Rolfson","mobile_number":"661-923-8517","email_id":"Arno.Schultz53@hotmail.com","dop":"2026-02-01","serial_number":"135078064547974","imei1":"135078064547974","imei2":"135078064547974","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238856,"job_number":"JOB_238856","tr_customer_id":238875,"tr_customer_product_id":238865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:10:25.000Z","modified_at":"2026-04-05T02:11:06.000Z","name":"Stefanie Toy","mobile_number":"429-456-4038","email_id":"Jolie.Jacobi@hotmail.com","dop":"2026-02-01","serial_number":"347948002242517","imei1":"347948002242517","imei2":"347948002242517","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238857,"job_number":"JOB_238857","tr_customer_id":238876,"tr_customer_product_id":238866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Devajyoti Mehra","mobile_number":"9980900198","email_id":"guru.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"957838216624907","imei1":"957838216624907","imei2":"957838216624907","popurl":"www.manisha-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238858,"job_number":"JOB_238858","tr_customer_id":238877,"tr_customer_product_id":238867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Tushar Chaturvedi","mobile_number":"9927915684","email_id":"tarun.nair@gmail.com","dop":"2026-03-21","serial_number":"134892471320889","imei1":"134892471320889","imei2":"134892471320889","popurl":"www.raj-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238859,"job_number":"JOB_238859","tr_customer_id":238878,"tr_customer_product_id":238868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bhaumik Jha","mobile_number":"9989044829","email_id":"bhramar.reddy@gmail.com","dop":"2026-03-21","serial_number":"969805968442384","imei1":"969805968442384","imei2":"969805968442384","popurl":"www.gemine-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238860,"job_number":"JOB_238860","tr_customer_id":238879,"tr_customer_product_id":238869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bodhan Tagore","mobile_number":"9968654897","email_id":"veda.butt@hotmail.com","dop":"2026-03-21","serial_number":"248324206399002","imei1":"248324206399002","imei2":"248324206399002","popurl":"www.dipesh-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238861,"job_number":"JOB_238861","tr_customer_id":238880,"tr_customer_product_id":238870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Anang Shah","mobile_number":"9978722112","email_id":"bilva.devar@yahoo.co.in","dop":"2026-03-21","serial_number":"835938284988912","imei1":"835938284988912","imei2":"835938284988912","popurl":"www.siddhi-malik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238862,"job_number":"JOB_238862","tr_customer_id":238882,"tr_customer_product_id":238872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Baalaaditya Nehru","mobile_number":"9919807941","email_id":"rajan.gowda@hotmail.com","dop":"2026-03-21","serial_number":"311737920146352","imei1":"311737920146352","imei2":"311737920146352","popurl":"www.brahmdev-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238863,"job_number":"JOB_238863","tr_customer_id":238881,"tr_customer_product_id":238871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Anilaabh Malik","mobile_number":"9984273159","email_id":"dhanadeepa.adiga@yahoo.co.in","dop":"2026-03-21","serial_number":"160465447360513","imei1":"160465447360513","imei2":"160465447360513","popurl":"www.anjaneya-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238864,"job_number":"JOB_238864","tr_customer_id":238883,"tr_customer_product_id":238873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Suma Iyengar","mobile_number":"9900609338","email_id":"gorakhnath.dwivedi@hotmail.com","dop":"2026-03-21","serial_number":"500060012650525","imei1":"500060012650525","imei2":"500060012650525","popurl":"www.subhash-shah.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238865,"job_number":"JOB_238865","tr_customer_id":238884,"tr_customer_product_id":238874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Garuda Pilla","mobile_number":"9910035383","email_id":"durga.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"550895620554470","imei1":"550895620554470","imei2":"550895620554470","popurl":"www.subhashini-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238866,"job_number":"JOB_238866","tr_customer_id":238885,"tr_customer_product_id":238875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Meenakshi Bharadwaj","mobile_number":"9913021304","email_id":"anand.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"807298944197330","imei1":"807298944197330","imei2":"807298944197330","popurl":"www.balachandra-chattopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238867,"job_number":"JOB_238867","tr_customer_id":238886,"tr_customer_product_id":238876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Laal Reddy","mobile_number":"9998976317","email_id":"devvrat.gandhi@hotmail.com","dop":"2026-03-21","serial_number":"218990075997777","imei1":"218990075997777","imei2":"218990075997777","popurl":"www.ajit-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238868,"job_number":"JOB_238868","tr_customer_id":238887,"tr_customer_product_id":238877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Chinmayanand Naik","mobile_number":"9936483454","email_id":"chidambar.tandon@yahoo.co.in","dop":"2026-03-21","serial_number":"108943872978493","imei1":"108943872978493","imei2":"108943872978493","popurl":"www.gemini-adiga.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238869,"job_number":"JOB_238869","tr_customer_id":238888,"tr_customer_product_id":238878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Ujjwal Kapoor","mobile_number":"9919894823","email_id":"charuvrat.pothuvaal@hotmail.com","dop":"2026-03-21","serial_number":"385216032047950","imei1":"385216032047950","imei2":"385216032047950","popurl":"www.bhoopati-patel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238870,"job_number":"JOB_238870","tr_customer_id":238889,"tr_customer_product_id":238879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Rita Joshi","mobile_number":"9939099137","email_id":"deeptanshu.namboothiri@gmail.com","dop":"2026-03-21","serial_number":"227563841421770","imei1":"227563841421770","imei2":"227563841421770","popurl":"www.aashritha-mukhopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238871,"job_number":"JOB_238871","tr_customer_id":238890,"tr_customer_product_id":238880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Bhagirathi Rana","mobile_number":"9930754524","email_id":"jagdish.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"954984607651227","imei1":"954984607651227","imei2":"954984607651227","popurl":"www.abani-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238872,"job_number":"JOB_238872","tr_customer_id":238891,"tr_customer_product_id":238881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Gopal Gandhi","mobile_number":"9972835211","email_id":"chakravartee.menon@hotmail.com","dop":"2026-03-21","serial_number":"768068743204950","imei1":"768068743204950","imei2":"768068743204950","popurl":"www.gajbaahu-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238873,"job_number":"JOB_238873","tr_customer_id":238892,"tr_customer_product_id":238882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Anshula Talwar","mobile_number":"9950859703","email_id":"deepan.guha@hotmail.com","dop":"2026-03-21","serial_number":"386475766216502","imei1":"386475766216502","imei2":"386475766216502","popurl":"www.draupadi-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238874,"job_number":"JOB_238874","tr_customer_id":238893,"tr_customer_product_id":238883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Kalinda Shah","mobile_number":"9944106067","email_id":"chitramala.patil@hotmail.com","dop":"2026-03-21","serial_number":"676760750438273","imei1":"676760750438273","imei2":"676760750438273","popurl":"www.eshita-panicker.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238875,"job_number":"JOB_238875","tr_customer_id":238894,"tr_customer_product_id":238884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chaitan Shah","mobile_number":"9902202159","email_id":"veda.dwivedi@gmail.com","dop":"2026-03-21","serial_number":"294640947526781","imei1":"294640947526781","imei2":"294640947526781","popurl":"www.satish-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238876,"job_number":"JOB_238876","tr_customer_id":238895,"tr_customer_product_id":238885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chakradhar Mukhopadhyay","mobile_number":"9927081422","email_id":"ekaksh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"297989148113569","imei1":"297989148113569","imei2":"297989148113569","popurl":"www.trilokanath-somayaji.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238877,"job_number":"JOB_238877","tr_customer_id":238896,"tr_customer_product_id":238886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Chinmayananda Ahluwalia","mobile_number":"9922546269","email_id":"sheela.pilla@gmail.com","dop":"2026-03-21","serial_number":"510447610782203","imei1":"510447610782203","imei2":"510447610782203","popurl":"www.krishnadasa-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238878,"job_number":"JOB_238878","tr_customer_id":238897,"tr_customer_product_id":238887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Bhadraksh Tandon","mobile_number":"9905763457","email_id":"devajyoti.prajapat@yahoo.co.in","dop":"2026-03-21","serial_number":"098097598628115","imei1":"098097598628115","imei2":"098097598628115","popurl":"www.bhargava-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238879,"job_number":"JOB_238879","tr_customer_id":238898,"tr_customer_product_id":238888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhana Bandopadhyay","mobile_number":"9922361970","email_id":"dhatri.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"871485997817899","imei1":"871485997817899","imei2":"871485997817899","popurl":"www.aanand-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238880,"job_number":"JOB_238880","tr_customer_id":238899,"tr_customer_product_id":238889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhananjay Mishra","mobile_number":"9949739223","email_id":"gemine.butt@gmail.com","dop":"2026-03-21","serial_number":"350772171161251","imei1":"350772171161251","imei2":"350772171161251","popurl":"www.amaresh-bandopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238881,"job_number":"JOB_238881","tr_customer_id":238901,"tr_customer_product_id":238891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Daiwik Sharma","mobile_number":"9962260646","email_id":"kumuda.pandey@hotmail.com","dop":"2026-03-21","serial_number":"652950357640245","imei1":"652950357640245","imei2":"652950357640245","popurl":"www.swapnil-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238882,"job_number":"JOB_238882","tr_customer_id":238900,"tr_customer_product_id":238890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhanumati Bharadwaj","mobile_number":"9907986176","email_id":"amish.iyer@yahoo.co.in","dop":"2026-03-21","serial_number":"594457815091401","imei1":"594457815091401","imei2":"594457815091401","popurl":"www.gopee-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238883,"job_number":"JOB_238883","tr_customer_id":238902,"tr_customer_product_id":238892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Laxmi Desai","mobile_number":"9976751447","email_id":"gaurang.dubashi@yahoo.co.in","dop":"2026-03-21","serial_number":"354307269829708","imei1":"354307269829708","imei2":"354307269829708","popurl":"www.chandran-pothuvaal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238884,"job_number":"JOB_238884","tr_customer_id":238903,"tr_customer_product_id":238893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhushan Sharma","mobile_number":"9985865393","email_id":"vimal.nehru@yahoo.co.in","dop":"2026-03-21","serial_number":"425629196741845","imei1":"425629196741845","imei2":"425629196741845","popurl":"www.chitramala-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238885,"job_number":"JOB_238885","tr_customer_id":238904,"tr_customer_product_id":238894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Subhash Iyengar","mobile_number":"9983312655","email_id":"dinakar.deshpande@gmail.com","dop":"2026-03-21","serial_number":"652997397422863","imei1":"652997397422863","imei2":"652997397422863","popurl":"www.ajeet-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238886,"job_number":"JOB_238886","tr_customer_id":238905,"tr_customer_product_id":238895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Sachin Pilla","mobile_number":"9951333774","email_id":"govinda.mishra@hotmail.com","dop":"2026-03-21","serial_number":"794670546320973","imei1":"794670546320973","imei2":"794670546320973","popurl":"www.gaurang-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238887,"job_number":"JOB_238887","tr_customer_id":238906,"tr_customer_product_id":238896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Ajeet Gandhi","mobile_number":"9985103412","email_id":"varalakshmi.johar@gmail.com","dop":"2026-03-21","serial_number":"843045528826723","imei1":"843045528826723","imei2":"843045528826723","popurl":"www.bhanumati-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238888,"job_number":"JOB_238888","tr_customer_id":238907,"tr_customer_product_id":238897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Agastya Agarwal","mobile_number":"9987475569","email_id":"nawal.varrier@yahoo.co.in","dop":"2026-03-21","serial_number":"479013199319147","imei1":"479013199319147","imei2":"479013199319147","popurl":"www.chetan-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238889,"job_number":"JOB_238889","tr_customer_id":238908,"tr_customer_product_id":238898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Digambar Khanna","mobile_number":"9967596457","email_id":"devajyoti.nayar@gmail.com","dop":"2026-03-21","serial_number":"925494249893440","imei1":"925494249893440","imei2":"925494249893440","popurl":"www.tanya-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238890,"job_number":"JOB_238890","tr_customer_id":238909,"tr_customer_product_id":238899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Suryakanta Chopra","mobile_number":"9988650037","email_id":"marut.mishra@hotmail.com","dop":"2026-03-21","serial_number":"566816823000743","imei1":"566816823000743","imei2":"566816823000743","popurl":"www.dipali-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238891,"job_number":"JOB_238891","tr_customer_id":238910,"tr_customer_product_id":238900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Deenabandhu Chaturvedi","mobile_number":"9937276291","email_id":"bala.jain@yahoo.co.in","dop":"2026-03-21","serial_number":"779614936426432","imei1":"779614936426432","imei2":"779614936426432","popurl":"www.meena-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238892,"job_number":"JOB_238892","tr_customer_id":238911,"tr_customer_product_id":238901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:40:07.000Z","modified_at":"2026-04-05T02:40:49.000Z","name":"Sister Hauck","mobile_number":"781-553-5718","email_id":"Connie52@gmail.com","dop":"2026-02-01","serial_number":"205817010859998","imei1":"205817010859998","imei2":"205817010859998","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238893,"job_number":"JOB_238893","tr_customer_id":238912,"tr_customer_product_id":238902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Aruna Singh","mobile_number":"9996393971","email_id":"damayanti.sharma@hotmail.com","dop":"2026-03-21","serial_number":"129093510581788","imei1":"129093510581788","imei2":"129093510581788","popurl":"www.abhaya-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238894,"job_number":"JOB_238894","tr_customer_id":238913,"tr_customer_product_id":238903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Swarnalata Ahuja","mobile_number":"9984062698","email_id":"bharadwaj.pandey@gmail.com","dop":"2026-03-21","serial_number":"186748411133632","imei1":"186748411133632","imei2":"186748411133632","popurl":"www.bharat-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238895,"job_number":"JOB_238895","tr_customer_id":238914,"tr_customer_product_id":238904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Bhaasvan Pilla","mobile_number":"9930773548","email_id":"nimit.dwivedi@yahoo.co.in","dop":"2026-03-21","serial_number":"671656425895216","imei1":"671656425895216","imei2":"671656425895216","popurl":"www.anaadi-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238896,"job_number":"JOB_238896","tr_customer_id":238915,"tr_customer_product_id":238905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Rageshwari Bharadwaj","mobile_number":"9971734426","email_id":"raj.shah@hotmail.com","dop":"2026-03-21","serial_number":"963908203482978","imei1":"963908203482978","imei2":"963908203482978","popurl":"www.smriti-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238897,"job_number":"JOB_238897","tr_customer_id":238916,"tr_customer_product_id":238906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Hiranya Butt","mobile_number":"9952218731","email_id":"ekaksh.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"551353569445928","imei1":"551353569445928","imei2":"551353569445928","popurl":"www.anala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238899,"job_number":"JOB_238899","tr_customer_id":238918,"tr_customer_product_id":238908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Ettie Emard","mobile_number":"626-485-5449","email_id":"Tristian40@gmail.com","dop":"2025-05-30","serial_number":"18299913082609","imei1":"18299913082609","imei2":"18299913082609","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238900,"job_number":"JOB_238900","tr_customer_id":238919,"tr_customer_product_id":238909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:33.000Z","modified_at":"2026-04-05T03:41:33.000Z","name":"Earnest Mante","mobile_number":"650-250-5222","email_id":"Juston.Haag43@hotmail.com","dop":"2025-05-30","serial_number":"1056615937721650","imei1":"1056615937721650","imei2":"1056615937721650","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Verify Expired Token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 239ms
Mean size per request: 31B

Test Pass Percentage
33 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e48cf761-2283-405f-a2aa-c00944407e7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 33
Request Body
{
            "details_key": "qwerty"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid Token returns 403 Forbidden 0 1 0
Verify response payload don't contain message as success 0 1 0
Verify response payload should be an empty array 1 0 0
Total 1 2 0
Test Failures
Test NameAssertion Error
Verify Invalid Token returns 403 Forbidden
expected response to have status code 403 but got 200
Verify response payload don't contain message as success
expected { message: 'Success', data: [] } to not have property 'message'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 1.01KB

Test Pass Percentage
96 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1fb19004-f067-474f-aca8-ab13e40bcc98
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_238898"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"408-j8R+nQ0flSyUMu78G1Msya7/ROg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
NamePassedFailedSkipped
Status code should be 200 OK 1 0 0
Response message should be 'Success' 1 0 0
Response time should be under 200 ms 0 1 0
Response data should be an array with exactly 1 matching job object 1 0 0
Verify the job number in response should match: JOB_238898 1 0 0
Response data should contain property: id 1 0 0
Response data should contain property: job_number 1 0 0
Response data should contain property: name 1 0 0
Response data should contain property: mobile_number 1 0 0
Response data should contain property: email_id 1 0 0
Response data should contain property: dop 1 0 0
Response data should contain property: serial_number 1 0 0
Response data should contain property: imei1 1 0 0
Response data should contain property: imei2 1 0 0
Response data should contain property: mst_platform_name 1 0 0
Response data should contain property: mst_oem_name 1 0 0
Response data should contain property: mst_action_status 1 0 0
Verify job_number (starts with "JOB_") 1 0 0
Validate timestamps: created_at, modified_at are valid ISO date strings 1 0 0
Verify IMEINumber is correct 1 0 0
Verify Name is correct 1 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Total 22 1 0
Test Failure
Test NameAssertion Error
Response time should be under 200 ms
expected 258 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4236ba82-c623-423e-a31b-b4f69ed7b801
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_238898"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb045560-367d-40b0-ae8c-68deb429f322
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_238898"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid token returns 403 Forbidden 0 2 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Invalid token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d76def45-b779-433f-88a7-fd6500fc0e56
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 35
Request Body
{
            "searchText": "JOB_10110"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
NamePassedFailedSkipped
Verify Invalid job number returns 200 1 0 0
Verify Invalid job number returns an empty array 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_68105"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 124B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f4bce4f-1fe7-442a-a2a8-5c592a2176e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{
            "searchText": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 124
ETag W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Empty searchText Returns 400 Bad Request 0 1 0
Verify message is: "searchText" is not allowed to be empty 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Verify Empty searchText Returns 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1.54KB

Test Pass Percentage
97 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dc680e97-35bf-4332-8b85-bcfd19ef19af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"62b-UifD4bDh5YMBUhdROicZ3C9v718"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":914123,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"},{"id":914124,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"}],"problems":[{"id":249881,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-04-05T03:41:31.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Status code is 200 OK 1 0 0
Verify Message is ' Success' 1 0 0
Response time is under 200 ms 0 1 0
Job number matches the request 1 0 0
Verify json response contains key: id 1 0 0
Verify json response contains key: job_number 1 0 0
Verify json response contains key: name 1 0 0
Verify json response contains key: mobile_number 1 0 0
Verify json response contains key: email_id 1 0 0
Verify json response contains key: mst_model_name 1 0 0
Verify json response contains key: mst_oem_name 1 0 0
Verify json response contains key: tr_customer_id 1 0 0
Verify json response contains key: serial_number 1 0 0
Verify json response contains key: imei1 1 0 0
Verify json response contains key: details 1 0 0
Verify json response contains key: problems 1 0 0
Verify Quotations is an array (can be empty) 1 0 0
Details array contains history with proper status transitions 3 0 0
Details array contains mandatory properties 2 0 0
Verify problems array contains at least one problem with correct structure 1 0 0
Verify customer id is correct 3 0 0
Verify Mobile Number is correct 1 0 0
Verify Email is correct 1 0 0
Verify imei number is correct 1 0 0
Total 28 1 0
Test Failure
Test NameAssertion Error
Response time is under 200 ms
expected 268 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 235ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b64c9016-9286-4660-81f5-095cd208f917
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify missing Authorization token returns 401 Unauthorized 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 236ms
Mean size per request: 79B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9.
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea43e930-8d51-4254-adad-ec007c808395
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 79
ETag W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
Test Information
NamePassedFailedSkipped
Verify Invalid Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Authorization token returns 403 Forbidden
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1.54KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0db1e04a-cd34-42e3-b1e8-ef8acfddf4a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"62b-UifD4bDh5YMBUhdROicZ3C9v718"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":914123,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"},{"id":914124,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"}],"problems":[{"id":249881,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-04-05T03:41:31.000Z"}],"quatations":[]}}
Test Information
NamePassedFailedSkipped
Verify Expired Authorization token returns 403 Forbidden 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Expired Authorization token returns 403 Forbidden
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_909810
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 33B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a860b21-9403-47d9-94ba-11ad3b105cd6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Invalid Job Number (Non-existent) will return 200 OK 1 0 0
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar 0 1 0
Verify Invalid Job Number (Non-existent) will return data as null or empty array 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar
expected 'Success' to deeply equal 'No record found'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/909810
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 33B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a3954b37-bd4a-4478-85e3-19c128446bc1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 400 Bad Request 0 1 0
Verify Malformed Job Number will return Message as "Invalid job number format" or similar 0 1 0
Total 0 2 0
Test Failures
Test NameAssertion Error
Verify Malformed Job Number will return 400 Bad Request
expected response to have status code 400 but got 200
Verify Malformed Job Number will return Message as "Invalid job number format" or similar
expected 'Success' to deeply equal 'Invalid job number format'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/
Response Information
Response Code: 404 - Not Found
Mean time per request: 236ms
Mean size per request: 26B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 377c6963-30ec-4c35-8db3-c7c3c5d68aac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 404 Not Found 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 404 - Not Found
Mean time per request: 234ms
Mean size per request: 26B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0ODZ9.OU3euFrJMm2uy_H2jmk3sS1KjTc3Yz92Wf3yiG675cE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 395a869b-fb89-45ed-a562-3d832f5d5f4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 26
ETag W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
404. Use: /v1/&lt;path&gt;
Test Information
NamePassedFailedSkipped
Verify Malformed Job Number will return 405 Method Not Allowed 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Malformed Job Number will return 405 Method Not Allowed
expected response to have status code 405 but got 404
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 698B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9fff17e3-b162-4592-a994-a24e8175f99d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-CIJDEldGdZOkUAOCJymNO3IfMN8"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4"}}
Test Information
NamePassedFailedSkipped
Verify Status code returned is 200 OK 1 0 0
Verify Response time is less than 200ms 0 1 0
Verify Message should be 'Success' 1 0 0
Verify Authorization Token is valid 1 0 0
Verify response follows defined schema 1 0 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify Response time is less than 200ms
expected 238 to be below 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 239ms
Mean size per request: 111B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b43868c9-783d-4126-92a5-e49dade211fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 61
Request Body
{
            "username": "Pritish",
            "password": "Test@1234"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Invalid Credentials will return 401 Unauthorized 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Invalid Credentials will return 401 Unauthorized
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 235ms
Mean size per request: 98B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7575dc07-eadf-4b59-897a-f3ce96b9af1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify Blank Credentials will return 400 Bad Request 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify Blank Credentials will return 400 Bad Request
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12379dec-9a21-4aab-aea0-d88dd1e07f41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bc872a0-b78f-481b-8e22-d4fa974ff8a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-R82HXAT/Y4oLmM3v3uFSOOUkOzs"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":710},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 551ms
Mean size per request: 690.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02a262ac-7b8f-41b3-a9b1-4d3bcb9c0d51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"aca1b-unt61F8jlalTjEZHyK8faE+QmNs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":237877,"job_number":"JOB_237877","tr_customer_id":237896,"tr_customer_product_id":237886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T19:56:55.000Z","modified_at":"2026-04-03T19:56:55.000Z","name":"nandish lk","mobile_number":"8217406456","email_id":"nandishlk@gmail.com","dop":"2026-03-24","serial_number":"19173231583716","imei1":"19173231583716","imei2":"19173231583716","popurl":"2026-03-24T19:56:54.260634331Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T19:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237878,"job_number":"JOB_237878","tr_customer_id":237897,"tr_customer_product_id":237887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T19:58:03.000Z","modified_at":"2026-04-03T19:58:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-03-24","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-03-24T19:58:02.616065217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T19:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237879,"job_number":"JOB_237879","tr_customer_id":237898,"tr_customer_product_id":237888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:04:25.000Z","modified_at":"2026-04-03T20:04:25.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059616582","imei1":"11498059616582","imei2":"11498059616582","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237880,"job_number":"JOB_237880","tr_customer_id":237899,"tr_customer_product_id":237889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:07:57.000Z","modified_at":"2026-04-03T20:07:57.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059616542","imei1":"11498059616542","imei2":"11498059616542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:07:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237881,"job_number":"JOB_237881","tr_customer_id":237900,"tr_customer_product_id":237890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:16:36.000Z","modified_at":"2026-04-03T20:16:36.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059666542","imei1":"11498059666542","imei2":"11498059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237882,"job_number":"JOB_237882","tr_customer_id":237901,"tr_customer_product_id":237891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:28:02.000Z","modified_at":"2026-04-03T20:28:03.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11499059666542","imei1":"11499059666542","imei2":"11499059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237883,"job_number":"JOB_237883","tr_customer_id":237902,"tr_customer_product_id":237892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:31:28.000Z","modified_at":"2026-04-03T20:31:28.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15599059666542","imei1":"15599059666542","imei2":"15599059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237884,"job_number":"JOB_237884","tr_customer_id":237903,"tr_customer_product_id":237893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:32:32.000Z","modified_at":"2026-04-03T20:32:32.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15669059666542","imei1":"15669059666542","imei2":"15669059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237885,"job_number":"JOB_237885","tr_customer_id":237904,"tr_customer_product_id":237894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T21:02:27.000Z","modified_at":"2026-04-03T21:02:27.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15669059666577","imei1":"15669059666577","imei2":"15669059666577","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T21:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237886,"job_number":"JOB_237886","tr_customer_id":237905,"tr_customer_product_id":237895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T21:03:28.000Z","modified_at":"2026-04-03T21:03:28.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-03-29","serial_number":"155490025191112","imei1":"155490025191112","imei2":"155490025191112","popurl":"2026-03-29T21:03:27.214495767Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T21:03:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237887,"job_number":"JOB_237887","tr_customer_id":237906,"tr_customer_product_id":237896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:39:26.000Z","modified_at":"2026-04-03T23:39:26.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-24","serial_number":"99669059666577","imei1":"99669059666577","imei2":"99669059666577","popurl":"2026-03-24T23:39:18.169221500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237888,"job_number":"JOB_237888","tr_customer_id":237907,"tr_customer_product_id":237897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:54:28.000Z","modified_at":"2026-04-03T23:54:28.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-03-24","serial_number":"88886596754988","imei1":"88886596754988","imei2":"88886596754988","popurl":"2026-03-24T23:54:28.483454442Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237889,"job_number":"JOB_237889","tr_customer_id":237908,"tr_customer_product_id":237898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:58:23.000Z","modified_at":"2026-04-03T23:58:23.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-24","serial_number":"99779059666577","imei1":"99779059666577","imei2":"99779059666577","popurl":"2026-03-24T23:58:13.755585200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237890,"job_number":"JOB_237890","tr_customer_id":237909,"tr_customer_product_id":237899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:51:44.000Z","modified_at":"2026-04-04T00:51:44.000Z","name":"Maria Glover","mobile_number":"697-295-6205","email_id":"Neha60@gmail.com","dop":"2025-05-05","serial_number":"16535208971525","imei1":"16535208971525","imei2":"16535208971525","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237891,"job_number":"JOB_237891","tr_customer_id":237910,"tr_customer_product_id":237900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:51:44.000Z","modified_at":"2026-04-04T00:51:44.000Z","name":"Christy McLaughlin","mobile_number":"374-364-9840","email_id":"Abner42@gmail.com","dop":"2025-05-05","serial_number":"14503221253774","imei1":"14503221253774","imei2":"14503221253774","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237892,"job_number":"JOB_237892","tr_customer_id":237911,"tr_customer_product_id":237901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:52:01.000Z","modified_at":"2026-04-04T00:52:01.000Z","name":"Gustave Streich","mobile_number":"310-986-1946","email_id":"Myrl.VonRueden@yahoo.com","dop":"2025-05-05","serial_number":"14947751791009","imei1":"14947751791009","imei2":"14947751791009","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:52:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237893,"job_number":"JOB_237893","tr_customer_id":237912,"tr_customer_product_id":237902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:52:01.000Z","modified_at":"2026-04-04T00:52:01.000Z","name":"Federico Rolfson","mobile_number":"965-742-7791","email_id":"Kennedi.Ziemann@yahoo.com","dop":"2025-05-05","serial_number":"13076528710544","imei1":"13076528710544","imei2":"13076528710544","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:52:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237894,"job_number":"JOB_237894","tr_customer_id":237913,"tr_customer_product_id":237903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:06.000Z","modified_at":"2026-04-04T02:48:06.000Z","name":"Mozelle Botsford","mobile_number":"870-636-2833","email_id":"Erich.DuBuque2@hotmail.com","dop":"2025-05-05","serial_number":"16309068704821","imei1":"16309068704821","imei2":"16309068704821","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237895,"job_number":"JOB_237895","tr_customer_id":237914,"tr_customer_product_id":237904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:07.000Z","modified_at":"2026-04-04T02:48:07.000Z","name":"Lucile Doyle","mobile_number":"532-391-3589","email_id":"Marquise_Haag27@yahoo.com","dop":"2025-05-05","serial_number":"13654882304888","imei1":"13654882304888","imei2":"13654882304888","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237896,"job_number":"JOB_237896","tr_customer_id":237915,"tr_customer_product_id":237905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:42.000Z","modified_at":"2026-04-04T02:48:42.000Z","name":"Walter Fay","mobile_number":"610-598-3630","email_id":"Cristopher_Rath19@gmail.com","dop":"2025-05-05","serial_number":"16985360765568","imei1":"16985360765568","imei2":"16985360765568","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237897,"job_number":"JOB_237897","tr_customer_id":237916,"tr_customer_product_id":237906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:42.000Z","modified_at":"2026-04-04T02:48:42.000Z","name":"Nicole Dibbert","mobile_number":"474-864-9792","email_id":"Corene.Koelpin95@yahoo.com","dop":"2025-05-05","serial_number":"15282282969398","imei1":"15282282969398","imei2":"15282282969398","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237898,"job_number":"JOB_237898","tr_customer_id":237917,"tr_customer_product_id":237907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:19:54.000Z","modified_at":"2026-04-04T03:19:54.000Z","name":"Zetta Emard","mobile_number":"262-981-8588","email_id":"Margarete_Volkman44@gmail.com","dop":"2025-05-05","serial_number":"13936558339495","imei1":"13936558339495","imei2":"13936558339495","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237899,"job_number":"JOB_237899","tr_customer_id":237918,"tr_customer_product_id":237908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:19:54.000Z","modified_at":"2026-04-04T03:19:54.000Z","name":"Dejah Windler","mobile_number":"679-615-6216","email_id":"Miguel54@yahoo.com","dop":"2025-05-05","serial_number":"13661577972515","imei1":"13661577972515","imei2":"13661577972515","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237901,"job_number":"JOB_237901","tr_customer_id":237920,"tr_customer_product_id":237910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:06.000Z","modified_at":"2026-04-04T03:20:06.000Z","name":"Vivian Skiles","mobile_number":"648-936-8635","email_id":"Jalen_Heathcote59@hotmail.com","dop":"2025-05-30","serial_number":"15930801359556","imei1":"15930801359556","imei2":"15930801359556","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237902,"job_number":"JOB_237902","tr_customer_id":237921,"tr_customer_product_id":237911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:08.000Z","modified_at":"2026-04-04T03:20:08.000Z","name":"Blaze Lang","mobile_number":"766-529-2200","email_id":"Johnpaul40@gmail.com","dop":"2025-05-30","serial_number":"1241366929720441","imei1":"1241366929720441","imei2":"1241366929720441","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237903,"job_number":"JOB_237903","tr_customer_id":237922,"tr_customer_product_id":237912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:33.000Z","modified_at":"2026-04-04T03:20:33.000Z","name":"Shannon Bins","mobile_number":"719-851-1127","email_id":"Benny_Herman16@gmail.com","dop":"2025-05-05","serial_number":"17468984785912","imei1":"17468984785912","imei2":"17468984785912","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237904,"job_number":"JOB_237904","tr_customer_id":237923,"tr_customer_product_id":237913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:33.000Z","modified_at":"2026-04-04T03:20:33.000Z","name":"Adele Nikolaus","mobile_number":"357-823-4124","email_id":"Felipe51@gmail.com","dop":"2025-05-05","serial_number":"19809578331867","imei1":"19809578331867","imei2":"19809578331867","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237905,"job_number":"JOB_237905","tr_customer_id":237924,"tr_customer_product_id":237914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:27:25.000Z","modified_at":"2026-04-04T03:27:25.000Z","name":"Ari Legros","mobile_number":"628-616-1245","email_id":"Consuelo_Rippin@gmail.com","dop":"2025-05-05","serial_number":"10875948816777","imei1":"10875948816777","imei2":"10875948816777","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237906,"job_number":"JOB_237906","tr_customer_id":237925,"tr_customer_product_id":237915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:27:26.000Z","modified_at":"2026-04-04T03:27:26.000Z","name":"Abner Auer","mobile_number":"826-829-6958","email_id":"Andy7@hotmail.com","dop":"2025-05-05","serial_number":"17433708240607","imei1":"17433708240607","imei2":"17433708240607","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237907,"job_number":"JOB_237907","tr_customer_id":237926,"tr_customer_product_id":237916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:28:00.000Z","modified_at":"2026-04-04T03:28:00.000Z","name":"Colt Graham","mobile_number":"378-301-2965","email_id":"Gina51@gmail.com","dop":"2025-05-05","serial_number":"18086526533480","imei1":"18086526533480","imei2":"18086526533480","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237908,"job_number":"JOB_237908","tr_customer_id":237927,"tr_customer_product_id":237917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:28:01.000Z","modified_at":"2026-04-04T03:28:01.000Z","name":"Lexus Grant","mobile_number":"477-543-3914","email_id":"Ashlynn_Erdman@yahoo.com","dop":"2025-05-05","serial_number":"14535328435429","imei1":"14535328435429","imei2":"14535328435429","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237909,"job_number":"JOB_237909","tr_customer_id":237928,"tr_customer_product_id":237918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:09:14.000Z","modified_at":"2026-04-04T04:09:14.000Z","name":"B K","mobile_number":"9986998134","email_id":"bk@gmail.com","dop":"2026-03-25","serial_number":"27624085806562","imei1":"27624085808532","imei2":"27624085808532","popurl":"2026-03-25T04:09:11.421350400Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237912,"job_number":"JOB_237912","tr_customer_id":237931,"tr_customer_product_id":237921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:24.000Z","modified_at":"2026-04-04T04:27:24.000Z","name":"Damaris Renner","mobile_number":"638-995-6821","email_id":"Ernesto_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"19626031216470170","imei1":"19626031216470170","imei2":"19626031216470170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237913,"job_number":"JOB_237913","tr_customer_id":237932,"tr_customer_product_id":237922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:28.000Z","modified_at":"2026-04-04T04:27:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13075980461505","imei1":"13075980461505","imei2":"13075980461505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237915,"job_number":"JOB_237915","tr_customer_id":237934,"tr_customer_product_id":237924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:30.000Z","modified_at":"2026-04-04T04:27:30.000Z","name":"Deonte Quigley","mobile_number":"803-702-6863","email_id":"Lincoln_McKenzie33@gmail.com","dop":"2025-04-06","serial_number":"11765330768188634","imei1":"11765330768188634","imei2":"11765330768188634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237918,"job_number":"JOB_237918","tr_customer_id":237937,"tr_customer_product_id":237927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:33.000Z","modified_at":"2026-04-04T04:27:33.000Z","name":"Sharon Kuhic","mobile_number":"932-269-2803","email_id":"Daisha42@gmail.com","dop":"2025-04-06","serial_number":"17777882232099788","imei1":"17777882232099788","imei2":"17777882232099788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237919,"job_number":"JOB_237919","tr_customer_id":237938,"tr_customer_product_id":237928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:44.000Z","modified_at":"2026-04-04T04:27:44.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"107936939377129","imei1":"107936939377129","imei2":"107936939377129","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237920,"job_number":"JOB_237920","tr_customer_id":237939,"tr_customer_product_id":237929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:44.000Z","modified_at":"2026-04-04T04:27:44.000Z","name":"Theresia Donnelly","mobile_number":"819-609-5191","email_id":"Maximillian.Hickle55@hotmail.com","dop":"2025-02-01","serial_number":"95512412838565","imei1":"95512412838565","imei2":"95512412838565","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237921,"job_number":"JOB_237921","tr_customer_id":237940,"tr_customer_product_id":237930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:45.000Z","modified_at":"2026-04-04T04:27:45.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"4494157199015959","imei1":"4494157199015959","imei2":"4494157199015959","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237925,"job_number":"JOB_237925","tr_customer_id":237944,"tr_customer_product_id":237934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:51.000Z","modified_at":"2026-04-04T04:27:51.000Z","name":"Alexis Lehner","mobile_number":"671-693-2547","email_id":"Zachery29@hotmail.com","dop":"2025-04-06","serial_number":"13762172043681568","imei1":"13762172043681568","imei2":"13762172043681568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237926,"job_number":"JOB_237926","tr_customer_id":237945,"tr_customer_product_id":237935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:54.000Z","modified_at":"2026-04-04T04:27:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12183327322944","imei1":"12183327322944","imei2":"12183327322944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237928,"job_number":"JOB_237928","tr_customer_id":237947,"tr_customer_product_id":237937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:56.000Z","modified_at":"2026-04-04T04:27:56.000Z","name":"Abigayle Gulgowski","mobile_number":"919-236-8122","email_id":"Sandra.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"13127188971316088","imei1":"13127188971316088","imei2":"13127188971316088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237929,"job_number":"JOB_237929","tr_customer_id":237948,"tr_customer_product_id":237938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:57.000Z","modified_at":"2026-04-04T04:27:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10392449130149","imei1":"10392449130149","imei2":"10392449130149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237931,"job_number":"JOB_237931","tr_customer_id":237950,"tr_customer_product_id":237940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:58.000Z","modified_at":"2026-04-04T04:27:58.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10905925786306","imei1":"10905925786306","imei2":"10905925786306","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237933,"job_number":"JOB_237933","tr_customer_id":237952,"tr_customer_product_id":237942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:58.000Z","modified_at":"2026-04-04T04:27:58.000Z","name":"Gregoria Friesen","mobile_number":"386-746-9327","email_id":"Dominique67@gmail.com","dop":"2025-04-06","serial_number":"13996798666634514","imei1":"13996798666634514","imei2":"13996798666634514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237934,"job_number":"JOB_237934","tr_customer_id":237953,"tr_customer_product_id":237943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:59.000Z","modified_at":"2026-04-04T04:27:59.000Z","name":"Marjolaine Morissette","mobile_number":"876-481-7249","email_id":"Briana_Schinner87@gmail.com","dop":"2025-06-18","serial_number":"1095164541079163","imei1":"1095164541079163","imei2":"1095164541079163","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237936,"job_number":"JOB_237936","tr_customer_id":237955,"tr_customer_product_id":237945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:04.000Z","modified_at":"2026-04-04T04:28:04.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-02-13","serial_number":"100024242722584","imei1":"100024242722584","imei2":"100024242722584","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237939,"job_number":"JOB_237939","tr_customer_id":237958,"tr_customer_product_id":237948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:05.000Z","modified_at":"2026-04-04T04:28:05.000Z","name":"Verlie Botsford","mobile_number":"291-331-4258","email_id":"Delmer_Maggio@gmail.com","dop":"2025-02-13","serial_number":"10001083627253568","imei1":"10001083627253568","imei2":"10001083627253568","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237940,"job_number":"JOB_237940","tr_customer_id":237959,"tr_customer_product_id":237949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:05.000Z","modified_at":"2026-04-04T04:28:05.000Z","name":"Mara Heidenreich","mobile_number":"886-762-6439","email_id":"Luella93@yahoo.com","dop":"2025-04-06","serial_number":"10492377392313016","imei1":"10492377392313016","imei2":"10492377392313016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237941,"job_number":"JOB_237941","tr_customer_id":237960,"tr_customer_product_id":237950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:09.000Z","modified_at":"2026-04-04T04:28:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14392410219045","imei1":"14392410219045","imei2":"14392410219045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237943,"job_number":"JOB_237943","tr_customer_id":237962,"tr_customer_product_id":237952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:10.000Z","modified_at":"2026-04-04T04:28:10.000Z","name":"Sanu Anand","mobile_number":"7059787665","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"19008102815249","imei1":"19008102815249","imei2":"19008102815249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237944,"job_number":"JOB_237944","tr_customer_id":237963,"tr_customer_product_id":237953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:10.000Z","modified_at":"2026-04-04T04:28:10.000Z","name":"Madisen Raynor","mobile_number":"321-594-3758","email_id":"Tara.Anderson@gmail.com","dop":"2025-04-06","serial_number":"15214309139788192","imei1":"15214309139788192","imei2":"15214309139788192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237946,"job_number":"JOB_237946","tr_customer_id":237965,"tr_customer_product_id":237955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:11.000Z","modified_at":"2026-04-04T04:28:11.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17329576378476","imei1":"17329576378476","imei2":"17329576378476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237948,"job_number":"JOB_237948","tr_customer_id":237967,"tr_customer_product_id":237957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:12.000Z","modified_at":"2026-04-04T04:28:12.000Z","name":"Kristoffer Legros","mobile_number":"485-651-7989","email_id":"Luther_King78@yahoo.com","dop":"2025-04-06","serial_number":"12589931481783120","imei1":"12589931481783120","imei2":"12589931481783120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237949,"job_number":"JOB_237949","tr_customer_id":237968,"tr_customer_product_id":237958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:12.000Z","modified_at":"2026-04-04T04:28:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11662697388562","imei1":"11662697388562","imei2":"11662697388562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237951,"job_number":"JOB_237951","tr_customer_id":237970,"tr_customer_product_id":237960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:13.000Z","modified_at":"2026-04-04T04:28:13.000Z","name":"Anna Gibson","mobile_number":"607-420-9630","email_id":"Ryann_Koelpin76@yahoo.com","dop":"2025-04-06","serial_number":"16437729877236136","imei1":"16437729877236136","imei2":"16437729877236136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237953,"job_number":"JOB_237953","tr_customer_id":237972,"tr_customer_product_id":237962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Hector Donnelly","mobile_number":"702-229-8777","email_id":"Britney_Strosin70@hotmail.com","dop":"2025-04-06","serial_number":"14787857943136648","imei1":"14787857943136648","imei2":"14787857943136648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237957,"job_number":"JOB_237957","tr_customer_id":237976,"tr_customer_product_id":237966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:18.000Z","modified_at":"2026-04-04T04:28:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-02-13","serial_number":"109175526897998","imei1":"109175526897998","imei2":"109175526897998","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237959,"job_number":"JOB_237959","tr_customer_id":237978,"tr_customer_product_id":237968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:19.000Z","modified_at":"2026-04-04T04:28:19.000Z","name":"Luther Towne","mobile_number":"913-772-1075","email_id":"Raegan_Larson95@hotmail.com","dop":"2025-02-13","serial_number":"10074457514981448","imei1":"10074457514981448","imei2":"10074457514981448","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237960,"job_number":"JOB_237960","tr_customer_id":237979,"tr_customer_product_id":237969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:22.000Z","modified_at":"2026-04-04T04:28:22.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237962,"job_number":"JOB_237962","tr_customer_id":237981,"tr_customer_product_id":237971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"87736034257436","imei1":"87736034257436","imei2":"87736034257436","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237963,"job_number":"JOB_237963","tr_customer_id":237982,"tr_customer_product_id":237972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"Flavio Wehner","mobile_number":"901-432-3293","email_id":"Deborah_Roberts95@hotmail.com","dop":"2025-04-06","serial_number":"14433723591440012","imei1":"14433723591440012","imei2":"14433723591440012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237964,"job_number":"JOB_237964","tr_customer_id":237983,"tr_customer_product_id":237973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"Tess Nolan","mobile_number":"847-233-8653","email_id":"Ed17@gmail.com","dop":"2025-02-01","serial_number":"69606072985384","imei1":"69606072985384","imei2":"69606072985384","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237970,"job_number":"JOB_237970","tr_customer_id":237989,"tr_customer_product_id":237979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:31.000Z","modified_at":"2026-04-04T04:28:31.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-02-13","serial_number":"105131904147280","imei1":"105131904147280","imei2":"105131904147280","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237972,"job_number":"JOB_237972","tr_customer_id":237991,"tr_customer_product_id":237981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:33.000Z","modified_at":"2026-04-04T04:28:33.000Z","name":"Emerson Spinka","mobile_number":"749-847-0937","email_id":"Rodger48@gmail.com","dop":"2025-02-13","serial_number":"10077738683354662","imei1":"10077738683354662","imei2":"10077738683354662","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237973,"job_number":"JOB_237973","tr_customer_id":237992,"tr_customer_product_id":237982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:37.000Z","modified_at":"2026-04-04T04:28:37.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10206086366194","imei1":"10206086366194","imei2":"10206086366194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237975,"job_number":"JOB_237975","tr_customer_id":237994,"tr_customer_product_id":237984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:38.000Z","modified_at":"2026-04-04T04:28:38.000Z","name":"Sandrine Abernathy","mobile_number":"880-486-6538","email_id":"Ashleigh_Hirthe@gmail.com","dop":"2025-06-18","serial_number":"1031135149830243","imei1":"1031135149830243","imei2":"1031135149830243","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237976,"job_number":"JOB_237976","tr_customer_id":237995,"tr_customer_product_id":237985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:39.000Z","modified_at":"2026-04-04T04:28:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16246682053464","imei1":"16246682053464","imei2":"16246682053464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237978,"job_number":"JOB_237978","tr_customer_id":237997,"tr_customer_product_id":237987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:40.000Z","modified_at":"2026-04-04T04:28:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17132754239897","imei1":"17132754239897","imei2":"17132754239897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237979,"job_number":"JOB_237979","tr_customer_id":237998,"tr_customer_product_id":237988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:41.000Z","modified_at":"2026-04-04T04:28:41.000Z","name":"Dewitt Stanton","mobile_number":"461-360-6658","email_id":"Adrianna_Volkman@yahoo.com","dop":"2025-04-06","serial_number":"14403305177200476","imei1":"14403305177200476","imei2":"14403305177200476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237981,"job_number":"JOB_237981","tr_customer_id":238000,"tr_customer_product_id":237990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:41.000Z","modified_at":"2026-04-04T04:28:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15865089125500","imei1":"15865089125500","imei2":"15865089125500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237983,"job_number":"JOB_237983","tr_customer_id":238002,"tr_customer_product_id":237992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:42.000Z","modified_at":"2026-04-04T04:28:42.000Z","name":"Esteban Jacobson","mobile_number":"336-610-0019","email_id":"Karina94@yahoo.com","dop":"2025-04-06","serial_number":"10215300597523226","imei1":"10215300597523226","imei2":"10215300597523226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237984,"job_number":"JOB_237984","tr_customer_id":238003,"tr_customer_product_id":237993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:43.000Z","modified_at":"2026-04-04T04:28:43.000Z","name":"Florian Konopelski","mobile_number":"296-278-5138","email_id":"Ron.Lind73@gmail.com","dop":"2025-04-06","serial_number":"10147264719961482","imei1":"10147264719961482","imei2":"10147264719961482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237989,"job_number":"JOB_237989","tr_customer_id":238008,"tr_customer_product_id":237998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:46.000Z","modified_at":"2026-04-04T04:28:46.000Z","name":"Dee Monahan","mobile_number":"301-799-9996","email_id":"Lucius.Pagac@gmail.com","dop":"2025-04-06","serial_number":"19529347609594932","imei1":"19529347609594932","imei2":"19529347609594932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237992,"job_number":"JOB_237992","tr_customer_id":238011,"tr_customer_product_id":238001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:49.000Z","modified_at":"2026-04-04T04:28:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10440206891583","imei1":"10440206891583","imei2":"10440206891583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237994,"job_number":"JOB_237994","tr_customer_id":238013,"tr_customer_product_id":238003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12653564836251","imei1":"12653564836251","imei2":"12653564836251","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237995,"job_number":"JOB_237995","tr_customer_id":238014,"tr_customer_product_id":238004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"Claudia Jacobson","mobile_number":"672-867-6145","email_id":"Lew.Ryan21@hotmail.com","dop":"2025-04-06","serial_number":"15857460587881154","imei1":"15857460587881154","imei2":"15857460587881154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237997,"job_number":"JOB_237997","tr_customer_id":238016,"tr_customer_product_id":238006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"Manu Anand","mobile_number":"7059787667","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"14699265061654","imei1":"14699265061654","imei2":"14699265061654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237999,"job_number":"JOB_237999","tr_customer_id":238018,"tr_customer_product_id":238008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:52.000Z","modified_at":"2026-04-04T04:28:52.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104743347191751","imei1":"104743347191751","imei2":"104743347191751","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238000,"job_number":"JOB_238000","tr_customer_id":238019,"tr_customer_product_id":238009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:52.000Z","modified_at":"2026-04-04T04:28:52.000Z","name":"Kariane Kautzer","mobile_number":"780-848-8560","email_id":"Kira_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12379321198414116","imei1":"12379321198414116","imei2":"12379321198414116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238002,"job_number":"JOB_238002","tr_customer_id":238021,"tr_customer_product_id":238011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:53.000Z","modified_at":"2026-04-04T04:28:53.000Z","name":"Jolie Rath","mobile_number":"973-910-8007","email_id":"Zachariah.Treutel@gmail.com","dop":"2025-04-06","serial_number":"13976256489059840","imei1":"13976256489059840","imei2":"13976256489059840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238003,"job_number":"JOB_238003","tr_customer_id":238022,"tr_customer_product_id":238012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:55.000Z","modified_at":"2026-04-04T04:28:55.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15018744834562","imei1":"15018744834562","imei2":"15018744834562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238005,"job_number":"JOB_238005","tr_customer_id":238024,"tr_customer_product_id":238014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:56.000Z","modified_at":"2026-04-04T04:28:56.000Z","name":"Rosa Waelchi","mobile_number":"246-205-9633","email_id":"Dante_Wolf50@gmail.com","dop":"2025-04-06","serial_number":"10249854816134878","imei1":"10249854816134878","imei2":"10249854816134878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238006,"job_number":"JOB_238006","tr_customer_id":238025,"tr_customer_product_id":238015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:59.000Z","modified_at":"2026-04-04T04:28:59.000Z","name":"sourabh kurhade","mobile_number":"887799000000","email_id":"sourabh@gmail.com","dop":"2025-04-06","serial_number":"12720391548279","imei1":"12720391548279","imei2":"12720391548279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238008,"job_number":"JOB_238008","tr_customer_id":238027,"tr_customer_product_id":238017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:00.000Z","modified_at":"2026-04-04T04:29:00.000Z","name":"Penelope Rolfson","mobile_number":"652-533-6858","email_id":"Kaya.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"11363985959564064","imei1":"11363985959564064","imei2":"11363985959564064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238016,"job_number":"JOB_238016","tr_customer_id":238035,"tr_customer_product_id":238025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:06.000Z","modified_at":"2026-04-04T04:29:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"76977083134331","imei1":"76977083134331","imei2":"76977083134331","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238017,"job_number":"JOB_238017","tr_customer_id":238036,"tr_customer_product_id":238026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:06.000Z","modified_at":"2026-04-04T04:29:06.000Z","name":"Tyree Rohan","mobile_number":"867-825-6745","email_id":"Dexter.OConner8@yahoo.com","dop":"2025-02-01","serial_number":"61098873288500","imei1":"61098873288500","imei2":"61098873288500","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238018,"job_number":"JOB_238018","tr_customer_id":238037,"tr_customer_product_id":238027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:08.000Z","modified_at":"2026-04-04T04:29:08.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"10600736427819492","imei1":"10600736427819492","imei2":"10600736427819492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238020,"job_number":"JOB_238020","tr_customer_id":238039,"tr_customer_product_id":238029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:15.000Z","modified_at":"2026-04-04T04:29:15.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"10979013275266","imei1":"10979013275266","imei2":"10979013275266","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238021,"job_number":"JOB_238021","tr_customer_id":238040,"tr_customer_product_id":238030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:16.000Z","modified_at":"2026-04-04T04:29:16.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"14838596708372","imei1":"14838596708372","imei2":"14838596708372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238024,"job_number":"JOB_238024","tr_customer_id":238043,"tr_customer_product_id":238033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:17.000Z","modified_at":"2026-04-04T04:29:17.000Z","name":"Kitty Bauch","mobile_number":"957-553-8046","email_id":"Violet.Heller@yahoo.com","dop":"2025-08-24","serial_number":"1002028472658466","imei1":"1002028472658466","imei2":"1002028472658466","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238025,"job_number":"JOB_238025","tr_customer_id":238044,"tr_customer_product_id":238034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:17.000Z","modified_at":"2026-04-04T04:29:17.000Z","name":"Uriah Upton","mobile_number":"656-294-9796","email_id":"Camilla.Fahey@yahoo.com","dop":"2025-04-06","serial_number":"18114335071054576","imei1":"18114335071054576","imei2":"18114335071054576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238027,"job_number":"JOB_238027","tr_customer_id":238046,"tr_customer_product_id":238036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:23.000Z","modified_at":"2026-04-04T04:29:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16581640688348","imei1":"16581640688348","imei2":"16581640688348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238029,"job_number":"JOB_238029","tr_customer_id":238048,"tr_customer_product_id":238038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:24.000Z","modified_at":"2026-04-04T04:29:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14143103078827","imei1":"14143103078827","imei2":"14143103078827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238031,"job_number":"JOB_238031","tr_customer_id":238050,"tr_customer_product_id":238040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:25.000Z","modified_at":"2026-04-04T04:29:25.000Z","name":"Joyce O'Connell","mobile_number":"782-287-7228","email_id":"Chesley76@yahoo.com","dop":"2025-04-06","serial_number":"10459780334754510","imei1":"10459780334754510","imei2":"10459780334754510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238032,"job_number":"JOB_238032","tr_customer_id":238051,"tr_customer_product_id":238041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:26.000Z","modified_at":"2026-04-04T04:29:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11609705049517","imei1":"11609705049517","imei2":"11609705049517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238034,"job_number":"JOB_238034","tr_customer_id":238053,"tr_customer_product_id":238043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:26.000Z","modified_at":"2026-04-04T04:29:26.000Z","name":"Alexandrine Legros","mobile_number":"720-718-3252","email_id":"Bonita19@yahoo.com","dop":"2025-04-06","serial_number":"10065644594519804","imei1":"10065644594519804","imei2":"10065644594519804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238035,"job_number":"JOB_238035","tr_customer_id":238054,"tr_customer_product_id":238044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:27.000Z","modified_at":"2026-04-04T04:29:27.000Z","name":"Ellen Veum","mobile_number":"588-974-3158","email_id":"Erika.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"13980005462960724","imei1":"13980005462960724","imei2":"13980005462960724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238036,"job_number":"JOB_238036","tr_customer_id":238055,"tr_customer_product_id":238045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:29.000Z","modified_at":"2026-04-04T04:29:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12149209758185","imei1":"12149209758185","imei2":"12149209758185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238038,"job_number":"JOB_238038","tr_customer_id":238057,"tr_customer_product_id":238047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:30.000Z","modified_at":"2026-04-04T04:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130208422191","imei1":"10130208422191","imei2":"10130208422191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238040,"job_number":"JOB_238040","tr_customer_id":238059,"tr_customer_product_id":238049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18226438787366","imei1":"18226438787366","imei2":"18226438787366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238041,"job_number":"JOB_238041","tr_customer_id":238060,"tr_customer_product_id":238050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"Tyreek Trantow","mobile_number":"343-706-0855","email_id":"Karolann54@yahoo.com","dop":"2025-04-06","serial_number":"11766517384461328","imei1":"11766517384461328","imei2":"11766517384461328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238043,"job_number":"JOB_238043","tr_customer_id":238062,"tr_customer_product_id":238052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"Koby Lueilwitz","mobile_number":"368-753-7881","email_id":"Erin67@yahoo.com","dop":"2025-04-06","serial_number":"14604766699327618","imei1":"14604766699327618","imei2":"14604766699327618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238044,"job_number":"JOB_238044","tr_customer_id":238063,"tr_customer_product_id":238053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:32.000Z","modified_at":"2026-04-04T04:29:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13114426066080","imei1":"13114426066080","imei2":"13114426066080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238045,"job_number":"JOB_238045","tr_customer_id":238064,"tr_customer_product_id":238054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:32.000Z","modified_at":"2026-04-04T04:29:32.000Z","name":"Janu Anand","mobile_number":"7059787666","email_id":"sanuanand@gmail.com","dop":"2025-04-06","serial_number":"18856660286804","imei1":"18856660286804","imei2":"18856660286804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238048,"job_number":"JOB_238048","tr_customer_id":238067,"tr_customer_product_id":238057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Ivah Lebsack","mobile_number":"900-859-0856","email_id":"Terrence38@yahoo.com","dop":"2025-04-06","serial_number":"19445803743065656","imei1":"19445803743065656","imei2":"19445803743065656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238050,"job_number":"JOB_238050","tr_customer_id":238069,"tr_customer_product_id":238059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Ibrahim Gusikowski","mobile_number":"568-797-2752","email_id":"Hugh.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"15908575634384488","imei1":"15908575634384488","imei2":"15908575634384488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238051,"job_number":"JOB_238051","tr_customer_id":238070,"tr_customer_product_id":238060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Derrick Stoltenberg","mobile_number":"460-233-3207","email_id":"Osbaldo.Harris42@gmail.com","dop":"2025-04-06","serial_number":"14352380560113244","imei1":"14352380560113244","imei2":"14352380560113244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238052,"job_number":"JOB_238052","tr_customer_id":238071,"tr_customer_product_id":238061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:37.000Z","modified_at":"2026-04-04T04:29:37.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"107683949753169","imei1":"107683949753169","imei2":"107683949753169","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238054,"job_number":"JOB_238054","tr_customer_id":238073,"tr_customer_product_id":238063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:40.000Z","modified_at":"2026-04-04T04:29:40.000Z","name":"sontosh rana","mobile_number":"887799000000","email_id":"soutoshh@gmail.com","dop":"2025-04-06","serial_number":"13921872660043","imei1":"13921872660043","imei2":"13921872660043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238057,"job_number":"JOB_238057","tr_customer_id":238076,"tr_customer_product_id":238066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:41.000Z","modified_at":"2026-04-04T04:29:41.000Z","name":"Vernice Borer","mobile_number":"747-532-2600","email_id":"Amber_Bogisich96@gmail.com","dop":"2025-04-06","serial_number":"18205690054778184","imei1":"18205690054778184","imei2":"18205690054778184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238066,"job_number":"JOB_238066","tr_customer_id":238085,"tr_customer_product_id":238075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:48.000Z","modified_at":"2026-04-04T04:29:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11654560041006","imei1":"11654560041006","imei2":"11654560041006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238069,"job_number":"JOB_238069","tr_customer_id":238088,"tr_customer_product_id":238078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Vivian Hansen","mobile_number":"459-873-9410","email_id":"Weston.Labadie20@yahoo.com","dop":"2025-04-06","serial_number":"19044179194977480","imei1":"19044179194977480","imei2":"19044179194977480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238070,"job_number":"JOB_238070","tr_customer_id":238089,"tr_customer_product_id":238079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18829819710950","imei1":"18829819710950","imei2":"18829819710950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238072,"job_number":"JOB_238072","tr_customer_id":238091,"tr_customer_product_id":238081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Marie Howell","mobile_number":"435-623-0562","email_id":"Zita_Abernathy26@hotmail.com","dop":"2025-04-06","serial_number":"13414754593433252","imei1":"13414754593433252","imei2":"13414754593433252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238073,"job_number":"JOB_238073","tr_customer_id":238092,"tr_customer_product_id":238082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:51.000Z","modified_at":"2026-04-04T04:29:51.000Z","name":"Vicenta Medhurst","mobile_number":"491-929-1763","email_id":"Anabel_OKeefe@hotmail.com","dop":"2025-04-06","serial_number":"11426637873033698","imei1":"11426637873033698","imei2":"11426637873033698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238078,"job_number":"JOB_238078","tr_customer_id":238097,"tr_customer_product_id":238087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"19869944914433","imei1":"19869944914433","imei2":"19869944914433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238080,"job_number":"JOB_238080","tr_customer_id":238099,"tr_customer_product_id":238089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:57.000Z","modified_at":"2026-04-04T04:29:57.000Z","name":"Ella Wolf","mobile_number":"384-449-4332","email_id":"Vanessa_Veum@gmail.com","dop":"2025-04-06","serial_number":"11213104386707492","imei1":"11213104386707492","imei2":"11213104386707492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238081,"job_number":"JOB_238081","tr_customer_id":238100,"tr_customer_product_id":238090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:02.000Z","modified_at":"2026-04-04T04:30:02.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19418837834392","imei1":"19418837834392","imei2":"19418837834392","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238083,"job_number":"JOB_238083","tr_customer_id":238102,"tr_customer_product_id":238092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:04.000Z","modified_at":"2026-04-04T04:30:04.000Z","name":"Lucinda Wiza","mobile_number":"500-943-0834","email_id":"Astrid_Lowe@hotmail.com","dop":"2025-08-24","serial_number":"1062770872412970","imei1":"1062770872412970","imei2":"1062770872412970","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238084,"job_number":"JOB_238084","tr_customer_id":238103,"tr_customer_product_id":238093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:05.000Z","modified_at":"2026-04-04T04:30:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18779203578989","imei1":"18779203578989","imei2":"18779203578989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238086,"job_number":"JOB_238086","tr_customer_id":238105,"tr_customer_product_id":238095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:06.000Z","modified_at":"2026-04-04T04:30:06.000Z","name":"Saige Keebler","mobile_number":"986-414-7209","email_id":"Carolyne.Hammes79@yahoo.com","dop":"2025-04-06","serial_number":"18970698935427730","imei1":"18970698935427730","imei2":"18970698935427730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238091,"job_number":"JOB_238091","tr_customer_id":238110,"tr_customer_product_id":238100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:10.000Z","modified_at":"2026-04-04T04:30:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19709293567519","imei1":"19709293567519","imei2":"19709293567519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238093,"job_number":"JOB_238093","tr_customer_id":238112,"tr_customer_product_id":238102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:11.000Z","modified_at":"2026-04-04T04:30:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19934513359045","imei1":"19934513359045","imei2":"19934513359045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238094,"job_number":"JOB_238094","tr_customer_id":238113,"tr_customer_product_id":238103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:11.000Z","modified_at":"2026-04-04T04:30:11.000Z","name":"Pamela Murphy","mobile_number":"776-958-8633","email_id":"Rita.Mayer37@hotmail.com","dop":"2025-04-06","serial_number":"15999460922150808","imei1":"15999460922150808","imei2":"15999460922150808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238096,"job_number":"JOB_238096","tr_customer_id":238115,"tr_customer_product_id":238105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:12.000Z","modified_at":"2026-04-04T04:30:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14170175412891","imei1":"14170175412891","imei2":"14170175412891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238098,"job_number":"JOB_238098","tr_customer_id":238117,"tr_customer_product_id":238107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:13.000Z","modified_at":"2026-04-04T04:30:13.000Z","name":"Frederic Feeney","mobile_number":"348-474-7257","email_id":"Horacio35@gmail.com","dop":"2025-04-06","serial_number":"16207024666763832","imei1":"16207024666763832","imei2":"16207024666763832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238099,"job_number":"JOB_238099","tr_customer_id":238118,"tr_customer_product_id":238108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:13.000Z","modified_at":"2026-04-04T04:30:13.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13817245504475","imei1":"13817245504475","imei2":"13817245504475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238101,"job_number":"JOB_238101","tr_customer_id":238120,"tr_customer_product_id":238110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:14.000Z","modified_at":"2026-04-04T04:30:14.000Z","name":"Dante Kihn","mobile_number":"355-773-8940","email_id":"Mary.Dare@hotmail.com","dop":"2025-04-06","serial_number":"18690568291649770","imei1":"18690568291649770","imei2":"18690568291649770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238102,"job_number":"JOB_238102","tr_customer_id":238121,"tr_customer_product_id":238111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:15.000Z","modified_at":"2026-04-04T04:30:15.000Z","name":"Mittie Stiedemann","mobile_number":"856-457-3133","email_id":"Alessandra11@yahoo.com","dop":"2025-04-06","serial_number":"18403795072594796","imei1":"18403795072594796","imei2":"18403795072594796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238103,"job_number":"JOB_238103","tr_customer_id":238122,"tr_customer_product_id":238112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:16.000Z","modified_at":"2026-04-04T04:30:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19063233123205","imei1":"19063233123205","imei2":"19063233123205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238105,"job_number":"JOB_238105","tr_customer_id":238124,"tr_customer_product_id":238114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:18.000Z","modified_at":"2026-04-04T04:30:18.000Z","name":"Ubaldo Hamill","mobile_number":"786-758-0542","email_id":"Magnus94@gmail.com","dop":"2025-04-06","serial_number":"12954927831140328","imei1":"12954927831140328","imei2":"12954927831140328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238107,"job_number":"JOB_238107","tr_customer_id":238126,"tr_customer_product_id":238116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:20.000Z","modified_at":"2026-04-04T04:30:20.000Z","name":"subh sharma","mobile_number":"887799000000","email_id":"subh@gmail.com","dop":"2025-04-06","serial_number":"12134599079587","imei1":"12134599079587","imei2":"12134599079587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238111,"job_number":"JOB_238111","tr_customer_id":238130,"tr_customer_product_id":238120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Gwendolyn Leuschke","mobile_number":"773-520-3343","email_id":"Ted65@yahoo.com","dop":"2025-04-06","serial_number":"10017871121817254","imei1":"10017871121817254","imei2":"10017871121817254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238112,"job_number":"JOB_238112","tr_customer_id":238131,"tr_customer_product_id":238121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103297350447081","imei1":"103297350447081","imei2":"103297350447081","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238118,"job_number":"JOB_238118","tr_customer_id":238137,"tr_customer_product_id":238127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:29.000Z","modified_at":"2026-04-04T04:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15109306989919","imei1":"15109306989919","imei2":"15109306989919","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238120,"job_number":"JOB_238120","tr_customer_id":238139,"tr_customer_product_id":238129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:31.000Z","modified_at":"2026-04-04T04:30:31.000Z","name":"Maia Hudson","mobile_number":"874-426-5084","email_id":"Hermina22@hotmail.com","dop":"2025-04-06","serial_number":"14489763099214114","imei1":"14489763099214114","imei2":"14489763099214114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238122,"job_number":"JOB_238122","tr_customer_id":238141,"tr_customer_product_id":238131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:31.000Z","modified_at":"2026-04-04T04:30:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19708442984640","imei1":"19708442984640","imei2":"19708442984640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238125,"job_number":"JOB_238125","tr_customer_id":238144,"tr_customer_product_id":238134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:32.000Z","modified_at":"2026-04-04T04:30:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18786089251657","imei1":"18786089251657","imei2":"18786089251657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238127,"job_number":"JOB_238127","tr_customer_id":238146,"tr_customer_product_id":238136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Sammie Doyle","mobile_number":"13290706519","email_id":"Cheyenne67@gmail.com","dop":"2025-11-13","serial_number":"10866292036183","imei1":"10866292036183","imei2":"10866292036183","popurl":"2025-11-13T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238128,"job_number":"JOB_238128","tr_customer_id":238147,"tr_customer_product_id":238137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Narciso Krajcik","mobile_number":"292-633-2325","email_id":"Vilma23@yahoo.com","dop":"2025-04-06","serial_number":"19869365340502200","imei1":"19869365340502200","imei2":"19869365340502200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238129,"job_number":"JOB_238129","tr_customer_id":238148,"tr_customer_product_id":238138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Candice McGlynn","mobile_number":"963-627-0721","email_id":"Alisa.Hirthe39@yahoo.com","dop":"2025-04-06","serial_number":"16684845598091252","imei1":"16684845598091252","imei2":"16684845598091252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238130,"job_number":"JOB_238130","tr_customer_id":238149,"tr_customer_product_id":238139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:34.000Z","modified_at":"2026-04-04T04:30:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13448693560925","imei1":"13448693560925","imei2":"13448693560925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238132,"job_number":"JOB_238132","tr_customer_id":238151,"tr_customer_product_id":238141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:35.000Z","modified_at":"2026-04-04T04:30:35.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18290634967767","imei1":"18290634967767","imei2":"18290634967767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238136,"job_number":"JOB_238136","tr_customer_id":238155,"tr_customer_product_id":238145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Junior Gorczany","mobile_number":"297-524-3443","email_id":"Adam.Lesch52@yahoo.com","dop":"2025-04-06","serial_number":"19463396184474664","imei1":"19463396184474664","imei2":"19463396184474664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238137,"job_number":"JOB_238137","tr_customer_id":238156,"tr_customer_product_id":238146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Axel Grimes","mobile_number":"577-279-6006","email_id":"Jaylan_McKenzie75@yahoo.com","dop":"2025-04-06","serial_number":"12411967768154544","imei1":"12411967768154544","imei2":"12411967768154544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238139,"job_number":"JOB_238139","tr_customer_id":238158,"tr_customer_product_id":238148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:48.000Z","modified_at":"2026-04-04T04:30:48.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17580929340333","imei1":"17580929340333","imei2":"17580929340333","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238141,"job_number":"JOB_238141","tr_customer_id":238160,"tr_customer_product_id":238150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:49.000Z","modified_at":"2026-04-04T04:30:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18453876089035","imei1":"18453876089035","imei2":"18453876089035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238143,"job_number":"JOB_238143","tr_customer_id":238162,"tr_customer_product_id":238152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:50.000Z","modified_at":"2026-04-04T04:30:50.000Z","name":"Helene Adams","mobile_number":"213-232-9940","email_id":"Brain_Pacocha@hotmail.com","dop":"2025-08-24","serial_number":"1096806642169636","imei1":"1096806642169636","imei2":"1096806642169636","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238144,"job_number":"JOB_238144","tr_customer_id":238163,"tr_customer_product_id":238153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:51.000Z","modified_at":"2026-04-04T04:30:51.000Z","name":"Caesar Dickens","mobile_number":"818-814-6896","email_id":"Leland.Hirthe31@hotmail.com","dop":"2025-04-06","serial_number":"12879301466897736","imei1":"12879301466897736","imei2":"12879301466897736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238145,"job_number":"JOB_238145","tr_customer_id":238164,"tr_customer_product_id":238154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:53.000Z","modified_at":"2026-04-04T04:30:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16238482731176","imei1":"16238482731176","imei2":"16238482731176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238147,"job_number":"JOB_238147","tr_customer_id":238166,"tr_customer_product_id":238156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:54.000Z","modified_at":"2026-04-04T04:30:54.000Z","name":"Rusty Monahan","mobile_number":"248-880-8207","email_id":"Roslyn23@yahoo.com","dop":"2025-04-06","serial_number":"16723362509757792","imei1":"16723362509757792","imei2":"16723362509757792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238148,"job_number":"JOB_238148","tr_customer_id":238167,"tr_customer_product_id":238157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:54.000Z","modified_at":"2026-04-04T04:30:54.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16480294595655","imei1":"16480294595655","imei2":"16480294595655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238150,"job_number":"JOB_238150","tr_customer_id":238169,"tr_customer_product_id":238159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:56.000Z","modified_at":"2026-04-04T04:30:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10751915785879","imei1":"10751915785879","imei2":"10751915785879","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238151,"job_number":"JOB_238151","tr_customer_id":238170,"tr_customer_product_id":238160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:56.000Z","modified_at":"2026-04-04T04:30:56.000Z","name":"Loma Stark","mobile_number":"951-992-1314","email_id":"Stacy63@hotmail.com","dop":"2025-04-06","serial_number":"17102051569305674","imei1":"17102051569305674","imei2":"17102051569305674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238153,"job_number":"JOB_238153","tr_customer_id":238172,"tr_customer_product_id":238162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:57.000Z","modified_at":"2026-04-04T04:30:57.000Z","name":"Eugenia Schulist","mobile_number":"434-948-7436","email_id":"Therese.Mayert@hotmail.com","dop":"2025-04-06","serial_number":"18247916565257148","imei1":"18247916565257148","imei2":"18247916565257148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238156,"job_number":"JOB_238156","tr_customer_id":238175,"tr_customer_product_id":238165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:01.000Z","modified_at":"2026-04-04T04:31:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18503007475357","imei1":"18503007475357","imei2":"18503007475357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238159,"job_number":"JOB_238159","tr_customer_id":238178,"tr_customer_product_id":238168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:02.000Z","modified_at":"2026-04-04T04:31:02.000Z","name":"Norwood Rodriguez","mobile_number":"526-663-3379","email_id":"Alberta32@yahoo.com","dop":"2025-04-06","serial_number":"12831770612004244","imei1":"12831770612004244","imei2":"12831770612004244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238160,"job_number":"JOB_238160","tr_customer_id":238179,"tr_customer_product_id":238169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:10.000Z","modified_at":"2026-04-04T04:31:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14314971648263","imei1":"14314971648263","imei2":"14314971648263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238162,"job_number":"JOB_238162","tr_customer_id":238181,"tr_customer_product_id":238171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:11.000Z","modified_at":"2026-04-04T04:31:11.000Z","name":"Lawrence Cronin","mobile_number":"966-270-1172","email_id":"Karianne.Sanford@yahoo.com","dop":"2025-04-06","serial_number":"16494382753034044","imei1":"16494382753034044","imei2":"16494382753034044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238163,"job_number":"JOB_238163","tr_customer_id":238182,"tr_customer_product_id":238172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:16.000Z","modified_at":"2026-04-04T04:31:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16324660858411","imei1":"16324660858411","imei2":"16324660858411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238165,"job_number":"JOB_238165","tr_customer_id":238184,"tr_customer_product_id":238174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:18.000Z","modified_at":"2026-04-04T04:31:18.000Z","name":"Courtney Langosh","mobile_number":"498-828-2695","email_id":"Jerod.Simonis@gmail.com","dop":"2025-04-06","serial_number":"12510453292161330","imei1":"12510453292161330","imei2":"12510453292161330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238166,"job_number":"JOB_238166","tr_customer_id":238185,"tr_customer_product_id":238175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:20.000Z","modified_at":"2026-04-04T04:31:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16212524361428","imei1":"16212524361428","imei2":"16212524361428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238168,"job_number":"JOB_238168","tr_customer_id":238187,"tr_customer_product_id":238177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:22.000Z","modified_at":"2026-04-04T04:31:22.000Z","name":"Brendon Ward","mobile_number":"976-787-6762","email_id":"Vickie.Daniel87@hotmail.com","dop":"2025-04-06","serial_number":"11107696638160524","imei1":"11107696638160524","imei2":"11107696638160524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238169,"job_number":"JOB_238169","tr_customer_id":238188,"tr_customer_product_id":238178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:33.000Z","modified_at":"2026-04-04T04:31:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18607268562613","imei1":"18607268562613","imei2":"18607268562613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238171,"job_number":"JOB_238171","tr_customer_id":238190,"tr_customer_product_id":238180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:35.000Z","modified_at":"2026-04-04T04:31:35.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16581799021066","imei1":"16581799021066","imei2":"16581799021066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238173,"job_number":"JOB_238173","tr_customer_id":238192,"tr_customer_product_id":238182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:35.000Z","modified_at":"2026-04-04T04:31:35.000Z","name":"Kelly Roberts","mobile_number":"535-698-9886","email_id":"Ramona_Tromp24@hotmail.com","dop":"2025-04-06","serial_number":"18475052628998560","imei1":"18475052628998560","imei2":"18475052628998560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238174,"job_number":"JOB_238174","tr_customer_id":238193,"tr_customer_product_id":238183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:36.000Z","modified_at":"2026-04-04T04:31:36.000Z","name":"Amari Cole","mobile_number":"802-843-8649","email_id":"Joy.West@yahoo.com","dop":"2025-04-06","serial_number":"10197904375151172","imei1":"10197904375151172","imei2":"10197904375151172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238175,"job_number":"JOB_238175","tr_customer_id":238194,"tr_customer_product_id":238184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:40.000Z","modified_at":"2026-04-04T04:31:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10245991678988","imei1":"10245991678988","imei2":"10245991678988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238177,"job_number":"JOB_238177","tr_customer_id":238196,"tr_customer_product_id":238186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:41.000Z","modified_at":"2026-04-04T04:31:41.000Z","name":"Otto Jones","mobile_number":"366-263-6007","email_id":"Paris_Langosh@gmail.com","dop":"2025-04-06","serial_number":"12172013610316040","imei1":"12172013610316040","imei2":"12172013610316040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238178,"job_number":"JOB_238178","tr_customer_id":238197,"tr_customer_product_id":238187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:00.000Z","modified_at":"2026-04-04T04:32:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18988752416806","imei1":"18988752416806","imei2":"18988752416806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238180,"job_number":"JOB_238180","tr_customer_id":238199,"tr_customer_product_id":238189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:01.000Z","modified_at":"2026-04-04T04:32:01.000Z","name":"Brown Balistreri","mobile_number":"434-748-0409","email_id":"Jensen.Conn@yahoo.com","dop":"2025-04-06","serial_number":"10173711298337084","imei1":"10173711298337084","imei2":"10173711298337084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238181,"job_number":"JOB_238181","tr_customer_id":238200,"tr_customer_product_id":238190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:06.000Z","modified_at":"2026-04-04T04:32:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14048474764934","imei1":"14048474764934","imei2":"14048474764934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238183,"job_number":"JOB_238183","tr_customer_id":238202,"tr_customer_product_id":238192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:07.000Z","modified_at":"2026-04-04T04:32:07.000Z","name":"Antwan Powlowski","mobile_number":"245-498-9335","email_id":"Benedict_Waters@hotmail.com","dop":"2025-04-06","serial_number":"14320641964517870","imei1":"14320641964517870","imei2":"14320641964517870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238184,"job_number":"JOB_238184","tr_customer_id":238203,"tr_customer_product_id":238193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:02.000Z","modified_at":"2026-04-04T04:44:02.000Z","name":"Dovie Schaden","mobile_number":"595-854-1732","email_id":"Ettie_Gerhold42@gmail.com","dop":"2025-05-05","serial_number":"16931852027555","imei1":"16931852027555","imei2":"16931852027555","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238185,"job_number":"JOB_238185","tr_customer_id":238204,"tr_customer_product_id":238194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:02.000Z","modified_at":"2026-04-04T04:44:02.000Z","name":"Carlie Rodriguez","mobile_number":"850-580-5080","email_id":"Jesus.Funk@hotmail.com","dop":"2025-05-05","serial_number":"18173169267227","imei1":"18173169267227","imei2":"18173169267227","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238186,"job_number":"JOB_238186","tr_customer_id":238205,"tr_customer_product_id":238195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:39.000Z","modified_at":"2026-04-04T04:44:39.000Z","name":"Abbie Collier","mobile_number":"705-951-0616","email_id":"Joaquin.Jones46@hotmail.com","dop":"2025-05-05","serial_number":"12980435221805","imei1":"12980435221805","imei2":"12980435221805","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238187,"job_number":"JOB_238187","tr_customer_id":238206,"tr_customer_product_id":238196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:39.000Z","modified_at":"2026-04-04T04:44:39.000Z","name":"Monroe Zieme","mobile_number":"869-376-6196","email_id":"Koby59@hotmail.com","dop":"2025-05-05","serial_number":"10108243916594","imei1":"10108243916594","imei2":"10108243916594","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238188,"job_number":"JOB_238188","tr_customer_id":238207,"tr_customer_product_id":238197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:15.000Z","modified_at":"2026-04-04T04:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50992794280684","imei1":"50992794280684","imei2":"50992794280684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238189,"job_number":"JOB_238189","tr_customer_id":238208,"tr_customer_product_id":238198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95125584076809","imei1":"95125584076809","imei2":"95125584076809","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238190,"job_number":"JOB_238190","tr_customer_id":238209,"tr_customer_product_id":238199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63619816167740","imei1":"63619816167740","imei2":"63619816167740","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238191,"job_number":"JOB_238191","tr_customer_id":238210,"tr_customer_product_id":238200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81001499593235","imei1":"81001499593235","imei2":"81001499593235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238192,"job_number":"JOB_238192","tr_customer_id":238211,"tr_customer_product_id":238201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:17.000Z","modified_at":"2026-04-04T04:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95868866998671","imei1":"95868866998671","imei2":"95868866998671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238193,"job_number":"JOB_238193","tr_customer_id":238212,"tr_customer_product_id":238202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:17.000Z","modified_at":"2026-04-04T04:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76615566241003","imei1":"76615566241003","imei2":"76615566241003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238195,"job_number":"JOB_238195","tr_customer_id":238214,"tr_customer_product_id":238204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:48.000Z","modified_at":"2026-04-04T04:45:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49562804963051","imei1":"49562804963051","imei2":"49562804963051","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238196,"job_number":"JOB_238196","tr_customer_id":238215,"tr_customer_product_id":238205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:48.000Z","modified_at":"2026-04-04T04:45:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43301083688123","imei1":"43301083688123","imei2":"43301083688123","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238197,"job_number":"JOB_238197","tr_customer_id":238216,"tr_customer_product_id":238206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78712655769717","imei1":"78712655769717","imei2":"78712655769717","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238198,"job_number":"JOB_238198","tr_customer_id":238217,"tr_customer_product_id":238207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52721198626817","imei1":"52721198626817","imei2":"52721198626817","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238199,"job_number":"JOB_238199","tr_customer_id":238218,"tr_customer_product_id":238208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98932480177667","imei1":"98932480177667","imei2":"98932480177667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238200,"job_number":"JOB_238200","tr_customer_id":238219,"tr_customer_product_id":238209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:50.000Z","modified_at":"2026-04-04T04:45:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34773372453763","imei1":"34773372453763","imei2":"34773372453763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238202,"job_number":"JOB_238202","tr_customer_id":238221,"tr_customer_product_id":238211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:20.000Z","modified_at":"2026-04-04T04:46:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43272089921512","imei1":"43272089921512","imei2":"43272089921512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238203,"job_number":"JOB_238203","tr_customer_id":238222,"tr_customer_product_id":238212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:20.000Z","modified_at":"2026-04-04T04:46:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79718993500316","imei1":"79718993500316","imei2":"79718993500316","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238204,"job_number":"JOB_238204","tr_customer_id":238223,"tr_customer_product_id":238213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58406805346342","imei1":"58406805346342","imei2":"58406805346342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238205,"job_number":"JOB_238205","tr_customer_id":238224,"tr_customer_product_id":238214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33667337260314","imei1":"33667337260314","imei2":"33667337260314","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238206,"job_number":"JOB_238206","tr_customer_id":238225,"tr_customer_product_id":238215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25046668768915","imei1":"25046668768915","imei2":"25046668768915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238207,"job_number":"JOB_238207","tr_customer_id":238226,"tr_customer_product_id":238216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:22.000Z","modified_at":"2026-04-04T04:46:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20526816905060","imei1":"20526816905060","imei2":"20526816905060","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238209,"job_number":"JOB_238209","tr_customer_id":238228,"tr_customer_product_id":238218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:02:36.000Z","modified_at":"2026-04-04T05:02:37.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-03-25","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-03-25T05:02:36.539880062Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238211,"job_number":"JOB_238211","tr_customer_id":238230,"tr_customer_product_id":238220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:04:41.000Z","modified_at":"2026-04-04T05:04:41.000Z","name":"Arely Sporer","mobile_number":"613-827-5715","email_id":"Jaylan.Hessel3@gmail.com","dop":"2025-04-06","serial_number":"11094924008149952","imei1":"11094924008149952","imei2":"11094924008149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:04:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238212,"job_number":"JOB_238212","tr_customer_id":238231,"tr_customer_product_id":238221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:19:50.000Z","modified_at":"2026-04-04T05:19:50.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-03-25","serial_number":"13398909467313","imei1":"13398909467313","imei2":"13398909467313","popurl":"2026-03-25T05:19:49.950974259Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238213,"job_number":"JOB_238213","tr_customer_id":238232,"tr_customer_product_id":238222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:19:54.000Z","modified_at":"2026-04-04T05:19:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-03-25","serial_number":"65013721727550","imei1":"65013721727550","imei2":"65013721727550","popurl":"2026-03-25T05:19:54.587274843Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238214,"job_number":"JOB_238214","tr_customer_id":238233,"tr_customer_product_id":238223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:20:36.000Z","modified_at":"2026-04-04T05:20:36.000Z","name":"Tressa Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"18123673038758","imei1":"18123673038758","imei2":"18123673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238215,"job_number":"JOB_238215","tr_customer_id":238234,"tr_customer_product_id":238224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:23:20.000Z","modified_at":"2026-04-04T05:23:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102764248064088","imei1":"102764248064088","imei2":"102764248064088","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238217,"job_number":"JOB_238217","tr_customer_id":238236,"tr_customer_product_id":238226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:23:31.000Z","modified_at":"2026-04-04T05:23:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100146740895588","imei1":"100146740895588","imei2":"100146740895588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238219,"job_number":"JOB_238219","tr_customer_id":238238,"tr_customer_product_id":238228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:27:20.000Z","modified_at":"2026-04-04T05:27:20.000Z","name":"Retha Rolfson","mobile_number":"671-872-7644","email_id":"Delta9@gmail.com","dop":"2025-04-06","serial_number":"19710427463977","imei1":"19710427463977","imei2":"19710427463977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238221,"job_number":"JOB_238221","tr_customer_id":238240,"tr_customer_product_id":238230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:38:36.000Z","modified_at":"2026-04-04T05:38:36.000Z","name":"Aubrey Turner","mobile_number":"819-593-0488","email_id":"Lucas_Hermann@yahoo.com","dop":"2025-04-06","serial_number":"13728365850330716","imei1":"13728365850330716","imei2":"13728365850330716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238222,"job_number":"JOB_238222","tr_customer_id":238241,"tr_customer_product_id":238231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:04.000Z","modified_at":"2026-04-04T05:40:04.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19504925203748","imei1":"19504925203748","imei2":"19504925203748","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238224,"job_number":"JOB_238224","tr_customer_id":238243,"tr_customer_product_id":238233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:20.000Z","modified_at":"2026-04-04T05:40:20.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15444720038400","imei1":"15444720038400","imei2":"15444720038400","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238226,"job_number":"JOB_238226","tr_customer_id":238245,"tr_customer_product_id":238235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:36.000Z","modified_at":"2026-04-04T05:40:36.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18932480656631","imei1":"18932480656631","imei2":"18932480656631","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238230,"job_number":"JOB_238230","tr_customer_id":238249,"tr_customer_product_id":238239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:46:30.000Z","modified_at":"2026-04-04T05:46:30.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"491001014288456","imei1":"491001014288456","imei2":"491001014288456","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238232,"job_number":"JOB_238232","tr_customer_id":238251,"tr_customer_product_id":238241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:49:18.000Z","modified_at":"2026-04-04T05:49:18.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"79047535638025","imei1":"79047535638025","imei2":"79047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238233,"job_number":"JOB_238233","tr_customer_id":238252,"tr_customer_product_id":238242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:10:57.000Z","modified_at":"2026-04-04T06:10:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13000829582451","imei1":"13000829582451","imei2":"13000829582451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:10:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238235,"job_number":"JOB_238235","tr_customer_id":238254,"tr_customer_product_id":238244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:10:58.000Z","modified_at":"2026-04-04T06:10:58.000Z","name":"Dino Kuhn","mobile_number":"476-636-0742","email_id":"Betsy_OHara65@yahoo.com","dop":"2025-04-06","serial_number":"17727258053751220","imei1":"17727258053751220","imei2":"17727258053751220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238236,"job_number":"JOB_238236","tr_customer_id":238255,"tr_customer_product_id":238245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:11:46.000Z","modified_at":"2026-04-04T06:11:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14847153180720","imei1":"14847153180720","imei2":"14847153180720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238238,"job_number":"JOB_238238","tr_customer_id":238257,"tr_customer_product_id":238247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:11:48.000Z","modified_at":"2026-04-04T06:11:48.000Z","name":"Aglae Jacobs","mobile_number":"808-282-2923","email_id":"Santa_Grady14@yahoo.com","dop":"2025-04-06","serial_number":"10420806395694668","imei1":"10420806395694668","imei2":"10420806395694668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238239,"job_number":"JOB_238239","tr_customer_id":238258,"tr_customer_product_id":238248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:12:35.000Z","modified_at":"2026-04-04T06:12:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12803132010872","imei1":"12803132010872","imei2":"12803132010872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:12:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238241,"job_number":"JOB_238241","tr_customer_id":238260,"tr_customer_product_id":238250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:12:36.000Z","modified_at":"2026-04-04T06:12:36.000Z","name":"Dulce Marks","mobile_number":"202-613-7073","email_id":"Cortez_Heaney61@yahoo.com","dop":"2025-04-06","serial_number":"17447204519300152","imei1":"17447204519300152","imei2":"17447204519300152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:12:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238242,"job_number":"JOB_238242","tr_customer_id":238261,"tr_customer_product_id":238251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:14:01.000Z","modified_at":"2026-04-04T06:14:01.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"99047535638025","imei1":"99047535638025","imei2":"99047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238243,"job_number":"JOB_238243","tr_customer_id":238262,"tr_customer_product_id":238252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:15.000Z","modified_at":"2026-04-04T06:19:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19328642337170","imei1":"19328642337170","imei2":"19328642337170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238245,"job_number":"JOB_238245","tr_customer_id":238264,"tr_customer_product_id":238254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:17.000Z","modified_at":"2026-04-04T06:19:17.000Z","name":"Brain Metz","mobile_number":"271-873-8294","email_id":"Lavina.Doyle@hotmail.com","dop":"2025-04-06","serial_number":"12210083834749972","imei1":"12210083834749972","imei2":"12210083834749972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238246,"job_number":"JOB_238246","tr_customer_id":238265,"tr_customer_product_id":238255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:56.000Z","modified_at":"2026-04-04T06:19:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16796584572529","imei1":"16796584572529","imei2":"16796584572529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238248,"job_number":"JOB_238248","tr_customer_id":238267,"tr_customer_product_id":238257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:57.000Z","modified_at":"2026-04-04T06:19:57.000Z","name":"Maggie Stoltenberg","mobile_number":"616-422-5421","email_id":"Jovan8@hotmail.com","dop":"2025-04-06","serial_number":"11742118989800894","imei1":"11742118989800894","imei2":"11742118989800894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238249,"job_number":"JOB_238249","tr_customer_id":238268,"tr_customer_product_id":238258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:20:36.000Z","modified_at":"2026-04-04T06:20:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14267197546706","imei1":"14267197546706","imei2":"14267197546706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238251,"job_number":"JOB_238251","tr_customer_id":238270,"tr_customer_product_id":238260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:20:37.000Z","modified_at":"2026-04-04T06:20:37.000Z","name":"Edwardo Stamm","mobile_number":"309-591-9714","email_id":"Reynold46@hotmail.com","dop":"2025-04-06","serial_number":"19288270855121296","imei1":"19288270855121296","imei2":"19288270855121296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238252,"job_number":"JOB_238252","tr_customer_id":238271,"tr_customer_product_id":238261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:29:08.000Z","modified_at":"2026-04-04T06:29:08.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"199047535638025","imei1":"199047535638025","imei2":"199047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238261,"job_number":"JOB_238261","tr_customer_id":238280,"tr_customer_product_id":238270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:49:35.000Z","modified_at":"2026-04-04T06:49:35.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"19904753563802","imei1":"19904753563802","imei2":"19904753563802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238263,"job_number":"JOB_238263","tr_customer_id":238282,"tr_customer_product_id":238272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:53:26.000Z","modified_at":"2026-04-04T06:53:26.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10499346469767","imei2":"10499346469767","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238264,"job_number":"JOB_238264","tr_customer_id":238283,"tr_customer_product_id":238273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:01:13.000Z","modified_at":"2026-04-04T07:01:13.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10968045341754","imei2":"10968045341754","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238266,"job_number":"JOB_238266","tr_customer_id":238285,"tr_customer_product_id":238275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:37:24.000Z","modified_at":"2026-04-04T07:37:24.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"10938479429524","imei1":"10938479429524","imei2":"10938479429524","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238267,"job_number":"JOB_238267","tr_customer_id":238286,"tr_customer_product_id":238276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:37:45.000Z","modified_at":"2026-04-04T07:37:45.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"16826866568986","imei1":"16826866568986","imei2":"16826866568986","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238268,"job_number":"JOB_238268","tr_customer_id":238287,"tr_customer_product_id":238277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:39:17.000Z","modified_at":"2026-04-04T07:39:17.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"12848783533823","imei1":"12848783533823","imei2":"12848783533823","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238270,"job_number":"JOB_238270","tr_customer_id":238289,"tr_customer_product_id":238279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:45:32.000Z","modified_at":"2026-04-04T07:45:32.000Z","name":"Sienna Kunde","mobile_number":"538-793-3064","email_id":"Santa8@yahoo.com","dop":"2025-04-06","serial_number":"14158650026304496","imei1":"14158650026304496","imei2":"14158650026304496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238271,"job_number":"JOB_238271","tr_customer_id":238290,"tr_customer_product_id":238280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:52:19.000Z","modified_at":"2026-04-04T07:52:19.000Z","name":"Mabel Pouros","mobile_number":"653-467-6425","email_id":"Eva_Kling11@yahoo.com","dop":"2026-03-14","serial_number":"ime_8360378289","imei1":"148707282365322","imei2":"ime_8360378289","popurl":"2026-03-14T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238275,"job_number":"JOB_238275","tr_customer_id":238294,"tr_customer_product_id":238284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:01:47.000Z","modified_at":"2026-04-04T08:01:47.000Z","name":"Leonora Dickinson","mobile_number":"299-928-2266","email_id":"Cory59@yahoo.com","dop":"2025-04-06","serial_number":"19087551907837024","imei1":"19087551907837024","imei2":"19087551907837024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238277,"job_number":"JOB_238277","tr_customer_id":238296,"tr_customer_product_id":238286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Ritu Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"49823673038758","imei1":"49823673038758","imei2":"49823673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238278,"job_number":"JOB_238278","tr_customer_id":238297,"tr_customer_product_id":238287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Jatin Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"62623673038758","imei1":"62623673038758","imei2":"62623673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238279,"job_number":"JOB_238279","tr_customer_id":238298,"tr_customer_product_id":238288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Uday Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"77723673038758","imei1":"77723673038758","imei2":"77723673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238280,"job_number":"JOB_238280","tr_customer_id":238299,"tr_customer_product_id":238289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Tressa Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"98823673038758","imei1":"98823673038758","imei2":"98823673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238281,"job_number":"JOB_238281","tr_customer_id":238300,"tr_customer_product_id":238290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Chetan Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"48723673038758","imei1":"48723673038758","imei2":"48723673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238282,"job_number":"JOB_238282","tr_customer_id":238301,"tr_customer_product_id":238291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:25:38.000Z","modified_at":"2026-04-04T10:25:38.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"89904753563802","imei1":"89904753563802","imei2":"89904753563802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238294,"job_number":"JOB_238294","tr_customer_id":238313,"tr_customer_product_id":238303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:57:29.000Z","modified_at":"2026-04-04T10:57:29.000Z","name":"Christa Tromp","mobile_number":"885-525-4840","email_id":"Jared_Hauck77@yahoo.com","dop":"2026-02-28","serial_number":"14814476502783","imei1":"14814476502783","imei2":"14814476502783","popurl":"2026-02-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238295,"job_number":"JOB_238295","tr_customer_id":238314,"tr_customer_product_id":238304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:23:43.000Z","modified_at":"2026-04-04T11:23:43.000Z","name":"sourabh kurhade","mobile_number":"887799000000","email_id":"sourabh@gmail.com","dop":"2025-04-06","serial_number":"14852393987303","imei1":"14852393987303","imei2":"14852393987303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238297,"job_number":"JOB_238297","tr_customer_id":238316,"tr_customer_product_id":238306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:23:44.000Z","modified_at":"2026-04-04T11:23:44.000Z","name":"Enoch Gaylord","mobile_number":"283-469-4899","email_id":"Dangelo4@gmail.com","dop":"2025-04-06","serial_number":"19298430559537120","imei1":"19298430559537120","imei2":"19298430559537120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:23:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238298,"job_number":"JOB_238298","tr_customer_id":238317,"tr_customer_product_id":238307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:24:25.000Z","modified_at":"2026-04-04T11:24:25.000Z","name":"sontosh rana","mobile_number":"887799000000","email_id":"soutoshh@gmail.com","dop":"2025-04-06","serial_number":"15995659564455","imei1":"15995659564455","imei2":"15995659564455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238300,"job_number":"JOB_238300","tr_customer_id":238319,"tr_customer_product_id":238309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:24:27.000Z","modified_at":"2026-04-04T11:24:27.000Z","name":"Angie Hyatt","mobile_number":"450-810-6810","email_id":"Macy.Bauch@yahoo.com","dop":"2025-04-06","serial_number":"17932721395285084","imei1":"17932721395285084","imei2":"17932721395285084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238301,"job_number":"JOB_238301","tr_customer_id":238320,"tr_customer_product_id":238310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:25:06.000Z","modified_at":"2026-04-04T11:25:06.000Z","name":"subh sharma","mobile_number":"887799000000","email_id":"subh@gmail.com","dop":"2025-04-06","serial_number":"19891073514741","imei1":"19891073514741","imei2":"19891073514741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:25:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238303,"job_number":"JOB_238303","tr_customer_id":238322,"tr_customer_product_id":238312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:25:08.000Z","modified_at":"2026-04-04T11:25:08.000Z","name":"Pietro Kilback","mobile_number":"736-676-9870","email_id":"Gennaro41@yahoo.com","dop":"2025-04-06","serial_number":"12405883629443000","imei1":"12405883629443000","imei2":"12405883629443000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238305,"job_number":"JOB_238305","tr_customer_id":238324,"tr_customer_product_id":238314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:50:25.000Z","modified_at":"2026-04-04T11:50:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-03-25","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-03-25T11:50:24.904634072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238306,"job_number":"JOB_238306","tr_customer_id":238325,"tr_customer_product_id":238315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:01:19.000Z","modified_at":"2026-04-04T12:01:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-03-25","serial_number":"34497090442753","imei1":"34497090442753","imei2":"34497090442753","popurl":"2026-03-25T12:01:18.647502206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238307,"job_number":"JOB_238307","tr_customer_id":238326,"tr_customer_product_id":238316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:24:06.000Z","modified_at":"2026-04-04T12:24:06.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"171828465171166","imei1":"171828465171166","imei2":"171828465171166","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238308,"job_number":"JOB_238308","tr_customer_id":238327,"tr_customer_product_id":238317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:27:34.000Z","modified_at":"2026-04-04T12:27:34.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"352997999954124","imei1":"352997999954124","imei2":"352997999954124","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238309,"job_number":"JOB_238309","tr_customer_id":238328,"tr_customer_product_id":238318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:11:19.000Z","modified_at":"2026-04-04T13:11:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12978996072530","imei1":"12978996072530","imei2":"12978996072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:11:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238311,"job_number":"JOB_238311","tr_customer_id":238330,"tr_customer_product_id":238320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:11:21.000Z","modified_at":"2026-04-04T13:11:21.000Z","name":"Sim Spencer","mobile_number":"336-628-1012","email_id":"Benjamin_Lueilwitz@gmail.com","dop":"2025-04-06","serial_number":"10581323886969978","imei1":"10581323886969978","imei2":"10581323886969978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:11:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238312,"job_number":"JOB_238312","tr_customer_id":238331,"tr_customer_product_id":238321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:02.000Z","modified_at":"2026-04-04T13:12:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18986483900363","imei1":"18986483900363","imei2":"18986483900363","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238314,"job_number":"JOB_238314","tr_customer_id":238333,"tr_customer_product_id":238323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:03.000Z","modified_at":"2026-04-04T13:12:03.000Z","name":"Tanya Graham","mobile_number":"396-641-4155","email_id":"Hosea.Lakin41@hotmail.com","dop":"2025-04-06","serial_number":"14835733455780936","imei1":"14835733455780936","imei2":"14835733455780936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238315,"job_number":"JOB_238315","tr_customer_id":238334,"tr_customer_product_id":238324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:44.000Z","modified_at":"2026-04-04T13:12:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13298676713677","imei1":"13298676713677","imei2":"13298676713677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238317,"job_number":"JOB_238317","tr_customer_id":238336,"tr_customer_product_id":238326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:45.000Z","modified_at":"2026-04-04T13:12:45.000Z","name":"Quinton Cummerata","mobile_number":"227-866-3289","email_id":"Maud14@gmail.com","dop":"2025-04-06","serial_number":"11001022621348078","imei1":"11001022621348078","imei2":"11001022621348078","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238319,"job_number":"JOB_238319","tr_customer_id":238338,"tr_customer_product_id":238328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:23:55.000Z","modified_at":"2026-04-04T13:23:55.000Z","name":"Adelle Romaguera","mobile_number":"500-852-8628","email_id":"Elouise.Batz81@gmail.com","dop":"2025-04-06","serial_number":"15467453589921188","imei1":"15467453589921188","imei2":"15467453589921188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:23:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238321,"job_number":"JOB_238321","tr_customer_id":238340,"tr_customer_product_id":238330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:26:03.000Z","modified_at":"2026-04-04T13:26:03.000Z","name":"Blaze Graham","mobile_number":"635-697-3606","email_id":"Elton20@gmail.com","dop":"2025-04-06","serial_number":"15636785564432876","imei1":"15636785564432876","imei2":"15636785564432876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238322,"job_number":"JOB_238322","tr_customer_id":238341,"tr_customer_product_id":238331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:30:28.000Z","modified_at":"2026-04-04T13:30:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17057514776766","imei1":"17057514776766","imei2":"17057514776766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238324,"job_number":"JOB_238324","tr_customer_id":238343,"tr_customer_product_id":238333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:30:30.000Z","modified_at":"2026-04-04T13:30:30.000Z","name":"Mossie Reinger","mobile_number":"551-229-5293","email_id":"Dorothy46@hotmail.com","dop":"2025-04-06","serial_number":"11884281920284888","imei1":"11884281920284888","imei2":"11884281920284888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238325,"job_number":"JOB_238325","tr_customer_id":238344,"tr_customer_product_id":238334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:31:15.000Z","modified_at":"2026-04-04T13:31:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15797674636242","imei1":"15797674636242","imei2":"15797674636242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238327,"job_number":"JOB_238327","tr_customer_id":238346,"tr_customer_product_id":238336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:31:17.000Z","modified_at":"2026-04-04T13:31:17.000Z","name":"Rae Rempel","mobile_number":"531-479-8830","email_id":"Adella55@gmail.com","dop":"2025-04-06","serial_number":"16288294059498864","imei1":"16288294059498864","imei2":"16288294059498864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238328,"job_number":"JOB_238328","tr_customer_id":238347,"tr_customer_product_id":238337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:32:02.000Z","modified_at":"2026-04-04T13:32:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19823914783789","imei1":"19823914783789","imei2":"19823914783789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238330,"job_number":"JOB_238330","tr_customer_id":238349,"tr_customer_product_id":238339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:32:04.000Z","modified_at":"2026-04-04T13:32:04.000Z","name":"Mozelle Batz","mobile_number":"929-325-3198","email_id":"April33@yahoo.com","dop":"2025-04-06","serial_number":"18252728120646412","imei1":"18252728120646412","imei2":"18252728120646412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238331,"job_number":"JOB_238331","tr_customer_id":238350,"tr_customer_product_id":238340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:35:31.000Z","modified_at":"2026-04-04T13:35:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15005916473032","imei1":"15005916473032","imei2":"15005916473032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238333,"job_number":"JOB_238333","tr_customer_id":238352,"tr_customer_product_id":238342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:35:32.000Z","modified_at":"2026-04-04T13:35:32.000Z","name":"Mellie McDermott","mobile_number":"747-645-7874","email_id":"Cordia_Graham@gmail.com","dop":"2025-04-06","serial_number":"19490071606405630","imei1":"19490071606405630","imei2":"19490071606405630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238334,"job_number":"JOB_238334","tr_customer_id":238353,"tr_customer_product_id":238343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:36:19.000Z","modified_at":"2026-04-04T13:36:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17153430661611","imei1":"17153430661611","imei2":"17153430661611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238336,"job_number":"JOB_238336","tr_customer_id":238355,"tr_customer_product_id":238345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:36:21.000Z","modified_at":"2026-04-04T13:36:21.000Z","name":"Angeline Schiller","mobile_number":"258-573-0580","email_id":"Eunice_Wiza79@yahoo.com","dop":"2025-04-06","serial_number":"16454796713029592","imei1":"16454796713029592","imei2":"16454796713029592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238337,"job_number":"JOB_238337","tr_customer_id":238356,"tr_customer_product_id":238346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:37:05.000Z","modified_at":"2026-04-04T13:37:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19687653053652","imei1":"19687653053652","imei2":"19687653053652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238339,"job_number":"JOB_238339","tr_customer_id":238358,"tr_customer_product_id":238348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:37:07.000Z","modified_at":"2026-04-04T13:37:07.000Z","name":"Brayan Ryan","mobile_number":"819-879-2161","email_id":"Adrien35@yahoo.com","dop":"2025-04-06","serial_number":"14244137103722496","imei1":"14244137103722496","imei2":"14244137103722496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238341,"job_number":"JOB_238341","tr_customer_id":238360,"tr_customer_product_id":238350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:04.000Z","modified_at":"2026-04-04T13:46:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15520473250068","imei1":"15520473250068","imei2":"15520473250068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238343,"job_number":"JOB_238343","tr_customer_id":238362,"tr_customer_product_id":238352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:05.000Z","modified_at":"2026-04-04T13:46:05.000Z","name":"Jaden Nienow","mobile_number":"814-377-3991","email_id":"Vernie_Vandervort54@hotmail.com","dop":"2025-04-06","serial_number":"11709404851324114","imei1":"11709404851324114","imei2":"11709404851324114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238345,"job_number":"JOB_238345","tr_customer_id":238364,"tr_customer_product_id":238354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:16.000Z","modified_at":"2026-04-04T13:46:16.000Z","name":"Eugenia Ryan","mobile_number":"658-551-9407","email_id":"Carlos47@gmail.com","dop":"2025-05-30","serial_number":"14444687440936","imei1":"14444687440936","imei2":"14444687440936","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238346,"job_number":"JOB_238346","tr_customer_id":238365,"tr_customer_product_id":238355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:17.000Z","modified_at":"2026-04-04T13:46:17.000Z","name":"Burnice Wehner","mobile_number":"840-917-8972","email_id":"Gonzalo77@gmail.com","dop":"2025-05-30","serial_number":"1434744070295830","imei1":"1434744070295830","imei2":"1434744070295830","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238347,"job_number":"JOB_238347","tr_customer_id":238366,"tr_customer_product_id":238356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:50.000Z","modified_at":"2026-04-04T13:46:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11125611456815","imei1":"11125611456815","imei2":"11125611456815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238349,"job_number":"JOB_238349","tr_customer_id":238368,"tr_customer_product_id":238358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:52.000Z","modified_at":"2026-04-04T13:46:52.000Z","name":"Alek Ziemann","mobile_number":"312-975-6521","email_id":"Ariane_Robel@yahoo.com","dop":"2025-04-06","serial_number":"14040811556267552","imei1":"14040811556267552","imei2":"14040811556267552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238350,"job_number":"JOB_238350","tr_customer_id":238369,"tr_customer_product_id":238359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:47:37.000Z","modified_at":"2026-04-04T13:47:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17205165868888","imei1":"17205165868888","imei2":"17205165868888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238352,"job_number":"JOB_238352","tr_customer_id":238371,"tr_customer_product_id":238361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:47:38.000Z","modified_at":"2026-04-04T13:47:38.000Z","name":"Sheldon Senger","mobile_number":"394-974-5351","email_id":"Stone_Tremblay@hotmail.com","dop":"2025-04-06","serial_number":"14756418445097202","imei1":"14756418445097202","imei2":"14756418445097202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238355,"job_number":"JOB_238355","tr_customer_id":238374,"tr_customer_product_id":238364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:56.000Z","modified_at":"2026-04-04T14:02:56.000Z","name":"Marquise Murazik","mobile_number":"467-394-8992","email_id":"Mylene_Schoen@yahoo.com","dop":"2025-04-06","serial_number":"19714375938575910","imei1":"19714375938575910","imei2":"19714375938575910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238356,"job_number":"JOB_238356","tr_customer_id":238375,"tr_customer_product_id":238365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:57.000Z","modified_at":"2026-04-04T14:02:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84341807173203","imei1":"84341807173203","imei2":"84341807173203","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238357,"job_number":"JOB_238357","tr_customer_id":238376,"tr_customer_product_id":238366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:57.000Z","modified_at":"2026-04-04T14:02:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61100669482979","imei1":"61100669482979","imei2":"61100669482979","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238358,"job_number":"JOB_238358","tr_customer_id":238377,"tr_customer_product_id":238367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89298051132943","imei1":"89298051132943","imei2":"89298051132943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238359,"job_number":"JOB_238359","tr_customer_id":238378,"tr_customer_product_id":238368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26848455793357","imei1":"26848455793357","imei2":"26848455793357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238360,"job_number":"JOB_238360","tr_customer_id":238379,"tr_customer_product_id":238369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25679234487431","imei1":"25679234487431","imei2":"25679234487431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238361,"job_number":"JOB_238361","tr_customer_id":238380,"tr_customer_product_id":238370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:59.000Z","modified_at":"2026-04-04T14:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88069641022700","imei1":"88069641022700","imei2":"88069641022700","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238363,"job_number":"JOB_238363","tr_customer_id":238382,"tr_customer_product_id":238372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:13.000Z","modified_at":"2026-04-04T14:03:13.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"102071384556866","imei1":"102071384556866","imei2":"102071384556866","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238365,"job_number":"JOB_238365","tr_customer_id":238384,"tr_customer_product_id":238374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:29.000Z","modified_at":"2026-04-04T14:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21644125603847","imei1":"21644125603847","imei2":"21644125603847","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238366,"job_number":"JOB_238366","tr_customer_id":238385,"tr_customer_product_id":238375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33958461408828","imei1":"33958461408828","imei2":"33958461408828","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238367,"job_number":"JOB_238367","tr_customer_id":238386,"tr_customer_product_id":238376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79872043694261","imei1":"79872043694261","imei2":"79872043694261","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238368,"job_number":"JOB_238368","tr_customer_id":238387,"tr_customer_product_id":238377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52737643259003","imei1":"52737643259003","imei2":"52737643259003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238369,"job_number":"JOB_238369","tr_customer_id":238388,"tr_customer_product_id":238378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:31.000Z","modified_at":"2026-04-04T14:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41540806199509","imei1":"41540806199509","imei2":"41540806199509","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238370,"job_number":"JOB_238370","tr_customer_id":238389,"tr_customer_product_id":238379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:31.000Z","modified_at":"2026-04-04T14:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78712395058610","imei1":"78712395058610","imei2":"78712395058610","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238372,"job_number":"JOB_238372","tr_customer_id":238391,"tr_customer_product_id":238381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:55.000Z","modified_at":"2026-04-04T14:03:55.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102447841370307","imei1":"102447841370307","imei2":"102447841370307","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238374,"job_number":"JOB_238374","tr_customer_id":238393,"tr_customer_product_id":238383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:01.000Z","modified_at":"2026-04-04T14:04:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47506301105369","imei1":"47506301105369","imei2":"47506301105369","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238375,"job_number":"JOB_238375","tr_customer_id":238394,"tr_customer_product_id":238384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59891625975479","imei1":"59891625975479","imei2":"59891625975479","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238376,"job_number":"JOB_238376","tr_customer_id":238395,"tr_customer_product_id":238385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51661663201407","imei1":"51661663201407","imei2":"51661663201407","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238377,"job_number":"JOB_238377","tr_customer_id":238396,"tr_customer_product_id":238386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36432774751427","imei1":"36432774751427","imei2":"36432774751427","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238378,"job_number":"JOB_238378","tr_customer_id":238397,"tr_customer_product_id":238387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60439627676692","imei1":"60439627676692","imei2":"60439627676692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238379,"job_number":"JOB_238379","tr_customer_id":238398,"tr_customer_product_id":238388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:03.000Z","modified_at":"2026-04-04T14:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11732790598482","imei1":"11732790598482","imei2":"11732790598482","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238381,"job_number":"JOB_238381","tr_customer_id":238400,"tr_customer_product_id":238390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:11.000Z","modified_at":"2026-04-04T14:04:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15081068315033","imei1":"15081068315033","imei2":"15081068315033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238383,"job_number":"JOB_238383","tr_customer_id":238402,"tr_customer_product_id":238392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:12.000Z","modified_at":"2026-04-04T14:04:12.000Z","name":"Guy Kuvalis","mobile_number":"987-524-4821","email_id":"Hosea.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"12956351608069148","imei1":"12956351608069148","imei2":"12956351608069148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238385,"job_number":"JOB_238385","tr_customer_id":238404,"tr_customer_product_id":238394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:36.000Z","modified_at":"2026-04-04T14:04:36.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"108276836692370","imei1":"108276836692370","imei2":"108276836692370","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238388,"job_number":"JOB_238388","tr_customer_id":238407,"tr_customer_product_id":238397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:51.000Z","modified_at":"2026-04-04T14:04:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15287174088185","imei1":"15287174088185","imei2":"15287174088185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238390,"job_number":"JOB_238390","tr_customer_id":238409,"tr_customer_product_id":238399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:52.000Z","modified_at":"2026-04-04T14:04:52.000Z","name":"Devante Bradtke","mobile_number":"782-371-2651","email_id":"Rogers.Vandervort@gmail.com","dop":"2025-04-06","serial_number":"13444954107443320","imei1":"13444954107443320","imei2":"13444954107443320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238392,"job_number":"JOB_238392","tr_customer_id":238411,"tr_customer_product_id":238401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:31.000Z","modified_at":"2026-04-04T14:05:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17177972742812","imei1":"17177972742812","imei2":"17177972742812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238394,"job_number":"JOB_238394","tr_customer_id":238413,"tr_customer_product_id":238403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:32.000Z","modified_at":"2026-04-04T14:05:32.000Z","name":"Dane Price","mobile_number":"787-314-5800","email_id":"Isadore18@hotmail.com","dop":"2025-04-06","serial_number":"16598947009637960","imei1":"16598947009637960","imei2":"16598947009637960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238395,"job_number":"JOB_238395","tr_customer_id":238414,"tr_customer_product_id":238404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:52.000Z","modified_at":"2026-04-04T14:05:52.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-02-13","serial_number":"104745092018710","imei1":"104745092018710","imei2":"104745092018710","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238397,"job_number":"JOB_238397","tr_customer_id":238416,"tr_customer_product_id":238406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:53.000Z","modified_at":"2026-04-04T14:05:53.000Z","name":"Lisa Tromp","mobile_number":"660-424-1761","email_id":"Chaim85@yahoo.com","dop":"2025-02-13","serial_number":"10087211339576244","imei1":"10087211339576244","imei2":"10087211339576244","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238399,"job_number":"JOB_238399","tr_customer_id":238418,"tr_customer_product_id":238408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:06.000Z","modified_at":"2026-04-04T14:06:06.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-02-13","serial_number":"101124325956866","imei1":"101124325956866","imei2":"101124325956866","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238401,"job_number":"JOB_238401","tr_customer_id":238420,"tr_customer_product_id":238410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:07.000Z","modified_at":"2026-04-04T14:06:07.000Z","name":"Romaine Simonis","mobile_number":"734-356-3576","email_id":"Joshuah.Turner@hotmail.com","dop":"2025-02-13","serial_number":"10035056054575668","imei1":"10035056054575668","imei2":"10035056054575668","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238402,"job_number":"JOB_238402","tr_customer_id":238421,"tr_customer_product_id":238411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:19.000Z","modified_at":"2026-04-04T14:06:19.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-02-13","serial_number":"101863028902588","imei1":"101863028902588","imei2":"101863028902588","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238404,"job_number":"JOB_238404","tr_customer_id":238423,"tr_customer_product_id":238413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:21.000Z","modified_at":"2026-04-04T14:06:21.000Z","name":"Madilyn Hermann","mobile_number":"804-604-7332","email_id":"Larry62@yahoo.com","dop":"2025-02-13","serial_number":"10001708884004404","imei1":"10001708884004404","imei2":"10001708884004404","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238405,"job_number":"JOB_238405","tr_customer_id":238424,"tr_customer_product_id":238414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:09:08.000Z","modified_at":"2026-04-04T14:09:08.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10698288340098","imei1":"10698288340098","imei2":"10698288340098","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238411,"job_number":"JOB_238411","tr_customer_id":238430,"tr_customer_product_id":238420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:53.000Z","modified_at":"2026-04-04T14:22:53.000Z","name":"Sanu Anand","mobile_number":"7059787665","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"11530879206336","imei1":"11530879206336","imei2":"11530879206336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238413,"job_number":"JOB_238413","tr_customer_id":238432,"tr_customer_product_id":238422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:55.000Z","modified_at":"2026-04-04T14:22:55.000Z","name":"Keanu Ernser","mobile_number":"540-945-7426","email_id":"Geovanny_Mraz63@yahoo.com","dop":"2025-04-06","serial_number":"10738028413950038","imei1":"10738028413950038","imei2":"10738028413950038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238418,"job_number":"JOB_238418","tr_customer_id":238437,"tr_customer_product_id":238427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:39.000Z","modified_at":"2026-04-04T14:23:39.000Z","name":"Manu Anand","mobile_number":"7059787667","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"12731325164999","imei1":"12731325164999","imei2":"12731325164999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238420,"job_number":"JOB_238420","tr_customer_id":238439,"tr_customer_product_id":238429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:41.000Z","modified_at":"2026-04-04T14:23:41.000Z","name":"Estelle Howell","mobile_number":"258-900-3402","email_id":"Rogelio.Fay25@hotmail.com","dop":"2025-04-06","serial_number":"16896472688634040","imei1":"16896472688634040","imei2":"16896472688634040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238422,"job_number":"JOB_238422","tr_customer_id":238441,"tr_customer_product_id":238431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:24:25.000Z","modified_at":"2026-04-04T14:24:25.000Z","name":"Janu Anand","mobile_number":"7059787666","email_id":"sanuanand@gmail.com","dop":"2025-04-06","serial_number":"11453336830299","imei1":"11453336830299","imei2":"11453336830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238424,"job_number":"JOB_238424","tr_customer_id":238443,"tr_customer_product_id":238433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:24:26.000Z","modified_at":"2026-04-04T14:24:26.000Z","name":"Perry Dicki","mobile_number":"364-384-6084","email_id":"London_Orn19@hotmail.com","dop":"2025-04-06","serial_number":"13244454805042596","imei1":"13244454805042596","imei2":"13244454805042596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238425,"job_number":"JOB_238425","tr_customer_id":238444,"tr_customer_product_id":238434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:25:40.000Z","modified_at":"2026-04-04T14:25:40.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"86565986130872","imei1":"86565986130872","imei2":"86565986130872","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238426,"job_number":"JOB_238426","tr_customer_id":238445,"tr_customer_product_id":238435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:25:40.000Z","modified_at":"2026-04-04T14:25:40.000Z","name":"Jovan Jacobs","mobile_number":"599-396-9377","email_id":"Luigi.Lubowitz6@gmail.com","dop":"2025-02-01","serial_number":"36033933272799","imei1":"36033933272799","imei2":"36033933272799","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238431,"job_number":"JOB_238431","tr_customer_id":238450,"tr_customer_product_id":238440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:23.000Z","modified_at":"2026-04-04T14:26:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"50210931853204","imei1":"50210931853204","imei2":"50210931853204","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238432,"job_number":"JOB_238432","tr_customer_id":238451,"tr_customer_product_id":238441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:23.000Z","modified_at":"2026-04-04T14:26:23.000Z","name":"Jaida Bogisich","mobile_number":"368-746-1051","email_id":"Mae.Upton13@hotmail.com","dop":"2025-02-01","serial_number":"23909896824304","imei1":"23909896824304","imei2":"23909896824304","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238440,"job_number":"JOB_238440","tr_customer_id":238459,"tr_customer_product_id":238449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:56.000Z","modified_at":"2026-04-04T14:26:56.000Z","name":"Donnell Lakin","mobile_number":"282-405-3329","email_id":"Anthony.Parker@hotmail.com","dop":"2025-05-05","serial_number":"17736108611525","imei1":"17736108611525","imei2":"17736108611525","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238441,"job_number":"JOB_238441","tr_customer_id":238460,"tr_customer_product_id":238450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:57.000Z","modified_at":"2026-04-04T14:26:57.000Z","name":"Jerod Rohan","mobile_number":"303-252-9678","email_id":"Norberto_Kemmer@hotmail.com","dop":"2025-05-05","serial_number":"19934116735740","imei1":"19934116735740","imei2":"19934116735740","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238445,"job_number":"JOB_238445","tr_customer_id":238464,"tr_customer_product_id":238454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:06.000Z","modified_at":"2026-04-04T14:27:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"107127372964829","imei1":"107127372964829","imei2":"107127372964829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238446,"job_number":"JOB_238446","tr_customer_id":238465,"tr_customer_product_id":238455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:06.000Z","modified_at":"2026-04-04T14:27:06.000Z","name":"Shyann Spencer","mobile_number":"397-689-8779","email_id":"Merl_Schinner@yahoo.com","dop":"2025-02-01","serial_number":"46824627375215","imei1":"46824627375215","imei2":"46824627375215","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238448,"job_number":"JOB_238448","tr_customer_id":238467,"tr_customer_product_id":238457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:08.000Z","modified_at":"2026-04-04T14:27:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13609748981422","imei1":"13609748981422","imei2":"13609748981422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238450,"job_number":"JOB_238450","tr_customer_id":238469,"tr_customer_product_id":238459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:10.000Z","modified_at":"2026-04-04T14:27:10.000Z","name":"Dillon Swift","mobile_number":"436-228-5535","email_id":"Modesto83@gmail.com","dop":"2025-04-06","serial_number":"14479666909327296","imei1":"14479666909327296","imei2":"14479666909327296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238452,"job_number":"JOB_238452","tr_customer_id":238471,"tr_customer_product_id":238461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:32.000Z","modified_at":"2026-04-04T14:27:32.000Z","name":"Christopher Stoltenberg","mobile_number":"997-548-6097","email_id":"Cortney.Beer93@yahoo.com","dop":"2025-05-05","serial_number":"15896338955700","imei1":"15896338955700","imei2":"15896338955700","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238453,"job_number":"JOB_238453","tr_customer_id":238472,"tr_customer_product_id":238462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:33.000Z","modified_at":"2026-04-04T14:27:33.000Z","name":"Gerardo Hills","mobile_number":"940-859-2501","email_id":"Kavon78@gmail.com","dop":"2025-05-05","serial_number":"12644950659282","imei1":"12644950659282","imei2":"12644950659282","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238454,"job_number":"JOB_238454","tr_customer_id":238473,"tr_customer_product_id":238463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:51.000Z","modified_at":"2026-04-04T14:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18404033274416","imei1":"18404033274416","imei2":"18404033274416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238456,"job_number":"JOB_238456","tr_customer_id":238475,"tr_customer_product_id":238465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:52.000Z","modified_at":"2026-04-04T14:27:52.000Z","name":"Dashawn Beier","mobile_number":"768-212-9536","email_id":"Felicity_Ferry22@hotmail.com","dop":"2025-04-06","serial_number":"19461775226307550","imei1":"19461775226307550","imei2":"19461775226307550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238457,"job_number":"JOB_238457","tr_customer_id":238476,"tr_customer_product_id":238466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:28:33.000Z","modified_at":"2026-04-04T14:28:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13013541988679","imei1":"13013541988679","imei2":"13013541988679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238459,"job_number":"JOB_238459","tr_customer_id":238478,"tr_customer_product_id":238468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:28:35.000Z","modified_at":"2026-04-04T14:28:35.000Z","name":"Clemmie Rodriguez","mobile_number":"686-295-2713","email_id":"Miles56@hotmail.com","dop":"2025-04-06","serial_number":"12608874251177718","imei1":"12608874251177718","imei2":"12608874251177718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238460,"job_number":"JOB_238460","tr_customer_id":238479,"tr_customer_product_id":238469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:10.000Z","modified_at":"2026-04-04T14:29:10.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10880779118295","imei1":"10880779118295","imei2":"10880779118295","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238462,"job_number":"JOB_238462","tr_customer_id":238481,"tr_customer_product_id":238471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:11.000Z","modified_at":"2026-04-04T14:29:11.000Z","name":"Litzy Keebler","mobile_number":"381-658-1456","email_id":"Edgardo19@gmail.com","dop":"2025-06-18","serial_number":"1073106382833274","imei1":"1073106382833274","imei2":"1073106382833274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238466,"job_number":"JOB_238466","tr_customer_id":238485,"tr_customer_product_id":238475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:53.000Z","modified_at":"2026-04-04T14:29:53.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10534947305020","imei1":"10534947305020","imei2":"10534947305020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238468,"job_number":"JOB_238468","tr_customer_id":238487,"tr_customer_product_id":238477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:54.000Z","modified_at":"2026-04-04T14:29:54.000Z","name":"Elnora Schiller","mobile_number":"605-643-1451","email_id":"Virgil83@yahoo.com","dop":"2025-06-18","serial_number":"1026047710981417","imei1":"1026047710981417","imei2":"1026047710981417","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238475,"job_number":"JOB_238475","tr_customer_id":238494,"tr_customer_product_id":238484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:21.000Z","modified_at":"2026-04-04T14:31:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13329324985914","imei1":"13329324985914","imei2":"13329324985914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238477,"job_number":"JOB_238477","tr_customer_id":238496,"tr_customer_product_id":238486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:22.000Z","modified_at":"2026-04-04T14:31:22.000Z","name":"Oma Breitenberg","mobile_number":"682-987-9823","email_id":"Mackenzie.Rempel@hotmail.com","dop":"2025-04-06","serial_number":"16334431669361438","imei1":"16334431669361438","imei2":"16334431669361438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238481,"job_number":"JOB_238481","tr_customer_id":238500,"tr_customer_product_id":238490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:55.000Z","modified_at":"2026-04-04T14:31:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10142803924288","imei1":"10142803924288","imei2":"10142803924288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238483,"job_number":"JOB_238483","tr_customer_id":238502,"tr_customer_product_id":238492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:57.000Z","modified_at":"2026-04-04T14:31:57.000Z","name":"Bailey Padberg","mobile_number":"345-585-9983","email_id":"Maryjane31@hotmail.com","dop":"2025-04-06","serial_number":"13420307015706592","imei1":"13420307015706592","imei2":"13420307015706592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238484,"job_number":"JOB_238484","tr_customer_id":238503,"tr_customer_product_id":238493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:04.000Z","modified_at":"2026-04-04T14:32:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14288039691002","imei1":"14288039691002","imei2":"14288039691002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238486,"job_number":"JOB_238486","tr_customer_id":238505,"tr_customer_product_id":238495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:05.000Z","modified_at":"2026-04-04T14:32:05.000Z","name":"Levi Volkman","mobile_number":"371-703-8147","email_id":"Sidney_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"13878590759895746","imei1":"13878590759895746","imei2":"13878590759895746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238487,"job_number":"JOB_238487","tr_customer_id":238506,"tr_customer_product_id":238496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:13.000Z","modified_at":"2026-04-04T14:32:13.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12734189788678","imei1":"12734189788678","imei2":"12734189788678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238489,"job_number":"JOB_238489","tr_customer_id":238508,"tr_customer_product_id":238498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:15.000Z","modified_at":"2026-04-04T14:32:15.000Z","name":"Gideon Collier","mobile_number":"349-863-6015","email_id":"Deontae.Hyatt@hotmail.com","dop":"2025-04-06","serial_number":"14079934863660776","imei1":"14079934863660776","imei2":"14079934863660776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238490,"job_number":"JOB_238490","tr_customer_id":238509,"tr_customer_product_id":238499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:19.000Z","modified_at":"2026-04-04T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11876373444216","imei1":"11876373444216","imei2":"11876373444216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238492,"job_number":"JOB_238492","tr_customer_id":238511,"tr_customer_product_id":238501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:21.000Z","modified_at":"2026-04-04T14:32:21.000Z","name":"Lucio Borer","mobile_number":"497-727-6216","email_id":"Martine61@hotmail.com","dop":"2025-04-06","serial_number":"16423214905685964","imei1":"16423214905685964","imei2":"16423214905685964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238493,"job_number":"JOB_238493","tr_customer_id":238512,"tr_customer_product_id":238502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:41.000Z","modified_at":"2026-04-04T14:32:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14426249625946","imei1":"14426249625946","imei2":"14426249625946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238495,"job_number":"JOB_238495","tr_customer_id":238514,"tr_customer_product_id":238504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:43.000Z","modified_at":"2026-04-04T14:32:43.000Z","name":"Betty Bednar","mobile_number":"268-233-5575","email_id":"Edyth_Adams21@hotmail.com","dop":"2025-04-06","serial_number":"17114274075751372","imei1":"17114274075751372","imei2":"17114274075751372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238496,"job_number":"JOB_238496","tr_customer_id":238515,"tr_customer_product_id":238505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:46.000Z","modified_at":"2026-04-04T14:32:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16510626274675","imei1":"16510626274675","imei2":"16510626274675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238498,"job_number":"JOB_238498","tr_customer_id":238517,"tr_customer_product_id":238507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:47.000Z","modified_at":"2026-04-04T14:32:47.000Z","name":"Rosario O'Reilly","mobile_number":"954-516-5983","email_id":"Addison_Graham90@yahoo.com","dop":"2025-04-06","serial_number":"10549189223001160","imei1":"10549189223001160","imei2":"10549189223001160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238499,"job_number":"JOB_238499","tr_customer_id":238518,"tr_customer_product_id":238508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:57.000Z","modified_at":"2026-04-04T14:32:57.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18102923835587","imei1":"18102923835587","imei2":"18102923835587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238501,"job_number":"JOB_238501","tr_customer_id":238520,"tr_customer_product_id":238510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:59.000Z","modified_at":"2026-04-04T14:32:59.000Z","name":"Dino Nikolaus","mobile_number":"583-687-8623","email_id":"Aurelia_Yost99@hotmail.com","dop":"2025-04-06","serial_number":"12511678580396212","imei1":"12511678580396212","imei2":"12511678580396212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238502,"job_number":"JOB_238502","tr_customer_id":238521,"tr_customer_product_id":238511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:04.000Z","modified_at":"2026-04-04T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16831322611732","imei1":"16831322611732","imei2":"16831322611732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238504,"job_number":"JOB_238504","tr_customer_id":238523,"tr_customer_product_id":238513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:06.000Z","modified_at":"2026-04-04T14:33:06.000Z","name":"Ray Cummings","mobile_number":"270-658-4335","email_id":"Sophie4@gmail.com","dop":"2025-04-06","serial_number":"16260950289704756","imei1":"16260950289704756","imei2":"16260950289704756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238505,"job_number":"JOB_238505","tr_customer_id":238524,"tr_customer_product_id":238514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:26.000Z","modified_at":"2026-04-04T14:33:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13558823485185","imei1":"13558823485185","imei2":"13558823485185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238507,"job_number":"JOB_238507","tr_customer_id":238526,"tr_customer_product_id":238516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:28.000Z","modified_at":"2026-04-04T14:33:28.000Z","name":"Hector Abshire","mobile_number":"439-678-0738","email_id":"Mayra_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"13242521841040296","imei1":"13242521841040296","imei2":"13242521841040296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238508,"job_number":"JOB_238508","tr_customer_id":238527,"tr_customer_product_id":238517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:41.000Z","modified_at":"2026-04-04T14:33:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"12563573777101","imei1":"12563573777101","imei2":"12563573777101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238510,"job_number":"JOB_238510","tr_customer_id":238529,"tr_customer_product_id":238519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:42.000Z","modified_at":"2026-04-04T14:33:42.000Z","name":"Lindsey VonRueden","mobile_number":"558-434-7932","email_id":"Toni.Tromp@gmail.com","dop":"2025-04-06","serial_number":"16627226800853660","imei1":"16627226800853660","imei2":"16627226800853660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238511,"job_number":"JOB_238511","tr_customer_id":238530,"tr_customer_product_id":238520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:49.000Z","modified_at":"2026-04-04T14:33:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19278124729735","imei1":"19278124729735","imei2":"19278124729735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238513,"job_number":"JOB_238513","tr_customer_id":238532,"tr_customer_product_id":238522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:51.000Z","modified_at":"2026-04-04T14:33:51.000Z","name":"Brannon Jaskolski","mobile_number":"672-719-7041","email_id":"Adonis9@yahoo.com","dop":"2025-04-06","serial_number":"15208606662145864","imei1":"15208606662145864","imei2":"15208606662145864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238515,"job_number":"JOB_238515","tr_customer_id":238534,"tr_customer_product_id":238524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:29.000Z","modified_at":"2026-04-04T14:34:29.000Z","name":"Maryse Ratke","mobile_number":"569-639-4133","email_id":"Tillman96@hotmail.com","dop":"2025-04-06","serial_number":"18039960004314724","imei1":"18039960004314724","imei2":"18039960004314724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238517,"job_number":"JOB_238517","tr_customer_id":238536,"tr_customer_product_id":238526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:31.000Z","modified_at":"2026-04-04T14:34:31.000Z","name":"Edison Sanford","mobile_number":"312-373-9955","email_id":"Alberta.Wolff@gmail.com","dop":"2025-04-06","serial_number":"17790801801133552","imei1":"17790801801133552","imei2":"17790801801133552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238520,"job_number":"JOB_238520","tr_customer_id":238539,"tr_customer_product_id":238529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:51.000Z","modified_at":"2026-04-04T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19209353758691","imei1":"19209353758691","imei2":"19209353758691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238522,"job_number":"JOB_238522","tr_customer_id":238541,"tr_customer_product_id":238531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:53.000Z","modified_at":"2026-04-04T14:34:53.000Z","name":"Etha Kris","mobile_number":"774-753-2335","email_id":"Rodger53@hotmail.com","dop":"2025-04-06","serial_number":"14873699697550142","imei1":"14873699697550142","imei2":"14873699697550142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238524,"job_number":"JOB_238524","tr_customer_id":238543,"tr_customer_product_id":238533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:35:33.000Z","modified_at":"2026-04-04T14:35:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14095900447272","imei1":"14095900447272","imei2":"14095900447272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238526,"job_number":"JOB_238526","tr_customer_id":238545,"tr_customer_product_id":238535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:35:34.000Z","modified_at":"2026-04-04T14:35:34.000Z","name":"Jesse Bartell","mobile_number":"515-881-2994","email_id":"Mathias_Schultz@yahoo.com","dop":"2025-04-06","serial_number":"19420078553862630","imei1":"19420078553862630","imei2":"19420078553862630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:35:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238527,"job_number":"JOB_238527","tr_customer_id":238546,"tr_customer_product_id":238536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:14.000Z","modified_at":"2026-04-04T14:36:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16185118832941","imei1":"16185118832941","imei2":"16185118832941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238529,"job_number":"JOB_238529","tr_customer_id":238548,"tr_customer_product_id":238538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:16.000Z","modified_at":"2026-04-04T14:36:16.000Z","name":"Daron Howell","mobile_number":"695-788-3265","email_id":"Karen75@yahoo.com","dop":"2025-04-06","serial_number":"12972349829113572","imei1":"12972349829113572","imei2":"12972349829113572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238530,"job_number":"JOB_238530","tr_customer_id":238549,"tr_customer_product_id":238539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:25.000Z","modified_at":"2026-04-04T14:36:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12352494635109","imei1":"12352494635109","imei2":"12352494635109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238532,"job_number":"JOB_238532","tr_customer_id":238551,"tr_customer_product_id":238541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:26.000Z","modified_at":"2026-04-04T14:36:26.000Z","name":"Uriah Pacocha","mobile_number":"382-388-3745","email_id":"Noble_Haag@hotmail.com","dop":"2025-04-06","serial_number":"11279484357617572","imei1":"11279484357617572","imei2":"11279484357617572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238533,"job_number":"JOB_238533","tr_customer_id":238552,"tr_customer_product_id":238542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:02.000Z","modified_at":"2026-04-04T14:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16107923801687","imei1":"16107923801687","imei2":"16107923801687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238535,"job_number":"JOB_238535","tr_customer_id":238554,"tr_customer_product_id":238544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:03.000Z","modified_at":"2026-04-04T14:37:03.000Z","name":"Flossie Botsford","mobile_number":"512-503-1643","email_id":"Nat_King@gmail.com","dop":"2025-04-06","serial_number":"14245434269446700","imei1":"14245434269446700","imei2":"14245434269446700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238536,"job_number":"JOB_238536","tr_customer_id":238555,"tr_customer_product_id":238545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:08.000Z","modified_at":"2026-04-04T14:37:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19638370220135","imei1":"19638370220135","imei2":"19638370220135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238538,"job_number":"JOB_238538","tr_customer_id":238557,"tr_customer_product_id":238547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:10.000Z","modified_at":"2026-04-04T14:37:10.000Z","name":"Barrett Harber","mobile_number":"754-425-0879","email_id":"Deion49@gmail.com","dop":"2025-04-06","serial_number":"10503368565541676","imei1":"10503368565541676","imei2":"10503368565541676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238539,"job_number":"JOB_238539","tr_customer_id":238558,"tr_customer_product_id":238548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:12.000Z","modified_at":"2026-04-04T14:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19584258550935","imei1":"19584258550935","imei2":"19584258550935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238541,"job_number":"JOB_238541","tr_customer_id":238560,"tr_customer_product_id":238550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:14.000Z","modified_at":"2026-04-04T14:37:14.000Z","name":"Jalon Reichel","mobile_number":"397-891-6620","email_id":"Ethel80@yahoo.com","dop":"2025-04-06","serial_number":"11624929158403378","imei1":"11624929158403378","imei2":"11624929158403378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238543,"job_number":"JOB_238543","tr_customer_id":238562,"tr_customer_product_id":238552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:23.000Z","modified_at":"2026-04-04T14:37:23.000Z","name":"Bart Crist","mobile_number":"974-419-6799","email_id":"Jackson_Collins28@hotmail.com","dop":"2025-04-06","serial_number":"15310825560358220","imei1":"15310825560358220","imei2":"15310825560358220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238544,"job_number":"JOB_238544","tr_customer_id":238563,"tr_customer_product_id":238553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:43.000Z","modified_at":"2026-04-04T14:37:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18380238749647","imei1":"18380238749647","imei2":"18380238749647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238546,"job_number":"JOB_238546","tr_customer_id":238565,"tr_customer_product_id":238555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:44.000Z","modified_at":"2026-04-04T14:37:44.000Z","name":"Trevor Herman","mobile_number":"410-450-3251","email_id":"Frederick84@yahoo.com","dop":"2025-04-06","serial_number":"14953654306750612","imei1":"14953654306750612","imei2":"14953654306750612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238547,"job_number":"JOB_238547","tr_customer_id":238566,"tr_customer_product_id":238556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:54.000Z","modified_at":"2026-04-04T14:37:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10648732554699","imei1":"10648732554699","imei2":"10648732554699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238549,"job_number":"JOB_238549","tr_customer_id":238568,"tr_customer_product_id":238558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:56.000Z","modified_at":"2026-04-04T14:37:56.000Z","name":"Maxie Pfeffer","mobile_number":"625-751-3879","email_id":"Gaylord_Littel@yahoo.com","dop":"2025-04-06","serial_number":"14530280209691436","imei1":"14530280209691436","imei2":"14530280209691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238550,"job_number":"JOB_238550","tr_customer_id":238569,"tr_customer_product_id":238559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:59.000Z","modified_at":"2026-04-04T14:37:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18390480160673","imei1":"18390480160673","imei2":"18390480160673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238555,"job_number":"JOB_238555","tr_customer_id":238574,"tr_customer_product_id":238564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:01.000Z","modified_at":"2026-04-04T14:38:01.000Z","name":"Adella Berge","mobile_number":"930-736-1605","email_id":"Pat.Hills@gmail.com","dop":"2025-04-06","serial_number":"12266820467353426","imei1":"12266820467353426","imei2":"12266820467353426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238557,"job_number":"JOB_238557","tr_customer_id":238576,"tr_customer_product_id":238566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:13.000Z","modified_at":"2026-04-04T14:38:13.000Z","name":"Camille Roob","mobile_number":"652-569-6074","email_id":"Toney_Zemlak@hotmail.com","dop":"2025-04-06","serial_number":"10403843901863318","imei1":"10403843901863318","imei2":"10403843901863318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238561,"job_number":"JOB_238561","tr_customer_id":238580,"tr_customer_product_id":238570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:24.000Z","modified_at":"2026-04-04T14:38:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12217025712398","imei1":"12217025712398","imei2":"12217025712398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238563,"job_number":"JOB_238563","tr_customer_id":238582,"tr_customer_product_id":238572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:25.000Z","modified_at":"2026-04-04T14:38:25.000Z","name":"Jocelyn Kuhn","mobile_number":"692-275-7094","email_id":"Elizabeth_Leffler90@gmail.com","dop":"2025-04-06","serial_number":"10995964802279348","imei1":"10995964802279348","imei2":"10995964802279348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238564,"job_number":"JOB_238564","tr_customer_id":238583,"tr_customer_product_id":238573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:27.000Z","modified_at":"2026-04-04T14:38:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19831881844303","imei1":"19831881844303","imei2":"19831881844303","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238566,"job_number":"JOB_238566","tr_customer_id":238585,"tr_customer_product_id":238575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:29.000Z","modified_at":"2026-04-04T14:38:29.000Z","name":"Don Thiel","mobile_number":"819-639-4651","email_id":"Selmer.Raynor@hotmail.com","dop":"2025-08-24","serial_number":"1063233692853930","imei1":"1063233692853930","imei2":"1063233692853930","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238570,"job_number":"JOB_238570","tr_customer_id":238589,"tr_customer_product_id":238579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:40.000Z","modified_at":"2026-04-04T14:38:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16549163294952","imei1":"16549163294952","imei2":"16549163294952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238572,"job_number":"JOB_238572","tr_customer_id":238591,"tr_customer_product_id":238581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:42.000Z","modified_at":"2026-04-04T14:38:42.000Z","name":"Zula Gorczany","mobile_number":"739-717-0948","email_id":"Johan_Will@hotmail.com","dop":"2025-04-06","serial_number":"12372662144028336","imei1":"12372662144028336","imei2":"12372662144028336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238574,"job_number":"JOB_238574","tr_customer_id":238593,"tr_customer_product_id":238583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:52.000Z","modified_at":"2026-04-04T14:38:52.000Z","name":"Alena Sipes","mobile_number":"334-891-2895","email_id":"Sam_Jones61@yahoo.com","dop":"2025-04-06","serial_number":"10418958753694752","imei1":"10418958753694752","imei2":"10418958753694752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238576,"job_number":"JOB_238576","tr_customer_id":238595,"tr_customer_product_id":238585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:07.000Z","modified_at":"2026-04-04T14:39:07.000Z","name":"Hollis Fay","mobile_number":"755-426-8564","email_id":"Madisen14@hotmail.com","dop":"2025-04-06","serial_number":"19045102907637904","imei1":"19045102907637904","imei2":"19045102907637904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238577,"job_number":"JOB_238577","tr_customer_id":238596,"tr_customer_product_id":238586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:16.000Z","modified_at":"2026-04-04T14:39:16.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"10203148013375","imei1":"10203148013375","imei2":"10203148013375","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238579,"job_number":"JOB_238579","tr_customer_id":238598,"tr_customer_product_id":238588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:17.000Z","modified_at":"2026-04-04T14:39:17.000Z","name":"Efren Swaniawski","mobile_number":"488-444-2721","email_id":"Chelsie_Kerluke18@hotmail.com","dop":"2025-08-24","serial_number":"1012074867761614","imei1":"1012074867761614","imei2":"1012074867761614","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238580,"job_number":"JOB_238580","tr_customer_id":238599,"tr_customer_product_id":238589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:42.000Z","modified_at":"2026-04-04T14:39:42.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17676112664649","imei1":"17676112664649","imei2":"17676112664649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238582,"job_number":"JOB_238582","tr_customer_id":238601,"tr_customer_product_id":238591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:44.000Z","modified_at":"2026-04-04T14:39:44.000Z","name":"Dixie Brakus","mobile_number":"768-335-3004","email_id":"Verner58@yahoo.com","dop":"2025-04-06","serial_number":"13425417605680214","imei1":"13425417605680214","imei2":"13425417605680214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238583,"job_number":"JOB_238583","tr_customer_id":238602,"tr_customer_product_id":238592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:00.000Z","modified_at":"2026-04-04T14:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19981748205769","imei1":"19981748205769","imei2":"19981748205769","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238585,"job_number":"JOB_238585","tr_customer_id":238604,"tr_customer_product_id":238594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:02.000Z","modified_at":"2026-04-04T14:40:02.000Z","name":"Mia Douglas","mobile_number":"723-514-2186","email_id":"Michele_Brekke24@hotmail.com","dop":"2025-04-06","serial_number":"19504398633905224","imei1":"19504398633905224","imei2":"19504398633905224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238586,"job_number":"JOB_238586","tr_customer_id":238605,"tr_customer_product_id":238595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:04.000Z","modified_at":"2026-04-04T14:40:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17612114538212","imei1":"17612114538212","imei2":"17612114538212","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238588,"job_number":"JOB_238588","tr_customer_id":238607,"tr_customer_product_id":238597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:06.000Z","modified_at":"2026-04-04T14:40:06.000Z","name":"Mustafa Wisoky","mobile_number":"968-270-9152","email_id":"Pablo_Crist76@hotmail.com","dop":"2025-08-24","serial_number":"1056090972378120","imei1":"1056090972378120","imei2":"1056090972378120","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238589,"job_number":"JOB_238589","tr_customer_id":238608,"tr_customer_product_id":238598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:29.000Z","modified_at":"2026-04-04T14:40:29.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17330232409753","imei1":"17330232409753","imei2":"17330232409753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238591,"job_number":"JOB_238591","tr_customer_id":238610,"tr_customer_product_id":238600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:31.000Z","modified_at":"2026-04-04T14:40:31.000Z","name":"Grady Zulauf","mobile_number":"935-989-0681","email_id":"Jettie68@gmail.com","dop":"2025-04-06","serial_number":"11781112346877404","imei1":"11781112346877404","imei2":"11781112346877404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238592,"job_number":"JOB_238592","tr_customer_id":238611,"tr_customer_product_id":238601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:42.000Z","modified_at":"2026-04-04T14:40:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14115663200978","imei1":"14115663200978","imei2":"14115663200978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238594,"job_number":"JOB_238594","tr_customer_id":238613,"tr_customer_product_id":238603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:43.000Z","modified_at":"2026-04-04T14:40:43.000Z","name":"Bobby Rutherford","mobile_number":"960-511-9541","email_id":"Caesar.Bayer@yahoo.com","dop":"2025-04-06","serial_number":"14177420785876978","imei1":"14177420785876978","imei2":"14177420785876978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238596,"job_number":"JOB_238596","tr_customer_id":238615,"tr_customer_product_id":238605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:45.000Z","modified_at":"2026-04-04T14:40:45.000Z","name":"Loyal Keeling","mobile_number":"591-802-1377","email_id":"Abby45@gmail.com","dop":"2025-04-06","serial_number":"18692214867256892","imei1":"18692214867256892","imei2":"18692214867256892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238598,"job_number":"JOB_238598","tr_customer_id":238617,"tr_customer_product_id":238607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:16.000Z","modified_at":"2026-04-04T14:41:16.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"19799733694181","imei1":"19799733694181","imei2":"19799733694181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238601,"job_number":"JOB_238601","tr_customer_id":238620,"tr_customer_product_id":238610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:18.000Z","modified_at":"2026-04-04T14:41:18.000Z","name":"Tia Gorczany","mobile_number":"818-546-0656","email_id":"Marvin_Schimmel64@gmail.com","dop":"2025-04-06","serial_number":"10878945338602602","imei1":"10878945338602602","imei2":"10878945338602602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238602,"job_number":"JOB_238602","tr_customer_id":238621,"tr_customer_product_id":238611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:23.000Z","modified_at":"2026-04-04T14:41:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12002438114270","imei1":"12002438114270","imei2":"12002438114270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238604,"job_number":"JOB_238604","tr_customer_id":238623,"tr_customer_product_id":238613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:25.000Z","modified_at":"2026-04-04T14:41:25.000Z","name":"Frances Schinner","mobile_number":"549-475-4411","email_id":"Gerry35@hotmail.com","dop":"2025-04-06","serial_number":"10773090578312234","imei1":"10773090578312234","imei2":"10773090578312234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238606,"job_number":"JOB_238606","tr_customer_id":238625,"tr_customer_product_id":238615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:42:20.000Z","modified_at":"2026-04-04T14:42:20.000Z","name":"Roman Effertz","mobile_number":"126-700-7740 x670","email_id":"claudie.volkman@hotmail.com","dop":"2026-03-25","serial_number":"49773736741182","imei1":"49773736741182","imei2":"49773736741182","popurl":"2026-03-25T14:42:19.897260673Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238607,"job_number":"JOB_238607","tr_customer_id":238626,"tr_customer_product_id":238616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:58:27.000Z","modified_at":"2026-04-04T14:58:27.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18293767375933","imei1":"18293767375933","imei2":"18293767375933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238609,"job_number":"JOB_238609","tr_customer_id":238628,"tr_customer_product_id":238618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:58:29.000Z","modified_at":"2026-04-04T14:58:29.000Z","name":"Madison Dickens","mobile_number":"837-584-8822","email_id":"Keven.Prohaska93@gmail.com","dop":"2025-04-06","serial_number":"16968418850912940","imei1":"16968418850912940","imei2":"16968418850912940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238610,"job_number":"JOB_238610","tr_customer_id":238629,"tr_customer_product_id":238619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:59:10.000Z","modified_at":"2026-04-04T14:59:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11687026989553","imei1":"11687026989553","imei2":"11687026989553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238612,"job_number":"JOB_238612","tr_customer_id":238631,"tr_customer_product_id":238621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:59:12.000Z","modified_at":"2026-04-04T14:59:12.000Z","name":"Gudrun Emmerich","mobile_number":"610-476-2198","email_id":"Archibald.Pfeffer@gmail.com","dop":"2025-04-06","serial_number":"19713674958521660","imei1":"19713674958521660","imei2":"19713674958521660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238614,"job_number":"JOB_238614","tr_customer_id":238633,"tr_customer_product_id":238623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:04:26.000Z","modified_at":"2026-04-04T15:04:26.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"906302608891811","imei1":"906302608891811","imei2":"906302608891811","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238615,"job_number":"JOB_238615","tr_customer_id":238634,"tr_customer_product_id":238624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:51:31.000Z","modified_at":"2026-04-04T15:51:31.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105580037079841","imei1":"105580037079841","imei2":"105580037079841","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238617,"job_number":"JOB_238617","tr_customer_id":238636,"tr_customer_product_id":238626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:51:44.000Z","modified_at":"2026-04-04T15:51:44.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103276405273421","imei1":"103276405273421","imei2":"103276405273421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238620,"job_number":"JOB_238620","tr_customer_id":238639,"tr_customer_product_id":238629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:17:07.000Z","modified_at":"2026-04-04T16:17:07.000Z","name":"Concepcion Feil","mobile_number":"679-526-0787","email_id":"Devyn.Willms@yahoo.com","dop":"2025-04-06","serial_number":"19862708899701156","imei1":"19862708899701156","imei2":"19862708899701156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238622,"job_number":"JOB_238622","tr_customer_id":238641,"tr_customer_product_id":238631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:29:02.000Z","modified_at":"2026-04-04T16:29:02.000Z","name":"Jett Olson","mobile_number":"428-618-4103","email_id":"Aliya98@hotmail.com","dop":"2025-04-06","serial_number":"11073684961636922","imei1":"11073684961636922","imei2":"11073684961636922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:29:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238624,"job_number":"JOB_238624","tr_customer_id":238643,"tr_customer_product_id":238633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:33:20.000Z","modified_at":"2026-04-04T16:33:20.000Z","name":"Kaylie Abshire","mobile_number":"14813855416","email_id":"Maxwell40@gmail.com","dop":"2025-11-13","serial_number":"10496376167857","imei1":"10496376167857","imei2":"10496376167857","popurl":"2025-11-13T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:33:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238626,"job_number":"JOB_238626","tr_customer_id":238645,"tr_customer_product_id":238635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:33:44.000Z","modified_at":"2026-04-04T16:33:44.000Z","name":"Natalia Bahringer","mobile_number":"347-845-8058","email_id":"Kenyatta36@yahoo.com","dop":"2025-04-06","serial_number":"13501631283352278","imei1":"13501631283352278","imei2":"13501631283352278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238627,"job_number":"JOB_238627","tr_customer_id":238646,"tr_customer_product_id":238636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:47:29.000Z","modified_at":"2026-04-04T16:47:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-03-25","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-03-25T16:47:28.687572452Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238628,"job_number":"JOB_238628","tr_customer_id":238647,"tr_customer_product_id":238637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:59:38.000Z","modified_at":"2026-04-04T16:59:38.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-03-25","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-03-25T16:59:38.508799679Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238629,"job_number":"JOB_238629","tr_customer_id":238648,"tr_customer_product_id":238638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:05.000Z","modified_at":"2026-04-04T17:01:05.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-03-25","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-03-25T17:01:05.397375192Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238630,"job_number":"JOB_238630","tr_customer_id":238649,"tr_customer_product_id":238639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:06.000Z","modified_at":"2026-04-04T17:01:06.000Z","name":"Chetan AG","mobile_number":"7090191755","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"98742811903253","imei1":"98742811903253","imei2":"98742811903253","popurl":"2026-03-25T17:01:05.506815780Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238633,"job_number":"JOB_238633","tr_customer_id":238652,"tr_customer_product_id":238642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:19.000Z","modified_at":"2026-04-04T17:01:19.000Z","name":"Vilma Wilkinson","mobile_number":"674-471-8786","email_id":"Mathew_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"12078244783418184","imei1":"12078244783418184","imei2":"12078244783418184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238634,"job_number":"JOB_238634","tr_customer_id":238653,"tr_customer_product_id":238643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:11.000Z","modified_at":"2026-04-04T17:02:11.000Z","name":"Nikhil Hulke","mobile_number":"8390276733","email_id":"nik7hulke@gmail.com","dop":"2026-03-25","serial_number":"12510855381228","imei1":"12510855381228","imei2":"12510855381228","popurl":"2026-03-25T17:02:10.590050670Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238635,"job_number":"JOB_238635","tr_customer_id":238654,"tr_customer_product_id":238644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:12.000Z","modified_at":"2026-04-04T17:02:12.000Z","name":"Umesh Parab","mobile_number":"9769082745","email_id":"umesh.parabcr10@gmail.com","dop":"2026-03-25","serial_number":"25593655465247","imei1":"25593655465247","imei2":"25593655465247","popurl":"2026-03-25T17:02:11.689067458Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238636,"job_number":"JOB_238636","tr_customer_id":238655,"tr_customer_product_id":238645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:16.000Z","modified_at":"2026-04-04T17:02:16.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-03-25T17:02:15.855727303Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238637,"job_number":"JOB_238637","tr_customer_id":238656,"tr_customer_product_id":238646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:17.000Z","modified_at":"2026-04-04T17:02:17.000Z","name":"Sujata Jain","mobile_number":"7007090280","email_id":"akula.joshi@gmail.com","dop":"2026-03-25","serial_number":"648636488897112","imei1":"648636488897112","imei2":"648636488897112","popurl":"www.chinmayananda-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238638,"job_number":"JOB_238638","tr_customer_id":238657,"tr_customer_product_id":238647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:17.000Z","modified_at":"2026-04-04T17:02:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-03-25T17:02:17.285374521Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238639,"job_number":"JOB_238639","tr_customer_id":238658,"tr_customer_product_id":238648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:18.000Z","modified_at":"2026-04-04T17:02:18.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-03-25T17:02:17.882501906Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238640,"job_number":"JOB_238640","tr_customer_id":238659,"tr_customer_product_id":238649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:19.000Z","modified_at":"2026-04-04T17:02:19.000Z","name":"Sravani Raparthi","mobile_number":"9618096697","email_id":"sravaniraparthis24@gmail.com","dop":"2026-03-25","serial_number":"10665811391521","imei1":"10665811391521","imei2":"10665811391521","popurl":"2026-03-25T17:02:18.419425406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238641,"job_number":"JOB_238641","tr_customer_id":238660,"tr_customer_product_id":238650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:05:11.000Z","modified_at":"2026-04-04T17:05:11.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-03-25","serial_number":"92388284085858","imei1":"92388284085858","imei2":"92388284085858","popurl":"2026-03-25T17:05:10.874384334Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238643,"job_number":"JOB_238643","tr_customer_id":238662,"tr_customer_product_id":238652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:09:09.000Z","modified_at":"2026-04-04T17:09:09.000Z","name":"Mollie Rippin","mobile_number":"753-932-5098","email_id":"Frankie.Wuckert25@gmail.com","dop":"2025-04-06","serial_number":"12374375148065920","imei1":"12374375148065920","imei2":"12374375148065920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238645,"job_number":"JOB_238645","tr_customer_id":238664,"tr_customer_product_id":238654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:11:52.000Z","modified_at":"2026-04-04T17:11:52.000Z","name":"Blair Hand","mobile_number":"875-350-7767","email_id":"Macy43@yahoo.com","dop":"2025-04-06","serial_number":"17654622577917368","imei1":"17654622577917368","imei2":"17654622577917368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238652,"job_number":"JOB_238652","tr_customer_id":238671,"tr_customer_product_id":238661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:55:54.000Z","modified_at":"2026-04-04T17:55:54.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-03-25","serial_number":"67269747447007","imei1":"67269747447007","imei2":"67269747447007","popurl":"2026-03-25T17:55:54.539902805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238653,"job_number":"JOB_238653","tr_customer_id":238672,"tr_customer_product_id":238662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:55:59.000Z","modified_at":"2026-04-04T17:55:59.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-03-25","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-03-25T17:55:59.024848219Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238654,"job_number":"JOB_238654","tr_customer_id":238673,"tr_customer_product_id":238663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:57:02.000Z","modified_at":"2026-04-04T17:57:02.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-03-25","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-03-25T17:57:01.576510087Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238655,"job_number":"JOB_238655","tr_customer_id":238674,"tr_customer_product_id":238664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:57:26.000Z","modified_at":"2026-04-04T17:57:26.000Z","name":"Kalpana Reddy","mobile_number":"7010064369","email_id":"shridevi.trivedi@gmail.com","dop":"2026-03-25","serial_number":"816764546688576","imei1":"816764546688576","imei2":"816764546688576","popurl":"www.aarya-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238656,"job_number":"JOB_238656","tr_customer_id":238675,"tr_customer_product_id":238665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:58:24.000Z","modified_at":"2026-04-04T17:58:24.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-03-25","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-03-25T17:58:24.428280895Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238658,"job_number":"JOB_238658","tr_customer_id":238677,"tr_customer_product_id":238667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T18:37:13.000Z","modified_at":"2026-04-04T18:37:13.000Z","name":"Zetta Witting","mobile_number":"260-862-0247","email_id":"Nasir_Haley26@yahoo.com","dop":"2025-04-06","serial_number":"11073948565761292","imei1":"11073948565761292","imei2":"11073948565761292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T18:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238662,"job_number":"JOB_238662","tr_customer_id":238681,"tr_customer_product_id":238671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:43.000Z","modified_at":"2026-04-04T19:07:43.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-03-25","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-03-25T19:07:43.423878558Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238663,"job_number":"JOB_238663","tr_customer_id":238682,"tr_customer_product_id":238672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:44.000Z","modified_at":"2026-04-04T19:07:44.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-03-25","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-03-25T19:07:43.991020732Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238664,"job_number":"JOB_238664","tr_customer_id":238683,"tr_customer_product_id":238673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:48.000Z","modified_at":"2026-04-04T19:07:48.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-04-03","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-04-03T19:07:48.266943376Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238665,"job_number":"JOB_238665","tr_customer_id":238684,"tr_customer_product_id":238674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:56.000Z","modified_at":"2026-04-04T19:07:56.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-03-25","serial_number":"26547707147372","imei1":"26547707147372","imei2":"26547707147372","popurl":"2026-03-25T19:07:56.079770170Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238666,"job_number":"JOB_238666","tr_customer_id":238685,"tr_customer_product_id":238675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:08:07.000Z","modified_at":"2026-04-04T19:08:07.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-03-25","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-03-25T19:08:06.753719247Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238667,"job_number":"JOB_238667","tr_customer_id":238686,"tr_customer_product_id":238676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:09:12.000Z","modified_at":"2026-04-04T19:09:12.000Z","name":"Radhika dhairya","mobile_number":"9876532901","email_id":"radhika@gmail.com","dop":"2023-02-05","serial_number":"795874674375307","imei1":"795874674375307","imei2":"795874674375307","popurl":"2023-02-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238668,"job_number":"JOB_238668","tr_customer_id":238687,"tr_customer_product_id":238677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:09:13.000Z","modified_at":"2026-04-04T19:09:13.000Z","name":"Atreyee Prajapat","mobile_number":"7094945023","email_id":"vishnu.acharya@hotmail.com","dop":"2026-03-25","serial_number":"378895535593699","imei1":"378895535593699","imei2":"378895535593699","popurl":"www.vasundhara-somayaji.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238669,"job_number":"JOB_238669","tr_customer_id":238688,"tr_customer_product_id":238678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:29:43.000Z","modified_at":"2026-04-04T19:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19815727391546","imei1":"19815727391546","imei2":"19815727391546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238671,"job_number":"JOB_238671","tr_customer_id":238690,"tr_customer_product_id":238680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:29:45.000Z","modified_at":"2026-04-04T19:29:45.000Z","name":"Lindsey Mertz","mobile_number":"610-369-4955","email_id":"Khalid.Denesik23@yahoo.com","dop":"2025-04-06","serial_number":"11389729863544886","imei1":"11389729863544886","imei2":"11389729863544886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238672,"job_number":"JOB_238672","tr_customer_id":238691,"tr_customer_product_id":238681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:30:35.000Z","modified_at":"2026-04-04T19:30:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15309983385666","imei1":"15309983385666","imei2":"15309983385666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238674,"job_number":"JOB_238674","tr_customer_id":238693,"tr_customer_product_id":238683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:30:37.000Z","modified_at":"2026-04-04T19:30:37.000Z","name":"Jaren Jacobi","mobile_number":"246-229-2347","email_id":"Horace.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"10656024806407094","imei1":"10656024806407094","imei2":"10656024806407094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:30:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238675,"job_number":"JOB_238675","tr_customer_id":238694,"tr_customer_product_id":238684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:31:27.000Z","modified_at":"2026-04-04T19:31:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13032807403444","imei1":"13032807403444","imei2":"13032807403444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:31:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238677,"job_number":"JOB_238677","tr_customer_id":238696,"tr_customer_product_id":238686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:31:28.000Z","modified_at":"2026-04-04T19:31:28.000Z","name":"Eveline Turcotte","mobile_number":"508-220-3265","email_id":"Maeve_Goodwin@gmail.com","dop":"2025-04-06","serial_number":"12640938218202848","imei1":"12640938218202848","imei2":"12640938218202848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238678,"job_number":"JOB_238678","tr_customer_id":238697,"tr_customer_product_id":238687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:04:13.000Z","modified_at":"2026-04-04T20:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15080646993246","imei1":"15080646993246","imei2":"15080646993246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238680,"job_number":"JOB_238680","tr_customer_id":238699,"tr_customer_product_id":238689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:04:15.000Z","modified_at":"2026-04-04T20:04:15.000Z","name":"Godfrey Frami","mobile_number":"413-733-6169","email_id":"Kara.Mosciski68@yahoo.com","dop":"2025-04-06","serial_number":"12606020828476202","imei1":"12606020828476202","imei2":"12606020828476202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238681,"job_number":"JOB_238681","tr_customer_id":238700,"tr_customer_product_id":238690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:05.000Z","modified_at":"2026-04-04T20:05:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18609047227264","imei1":"18609047227264","imei2":"18609047227264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238683,"job_number":"JOB_238683","tr_customer_id":238702,"tr_customer_product_id":238692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:07.000Z","modified_at":"2026-04-04T20:05:07.000Z","name":"Jarvis Hammes","mobile_number":"940-641-9143","email_id":"Citlalli.Douglas@yahoo.com","dop":"2025-04-06","serial_number":"11723000468403502","imei1":"11723000468403502","imei2":"11723000468403502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238684,"job_number":"JOB_238684","tr_customer_id":238703,"tr_customer_product_id":238693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:56.000Z","modified_at":"2026-04-04T20:05:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11776131725442","imei1":"11776131725442","imei2":"11776131725442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238686,"job_number":"JOB_238686","tr_customer_id":238705,"tr_customer_product_id":238695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:58.000Z","modified_at":"2026-04-04T20:05:58.000Z","name":"Salvatore Rosenbaum","mobile_number":"289-509-7866","email_id":"Davon98@hotmail.com","dop":"2025-04-06","serial_number":"14580085761008774","imei1":"14580085761008774","imei2":"14580085761008774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238687,"job_number":"JOB_238687","tr_customer_id":238706,"tr_customer_product_id":238696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:08:29.000Z","modified_at":"2026-04-04T20:08:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14017936632703","imei1":"14017936632703","imei2":"14017936632703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:08:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238689,"job_number":"JOB_238689","tr_customer_id":238708,"tr_customer_product_id":238698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:08:31.000Z","modified_at":"2026-04-04T20:08:31.000Z","name":"Greg Wolf","mobile_number":"938-407-8391","email_id":"Mae29@yahoo.com","dop":"2025-04-06","serial_number":"13774199245326008","imei1":"13774199245326008","imei2":"13774199245326008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238690,"job_number":"JOB_238690","tr_customer_id":238709,"tr_customer_product_id":238699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:09:23.000Z","modified_at":"2026-04-04T20:09:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10750023694326","imei1":"10750023694326","imei2":"10750023694326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:09:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238692,"job_number":"JOB_238692","tr_customer_id":238711,"tr_customer_product_id":238701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:09:25.000Z","modified_at":"2026-04-04T20:09:25.000Z","name":"Leopold Terry","mobile_number":"304-874-3332","email_id":"Simeon49@yahoo.com","dop":"2025-04-06","serial_number":"16411273158282600","imei1":"16411273158282600","imei2":"16411273158282600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238693,"job_number":"JOB_238693","tr_customer_id":238712,"tr_customer_product_id":238702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:10:17.000Z","modified_at":"2026-04-04T20:10:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12095359242564","imei1":"12095359242564","imei2":"12095359242564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238695,"job_number":"JOB_238695","tr_customer_id":238714,"tr_customer_product_id":238704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:10:19.000Z","modified_at":"2026-04-04T20:10:19.000Z","name":"Cale Bayer","mobile_number":"789-799-4756","email_id":"Deondre_Predovic@yahoo.com","dop":"2025-04-06","serial_number":"15064319057937280","imei1":"15064319057937280","imei2":"15064319057937280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:10:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238696,"job_number":"JOB_238696","tr_customer_id":238715,"tr_customer_product_id":238705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:05.000Z","modified_at":"2026-04-04T20:23:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14711351124550","imei1":"14711351124550","imei2":"14711351124550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238698,"job_number":"JOB_238698","tr_customer_id":238717,"tr_customer_product_id":238707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:07.000Z","modified_at":"2026-04-04T20:23:07.000Z","name":"Edmund Crooks","mobile_number":"749-577-5726","email_id":"Aisha1@yahoo.com","dop":"2025-04-06","serial_number":"16355302133473332","imei1":"16355302133473332","imei2":"16355302133473332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238699,"job_number":"JOB_238699","tr_customer_id":238718,"tr_customer_product_id":238708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:58.000Z","modified_at":"2026-04-04T20:23:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18060074605721","imei1":"18060074605721","imei2":"18060074605721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238701,"job_number":"JOB_238701","tr_customer_id":238720,"tr_customer_product_id":238710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:00.000Z","modified_at":"2026-04-04T20:24:00.000Z","name":"Celestine Lehner","mobile_number":"355-772-4464","email_id":"Graciela_Zemlak@hotmail.com","dop":"2025-04-06","serial_number":"16357996923134944","imei1":"16357996923134944","imei2":"16357996923134944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238702,"job_number":"JOB_238702","tr_customer_id":238721,"tr_customer_product_id":238711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:51.000Z","modified_at":"2026-04-04T20:24:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19103643124481","imei1":"19103643124481","imei2":"19103643124481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238704,"job_number":"JOB_238704","tr_customer_id":238723,"tr_customer_product_id":238713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:53.000Z","modified_at":"2026-04-04T20:24:53.000Z","name":"Jordy O'Keefe","mobile_number":"518-534-0668","email_id":"Josefa54@hotmail.com","dop":"2025-04-06","serial_number":"10393251768983082","imei1":"10393251768983082","imei2":"10393251768983082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238705,"job_number":"JOB_238705","tr_customer_id":238724,"tr_customer_product_id":238714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:33:05.000Z","modified_at":"2026-04-04T20:33:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18648664640739","imei1":"18648664640739","imei2":"18648664640739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238707,"job_number":"JOB_238707","tr_customer_id":238726,"tr_customer_product_id":238716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:33:07.000Z","modified_at":"2026-04-04T20:33:07.000Z","name":"Abbigail Cole","mobile_number":"448-859-4823","email_id":"Gregoria.Daniel62@yahoo.com","dop":"2025-04-06","serial_number":"12328377932321568","imei1":"12328377932321568","imei2":"12328377932321568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238708,"job_number":"JOB_238708","tr_customer_id":238727,"tr_customer_product_id":238717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:00.000Z","modified_at":"2026-04-04T20:34:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17973479532334","imei1":"17973479532334","imei2":"17973479532334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238710,"job_number":"JOB_238710","tr_customer_id":238729,"tr_customer_product_id":238719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:02.000Z","modified_at":"2026-04-04T20:34:02.000Z","name":"Clovis Nienow","mobile_number":"799-427-1213","email_id":"Jordane11@hotmail.com","dop":"2025-04-06","serial_number":"13027025388700510","imei1":"13027025388700510","imei2":"13027025388700510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238711,"job_number":"JOB_238711","tr_customer_id":238730,"tr_customer_product_id":238720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:54.000Z","modified_at":"2026-04-04T20:34:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14353011938642","imei1":"14353011938642","imei2":"14353011938642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238713,"job_number":"JOB_238713","tr_customer_id":238732,"tr_customer_product_id":238722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:56.000Z","modified_at":"2026-04-04T20:34:56.000Z","name":"Oscar Jaskolski","mobile_number":"393-305-5192","email_id":"Tyrel35@gmail.com","dop":"2025-04-06","serial_number":"13403819291407784","imei1":"13403819291407784","imei2":"13403819291407784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238714,"job_number":"JOB_238714","tr_customer_id":238733,"tr_customer_product_id":238723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:51:41.000Z","modified_at":"2026-04-04T20:51:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11911304785256","imei1":"11911304785256","imei2":"11911304785256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238716,"job_number":"JOB_238716","tr_customer_id":238735,"tr_customer_product_id":238725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:51:42.000Z","modified_at":"2026-04-04T20:51:42.000Z","name":"Jettie Bechtelar","mobile_number":"677-689-6321","email_id":"Lambert91@hotmail.com","dop":"2025-04-06","serial_number":"19848573884055644","imei1":"19848573884055644","imei2":"19848573884055644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238717,"job_number":"JOB_238717","tr_customer_id":238736,"tr_customer_product_id":238726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:10.000Z","modified_at":"2026-04-04T20:52:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19132341983756","imei1":"19132341983756","imei2":"19132341983756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238719,"job_number":"JOB_238719","tr_customer_id":238738,"tr_customer_product_id":238728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:11.000Z","modified_at":"2026-04-04T20:52:11.000Z","name":"Elmer Stiedemann","mobile_number":"300-717-0949","email_id":"Elmo_Brakus7@yahoo.com","dop":"2025-04-06","serial_number":"18778909087478452","imei1":"18778909087478452","imei2":"18778909087478452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238720,"job_number":"JOB_238720","tr_customer_id":238739,"tr_customer_product_id":238729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:38.000Z","modified_at":"2026-04-04T20:52:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13954021970706","imei1":"13954021970706","imei2":"13954021970706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238722,"job_number":"JOB_238722","tr_customer_id":238741,"tr_customer_product_id":238731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:39.000Z","modified_at":"2026-04-04T20:52:39.000Z","name":"Jaquan Dietrich","mobile_number":"565-859-6678","email_id":"Ellis_Kshlerin97@hotmail.com","dop":"2025-04-06","serial_number":"14224882953332414","imei1":"14224882953332414","imei2":"14224882953332414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238723,"job_number":"JOB_238723","tr_customer_id":238742,"tr_customer_product_id":238732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:09.000Z","modified_at":"2026-04-04T20:56:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12026174392873","imei1":"12026174392873","imei2":"12026174392873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238725,"job_number":"JOB_238725","tr_customer_id":238744,"tr_customer_product_id":238734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:11.000Z","modified_at":"2026-04-04T20:56:11.000Z","name":"Julien Gutkowski","mobile_number":"289-523-3766","email_id":"Henriette.Huel@yahoo.com","dop":"2025-04-06","serial_number":"18494348575490104","imei1":"18494348575490104","imei2":"18494348575490104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238726,"job_number":"JOB_238726","tr_customer_id":238745,"tr_customer_product_id":238735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:40.000Z","modified_at":"2026-04-04T20:56:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15458062469095","imei1":"15458062469095","imei2":"15458062469095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238728,"job_number":"JOB_238728","tr_customer_id":238747,"tr_customer_product_id":238737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:41.000Z","modified_at":"2026-04-04T20:56:41.000Z","name":"Lexus Yost","mobile_number":"971-732-4720","email_id":"Sammie_Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"17807641489303828","imei1":"17807641489303828","imei2":"17807641489303828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238729,"job_number":"JOB_238729","tr_customer_id":238748,"tr_customer_product_id":238738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:57:11.000Z","modified_at":"2026-04-04T20:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19654993290151","imei1":"19654993290151","imei2":"19654993290151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238731,"job_number":"JOB_238731","tr_customer_id":238750,"tr_customer_product_id":238740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:57:12.000Z","modified_at":"2026-04-04T20:57:12.000Z","name":"Camylle Roberts","mobile_number":"439-609-3163","email_id":"Julien.Kunde21@yahoo.com","dop":"2025-04-06","serial_number":"14800211203398760","imei1":"14800211203398760","imei2":"14800211203398760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238732,"job_number":"JOB_238732","tr_customer_id":238751,"tr_customer_product_id":238741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:09.000Z","modified_at":"2026-04-04T21:09:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12076037355769","imei1":"12076037355769","imei2":"12076037355769","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238734,"job_number":"JOB_238734","tr_customer_id":238753,"tr_customer_product_id":238743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:10.000Z","modified_at":"2026-04-04T21:09:10.000Z","name":"Eloy Wiza","mobile_number":"292-674-8420","email_id":"Angel_Wilderman59@gmail.com","dop":"2025-04-06","serial_number":"16912941042725798","imei1":"16912941042725798","imei2":"16912941042725798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238735,"job_number":"JOB_238735","tr_customer_id":238754,"tr_customer_product_id":238744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:38.000Z","modified_at":"2026-04-04T21:09:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10818372243181","imei1":"10818372243181","imei2":"10818372243181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238737,"job_number":"JOB_238737","tr_customer_id":238756,"tr_customer_product_id":238746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:39.000Z","modified_at":"2026-04-04T21:09:39.000Z","name":"Bernard Zieme","mobile_number":"969-656-0419","email_id":"Ramona_Blanda92@hotmail.com","dop":"2025-04-06","serial_number":"16752825907591168","imei1":"16752825907591168","imei2":"16752825907591168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238738,"job_number":"JOB_238738","tr_customer_id":238757,"tr_customer_product_id":238747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:10:06.000Z","modified_at":"2026-04-04T21:10:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12791599701640","imei1":"12791599701640","imei2":"12791599701640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238740,"job_number":"JOB_238740","tr_customer_id":238759,"tr_customer_product_id":238749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:10:07.000Z","modified_at":"2026-04-04T21:10:07.000Z","name":"Delpha Pouros","mobile_number":"363-888-4320","email_id":"Mina.Corkery@hotmail.com","dop":"2025-04-06","serial_number":"10426020990114572","imei1":"10426020990114572","imei2":"10426020990114572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238741,"job_number":"JOB_238741","tr_customer_id":238760,"tr_customer_product_id":238750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:18.000Z","modified_at":"2026-04-04T21:12:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16142223225571","imei1":"16142223225571","imei2":"16142223225571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238743,"job_number":"JOB_238743","tr_customer_id":238762,"tr_customer_product_id":238752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:19.000Z","modified_at":"2026-04-04T21:12:19.000Z","name":"Xzavier Cronin","mobile_number":"377-976-6546","email_id":"Adolphus.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11043565796415862","imei1":"11043565796415862","imei2":"11043565796415862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238744,"job_number":"JOB_238744","tr_customer_id":238763,"tr_customer_product_id":238753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:49.000Z","modified_at":"2026-04-04T21:12:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12496223176858","imei1":"12496223176858","imei2":"12496223176858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238746,"job_number":"JOB_238746","tr_customer_id":238765,"tr_customer_product_id":238755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:50.000Z","modified_at":"2026-04-04T21:12:50.000Z","name":"Sydnee Buckridge","mobile_number":"447-868-8422","email_id":"Rebekah76@yahoo.com","dop":"2025-04-06","serial_number":"17585606564246732","imei1":"17585606564246732","imei2":"17585606564246732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238747,"job_number":"JOB_238747","tr_customer_id":238766,"tr_customer_product_id":238756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:13:20.000Z","modified_at":"2026-04-04T21:13:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13223512783641","imei1":"13223512783641","imei2":"13223512783641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238749,"job_number":"JOB_238749","tr_customer_id":238768,"tr_customer_product_id":238758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:13:21.000Z","modified_at":"2026-04-04T21:13:21.000Z","name":"Henri Nitzsche","mobile_number":"209-629-1102","email_id":"Carolina97@hotmail.com","dop":"2025-04-06","serial_number":"15200328067562940","imei1":"15200328067562940","imei2":"15200328067562940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238750,"job_number":"JOB_238750","tr_customer_id":238769,"tr_customer_product_id":238759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:05.000Z","modified_at":"2026-04-04T21:25:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17183935178662","imei1":"17183935178662","imei2":"17183935178662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238752,"job_number":"JOB_238752","tr_customer_id":238771,"tr_customer_product_id":238761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:06.000Z","modified_at":"2026-04-04T21:25:06.000Z","name":"Felicia Kutch","mobile_number":"903-726-3766","email_id":"Beryl85@hotmail.com","dop":"2025-04-06","serial_number":"10099736179875620","imei1":"10099736179875620","imei2":"10099736179875620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238753,"job_number":"JOB_238753","tr_customer_id":238772,"tr_customer_product_id":238762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:37.000Z","modified_at":"2026-04-04T21:25:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15717808064742","imei1":"15717808064742","imei2":"15717808064742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238755,"job_number":"JOB_238755","tr_customer_id":238774,"tr_customer_product_id":238764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:38.000Z","modified_at":"2026-04-04T21:25:38.000Z","name":"Dana Cormier","mobile_number":"411-535-3084","email_id":"Julien.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"19840335211304520","imei1":"19840335211304520","imei2":"19840335211304520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238756,"job_number":"JOB_238756","tr_customer_id":238775,"tr_customer_product_id":238765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:26:08.000Z","modified_at":"2026-04-04T21:26:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12685572956440","imei1":"12685572956440","imei2":"12685572956440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238758,"job_number":"JOB_238758","tr_customer_id":238777,"tr_customer_product_id":238767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:26:09.000Z","modified_at":"2026-04-04T21:26:09.000Z","name":"Ova Green","mobile_number":"645-732-3367","email_id":"Scarlett9@hotmail.com","dop":"2025-04-06","serial_number":"16624110730789544","imei1":"16624110730789544","imei2":"16624110730789544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238759,"job_number":"JOB_238759","tr_customer_id":238778,"tr_customer_product_id":238768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:48:36.000Z","modified_at":"2026-04-04T21:48:36.000Z","name":"Bradley McClure","mobile_number":"654-775-1211","email_id":"Braden_OHara@hotmail.com","dop":"2025-11-03","serial_number":"12966526948080","imei1":"12966526948080","imei2":"12966526948080","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238760,"job_number":"JOB_238760","tr_customer_id":238779,"tr_customer_product_id":238769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T22:00:27.000Z","modified_at":"2026-04-04T22:00:27.000Z","name":"Alexanne Lemke","mobile_number":"753-972-1831","email_id":"Yasmine_Metz20@gmail.com","dop":"2025-11-03","serial_number":"15072716629214","imei1":"15072716629214","imei2":"15072716629214","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T22:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238765,"job_number":"JOB_238765","tr_customer_id":238784,"tr_customer_product_id":238774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T22:20:52.000Z","modified_at":"2026-04-04T22:20:52.000Z","name":"Breana Goodwin","mobile_number":"691-366-8289","email_id":"Adrian68@gmail.com","dop":"2025-11-03","serial_number":"14452886992228","imei1":"14452886992228","imei2":"14452886992228","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T22:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238766,"job_number":"JOB_238766","tr_customer_id":238785,"tr_customer_product_id":238775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:57:53.000Z","modified_at":"2026-04-05T00:57:53.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-26","serial_number":"99779058966577","imei1":"99779058966577","imei2":"99779058966577","popurl":"2026-03-26T00:57:47.900264800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238767,"job_number":"JOB_238767","tr_customer_id":238786,"tr_customer_product_id":238776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:58:08.000Z","modified_at":"2026-04-05T00:58:08.000Z","name":"Veda Johar","mobile_number":"9979722095","email_id":"trisha.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"277746839867439","imei1":"277746839867439","imei2":"277746839867439","popurl":"www.abhirath-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238769,"job_number":"JOB_238769","tr_customer_id":238788,"tr_customer_product_id":238778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:59:46.000Z","modified_at":"2026-04-05T00:59:46.000Z","name":"Yogesh Pilla","mobile_number":"9970430492","email_id":"akshayakeerti.ahuja@gmail.com","dop":"2026-03-21","serial_number":"363530750462939","imei1":"363530750462939","imei2":"363530750462939","popurl":"www.kirti-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238771,"job_number":"JOB_238771","tr_customer_id":238790,"tr_customer_product_id":238780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:28.000Z","modified_at":"2026-04-05T01:01:29.000Z","name":"Deeksha Reddy","mobile_number":"9922993564","email_id":"girik.jha@hotmail.com","dop":"2026-03-21","serial_number":"392605716852646","imei1":"392605716852646","imei2":"392605716852646","popurl":"www.anjushri-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238772,"job_number":"JOB_238772","tr_customer_id":238791,"tr_customer_product_id":238781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:37.000Z","modified_at":"2026-04-05T01:01:37.000Z","name":"Pramila Sinha","mobile_number":"9921191425","email_id":"chandravati.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"016884334048275","imei1":"016884334048275","imei2":"016884334048275","popurl":"www.tushar-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238773,"job_number":"JOB_238773","tr_customer_id":238792,"tr_customer_product_id":238782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:47.000Z","modified_at":"2026-04-05T01:01:47.000Z","name":"Ritesh Chopra","mobile_number":"9945375983","email_id":"bhima.acharya@hotmail.com","dop":"2026-03-21","serial_number":"731146318740831","imei1":"731146318740831","imei2":"731146318740831","popurl":"www.suma-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238774,"job_number":"JOB_238774","tr_customer_id":238793,"tr_customer_product_id":238783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:23:49.000Z","modified_at":"2026-04-05T01:23:49.000Z","name":"Kalpana Iyer","mobile_number":"9939805373","email_id":"agasti.chaturvedi@hotmail.com","dop":"2026-03-21","serial_number":"602931026449846","imei1":"602931026449846","imei2":"602931026449846","popurl":"www.apsara-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238776,"job_number":"JOB_238776","tr_customer_id":238795,"tr_customer_product_id":238785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:27:13.000Z","modified_at":"2026-04-05T01:27:13.000Z","name":"Bhaves Sharma","mobile_number":"9970118717","email_id":"kumuda.reddy@hotmail.com","dop":"2026-03-21","serial_number":"895189771961438","imei1":"895189771961438","imei2":"895189771961438","popurl":"www.basanti-tagore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:27:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238777,"job_number":"JOB_238777","tr_customer_id":238796,"tr_customer_product_id":238786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:29:00.000Z","modified_at":"2026-04-05T01:29:00.000Z","name":"Pranay Mukhopadhyay","mobile_number":"9944689845","email_id":"akshainie.sethi@gmail.com","dop":"2026-03-21","serial_number":"441956353625283","imei1":"441956353625283","imei2":"441956353625283","popurl":"www.vedanga-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238780,"job_number":"JOB_238780","tr_customer_id":238799,"tr_customer_product_id":238789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Aaditya Arora","mobile_number":"9973179608","email_id":"arjun.dutta@yahoo.co.in","dop":"2026-03-21","serial_number":"834365786410534","imei1":"834365786410534","imei2":"834365786410534","popurl":"www.prasanna-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238781,"job_number":"JOB_238781","tr_customer_id":238800,"tr_customer_product_id":238790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Kamlesh Johar","mobile_number":"9992662722","email_id":"bankim.panicker@yahoo.co.in","dop":"2026-03-21","serial_number":"625110013691051","imei1":"625110013691051","imei2":"625110013691051","popurl":"www.narayan-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238782,"job_number":"JOB_238782","tr_customer_id":238801,"tr_customer_product_id":238791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Chandrakin Arora","mobile_number":"9999755903","email_id":"guru.guneta@gmail.com","dop":"2026-03-21","serial_number":"676683255440719","imei1":"676683255440719","imei2":"676683255440719","popurl":"www.preity-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238784,"job_number":"JOB_238784","tr_customer_id":238803,"tr_customer_product_id":238793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Dwaipayana Sethi","mobile_number":"9992711959","email_id":"adripathi.prajapat@hotmail.com","dop":"2026-03-21","serial_number":"361562199954155","imei1":"361562199954155","imei2":"361562199954155","popurl":"www.bhagavaan-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238785,"job_number":"JOB_238785","tr_customer_id":238804,"tr_customer_product_id":238794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Aatreya Dutta","mobile_number":"9998960690","email_id":"inder.naik@yahoo.co.in","dop":"2026-03-21","serial_number":"118784192491174","imei1":"118784192491174","imei2":"118784192491174","popurl":"www.bhushan-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238786,"job_number":"JOB_238786","tr_customer_id":238805,"tr_customer_product_id":238795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Shanti Asan","mobile_number":"9972766655","email_id":"chidananda.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"878521858682249","imei1":"878521858682249","imei2":"878521858682249","popurl":"www.gaurang-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238788,"job_number":"JOB_238788","tr_customer_id":238807,"tr_customer_product_id":238797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Param Marar","mobile_number":"9943586442","email_id":"digambara.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"930410988066669","imei1":"930410988066669","imei2":"930410988066669","popurl":"www.hamsini-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238790,"job_number":"JOB_238790","tr_customer_id":238809,"tr_customer_product_id":238799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Darshwana Embranthiri","mobile_number":"9945892586","email_id":"drona.menon@yahoo.co.in","dop":"2026-03-21","serial_number":"389941773133757","imei1":"389941773133757","imei2":"389941773133757","popurl":"www.anilaabh-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238791,"job_number":"JOB_238791","tr_customer_id":238810,"tr_customer_product_id":238800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Aasa Adiga","mobile_number":"9910734999","email_id":"ananta.gupta@hotmail.com","dop":"2026-03-21","serial_number":"717852024656904","imei1":"717852024656904","imei2":"717852024656904","popurl":"www.ahalya-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238792,"job_number":"JOB_238792","tr_customer_id":238811,"tr_customer_product_id":238801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Abhisyanta Reddy","mobile_number":"9938185979","email_id":"harinarayan.asan@hotmail.com","dop":"2026-03-21","serial_number":"839333256032526","imei1":"839333256032526","imei2":"839333256032526","popurl":"www.lakshman-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238793,"job_number":"JOB_238793","tr_customer_id":238812,"tr_customer_product_id":238802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Bhagavaan Iyengar","mobile_number":"9923234628","email_id":"gopi.varrier@gmail.com","dop":"2026-03-21","serial_number":"454676261727339","imei1":"454676261727339","imei2":"454676261727339","popurl":"www.ayushmati-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238794,"job_number":"JOB_238794","tr_customer_id":238814,"tr_customer_product_id":238804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Satish Varma","mobile_number":"9920224849","email_id":"ganak.dhawan@hotmail.com","dop":"2026-03-21","serial_number":"296605031105470","imei1":"296605031105470","imei2":"296605031105470","popurl":"www.dandak-deshpande.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238795,"job_number":"JOB_238795","tr_customer_id":238813,"tr_customer_product_id":238803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Vasanti Shah","mobile_number":"9937981969","email_id":"uma.reddy@gmail.com","dop":"2026-03-21","serial_number":"564303949518599","imei1":"564303949518599","imei2":"564303949518599","popurl":"www.chandrakala-kaur.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238796,"job_number":"JOB_238796","tr_customer_id":238815,"tr_customer_product_id":238805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Ekaaksh Dwivedi","mobile_number":"9904021815","email_id":"gandharv.patel@yahoo.co.in","dop":"2026-03-21","serial_number":"657374076706542","imei1":"657374076706542","imei2":"657374076706542","popurl":"www.lakshmi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238797,"job_number":"JOB_238797","tr_customer_id":238816,"tr_customer_product_id":238806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Birjesh Guneta","mobile_number":"9946752353","email_id":"charuchandra.agarwal@gmail.com","dop":"2026-03-21","serial_number":"349446951838108","imei1":"349446951838108","imei2":"349446951838108","popurl":"www.chandramauli-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238799,"job_number":"JOB_238799","tr_customer_id":238818,"tr_customer_product_id":238808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:39.000Z","modified_at":"2026-04-05T01:51:39.000Z","name":"Sukanya Khanna","mobile_number":"9927608955","email_id":"saroja.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"515326715536911","imei1":"515326715536911","imei2":"515326715536911","popurl":"www.hamsini-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238800,"job_number":"JOB_238800","tr_customer_id":238819,"tr_customer_product_id":238809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Daevi Varrier","mobile_number":"9989221759","email_id":"gitanjali.adiga@hotmail.com","dop":"2026-03-21","serial_number":"614517741531475","imei1":"614517741531475","imei2":"614517741531475","popurl":"www.bhooshit-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238801,"job_number":"JOB_238801","tr_customer_id":238820,"tr_customer_product_id":238810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Arnesh Dwivedi","mobile_number":"9992280501","email_id":"smita.kaul@yahoo.co.in","dop":"2026-03-21","serial_number":"558217477609588","imei1":"558217477609588","imei2":"558217477609588","popurl":"www.chandran-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238802,"job_number":"JOB_238802","tr_customer_id":238821,"tr_customer_product_id":238811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Amogh Ahluwalia","mobile_number":"9931025438","email_id":"shiv.tandon@hotmail.com","dop":"2026-03-21","serial_number":"026548149756558","imei1":"026548149756558","imei2":"026548149756558","popurl":"www.ramaa-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238803,"job_number":"JOB_238803","tr_customer_id":238822,"tr_customer_product_id":238812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Mohinder Butt","mobile_number":"9933912422","email_id":"sarvin.dhawan@gmail.com","dop":"2026-03-21","serial_number":"760306320760395","imei1":"760306320760395","imei2":"760306320760395","popurl":"www.bhaasvan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238804,"job_number":"JOB_238804","tr_customer_id":238823,"tr_customer_product_id":238813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Bhima Varrier","mobile_number":"9990960719","email_id":"anilabh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"451139209035519","imei1":"451139209035519","imei2":"451139209035519","popurl":"www.siddhran-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238805,"job_number":"JOB_238805","tr_customer_id":238824,"tr_customer_product_id":238814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Shwet Saini","mobile_number":"9980161677","email_id":"ghanshyam.khanna@gmail.com","dop":"2026-03-21","serial_number":"860849762957730","imei1":"860849762957730","imei2":"860849762957730","popurl":"www.prayag-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238806,"job_number":"JOB_238806","tr_customer_id":238825,"tr_customer_product_id":238815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Opalina Kakkar","mobile_number":"9905120356","email_id":"vasudev.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"343647972298031","imei1":"343647972298031","imei2":"343647972298031","popurl":"www.brijesh-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238807,"job_number":"JOB_238807","tr_customer_id":238826,"tr_customer_product_id":238816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Agneya Kaniyar","mobile_number":"9941242335","email_id":"bhramar.pothuvaal@gmail.com","dop":"2026-03-21","serial_number":"303374398940265","imei1":"303374398940265","imei2":"303374398940265","popurl":"www.ambar-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238808,"job_number":"JOB_238808","tr_customer_id":238827,"tr_customer_product_id":238817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chakradhar Pilla","mobile_number":"9904105138","email_id":"bhaanumati.dubashi@gmail.com","dop":"2026-03-21","serial_number":"317276855420247","imei1":"317276855420247","imei2":"317276855420247","popurl":"www.rukhmani-ahluwalia.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238809,"job_number":"JOB_238809","tr_customer_id":238828,"tr_customer_product_id":238818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chandranath Sharma","mobile_number":"9936626858","email_id":"naveen.deshpande@yahoo.co.in","dop":"2026-03-21","serial_number":"228935721433863","imei1":"228935721433863","imei2":"228935721433863","popurl":"www.amogh-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238810,"job_number":"JOB_238810","tr_customer_id":238829,"tr_customer_product_id":238819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Agrata Sharma","mobile_number":"9981893174","email_id":"chaturaanan.reddy@hotmail.com","dop":"2026-03-21","serial_number":"730481341545026","imei1":"730481341545026","imei2":"730481341545026","popurl":"www.chaten-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238811,"job_number":"JOB_238811","tr_customer_id":238830,"tr_customer_product_id":238820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Indra Marar","mobile_number":"9915210064","email_id":"bala.patil@yahoo.co.in","dop":"2026-03-21","serial_number":"699918612054122","imei1":"699918612054122","imei2":"699918612054122","popurl":"www.ayushmati-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238813,"job_number":"JOB_238813","tr_customer_id":238832,"tr_customer_product_id":238822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Ajit Kaur","mobile_number":"9961506473","email_id":"swara.kaniyar@hotmail.com","dop":"2026-03-21","serial_number":"145627307829429","imei1":"145627307829429","imei2":"145627307829429","popurl":"www.siddhi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238814,"job_number":"JOB_238814","tr_customer_id":238833,"tr_customer_product_id":238823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Brahmanandam Bhattathiri","mobile_number":"9966929086","email_id":"pran.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"058800838010806","imei1":"058800838010806","imei2":"058800838010806","popurl":"www.anilabh-butt.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238815,"job_number":"JOB_238815","tr_customer_id":238834,"tr_customer_product_id":238824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Chapala Kapoor","mobile_number":"9932953428","email_id":"anuraag.pandey@hotmail.com","dop":"2026-03-21","serial_number":"431258477887259","imei1":"431258477887259","imei2":"431258477887259","popurl":"www.dhanu-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238817,"job_number":"JOB_238817","tr_customer_id":238836,"tr_customer_product_id":238826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Deependra Dubashi","mobile_number":"9927898670","email_id":"bishnu.pandey@hotmail.com","dop":"2026-03-21","serial_number":"076157924909635","imei1":"076157924909635","imei2":"076157924909635","popurl":"www.devi-patel.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238819,"job_number":"JOB_238819","tr_customer_id":238838,"tr_customer_product_id":238828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Kanak Pandey","mobile_number":"9965416930","email_id":"rudra.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"495828097485218","imei1":"495828097485218","imei2":"495828097485218","popurl":"www.dharmaketu-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238821,"job_number":"JOB_238821","tr_customer_id":238840,"tr_customer_product_id":238830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Devajyoti Agarwal","mobile_number":"9991913396","email_id":"kali.tagore@hotmail.com","dop":"2026-03-21","serial_number":"503725491858014","imei1":"503725491858014","imei2":"503725491858014","popurl":"www.vidur-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238822,"job_number":"JOB_238822","tr_customer_id":238841,"tr_customer_product_id":238831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Varalakshmi Bandopadhyay","mobile_number":"9997564101","email_id":"chandrani.verma@hotmail.com","dop":"2026-03-21","serial_number":"786697341339700","imei1":"786697341339700","imei2":"786697341339700","popurl":"www.ayushmati-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238823,"job_number":"JOB_238823","tr_customer_id":238842,"tr_customer_product_id":238832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:45.000Z","modified_at":"2026-04-05T01:51:45.000Z","name":"Heema Gandhi","mobile_number":"9989865600","email_id":"inder.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"009718130898871","imei1":"009718130898871","imei2":"009718130898871","popurl":"www.giri-pandey.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238825,"job_number":"JOB_238825","tr_customer_id":238844,"tr_customer_product_id":238834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Chakradhar Khan","mobile_number":"9994556793","email_id":"gauraang.shah@hotmail.com","dop":"2026-03-21","serial_number":"371129079022345","imei1":"371129079022345","imei2":"371129079022345","popurl":"www.chitramala-asan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238826,"job_number":"JOB_238826","tr_customer_id":238845,"tr_customer_product_id":238835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Jagdish Achari","mobile_number":"9930182208","email_id":"mohinder.dutta@hotmail.com","dop":"2026-03-21","serial_number":"000341839872311","imei1":"000341839872311","imei2":"000341839872311","popurl":"www.ambar-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238827,"job_number":"JOB_238827","tr_customer_id":238846,"tr_customer_product_id":238836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Vidya Acharya","mobile_number":"9930999848","email_id":"tanushri.talwar@gmail.com","dop":"2026-03-21","serial_number":"900954583063261","imei1":"900954583063261","imei2":"900954583063261","popurl":"www.chandramauli-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238828,"job_number":"JOB_238828","tr_customer_id":238847,"tr_customer_product_id":238837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Bhavani Acharya","mobile_number":"9914760521","email_id":"atmaja.embranthiri@hotmail.com","dop":"2026-03-21","serial_number":"183199620666032","imei1":"183199620666032","imei2":"183199620666032","popurl":"www.adinath-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238829,"job_number":"JOB_238829","tr_customer_id":238848,"tr_customer_product_id":238838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Aagam Chaturvedi","mobile_number":"9949670689","email_id":"aadi.acharya@gmail.com","dop":"2026-03-21","serial_number":"930554324618516","imei1":"930554324618516","imei2":"930554324618516","popurl":"www.kalyani-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238830,"job_number":"JOB_238830","tr_customer_id":238849,"tr_customer_product_id":238839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Daevi Varma","mobile_number":"9953008575","email_id":"atreyee.shah@gmail.com","dop":"2026-03-21","serial_number":"479557625004632","imei1":"479557625004632","imei2":"479557625004632","popurl":"www.lakshmi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238831,"job_number":"JOB_238831","tr_customer_id":238850,"tr_customer_product_id":238840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Vidhya Chattopadhyay","mobile_number":"9974004671","email_id":"mangalya.shah@gmail.com","dop":"2026-03-21","serial_number":"776491523672751","imei1":"776491523672751","imei2":"776491523672751","popurl":"www.bodhan-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238832,"job_number":"JOB_238832","tr_customer_id":238851,"tr_customer_product_id":238841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Tapan Kapoor","mobile_number":"9978251461","email_id":"purnima.nayar@hotmail.com","dop":"2026-03-21","serial_number":"621606476209996","imei1":"621606476209996","imei2":"621606476209996","popurl":"www.veda-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238833,"job_number":"JOB_238833","tr_customer_id":238852,"tr_customer_product_id":238842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Kamla Iyer","mobile_number":"9916845202","email_id":"trilok.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"427427852454588","imei1":"427427852454588","imei2":"427427852454588","popurl":"www.akshainie-talwar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238834,"job_number":"JOB_238834","tr_customer_id":238853,"tr_customer_product_id":238843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Suma Trivedi","mobile_number":"9915059007","email_id":"arya.desai@hotmail.com","dop":"2026-03-21","serial_number":"577714335501049","imei1":"577714335501049","imei2":"577714335501049","popurl":"www.krishnadas-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238835,"job_number":"JOB_238835","tr_customer_id":238854,"tr_customer_product_id":238844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Dandapaani Bandopadhyay","mobile_number":"9937884877","email_id":"kashyapi.gill@gmail.com","dop":"2026-03-21","serial_number":"103511422058197","imei1":"103511422058197","imei2":"103511422058197","popurl":"www.umang-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238836,"job_number":"JOB_238836","tr_customer_id":238855,"tr_customer_product_id":238845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Anjushree Verma","mobile_number":"9993432667","email_id":"suma.namboothiri@yahoo.co.in","dop":"2026-03-21","serial_number":"198271440097606","imei1":"198271440097606","imei2":"198271440097606","popurl":"www.anish-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238838,"job_number":"JOB_238838","tr_customer_id":238857,"tr_customer_product_id":238847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:48.000Z","modified_at":"2026-04-05T01:51:48.000Z","name":"Akula Kocchar","mobile_number":"9956756993","email_id":"oormila.trivedi@gmail.com","dop":"2026-03-21","serial_number":"317219526008561","imei1":"317219526008561","imei2":"317219526008561","popurl":"www.udai-marar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238839,"job_number":"JOB_238839","tr_customer_id":238858,"tr_customer_product_id":238848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Aadinath Dwivedi","mobile_number":"9974873316","email_id":"swara.pilla@gmail.com","dop":"2026-03-21","serial_number":"088547559762898","imei1":"088547559762898","imei2":"088547559762898","popurl":"www.chakor-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238840,"job_number":"JOB_238840","tr_customer_id":238859,"tr_customer_product_id":238849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Adinath Guneta","mobile_number":"9999927792","email_id":"mohini.singh@yahoo.co.in","dop":"2026-03-21","serial_number":"315698681414618","imei1":"315698681414618","imei2":"315698681414618","popurl":"www.dinkar-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238841,"job_number":"JOB_238841","tr_customer_id":238860,"tr_customer_product_id":238850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Gorakhanatha Kaniyar","mobile_number":"9916345678","email_id":"dipali.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"316479214872743","imei1":"316479214872743","imei2":"316479214872743","popurl":"www.harit-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238842,"job_number":"JOB_238842","tr_customer_id":238861,"tr_customer_product_id":238851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Pushti Kaur","mobile_number":"9939298232","email_id":"amrita.khan@yahoo.co.in","dop":"2026-03-21","serial_number":"085949843055721","imei1":"085949843055721","imei2":"085949843055721","popurl":"www.karthik-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238843,"job_number":"JOB_238843","tr_customer_id":238862,"tr_customer_product_id":238852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Chandrabhan Gowda","mobile_number":"9989598972","email_id":"anilabh.pandey@yahoo.co.in","dop":"2026-03-21","serial_number":"487294802309715","imei1":"487294802309715","imei2":"487294802309715","popurl":"www.vaidehi-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238844,"job_number":"JOB_238844","tr_customer_id":238863,"tr_customer_product_id":238853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:58:58.000Z","modified_at":"2026-04-05T01:58:58.000Z","name":"Cary Robel","mobile_number":"9051062714","email_id":"dane.mayert@gmail.com","dop":"2025-06-19","serial_number":"286305732315568","imei1":"286305732315568","imei2":"286305732315568","popurl":"2025-06-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238845,"job_number":"JOB_238845","tr_customer_id":238864,"tr_customer_product_id":238854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:24.000Z","modified_at":"2026-04-05T02:03:24.000Z","name":"Aashritha Gandhi","mobile_number":"9926732175","email_id":"ganaka.shah@yahoo.co.in","dop":"2026-03-21","serial_number":"219693323164053","imei1":"219693323164053","imei2":"219693323164053","popurl":"www.girja-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238846,"job_number":"JOB_238846","tr_customer_id":238865,"tr_customer_product_id":238855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Anamika Nayar","mobile_number":"9943824904","email_id":"ananda.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"576144674627948","imei1":"576144674627948","imei2":"576144674627948","popurl":"www.chanda-sharma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238847,"job_number":"JOB_238847","tr_customer_id":238866,"tr_customer_product_id":238856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Balachandra Chattopadhyay","mobile_number":"9942667438","email_id":"gautami.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"448915142996667","imei1":"448915142996667","imei2":"448915142996667","popurl":"www.samir-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238848,"job_number":"JOB_238848","tr_customer_id":238867,"tr_customer_product_id":238857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Prathamesh Saini","mobile_number":"9965945296","email_id":"chandranath.varrier@gmail.com","dop":"2026-03-21","serial_number":"399607972291384","imei1":"399607972291384","imei2":"399607972291384","popurl":"www.rakesh-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238849,"job_number":"JOB_238849","tr_customer_id":238868,"tr_customer_product_id":238858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Chetan Ahuja","mobile_number":"9950347813","email_id":"jitender.nair@hotmail.com","dop":"2026-03-21","serial_number":"808183214650630","imei1":"808183214650630","imei2":"808183214650630","popurl":"www.atreyi-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238850,"job_number":"JOB_238850","tr_customer_id":238869,"tr_customer_product_id":238859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Vidhur Guha","mobile_number":"9933783626","email_id":"kartik.guneta@gmail.com","dop":"2026-03-21","serial_number":"710180221051763","imei1":"710180221051763","imei2":"710180221051763","popurl":"www.shiv-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238851,"job_number":"JOB_238851","tr_customer_id":238870,"tr_customer_product_id":238860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Sweta Marar","mobile_number":"9931370636","email_id":"sanya.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"090755558628737","imei1":"090755558628737","imei2":"090755558628737","popurl":"www.suryakantam-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238852,"job_number":"JOB_238852","tr_customer_id":238871,"tr_customer_product_id":238861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Dakshayani Patel","mobile_number":"9985309224","email_id":"suma.nambeesan@yahoo.co.in","dop":"2026-03-21","serial_number":"701252716900005","imei1":"701252716900005","imei2":"701252716900005","popurl":"www.avantika-kocchar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238853,"job_number":"JOB_238853","tr_customer_id":238872,"tr_customer_product_id":238862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Jagdish Kocchar","mobile_number":"9986034848","email_id":"baidehi.talwar@yahoo.co.in","dop":"2026-03-21","serial_number":"189392289282089","imei1":"189392289282089","imei2":"189392289282089","popurl":"www.bala-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238854,"job_number":"JOB_238854","tr_customer_id":238873,"tr_customer_product_id":238863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Bhagwati Iyer","mobile_number":"9949875003","email_id":"aayushman.gowda@hotmail.com","dop":"2026-03-21","serial_number":"668099670410196","imei1":"668099670410196","imei2":"668099670410196","popurl":"www.anuja-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238857,"job_number":"JOB_238857","tr_customer_id":238876,"tr_customer_product_id":238866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Devajyoti Mehra","mobile_number":"9980900198","email_id":"guru.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"957838216624907","imei1":"957838216624907","imei2":"957838216624907","popurl":"www.manisha-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238858,"job_number":"JOB_238858","tr_customer_id":238877,"tr_customer_product_id":238867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Tushar Chaturvedi","mobile_number":"9927915684","email_id":"tarun.nair@gmail.com","dop":"2026-03-21","serial_number":"134892471320889","imei1":"134892471320889","imei2":"134892471320889","popurl":"www.raj-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238859,"job_number":"JOB_238859","tr_customer_id":238878,"tr_customer_product_id":238868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bhaumik Jha","mobile_number":"9989044829","email_id":"bhramar.reddy@gmail.com","dop":"2026-03-21","serial_number":"969805968442384","imei1":"969805968442384","imei2":"969805968442384","popurl":"www.gemine-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238860,"job_number":"JOB_238860","tr_customer_id":238879,"tr_customer_product_id":238869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bodhan Tagore","mobile_number":"9968654897","email_id":"veda.butt@hotmail.com","dop":"2026-03-21","serial_number":"248324206399002","imei1":"248324206399002","imei2":"248324206399002","popurl":"www.dipesh-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238861,"job_number":"JOB_238861","tr_customer_id":238880,"tr_customer_product_id":238870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Anang Shah","mobile_number":"9978722112","email_id":"bilva.devar@yahoo.co.in","dop":"2026-03-21","serial_number":"835938284988912","imei1":"835938284988912","imei2":"835938284988912","popurl":"www.siddhi-malik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238862,"job_number":"JOB_238862","tr_customer_id":238882,"tr_customer_product_id":238872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Baalaaditya Nehru","mobile_number":"9919807941","email_id":"rajan.gowda@hotmail.com","dop":"2026-03-21","serial_number":"311737920146352","imei1":"311737920146352","imei2":"311737920146352","popurl":"www.brahmdev-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238863,"job_number":"JOB_238863","tr_customer_id":238881,"tr_customer_product_id":238871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Anilaabh Malik","mobile_number":"9984273159","email_id":"dhanadeepa.adiga@yahoo.co.in","dop":"2026-03-21","serial_number":"160465447360513","imei1":"160465447360513","imei2":"160465447360513","popurl":"www.anjaneya-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238864,"job_number":"JOB_238864","tr_customer_id":238883,"tr_customer_product_id":238873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Suma Iyengar","mobile_number":"9900609338","email_id":"gorakhnath.dwivedi@hotmail.com","dop":"2026-03-21","serial_number":"500060012650525","imei1":"500060012650525","imei2":"500060012650525","popurl":"www.subhash-shah.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238865,"job_number":"JOB_238865","tr_customer_id":238884,"tr_customer_product_id":238874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Garuda Pilla","mobile_number":"9910035383","email_id":"durga.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"550895620554470","imei1":"550895620554470","imei2":"550895620554470","popurl":"www.subhashini-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238866,"job_number":"JOB_238866","tr_customer_id":238885,"tr_customer_product_id":238875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Meenakshi Bharadwaj","mobile_number":"9913021304","email_id":"anand.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"807298944197330","imei1":"807298944197330","imei2":"807298944197330","popurl":"www.balachandra-chattopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238867,"job_number":"JOB_238867","tr_customer_id":238886,"tr_customer_product_id":238876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Laal Reddy","mobile_number":"9998976317","email_id":"devvrat.gandhi@hotmail.com","dop":"2026-03-21","serial_number":"218990075997777","imei1":"218990075997777","imei2":"218990075997777","popurl":"www.ajit-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238868,"job_number":"JOB_238868","tr_customer_id":238887,"tr_customer_product_id":238877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Chinmayanand Naik","mobile_number":"9936483454","email_id":"chidambar.tandon@yahoo.co.in","dop":"2026-03-21","serial_number":"108943872978493","imei1":"108943872978493","imei2":"108943872978493","popurl":"www.gemini-adiga.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238869,"job_number":"JOB_238869","tr_customer_id":238888,"tr_customer_product_id":238878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Ujjwal Kapoor","mobile_number":"9919894823","email_id":"charuvrat.pothuvaal@hotmail.com","dop":"2026-03-21","serial_number":"385216032047950","imei1":"385216032047950","imei2":"385216032047950","popurl":"www.bhoopati-patel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238870,"job_number":"JOB_238870","tr_customer_id":238889,"tr_customer_product_id":238879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Rita Joshi","mobile_number":"9939099137","email_id":"deeptanshu.namboothiri@gmail.com","dop":"2026-03-21","serial_number":"227563841421770","imei1":"227563841421770","imei2":"227563841421770","popurl":"www.aashritha-mukhopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238871,"job_number":"JOB_238871","tr_customer_id":238890,"tr_customer_product_id":238880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Bhagirathi Rana","mobile_number":"9930754524","email_id":"jagdish.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"954984607651227","imei1":"954984607651227","imei2":"954984607651227","popurl":"www.abani-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238872,"job_number":"JOB_238872","tr_customer_id":238891,"tr_customer_product_id":238881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Gopal Gandhi","mobile_number":"9972835211","email_id":"chakravartee.menon@hotmail.com","dop":"2026-03-21","serial_number":"768068743204950","imei1":"768068743204950","imei2":"768068743204950","popurl":"www.gajbaahu-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238873,"job_number":"JOB_238873","tr_customer_id":238892,"tr_customer_product_id":238882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Anshula Talwar","mobile_number":"9950859703","email_id":"deepan.guha@hotmail.com","dop":"2026-03-21","serial_number":"386475766216502","imei1":"386475766216502","imei2":"386475766216502","popurl":"www.draupadi-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238874,"job_number":"JOB_238874","tr_customer_id":238893,"tr_customer_product_id":238883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Kalinda Shah","mobile_number":"9944106067","email_id":"chitramala.patil@hotmail.com","dop":"2026-03-21","serial_number":"676760750438273","imei1":"676760750438273","imei2":"676760750438273","popurl":"www.eshita-panicker.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238875,"job_number":"JOB_238875","tr_customer_id":238894,"tr_customer_product_id":238884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chaitan Shah","mobile_number":"9902202159","email_id":"veda.dwivedi@gmail.com","dop":"2026-03-21","serial_number":"294640947526781","imei1":"294640947526781","imei2":"294640947526781","popurl":"www.satish-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238876,"job_number":"JOB_238876","tr_customer_id":238895,"tr_customer_product_id":238885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chakradhar Mukhopadhyay","mobile_number":"9927081422","email_id":"ekaksh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"297989148113569","imei1":"297989148113569","imei2":"297989148113569","popurl":"www.trilokanath-somayaji.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238877,"job_number":"JOB_238877","tr_customer_id":238896,"tr_customer_product_id":238886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Chinmayananda Ahluwalia","mobile_number":"9922546269","email_id":"sheela.pilla@gmail.com","dop":"2026-03-21","serial_number":"510447610782203","imei1":"510447610782203","imei2":"510447610782203","popurl":"www.krishnadasa-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238878,"job_number":"JOB_238878","tr_customer_id":238897,"tr_customer_product_id":238887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Bhadraksh Tandon","mobile_number":"9905763457","email_id":"devajyoti.prajapat@yahoo.co.in","dop":"2026-03-21","serial_number":"098097598628115","imei1":"098097598628115","imei2":"098097598628115","popurl":"www.bhargava-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238879,"job_number":"JOB_238879","tr_customer_id":238898,"tr_customer_product_id":238888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhana Bandopadhyay","mobile_number":"9922361970","email_id":"dhatri.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"871485997817899","imei1":"871485997817899","imei2":"871485997817899","popurl":"www.aanand-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238880,"job_number":"JOB_238880","tr_customer_id":238899,"tr_customer_product_id":238889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhananjay Mishra","mobile_number":"9949739223","email_id":"gemine.butt@gmail.com","dop":"2026-03-21","serial_number":"350772171161251","imei1":"350772171161251","imei2":"350772171161251","popurl":"www.amaresh-bandopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238881,"job_number":"JOB_238881","tr_customer_id":238901,"tr_customer_product_id":238891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Daiwik Sharma","mobile_number":"9962260646","email_id":"kumuda.pandey@hotmail.com","dop":"2026-03-21","serial_number":"652950357640245","imei1":"652950357640245","imei2":"652950357640245","popurl":"www.swapnil-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238882,"job_number":"JOB_238882","tr_customer_id":238900,"tr_customer_product_id":238890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhanumati Bharadwaj","mobile_number":"9907986176","email_id":"amish.iyer@yahoo.co.in","dop":"2026-03-21","serial_number":"594457815091401","imei1":"594457815091401","imei2":"594457815091401","popurl":"www.gopee-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238883,"job_number":"JOB_238883","tr_customer_id":238902,"tr_customer_product_id":238892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Laxmi Desai","mobile_number":"9976751447","email_id":"gaurang.dubashi@yahoo.co.in","dop":"2026-03-21","serial_number":"354307269829708","imei1":"354307269829708","imei2":"354307269829708","popurl":"www.chandran-pothuvaal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238884,"job_number":"JOB_238884","tr_customer_id":238903,"tr_customer_product_id":238893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhushan Sharma","mobile_number":"9985865393","email_id":"vimal.nehru@yahoo.co.in","dop":"2026-03-21","serial_number":"425629196741845","imei1":"425629196741845","imei2":"425629196741845","popurl":"www.chitramala-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238885,"job_number":"JOB_238885","tr_customer_id":238904,"tr_customer_product_id":238894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Subhash Iyengar","mobile_number":"9983312655","email_id":"dinakar.deshpande@gmail.com","dop":"2026-03-21","serial_number":"652997397422863","imei1":"652997397422863","imei2":"652997397422863","popurl":"www.ajeet-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238886,"job_number":"JOB_238886","tr_customer_id":238905,"tr_customer_product_id":238895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Sachin Pilla","mobile_number":"9951333774","email_id":"govinda.mishra@hotmail.com","dop":"2026-03-21","serial_number":"794670546320973","imei1":"794670546320973","imei2":"794670546320973","popurl":"www.gaurang-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238887,"job_number":"JOB_238887","tr_customer_id":238906,"tr_customer_product_id":238896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Ajeet Gandhi","mobile_number":"9985103412","email_id":"varalakshmi.johar@gmail.com","dop":"2026-03-21","serial_number":"843045528826723","imei1":"843045528826723","imei2":"843045528826723","popurl":"www.bhanumati-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238888,"job_number":"JOB_238888","tr_customer_id":238907,"tr_customer_product_id":238897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Agastya Agarwal","mobile_number":"9987475569","email_id":"nawal.varrier@yahoo.co.in","dop":"2026-03-21","serial_number":"479013199319147","imei1":"479013199319147","imei2":"479013199319147","popurl":"www.chetan-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238889,"job_number":"JOB_238889","tr_customer_id":238908,"tr_customer_product_id":238898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Digambar Khanna","mobile_number":"9967596457","email_id":"devajyoti.nayar@gmail.com","dop":"2026-03-21","serial_number":"925494249893440","imei1":"925494249893440","imei2":"925494249893440","popurl":"www.tanya-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238890,"job_number":"JOB_238890","tr_customer_id":238909,"tr_customer_product_id":238899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Suryakanta Chopra","mobile_number":"9988650037","email_id":"marut.mishra@hotmail.com","dop":"2026-03-21","serial_number":"566816823000743","imei1":"566816823000743","imei2":"566816823000743","popurl":"www.dipali-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238891,"job_number":"JOB_238891","tr_customer_id":238910,"tr_customer_product_id":238900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Deenabandhu Chaturvedi","mobile_number":"9937276291","email_id":"bala.jain@yahoo.co.in","dop":"2026-03-21","serial_number":"779614936426432","imei1":"779614936426432","imei2":"779614936426432","popurl":"www.meena-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238893,"job_number":"JOB_238893","tr_customer_id":238912,"tr_customer_product_id":238902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Aruna Singh","mobile_number":"9996393971","email_id":"damayanti.sharma@hotmail.com","dop":"2026-03-21","serial_number":"129093510581788","imei1":"129093510581788","imei2":"129093510581788","popurl":"www.abhaya-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238894,"job_number":"JOB_238894","tr_customer_id":238913,"tr_customer_product_id":238903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Swarnalata Ahuja","mobile_number":"9984062698","email_id":"bharadwaj.pandey@gmail.com","dop":"2026-03-21","serial_number":"186748411133632","imei1":"186748411133632","imei2":"186748411133632","popurl":"www.bharat-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238895,"job_number":"JOB_238895","tr_customer_id":238914,"tr_customer_product_id":238904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Bhaasvan Pilla","mobile_number":"9930773548","email_id":"nimit.dwivedi@yahoo.co.in","dop":"2026-03-21","serial_number":"671656425895216","imei1":"671656425895216","imei2":"671656425895216","popurl":"www.anaadi-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238896,"job_number":"JOB_238896","tr_customer_id":238915,"tr_customer_product_id":238905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Rageshwari Bharadwaj","mobile_number":"9971734426","email_id":"raj.shah@hotmail.com","dop":"2026-03-21","serial_number":"963908203482978","imei1":"963908203482978","imei2":"963908203482978","popurl":"www.smriti-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238897,"job_number":"JOB_238897","tr_customer_id":238916,"tr_customer_product_id":238906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Hiranya Butt","mobile_number":"9952218731","email_id":"ekaksh.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"551353569445928","imei1":"551353569445928","imei2":"551353569445928","popurl":"www.anala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238899,"job_number":"JOB_238899","tr_customer_id":238918,"tr_customer_product_id":238908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Ettie Emard","mobile_number":"626-485-5449","email_id":"Tristian40@gmail.com","dop":"2025-05-30","serial_number":"18299913082609","imei1":"18299913082609","imei2":"18299913082609","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238900,"job_number":"JOB_238900","tr_customer_id":238919,"tr_customer_product_id":238909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:33.000Z","modified_at":"2026-04-05T03:41:33.000Z","name":"Earnest Mante","mobile_number":"650-250-5222","email_id":"Juston.Haag43@hotmail.com","dop":"2025-05-30","serial_number":"1056615937721650","imei1":"1056615937721650","imei2":"1056615937721650","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237952,"job_number":"JOB_237952","tr_customer_id":237971,"tr_customer_product_id":237961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Aarav Sharma","mobile_number":"9876543210","email_id":"aarav.sharma@gmail.com","dop":"2026-02-01","serial_number":"16780924290069","imei1":"16780924290069","imei2":"16780924290069","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237954,"job_number":"JOB_237954","tr_customer_id":237973,"tr_customer_product_id":237963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Wilfredo Cronin","mobile_number":"630-357-4887","email_id":"Adalberto.Effertz98@hotmail.com","dop":"2026-02-01","serial_number":"19344317671671","imei1":"19344317671671","imei2":"19344317671671","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237966,"job_number":"JOB_237966","tr_customer_id":237985,"tr_customer_product_id":237975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:29.000Z","modified_at":"2026-04-04T04:28:29.000Z","name":"Neha Patel","mobile_number":"9123456780","email_id":"neha.patel@yahoo.com","dop":"2026-02-01","serial_number":"18706759739780","imei1":"18706759739780","imei2":"18706759739780","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237967,"job_number":"JOB_237967","tr_customer_id":237986,"tr_customer_product_id":237976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:30.000Z","modified_at":"2026-04-04T04:28:30.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dorothea70@hotmail.com","dop":"2025-07-02","serial_number":"16173523810869","imei1":"16173523810869","imei2":"16173523810869","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237968,"job_number":"JOB_237968","tr_customer_id":237987,"tr_customer_product_id":237977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:30.000Z","modified_at":"2026-04-04T04:28:30.000Z","name":"Sven West","mobile_number":"464-386-5284","email_id":"Carol.Armstrong@yahoo.com","dop":"2026-02-01","serial_number":"17354172086132","imei1":"17354172086132","imei2":"17354172086132","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237986,"job_number":"JOB_237986","tr_customer_id":238005,"tr_customer_product_id":237995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:45.000Z","name":"Rohan Mehta","mobile_number":"9988776655","email_id":"rohan.mehta@outlook.com","dop":"2026-02-01","serial_number":"10741928279918","imei1":"10741928279918","imei2":"10741928279918","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237987,"job_number":"JOB_237987","tr_customer_id":238006,"tr_customer_product_id":237996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Blake.Wiegand77@yahoo.com","dop":"2025-07-02","serial_number":"16153308103702","imei1":"16153308103702","imei2":"16153308103702","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237988,"job_number":"JOB_237988","tr_customer_id":238007,"tr_customer_product_id":237997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:46.000Z","name":"Charley Champlin","mobile_number":"263-959-3328","email_id":"Delphia80@yahoo.com","dop":"2026-02-01","serial_number":"12446786099673","imei1":"12446786099673","imei2":"12446786099673","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238009,"job_number":"JOB_238009","tr_customer_id":238028,"tr_customer_product_id":238018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Keon_Rosenbaum99@yahoo.com","dop":"2025-07-02","serial_number":"15924792663429","imei1":"15924792663429","imei2":"15924792663429","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238010,"job_number":"JOB_238010","tr_customer_id":238029,"tr_customer_product_id":238019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Priya Iyer","mobile_number":"9012345678","email_id":"priya.iyer@gmail.com","dop":"2026-02-01","serial_number":"16985767883333","imei1":"16985767883333","imei2":"16985767883333","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238011,"job_number":"JOB_238011","tr_customer_id":238030,"tr_customer_product_id":238020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Colby Ortiz","mobile_number":"653-917-9402","email_id":"Trey.Schamberger14@gmail.com","dop":"2026-02-01","serial_number":"11062505088791","imei1":"11062505088791","imei2":"11062505088791","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238061,"job_number":"JOB_238061","tr_customer_id":238080,"tr_customer_product_id":238070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:43.000Z","modified_at":"2026-04-04T04:29:43.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"193826142459727","imei1":"193826142459727","imei2":"193826142459727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238062,"job_number":"JOB_238062","tr_customer_id":238081,"tr_customer_product_id":238071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:43.000Z","modified_at":"2026-04-04T04:29:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18507680020054","imei1":"18507680020054","imei2":"18507680020054","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238063,"job_number":"JOB_238063","tr_customer_id":238082,"tr_customer_product_id":238072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Liza Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"141121553023428","imei1":"141121553023428","imei2":"141121553023428","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238064,"job_number":"JOB_238064","tr_customer_id":238083,"tr_customer_product_id":238073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Berneice Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188289280536016","imei1":"188289280536016","imei2":"188289280536016","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238065,"job_number":"JOB_238065","tr_customer_id":238084,"tr_customer_product_id":238074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Xander Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123464373702606","imei1":"123464373702606","imei2":"123464373702606","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238074,"job_number":"JOB_238074","tr_customer_id":238093,"tr_customer_product_id":238083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:54.000Z","modified_at":"2026-04-04T04:29:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"172795986293855","imei1":"172795986293855","imei2":"172795986293855","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238075,"job_number":"JOB_238075","tr_customer_id":238094,"tr_customer_product_id":238084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Jarrett Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112635445221632","imei1":"112635445221632","imei2":"112635445221632","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238076,"job_number":"JOB_238076","tr_customer_id":238095,"tr_customer_product_id":238085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Donato Tromp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188349486289521","imei1":"188349486289521","imei2":"188349486289521","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238077,"job_number":"JOB_238077","tr_customer_id":238096,"tr_customer_product_id":238086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Bennie Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"107507415857076","imei1":"107507415857076","imei2":"107507415857076","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238088,"job_number":"JOB_238088","tr_customer_id":238107,"tr_customer_product_id":238097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:08.000Z","modified_at":"2026-04-04T04:30:08.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108023408088068","imei1":"108023408088068","imei2":"108023408088068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238090,"job_number":"JOB_238090","tr_customer_id":238109,"tr_customer_product_id":238099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:09.000Z","modified_at":"2026-04-04T04:30:09.000Z","name":"Bert Heidenreich","mobile_number":"494-284-0462","email_id":"Taya_Ryan@yahoo.com","dop":"2025-06-09","serial_number":"103305952483144","imei1":"103305952483144","imei2":"103305952483144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238115,"job_number":"JOB_238115","tr_customer_id":238134,"tr_customer_product_id":238124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103216180048879","imei1":"103216180048879","imei2":"103216180048879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238117,"job_number":"JOB_238117","tr_customer_id":238136,"tr_customer_product_id":238126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:23.000Z","modified_at":"2026-04-04T04:30:23.000Z","name":"Irving Kassulke","mobile_number":"625-571-2679","email_id":"Noelia_Hoppe@hotmail.com","dop":"2025-06-09","serial_number":"106966284368815","imei1":"106966284368815","imei2":"106966284368815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238134,"job_number":"JOB_238134","tr_customer_id":238153,"tr_customer_product_id":238143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109369441848008","imei1":"109369441848008","imei2":"109369441848008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238138,"job_number":"JOB_238138","tr_customer_id":238157,"tr_customer_product_id":238147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Jeffry Beahan","mobile_number":"841-989-0070","email_id":"Ashleigh_Feeney@hotmail.com","dop":"2025-06-09","serial_number":"102437764621620","imei1":"102437764621620","imei2":"102437764621620","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238254,"job_number":"JOB_238254","tr_customer_id":238273,"tr_customer_product_id":238263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:38:26.000Z","modified_at":"2026-04-04T06:38:26.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467891","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238262,"job_number":"JOB_238262","tr_customer_id":238281,"tr_customer_product_id":238271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:53:01.000Z","modified_at":"2026-04-04T06:53:01.000Z","name":"Vinay K B","mobile_number":"0000000000","email_id":"aaa@gmail.com","dop":"2026-03-27","serial_number":"17867997081235","imei1":"17867997081235","imei2":"17867997081235","popurl":"2026-03-27T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238286,"job_number":"JOB_238286","tr_customer_id":238305,"tr_customer_product_id":238295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:32:53.000Z","modified_at":"2026-04-04T10:32:53.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467893","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238406,"job_number":"JOB_238406","tr_customer_id":238425,"tr_customer_product_id":238415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:16:22.000Z","modified_at":"2026-04-04T14:16:22.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467895","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238407,"job_number":"JOB_238407","tr_customer_id":238426,"tr_customer_product_id":238416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:49.000Z","modified_at":"2026-04-04T14:22:49.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"164294028951244","imei1":"164294028951244","imei2":"164294028951244","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238408,"job_number":"JOB_238408","tr_customer_id":238427,"tr_customer_product_id":238417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Casper Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131328021969062","imei1":"131328021969062","imei2":"131328021969062","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238409,"job_number":"JOB_238409","tr_customer_id":238428,"tr_customer_product_id":238418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Maye Reinger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167522914138910","imei1":"167522914138910","imei2":"167522914138910","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238410,"job_number":"JOB_238410","tr_customer_id":238429,"tr_customer_product_id":238419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Annabelle Graham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140254317668762","imei1":"140254317668762","imei2":"140254317668762","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238414,"job_number":"JOB_238414","tr_customer_id":238433,"tr_customer_product_id":238423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:01.000Z","modified_at":"2026-04-04T14:23:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"131193278508328","imei1":"131193278508328","imei2":"131193278508328","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238415,"job_number":"JOB_238415","tr_customer_id":238434,"tr_customer_product_id":238424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Harvey Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"109718517461468","imei1":"109718517461468","imei2":"109718517461468","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238416,"job_number":"JOB_238416","tr_customer_id":238435,"tr_customer_product_id":238425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Abbie Abshire","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"136168198728024","imei1":"136168198728024","imei2":"136168198728024","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238417,"job_number":"JOB_238417","tr_customer_id":238436,"tr_customer_product_id":238426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Arlo Lueilwitz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182405171419473","imei1":"182405171419473","imei2":"182405171419473","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238428,"job_number":"JOB_238428","tr_customer_id":238447,"tr_customer_product_id":238437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:16.000Z","modified_at":"2026-04-04T14:26:16.000Z","name":"Aarav Sharma","mobile_number":"9876543210","email_id":"aarav.sharma@gmail.com","dop":"2026-02-01","serial_number":"12622441836276","imei1":"12622441836276","imei2":"12622441836276","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238429,"job_number":"JOB_238429","tr_customer_id":238448,"tr_customer_product_id":238438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:16.000Z","modified_at":"2026-04-04T14:26:16.000Z","name":"Allan Lindgren","mobile_number":"279-679-3032","email_id":"Jamarcus50@gmail.com","dop":"2026-02-01","serial_number":"11091994820702","imei1":"11091994820702","imei2":"11091994820702","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238434,"job_number":"JOB_238434","tr_customer_id":238453,"tr_customer_product_id":238443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:30.000Z","modified_at":"2026-04-04T14:26:30.000Z","name":"Neha Patel","mobile_number":"9123456780","email_id":"neha.patel@yahoo.com","dop":"2026-02-01","serial_number":"15010204943289","imei1":"15010204943289","imei2":"15010204943289","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238435,"job_number":"JOB_238435","tr_customer_id":238454,"tr_customer_product_id":238444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:30.000Z","modified_at":"2026-04-04T14:26:30.000Z","name":"Titus Steuber","mobile_number":"998-898-2228","email_id":"Morris_Streich@hotmail.com","dop":"2026-02-01","serial_number":"14583041495061","imei1":"14583041495061","imei2":"14583041495061","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238437,"job_number":"JOB_238437","tr_customer_id":238456,"tr_customer_product_id":238446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:44.000Z","modified_at":"2026-04-04T14:26:44.000Z","name":"Rohan Mehta","mobile_number":"9988776655","email_id":"rohan.mehta@outlook.com","dop":"2026-02-01","serial_number":"19977072160829","imei1":"19977072160829","imei2":"19977072160829","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238438,"job_number":"JOB_238438","tr_customer_id":238457,"tr_customer_product_id":238447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:45.000Z","modified_at":"2026-04-04T14:26:45.000Z","name":"Montana Feest","mobile_number":"824-696-3029","email_id":"Ervin51@hotmail.com","dop":"2026-02-01","serial_number":"14634927988761","imei1":"14634927988761","imei2":"14634927988761","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238442,"job_number":"JOB_238442","tr_customer_id":238461,"tr_customer_product_id":238451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:58.000Z","modified_at":"2026-04-04T14:26:58.000Z","name":"Priya Iyer","mobile_number":"9012345678","email_id":"priya.iyer@gmail.com","dop":"2026-02-01","serial_number":"15200478935644","imei1":"15200478935644","imei2":"15200478935644","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238443,"job_number":"JOB_238443","tr_customer_id":238462,"tr_customer_product_id":238452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:59.000Z","modified_at":"2026-04-04T14:26:59.000Z","name":"Geovanny Stiedemann","mobile_number":"228-569-3675","email_id":"Jazlyn97@gmail.com","dop":"2026-02-01","serial_number":"13473619747069","imei1":"13473619747069","imei2":"13473619747069","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238552,"job_number":"JOB_238552","tr_customer_id":238571,"tr_customer_product_id":238561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:00.000Z","modified_at":"2026-04-04T14:38:00.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107661320726126","imei1":"107661320726126","imei2":"107661320726126","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238554,"job_number":"JOB_238554","tr_customer_id":238573,"tr_customer_product_id":238563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:00.000Z","modified_at":"2026-04-04T14:38:00.000Z","name":"Robyn Morissette","mobile_number":"679-478-0191","email_id":"Rosa.Russel@hotmail.com","dop":"2025-06-09","serial_number":"105767793870013","imei1":"105767793870013","imei2":"105767793870013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238558,"job_number":"JOB_238558","tr_customer_id":238577,"tr_customer_product_id":238567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:16.000Z","modified_at":"2026-04-04T14:38:16.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107824765007347","imei1":"107824765007347","imei2":"107824765007347","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238560,"job_number":"JOB_238560","tr_customer_id":238579,"tr_customer_product_id":238569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:17.000Z","modified_at":"2026-04-04T14:38:17.000Z","name":"Cordell Boyer","mobile_number":"351-443-0916","email_id":"Seamus.Mosciski@hotmail.com","dop":"2025-06-09","serial_number":"108076949679511","imei1":"108076949679511","imei2":"108076949679511","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238567,"job_number":"JOB_238567","tr_customer_id":238586,"tr_customer_product_id":238576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:32.000Z","modified_at":"2026-04-04T14:38:32.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105335592985394","imei1":"105335592985394","imei2":"105335592985394","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238569,"job_number":"JOB_238569","tr_customer_id":238588,"tr_customer_product_id":238578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:33.000Z","modified_at":"2026-04-04T14:38:33.000Z","name":"Tierra Pfeffer","mobile_number":"215-751-5648","email_id":"Ashtyn24@yahoo.com","dop":"2025-06-09","serial_number":"109549978371244","imei1":"109549978371244","imei2":"109549978371244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238646,"job_number":"JOB_238646","tr_customer_id":238665,"tr_customer_product_id":238655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:38:43.000Z","modified_at":"2026-04-04T17:38:43.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"114957761238405","imei1":"114957761238405","imei2":"114957761238405","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238647,"job_number":"JOB_238647","tr_customer_id":238666,"tr_customer_product_id":238656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:41:49.000Z","modified_at":"2026-04-04T17:41:49.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"994568136818684","imei1":"994568136818684","imei2":"994568136818684","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238648,"job_number":"JOB_238648","tr_customer_id":238667,"tr_customer_product_id":238657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:42:18.000Z","modified_at":"2026-04-04T17:42:18.000Z","name":"June Stoltenberg","mobile_number":"740-881-6624","email_id":"Jeremy.Shanahan@yahoo.com","dop":"2026-01-10","serial_number":"214891980798793","imei1":"214891980798793","imei2":"214891980798793","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238649,"job_number":"JOB_238649","tr_customer_id":238668,"tr_customer_product_id":238658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:43:27.000Z","modified_at":"2026-04-04T17:43:27.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"837349202222829","imei1":"837349202222829","imei2":"837349202222829","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238650,"job_number":"JOB_238650","tr_customer_id":238669,"tr_customer_product_id":238659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:46:23.000Z","modified_at":"2026-04-04T17:46:23.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"234100529424716","imei1":"234100529424716","imei2":"234100529424716","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238651,"job_number":"JOB_238651","tr_customer_id":238670,"tr_customer_product_id":238660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:53:41.000Z","modified_at":"2026-04-04T17:53:41.000Z","name":"June Stoltenberg","mobile_number":"740-881-6624","email_id":"Jeremy.Shanahan@yahoo.com","dop":"2026-01-10","serial_number":"114891980798793","imei1":"114891980798793","imei2":"114891980798793","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238659,"job_number":"JOB_238659","tr_customer_id":238678,"tr_customer_product_id":238668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T18:55:14.000Z","modified_at":"2026-04-04T18:55:14.000Z","name":"Alverta Wisozk","mobile_number":"853-254-5287","email_id":"Yessenia.Johns1@hotmail.com","dop":"2026-01-10","serial_number":"638679805566197","imei1":"638679805566197","imei2":"638679805566197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T18:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238660,"job_number":"JOB_238660","tr_customer_id":238679,"tr_customer_product_id":238669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:00:51.000Z","modified_at":"2026-04-04T19:00:51.000Z","name":"Akshay H","mobile_number":"9809809800","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"638679805566196","imei1":"638679805566196","imei2":"638679805566196","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238661,"job_number":"JOB_238661","tr_customer_id":238680,"tr_customer_product_id":238670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:05:58.000Z","modified_at":"2026-04-04T19:05:58.000Z","name":"Akshay H","mobile_number":"9809809800","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"638679805566195","imei1":"638679805566195","imei2":"638679805566195","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:05:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238013,"job_number":"JOB_238013","tr_customer_id":238032,"tr_customer_product_id":238022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:02.000Z","modified_at":"2026-04-04T04:29:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10669467976878","imei1":"10669467976878","imei2":"10669467976878","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238015,"job_number":"JOB_238015","tr_customer_id":238034,"tr_customer_product_id":238024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:03.000Z","modified_at":"2026-04-04T04:29:03.000Z","name":"Vicky Emard","mobile_number":"282-913-3577","email_id":"Price49@hotmail.com","dop":"2000-01-31","serial_number":"1007099858001451","imei1":"1007099858001451","imei2":"1007099858001451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238056,"job_number":"JOB_238056","tr_customer_id":238075,"tr_customer_product_id":238065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:41.000Z","modified_at":"2026-04-04T04:29:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10692159073667","imei1":"10692159073667","imei2":"10692159073667","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238059,"job_number":"JOB_238059","tr_customer_id":238078,"tr_customer_product_id":238068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:42.000Z","modified_at":"2026-04-04T04:29:42.000Z","name":"Floy Legros","mobile_number":"909-207-4409","email_id":"Adella_Conroy@hotmail.com","dop":"2000-01-31","serial_number":"1095508394111248","imei1":"1095508394111248","imei2":"1095508394111248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238109,"job_number":"JOB_238109","tr_customer_id":238128,"tr_customer_product_id":238118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:20.000Z","modified_at":"2026-04-04T04:30:20.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10579654822128","imei1":"10579654822128","imei2":"10579654822128","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238113,"job_number":"JOB_238113","tr_customer_id":238132,"tr_customer_product_id":238122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Branson Johns","mobile_number":"573-753-2778","email_id":"Jenifer85@gmail.com","dop":"2000-01-31","serial_number":"1067500735770029","imei1":"1067500735770029","imei2":"1067500735770029","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238154,"job_number":"JOB_238154","tr_customer_id":238173,"tr_customer_product_id":238163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:59.000Z","modified_at":"2026-04-04T04:30:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486467721290","imei1":"10486467721290","imei2":"10486467721290","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238157,"job_number":"JOB_238157","tr_customer_id":238176,"tr_customer_product_id":238166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:01.000Z","modified_at":"2026-04-04T04:31:01.000Z","name":"Eugene Johns","mobile_number":"263-579-4673","email_id":"Aniyah.Nitzsche89@gmail.com","dop":"2000-01-31","serial_number":"1080118212901362","imei1":"1080118212901362","imei2":"1080118212901362","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238463,"job_number":"JOB_238463","tr_customer_id":238482,"tr_customer_product_id":238472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:20.000Z","modified_at":"2026-04-04T14:29:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10207765199596","imei1":"10207765199596","imei2":"10207765199596","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238465,"job_number":"JOB_238465","tr_customer_id":238484,"tr_customer_product_id":238474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:21.000Z","modified_at":"2026-04-04T14:29:21.000Z","name":"Wilson McClure","mobile_number":"626-251-0658","email_id":"Rose.Howe@hotmail.com","dop":"2000-01-31","serial_number":"1001521779268835","imei1":"1001521779268835","imei2":"1001521779268835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238469,"job_number":"JOB_238469","tr_customer_id":238488,"tr_customer_product_id":238478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:00.000Z","modified_at":"2026-04-04T14:30:00.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982220976744","imei1":"10982220976744","imei2":"10982220976744","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238471,"job_number":"JOB_238471","tr_customer_id":238490,"tr_customer_product_id":238480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:02.000Z","modified_at":"2026-04-04T14:30:02.000Z","name":"Riley Bashirian","mobile_number":"365-877-3668","email_id":"Jacklyn.Kertzmann65@hotmail.com","dop":"2000-01-31","serial_number":"1083941731918372","imei1":"1083941731918372","imei2":"1083941731918372","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238472,"job_number":"JOB_238472","tr_customer_id":238491,"tr_customer_product_id":238481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:41.000Z","modified_at":"2026-04-04T14:30:41.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10352498668533","imei1":"10352498668533","imei2":"10352498668533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238474,"job_number":"JOB_238474","tr_customer_id":238493,"tr_customer_product_id":238483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:42.000Z","modified_at":"2026-04-04T14:30:42.000Z","name":"Penelope Friesen","mobile_number":"479-437-9383","email_id":"Braeden85@yahoo.com","dop":"2000-01-31","serial_number":"1010019724351744","imei1":"1010019724351744","imei2":"1010019724351744","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238478,"job_number":"JOB_238478","tr_customer_id":238497,"tr_customer_product_id":238487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:22.000Z","modified_at":"2026-04-04T14:31:22.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10019878234048","imei1":"10019878234048","imei2":"10019878234048","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238480,"job_number":"JOB_238480","tr_customer_id":238499,"tr_customer_product_id":238489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:24.000Z","modified_at":"2026-04-04T14:31:24.000Z","name":"Maribel Lueilwitz","mobile_number":"970-897-2141","email_id":"Austyn_Ward@gmail.com","dop":"2000-01-31","serial_number":"1034142062381198","imei1":"1034142062381198","imei2":"1034142062381198","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238631,"job_number":"JOB_238631","tr_customer_id":238650,"tr_customer_product_id":238640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:17.000Z","modified_at":"2026-04-04T17:01:17.000Z","name":"Aman Arora","mobile_number":"8877876478","email_id":"aroraaman896@gmail.com","dop":"2026-03-25","serial_number":"09559893017819","imei1":"94757883987815","imei2":"97658483807815","popurl":"2026-03-25T17:01:16.666392832Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81206540-b1b7-4cdc-b4cb-8c28335a032c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68105,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5a7d9f6-296d-4e98-9303-eb8b03e545d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 238898,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 328ms
Mean size per request: 689.55KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA0OTh9.h-TdpvXBw5MfJQlW23DzkGVv2esnlBN9x5O8sN157y4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5c6a074-bb7b-4bbd-924f-19571da5682a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ac631-0TOWHjsN5kgpKLgPWPhzvFXe4BY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":237877,"job_number":"JOB_237877","tr_customer_id":237896,"tr_customer_product_id":237886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T19:56:55.000Z","modified_at":"2026-04-03T19:56:55.000Z","name":"nandish lk","mobile_number":"8217406456","email_id":"nandishlk@gmail.com","dop":"2026-03-24","serial_number":"19173231583716","imei1":"19173231583716","imei2":"19173231583716","popurl":"2026-03-24T19:56:54.260634331Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T19:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237878,"job_number":"JOB_237878","tr_customer_id":237897,"tr_customer_product_id":237887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T19:58:03.000Z","modified_at":"2026-04-03T19:58:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-03-24","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-03-24T19:58:02.616065217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T19:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237879,"job_number":"JOB_237879","tr_customer_id":237898,"tr_customer_product_id":237888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:04:25.000Z","modified_at":"2026-04-03T20:04:25.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059616582","imei1":"11498059616582","imei2":"11498059616582","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:04:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237880,"job_number":"JOB_237880","tr_customer_id":237899,"tr_customer_product_id":237889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:07:57.000Z","modified_at":"2026-04-03T20:07:57.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059616542","imei1":"11498059616542","imei2":"11498059616542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:07:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237881,"job_number":"JOB_237881","tr_customer_id":237900,"tr_customer_product_id":237890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:16:36.000Z","modified_at":"2026-04-03T20:16:36.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11498059666542","imei1":"11498059666542","imei2":"11498059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237882,"job_number":"JOB_237882","tr_customer_id":237901,"tr_customer_product_id":237891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:28:02.000Z","modified_at":"2026-04-03T20:28:03.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"11499059666542","imei1":"11499059666542","imei2":"11499059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237883,"job_number":"JOB_237883","tr_customer_id":237902,"tr_customer_product_id":237892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:31:28.000Z","modified_at":"2026-04-03T20:31:28.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15599059666542","imei1":"15599059666542","imei2":"15599059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237884,"job_number":"JOB_237884","tr_customer_id":237903,"tr_customer_product_id":237893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T20:32:32.000Z","modified_at":"2026-04-03T20:32:32.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15669059666542","imei1":"15669059666542","imei2":"15669059666542","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T20:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237885,"job_number":"JOB_237885","tr_customer_id":237904,"tr_customer_product_id":237894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T21:02:27.000Z","modified_at":"2026-04-03T21:02:27.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-25","serial_number":"15669059666577","imei1":"15669059666577","imei2":"15669059666577","popurl":"2026-03-25T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T21:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237886,"job_number":"JOB_237886","tr_customer_id":237905,"tr_customer_product_id":237895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T21:03:28.000Z","modified_at":"2026-04-03T21:03:28.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-03-29","serial_number":"155490025191112","imei1":"155490025191112","imei2":"155490025191112","popurl":"2026-03-29T21:03:27.214495767Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T21:03:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237887,"job_number":"JOB_237887","tr_customer_id":237906,"tr_customer_product_id":237896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:39:26.000Z","modified_at":"2026-04-03T23:39:26.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-24","serial_number":"99669059666577","imei1":"99669059666577","imei2":"99669059666577","popurl":"2026-03-24T23:39:18.169221500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237888,"job_number":"JOB_237888","tr_customer_id":237907,"tr_customer_product_id":237897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:54:28.000Z","modified_at":"2026-04-03T23:54:28.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-03-24","serial_number":"88886596754988","imei1":"88886596754988","imei2":"88886596754988","popurl":"2026-03-24T23:54:28.483454442Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237889,"job_number":"JOB_237889","tr_customer_id":237908,"tr_customer_product_id":237898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-03T23:58:23.000Z","modified_at":"2026-04-03T23:58:23.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-24","serial_number":"99779059666577","imei1":"99779059666577","imei2":"99779059666577","popurl":"2026-03-24T23:58:13.755585200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-03T23:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237890,"job_number":"JOB_237890","tr_customer_id":237909,"tr_customer_product_id":237899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:51:44.000Z","modified_at":"2026-04-04T00:51:44.000Z","name":"Maria Glover","mobile_number":"697-295-6205","email_id":"Neha60@gmail.com","dop":"2025-05-05","serial_number":"16535208971525","imei1":"16535208971525","imei2":"16535208971525","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237891,"job_number":"JOB_237891","tr_customer_id":237910,"tr_customer_product_id":237900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:51:44.000Z","modified_at":"2026-04-04T00:51:44.000Z","name":"Christy McLaughlin","mobile_number":"374-364-9840","email_id":"Abner42@gmail.com","dop":"2025-05-05","serial_number":"14503221253774","imei1":"14503221253774","imei2":"14503221253774","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237892,"job_number":"JOB_237892","tr_customer_id":237911,"tr_customer_product_id":237901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:52:01.000Z","modified_at":"2026-04-04T00:52:01.000Z","name":"Gustave Streich","mobile_number":"310-986-1946","email_id":"Myrl.VonRueden@yahoo.com","dop":"2025-05-05","serial_number":"14947751791009","imei1":"14947751791009","imei2":"14947751791009","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:52:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237893,"job_number":"JOB_237893","tr_customer_id":237912,"tr_customer_product_id":237902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T00:52:01.000Z","modified_at":"2026-04-04T00:52:01.000Z","name":"Federico Rolfson","mobile_number":"965-742-7791","email_id":"Kennedi.Ziemann@yahoo.com","dop":"2025-05-05","serial_number":"13076528710544","imei1":"13076528710544","imei2":"13076528710544","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T00:52:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237894,"job_number":"JOB_237894","tr_customer_id":237913,"tr_customer_product_id":237903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:06.000Z","modified_at":"2026-04-04T02:48:06.000Z","name":"Mozelle Botsford","mobile_number":"870-636-2833","email_id":"Erich.DuBuque2@hotmail.com","dop":"2025-05-05","serial_number":"16309068704821","imei1":"16309068704821","imei2":"16309068704821","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237895,"job_number":"JOB_237895","tr_customer_id":237914,"tr_customer_product_id":237904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:07.000Z","modified_at":"2026-04-04T02:48:07.000Z","name":"Lucile Doyle","mobile_number":"532-391-3589","email_id":"Marquise_Haag27@yahoo.com","dop":"2025-05-05","serial_number":"13654882304888","imei1":"13654882304888","imei2":"13654882304888","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237896,"job_number":"JOB_237896","tr_customer_id":237915,"tr_customer_product_id":237905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:42.000Z","modified_at":"2026-04-04T02:48:42.000Z","name":"Walter Fay","mobile_number":"610-598-3630","email_id":"Cristopher_Rath19@gmail.com","dop":"2025-05-05","serial_number":"16985360765568","imei1":"16985360765568","imei2":"16985360765568","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237897,"job_number":"JOB_237897","tr_customer_id":237916,"tr_customer_product_id":237906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T02:48:42.000Z","modified_at":"2026-04-04T02:48:42.000Z","name":"Nicole Dibbert","mobile_number":"474-864-9792","email_id":"Corene.Koelpin95@yahoo.com","dop":"2025-05-05","serial_number":"15282282969398","imei1":"15282282969398","imei2":"15282282969398","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T02:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237898,"job_number":"JOB_237898","tr_customer_id":237917,"tr_customer_product_id":237907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:19:54.000Z","modified_at":"2026-04-04T03:19:54.000Z","name":"Zetta Emard","mobile_number":"262-981-8588","email_id":"Margarete_Volkman44@gmail.com","dop":"2025-05-05","serial_number":"13936558339495","imei1":"13936558339495","imei2":"13936558339495","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237899,"job_number":"JOB_237899","tr_customer_id":237918,"tr_customer_product_id":237908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:19:54.000Z","modified_at":"2026-04-04T03:19:54.000Z","name":"Dejah Windler","mobile_number":"679-615-6216","email_id":"Miguel54@yahoo.com","dop":"2025-05-05","serial_number":"13661577972515","imei1":"13661577972515","imei2":"13661577972515","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237901,"job_number":"JOB_237901","tr_customer_id":237920,"tr_customer_product_id":237910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:06.000Z","modified_at":"2026-04-04T03:20:06.000Z","name":"Vivian Skiles","mobile_number":"648-936-8635","email_id":"Jalen_Heathcote59@hotmail.com","dop":"2025-05-30","serial_number":"15930801359556","imei1":"15930801359556","imei2":"15930801359556","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237902,"job_number":"JOB_237902","tr_customer_id":237921,"tr_customer_product_id":237911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:08.000Z","modified_at":"2026-04-04T03:20:08.000Z","name":"Blaze Lang","mobile_number":"766-529-2200","email_id":"Johnpaul40@gmail.com","dop":"2025-05-30","serial_number":"1241366929720441","imei1":"1241366929720441","imei2":"1241366929720441","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237903,"job_number":"JOB_237903","tr_customer_id":237922,"tr_customer_product_id":237912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:33.000Z","modified_at":"2026-04-04T03:20:33.000Z","name":"Shannon Bins","mobile_number":"719-851-1127","email_id":"Benny_Herman16@gmail.com","dop":"2025-05-05","serial_number":"17468984785912","imei1":"17468984785912","imei2":"17468984785912","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237904,"job_number":"JOB_237904","tr_customer_id":237923,"tr_customer_product_id":237913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:20:33.000Z","modified_at":"2026-04-04T03:20:33.000Z","name":"Adele Nikolaus","mobile_number":"357-823-4124","email_id":"Felipe51@gmail.com","dop":"2025-05-05","serial_number":"19809578331867","imei1":"19809578331867","imei2":"19809578331867","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237905,"job_number":"JOB_237905","tr_customer_id":237924,"tr_customer_product_id":237914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:27:25.000Z","modified_at":"2026-04-04T03:27:25.000Z","name":"Ari Legros","mobile_number":"628-616-1245","email_id":"Consuelo_Rippin@gmail.com","dop":"2025-05-05","serial_number":"10875948816777","imei1":"10875948816777","imei2":"10875948816777","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237906,"job_number":"JOB_237906","tr_customer_id":237925,"tr_customer_product_id":237915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:27:26.000Z","modified_at":"2026-04-04T03:27:26.000Z","name":"Abner Auer","mobile_number":"826-829-6958","email_id":"Andy7@hotmail.com","dop":"2025-05-05","serial_number":"17433708240607","imei1":"17433708240607","imei2":"17433708240607","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:27:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237907,"job_number":"JOB_237907","tr_customer_id":237926,"tr_customer_product_id":237916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:28:00.000Z","modified_at":"2026-04-04T03:28:00.000Z","name":"Colt Graham","mobile_number":"378-301-2965","email_id":"Gina51@gmail.com","dop":"2025-05-05","serial_number":"18086526533480","imei1":"18086526533480","imei2":"18086526533480","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:28:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237908,"job_number":"JOB_237908","tr_customer_id":237927,"tr_customer_product_id":237917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T03:28:01.000Z","modified_at":"2026-04-04T03:28:01.000Z","name":"Lexus Grant","mobile_number":"477-543-3914","email_id":"Ashlynn_Erdman@yahoo.com","dop":"2025-05-05","serial_number":"14535328435429","imei1":"14535328435429","imei2":"14535328435429","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T03:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237909,"job_number":"JOB_237909","tr_customer_id":237928,"tr_customer_product_id":237918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:09:14.000Z","modified_at":"2026-04-04T04:09:14.000Z","name":"B K","mobile_number":"9986998134","email_id":"bk@gmail.com","dop":"2026-03-25","serial_number":"27624085806562","imei1":"27624085808532","imei2":"27624085808532","popurl":"2026-03-25T04:09:11.421350400Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237912,"job_number":"JOB_237912","tr_customer_id":237931,"tr_customer_product_id":237921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:24.000Z","modified_at":"2026-04-04T04:27:24.000Z","name":"Damaris Renner","mobile_number":"638-995-6821","email_id":"Ernesto_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"19626031216470170","imei1":"19626031216470170","imei2":"19626031216470170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237913,"job_number":"JOB_237913","tr_customer_id":237932,"tr_customer_product_id":237922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:28.000Z","modified_at":"2026-04-04T04:27:28.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13075980461505","imei1":"13075980461505","imei2":"13075980461505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237915,"job_number":"JOB_237915","tr_customer_id":237934,"tr_customer_product_id":237924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:30.000Z","modified_at":"2026-04-04T04:27:30.000Z","name":"Deonte Quigley","mobile_number":"803-702-6863","email_id":"Lincoln_McKenzie33@gmail.com","dop":"2025-04-06","serial_number":"11765330768188634","imei1":"11765330768188634","imei2":"11765330768188634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237918,"job_number":"JOB_237918","tr_customer_id":237937,"tr_customer_product_id":237927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:33.000Z","modified_at":"2026-04-04T04:27:33.000Z","name":"Sharon Kuhic","mobile_number":"932-269-2803","email_id":"Daisha42@gmail.com","dop":"2025-04-06","serial_number":"17777882232099788","imei1":"17777882232099788","imei2":"17777882232099788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237919,"job_number":"JOB_237919","tr_customer_id":237938,"tr_customer_product_id":237928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:44.000Z","modified_at":"2026-04-04T04:27:44.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"107936939377129","imei1":"107936939377129","imei2":"107936939377129","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237920,"job_number":"JOB_237920","tr_customer_id":237939,"tr_customer_product_id":237929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:44.000Z","modified_at":"2026-04-04T04:27:44.000Z","name":"Theresia Donnelly","mobile_number":"819-609-5191","email_id":"Maximillian.Hickle55@hotmail.com","dop":"2025-02-01","serial_number":"95512412838565","imei1":"95512412838565","imei2":"95512412838565","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237921,"job_number":"JOB_237921","tr_customer_id":237940,"tr_customer_product_id":237930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:45.000Z","modified_at":"2026-04-04T04:27:45.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"4494157199015959","imei1":"4494157199015959","imei2":"4494157199015959","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237925,"job_number":"JOB_237925","tr_customer_id":237944,"tr_customer_product_id":237934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:51.000Z","modified_at":"2026-04-04T04:27:51.000Z","name":"Alexis Lehner","mobile_number":"671-693-2547","email_id":"Zachery29@hotmail.com","dop":"2025-04-06","serial_number":"13762172043681568","imei1":"13762172043681568","imei2":"13762172043681568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237926,"job_number":"JOB_237926","tr_customer_id":237945,"tr_customer_product_id":237935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:54.000Z","modified_at":"2026-04-04T04:27:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12183327322944","imei1":"12183327322944","imei2":"12183327322944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237928,"job_number":"JOB_237928","tr_customer_id":237947,"tr_customer_product_id":237937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:56.000Z","modified_at":"2026-04-04T04:27:56.000Z","name":"Abigayle Gulgowski","mobile_number":"919-236-8122","email_id":"Sandra.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"13127188971316088","imei1":"13127188971316088","imei2":"13127188971316088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237929,"job_number":"JOB_237929","tr_customer_id":237948,"tr_customer_product_id":237938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:57.000Z","modified_at":"2026-04-04T04:27:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10392449130149","imei1":"10392449130149","imei2":"10392449130149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237931,"job_number":"JOB_237931","tr_customer_id":237950,"tr_customer_product_id":237940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:58.000Z","modified_at":"2026-04-04T04:27:58.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10905925786306","imei1":"10905925786306","imei2":"10905925786306","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237933,"job_number":"JOB_237933","tr_customer_id":237952,"tr_customer_product_id":237942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:58.000Z","modified_at":"2026-04-04T04:27:58.000Z","name":"Gregoria Friesen","mobile_number":"386-746-9327","email_id":"Dominique67@gmail.com","dop":"2025-04-06","serial_number":"13996798666634514","imei1":"13996798666634514","imei2":"13996798666634514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237934,"job_number":"JOB_237934","tr_customer_id":237953,"tr_customer_product_id":237943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:27:59.000Z","modified_at":"2026-04-04T04:27:59.000Z","name":"Marjolaine Morissette","mobile_number":"876-481-7249","email_id":"Briana_Schinner87@gmail.com","dop":"2025-06-18","serial_number":"1095164541079163","imei1":"1095164541079163","imei2":"1095164541079163","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237936,"job_number":"JOB_237936","tr_customer_id":237955,"tr_customer_product_id":237945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:04.000Z","modified_at":"2026-04-04T04:28:04.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-02-13","serial_number":"100024242722584","imei1":"100024242722584","imei2":"100024242722584","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237939,"job_number":"JOB_237939","tr_customer_id":237958,"tr_customer_product_id":237948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:05.000Z","modified_at":"2026-04-04T04:28:05.000Z","name":"Verlie Botsford","mobile_number":"291-331-4258","email_id":"Delmer_Maggio@gmail.com","dop":"2025-02-13","serial_number":"10001083627253568","imei1":"10001083627253568","imei2":"10001083627253568","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237940,"job_number":"JOB_237940","tr_customer_id":237959,"tr_customer_product_id":237949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:05.000Z","modified_at":"2026-04-04T04:28:05.000Z","name":"Mara Heidenreich","mobile_number":"886-762-6439","email_id":"Luella93@yahoo.com","dop":"2025-04-06","serial_number":"10492377392313016","imei1":"10492377392313016","imei2":"10492377392313016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237941,"job_number":"JOB_237941","tr_customer_id":237960,"tr_customer_product_id":237950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:09.000Z","modified_at":"2026-04-04T04:28:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14392410219045","imei1":"14392410219045","imei2":"14392410219045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237943,"job_number":"JOB_237943","tr_customer_id":237962,"tr_customer_product_id":237952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:10.000Z","modified_at":"2026-04-04T04:28:10.000Z","name":"Sanu Anand","mobile_number":"7059787665","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"19008102815249","imei1":"19008102815249","imei2":"19008102815249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237944,"job_number":"JOB_237944","tr_customer_id":237963,"tr_customer_product_id":237953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:10.000Z","modified_at":"2026-04-04T04:28:10.000Z","name":"Madisen Raynor","mobile_number":"321-594-3758","email_id":"Tara.Anderson@gmail.com","dop":"2025-04-06","serial_number":"15214309139788192","imei1":"15214309139788192","imei2":"15214309139788192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237946,"job_number":"JOB_237946","tr_customer_id":237965,"tr_customer_product_id":237955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:11.000Z","modified_at":"2026-04-04T04:28:11.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"17329576378476","imei1":"17329576378476","imei2":"17329576378476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237948,"job_number":"JOB_237948","tr_customer_id":237967,"tr_customer_product_id":237957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:12.000Z","modified_at":"2026-04-04T04:28:12.000Z","name":"Kristoffer Legros","mobile_number":"485-651-7989","email_id":"Luther_King78@yahoo.com","dop":"2025-04-06","serial_number":"12589931481783120","imei1":"12589931481783120","imei2":"12589931481783120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237949,"job_number":"JOB_237949","tr_customer_id":237968,"tr_customer_product_id":237958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:12.000Z","modified_at":"2026-04-04T04:28:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11662697388562","imei1":"11662697388562","imei2":"11662697388562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237951,"job_number":"JOB_237951","tr_customer_id":237970,"tr_customer_product_id":237960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:13.000Z","modified_at":"2026-04-04T04:28:13.000Z","name":"Anna Gibson","mobile_number":"607-420-9630","email_id":"Ryann_Koelpin76@yahoo.com","dop":"2025-04-06","serial_number":"16437729877236136","imei1":"16437729877236136","imei2":"16437729877236136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237953,"job_number":"JOB_237953","tr_customer_id":237972,"tr_customer_product_id":237962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Hector Donnelly","mobile_number":"702-229-8777","email_id":"Britney_Strosin70@hotmail.com","dop":"2025-04-06","serial_number":"14787857943136648","imei1":"14787857943136648","imei2":"14787857943136648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237957,"job_number":"JOB_237957","tr_customer_id":237976,"tr_customer_product_id":237966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:18.000Z","modified_at":"2026-04-04T04:28:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-02-13","serial_number":"109175526897998","imei1":"109175526897998","imei2":"109175526897998","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237959,"job_number":"JOB_237959","tr_customer_id":237978,"tr_customer_product_id":237968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:19.000Z","modified_at":"2026-04-04T04:28:19.000Z","name":"Luther Towne","mobile_number":"913-772-1075","email_id":"Raegan_Larson95@hotmail.com","dop":"2025-02-13","serial_number":"10074457514981448","imei1":"10074457514981448","imei2":"10074457514981448","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237960,"job_number":"JOB_237960","tr_customer_id":237979,"tr_customer_product_id":237969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:22.000Z","modified_at":"2026-04-04T04:28:22.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237962,"job_number":"JOB_237962","tr_customer_id":237981,"tr_customer_product_id":237971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"87736034257436","imei1":"87736034257436","imei2":"87736034257436","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237963,"job_number":"JOB_237963","tr_customer_id":237982,"tr_customer_product_id":237972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"Flavio Wehner","mobile_number":"901-432-3293","email_id":"Deborah_Roberts95@hotmail.com","dop":"2025-04-06","serial_number":"14433723591440012","imei1":"14433723591440012","imei2":"14433723591440012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237964,"job_number":"JOB_237964","tr_customer_id":237983,"tr_customer_product_id":237973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:25.000Z","modified_at":"2026-04-04T04:28:25.000Z","name":"Tess Nolan","mobile_number":"847-233-8653","email_id":"Ed17@gmail.com","dop":"2025-02-01","serial_number":"69606072985384","imei1":"69606072985384","imei2":"69606072985384","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237970,"job_number":"JOB_237970","tr_customer_id":237989,"tr_customer_product_id":237979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:31.000Z","modified_at":"2026-04-04T04:28:31.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-02-13","serial_number":"105131904147280","imei1":"105131904147280","imei2":"105131904147280","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237972,"job_number":"JOB_237972","tr_customer_id":237991,"tr_customer_product_id":237981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:33.000Z","modified_at":"2026-04-04T04:28:33.000Z","name":"Emerson Spinka","mobile_number":"749-847-0937","email_id":"Rodger48@gmail.com","dop":"2025-02-13","serial_number":"10077738683354662","imei1":"10077738683354662","imei2":"10077738683354662","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237973,"job_number":"JOB_237973","tr_customer_id":237992,"tr_customer_product_id":237982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:37.000Z","modified_at":"2026-04-04T04:28:37.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10206086366194","imei1":"10206086366194","imei2":"10206086366194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237975,"job_number":"JOB_237975","tr_customer_id":237994,"tr_customer_product_id":237984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:38.000Z","modified_at":"2026-04-04T04:28:38.000Z","name":"Sandrine Abernathy","mobile_number":"880-486-6538","email_id":"Ashleigh_Hirthe@gmail.com","dop":"2025-06-18","serial_number":"1031135149830243","imei1":"1031135149830243","imei2":"1031135149830243","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237976,"job_number":"JOB_237976","tr_customer_id":237995,"tr_customer_product_id":237985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:39.000Z","modified_at":"2026-04-04T04:28:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16246682053464","imei1":"16246682053464","imei2":"16246682053464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237978,"job_number":"JOB_237978","tr_customer_id":237997,"tr_customer_product_id":237987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:40.000Z","modified_at":"2026-04-04T04:28:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17132754239897","imei1":"17132754239897","imei2":"17132754239897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237979,"job_number":"JOB_237979","tr_customer_id":237998,"tr_customer_product_id":237988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:41.000Z","modified_at":"2026-04-04T04:28:41.000Z","name":"Dewitt Stanton","mobile_number":"461-360-6658","email_id":"Adrianna_Volkman@yahoo.com","dop":"2025-04-06","serial_number":"14403305177200476","imei1":"14403305177200476","imei2":"14403305177200476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237981,"job_number":"JOB_237981","tr_customer_id":238000,"tr_customer_product_id":237990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:41.000Z","modified_at":"2026-04-04T04:28:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15865089125500","imei1":"15865089125500","imei2":"15865089125500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237983,"job_number":"JOB_237983","tr_customer_id":238002,"tr_customer_product_id":237992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:42.000Z","modified_at":"2026-04-04T04:28:42.000Z","name":"Esteban Jacobson","mobile_number":"336-610-0019","email_id":"Karina94@yahoo.com","dop":"2025-04-06","serial_number":"10215300597523226","imei1":"10215300597523226","imei2":"10215300597523226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237984,"job_number":"JOB_237984","tr_customer_id":238003,"tr_customer_product_id":237993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:43.000Z","modified_at":"2026-04-04T04:28:43.000Z","name":"Florian Konopelski","mobile_number":"296-278-5138","email_id":"Ron.Lind73@gmail.com","dop":"2025-04-06","serial_number":"10147264719961482","imei1":"10147264719961482","imei2":"10147264719961482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237989,"job_number":"JOB_237989","tr_customer_id":238008,"tr_customer_product_id":237998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:46.000Z","modified_at":"2026-04-04T04:28:46.000Z","name":"Dee Monahan","mobile_number":"301-799-9996","email_id":"Lucius.Pagac@gmail.com","dop":"2025-04-06","serial_number":"19529347609594932","imei1":"19529347609594932","imei2":"19529347609594932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237992,"job_number":"JOB_237992","tr_customer_id":238011,"tr_customer_product_id":238001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:49.000Z","modified_at":"2026-04-04T04:28:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10440206891583","imei1":"10440206891583","imei2":"10440206891583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237994,"job_number":"JOB_237994","tr_customer_id":238013,"tr_customer_product_id":238003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12653564836251","imei1":"12653564836251","imei2":"12653564836251","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237995,"job_number":"JOB_237995","tr_customer_id":238014,"tr_customer_product_id":238004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"Claudia Jacobson","mobile_number":"672-867-6145","email_id":"Lew.Ryan21@hotmail.com","dop":"2025-04-06","serial_number":"15857460587881154","imei1":"15857460587881154","imei2":"15857460587881154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237997,"job_number":"JOB_237997","tr_customer_id":238016,"tr_customer_product_id":238006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:51.000Z","modified_at":"2026-04-04T04:28:51.000Z","name":"Manu Anand","mobile_number":"7059787667","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"14699265061654","imei1":"14699265061654","imei2":"14699265061654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237999,"job_number":"JOB_237999","tr_customer_id":238018,"tr_customer_product_id":238008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:52.000Z","modified_at":"2026-04-04T04:28:52.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"104743347191751","imei1":"104743347191751","imei2":"104743347191751","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238000,"job_number":"JOB_238000","tr_customer_id":238019,"tr_customer_product_id":238009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:52.000Z","modified_at":"2026-04-04T04:28:52.000Z","name":"Kariane Kautzer","mobile_number":"780-848-8560","email_id":"Kira_Ortiz@hotmail.com","dop":"2025-04-06","serial_number":"12379321198414116","imei1":"12379321198414116","imei2":"12379321198414116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238002,"job_number":"JOB_238002","tr_customer_id":238021,"tr_customer_product_id":238011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:53.000Z","modified_at":"2026-04-04T04:28:53.000Z","name":"Jolie Rath","mobile_number":"973-910-8007","email_id":"Zachariah.Treutel@gmail.com","dop":"2025-04-06","serial_number":"13976256489059840","imei1":"13976256489059840","imei2":"13976256489059840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238003,"job_number":"JOB_238003","tr_customer_id":238022,"tr_customer_product_id":238012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:55.000Z","modified_at":"2026-04-04T04:28:55.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15018744834562","imei1":"15018744834562","imei2":"15018744834562","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238005,"job_number":"JOB_238005","tr_customer_id":238024,"tr_customer_product_id":238014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:56.000Z","modified_at":"2026-04-04T04:28:56.000Z","name":"Rosa Waelchi","mobile_number":"246-205-9633","email_id":"Dante_Wolf50@gmail.com","dop":"2025-04-06","serial_number":"10249854816134878","imei1":"10249854816134878","imei2":"10249854816134878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238006,"job_number":"JOB_238006","tr_customer_id":238025,"tr_customer_product_id":238015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:59.000Z","modified_at":"2026-04-04T04:28:59.000Z","name":"sourabh kurhade","mobile_number":"887799000000","email_id":"sourabh@gmail.com","dop":"2025-04-06","serial_number":"12720391548279","imei1":"12720391548279","imei2":"12720391548279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238008,"job_number":"JOB_238008","tr_customer_id":238027,"tr_customer_product_id":238017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:00.000Z","modified_at":"2026-04-04T04:29:00.000Z","name":"Penelope Rolfson","mobile_number":"652-533-6858","email_id":"Kaya.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"11363985959564064","imei1":"11363985959564064","imei2":"11363985959564064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238016,"job_number":"JOB_238016","tr_customer_id":238035,"tr_customer_product_id":238025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:06.000Z","modified_at":"2026-04-04T04:29:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"76977083134331","imei1":"76977083134331","imei2":"76977083134331","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238017,"job_number":"JOB_238017","tr_customer_id":238036,"tr_customer_product_id":238026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:06.000Z","modified_at":"2026-04-04T04:29:06.000Z","name":"Tyree Rohan","mobile_number":"867-825-6745","email_id":"Dexter.OConner8@yahoo.com","dop":"2025-02-01","serial_number":"61098873288500","imei1":"61098873288500","imei2":"61098873288500","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238018,"job_number":"JOB_238018","tr_customer_id":238037,"tr_customer_product_id":238027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:08.000Z","modified_at":"2026-04-04T04:29:08.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"10600736427819492","imei1":"10600736427819492","imei2":"10600736427819492","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238020,"job_number":"JOB_238020","tr_customer_id":238039,"tr_customer_product_id":238029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:15.000Z","modified_at":"2026-04-04T04:29:15.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"10979013275266","imei1":"10979013275266","imei2":"10979013275266","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238021,"job_number":"JOB_238021","tr_customer_id":238040,"tr_customer_product_id":238030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:16.000Z","modified_at":"2026-04-04T04:29:16.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"14838596708372","imei1":"14838596708372","imei2":"14838596708372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238024,"job_number":"JOB_238024","tr_customer_id":238043,"tr_customer_product_id":238033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:17.000Z","modified_at":"2026-04-04T04:29:17.000Z","name":"Kitty Bauch","mobile_number":"957-553-8046","email_id":"Violet.Heller@yahoo.com","dop":"2025-08-24","serial_number":"1002028472658466","imei1":"1002028472658466","imei2":"1002028472658466","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238025,"job_number":"JOB_238025","tr_customer_id":238044,"tr_customer_product_id":238034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:17.000Z","modified_at":"2026-04-04T04:29:17.000Z","name":"Uriah Upton","mobile_number":"656-294-9796","email_id":"Camilla.Fahey@yahoo.com","dop":"2025-04-06","serial_number":"18114335071054576","imei1":"18114335071054576","imei2":"18114335071054576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238027,"job_number":"JOB_238027","tr_customer_id":238046,"tr_customer_product_id":238036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:23.000Z","modified_at":"2026-04-04T04:29:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16581640688348","imei1":"16581640688348","imei2":"16581640688348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238029,"job_number":"JOB_238029","tr_customer_id":238048,"tr_customer_product_id":238038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:24.000Z","modified_at":"2026-04-04T04:29:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14143103078827","imei1":"14143103078827","imei2":"14143103078827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238031,"job_number":"JOB_238031","tr_customer_id":238050,"tr_customer_product_id":238040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:25.000Z","modified_at":"2026-04-04T04:29:25.000Z","name":"Joyce O'Connell","mobile_number":"782-287-7228","email_id":"Chesley76@yahoo.com","dop":"2025-04-06","serial_number":"10459780334754510","imei1":"10459780334754510","imei2":"10459780334754510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238032,"job_number":"JOB_238032","tr_customer_id":238051,"tr_customer_product_id":238041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:26.000Z","modified_at":"2026-04-04T04:29:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11609705049517","imei1":"11609705049517","imei2":"11609705049517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238034,"job_number":"JOB_238034","tr_customer_id":238053,"tr_customer_product_id":238043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:26.000Z","modified_at":"2026-04-04T04:29:26.000Z","name":"Alexandrine Legros","mobile_number":"720-718-3252","email_id":"Bonita19@yahoo.com","dop":"2025-04-06","serial_number":"10065644594519804","imei1":"10065644594519804","imei2":"10065644594519804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238035,"job_number":"JOB_238035","tr_customer_id":238054,"tr_customer_product_id":238044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:27.000Z","modified_at":"2026-04-04T04:29:27.000Z","name":"Ellen Veum","mobile_number":"588-974-3158","email_id":"Erika.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"13980005462960724","imei1":"13980005462960724","imei2":"13980005462960724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238036,"job_number":"JOB_238036","tr_customer_id":238055,"tr_customer_product_id":238045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:29.000Z","modified_at":"2026-04-04T04:29:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12149209758185","imei1":"12149209758185","imei2":"12149209758185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238038,"job_number":"JOB_238038","tr_customer_id":238057,"tr_customer_product_id":238047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:30.000Z","modified_at":"2026-04-04T04:29:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130208422191","imei1":"10130208422191","imei2":"10130208422191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238040,"job_number":"JOB_238040","tr_customer_id":238059,"tr_customer_product_id":238049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18226438787366","imei1":"18226438787366","imei2":"18226438787366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238041,"job_number":"JOB_238041","tr_customer_id":238060,"tr_customer_product_id":238050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"Tyreek Trantow","mobile_number":"343-706-0855","email_id":"Karolann54@yahoo.com","dop":"2025-04-06","serial_number":"11766517384461328","imei1":"11766517384461328","imei2":"11766517384461328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238043,"job_number":"JOB_238043","tr_customer_id":238062,"tr_customer_product_id":238052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:31.000Z","modified_at":"2026-04-04T04:29:31.000Z","name":"Koby Lueilwitz","mobile_number":"368-753-7881","email_id":"Erin67@yahoo.com","dop":"2025-04-06","serial_number":"14604766699327618","imei1":"14604766699327618","imei2":"14604766699327618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238044,"job_number":"JOB_238044","tr_customer_id":238063,"tr_customer_product_id":238053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:32.000Z","modified_at":"2026-04-04T04:29:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13114426066080","imei1":"13114426066080","imei2":"13114426066080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238045,"job_number":"JOB_238045","tr_customer_id":238064,"tr_customer_product_id":238054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:32.000Z","modified_at":"2026-04-04T04:29:32.000Z","name":"Janu Anand","mobile_number":"7059787666","email_id":"sanuanand@gmail.com","dop":"2025-04-06","serial_number":"18856660286804","imei1":"18856660286804","imei2":"18856660286804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238048,"job_number":"JOB_238048","tr_customer_id":238067,"tr_customer_product_id":238057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Ivah Lebsack","mobile_number":"900-859-0856","email_id":"Terrence38@yahoo.com","dop":"2025-04-06","serial_number":"19445803743065656","imei1":"19445803743065656","imei2":"19445803743065656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238050,"job_number":"JOB_238050","tr_customer_id":238069,"tr_customer_product_id":238059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Ibrahim Gusikowski","mobile_number":"568-797-2752","email_id":"Hugh.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"15908575634384488","imei1":"15908575634384488","imei2":"15908575634384488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238051,"job_number":"JOB_238051","tr_customer_id":238070,"tr_customer_product_id":238060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:33.000Z","modified_at":"2026-04-04T04:29:33.000Z","name":"Derrick Stoltenberg","mobile_number":"460-233-3207","email_id":"Osbaldo.Harris42@gmail.com","dop":"2025-04-06","serial_number":"14352380560113244","imei1":"14352380560113244","imei2":"14352380560113244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238052,"job_number":"JOB_238052","tr_customer_id":238071,"tr_customer_product_id":238061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:37.000Z","modified_at":"2026-04-04T04:29:37.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"107683949753169","imei1":"107683949753169","imei2":"107683949753169","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238054,"job_number":"JOB_238054","tr_customer_id":238073,"tr_customer_product_id":238063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:40.000Z","modified_at":"2026-04-04T04:29:40.000Z","name":"sontosh rana","mobile_number":"887799000000","email_id":"soutoshh@gmail.com","dop":"2025-04-06","serial_number":"13921872660043","imei1":"13921872660043","imei2":"13921872660043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238057,"job_number":"JOB_238057","tr_customer_id":238076,"tr_customer_product_id":238066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:41.000Z","modified_at":"2026-04-04T04:29:41.000Z","name":"Vernice Borer","mobile_number":"747-532-2600","email_id":"Amber_Bogisich96@gmail.com","dop":"2025-04-06","serial_number":"18205690054778184","imei1":"18205690054778184","imei2":"18205690054778184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238066,"job_number":"JOB_238066","tr_customer_id":238085,"tr_customer_product_id":238075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:48.000Z","modified_at":"2026-04-04T04:29:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11654560041006","imei1":"11654560041006","imei2":"11654560041006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238069,"job_number":"JOB_238069","tr_customer_id":238088,"tr_customer_product_id":238078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Vivian Hansen","mobile_number":"459-873-9410","email_id":"Weston.Labadie20@yahoo.com","dop":"2025-04-06","serial_number":"19044179194977480","imei1":"19044179194977480","imei2":"19044179194977480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238070,"job_number":"JOB_238070","tr_customer_id":238089,"tr_customer_product_id":238079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18829819710950","imei1":"18829819710950","imei2":"18829819710950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238072,"job_number":"JOB_238072","tr_customer_id":238091,"tr_customer_product_id":238081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:50.000Z","modified_at":"2026-04-04T04:29:50.000Z","name":"Marie Howell","mobile_number":"435-623-0562","email_id":"Zita_Abernathy26@hotmail.com","dop":"2025-04-06","serial_number":"13414754593433252","imei1":"13414754593433252","imei2":"13414754593433252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238073,"job_number":"JOB_238073","tr_customer_id":238092,"tr_customer_product_id":238082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:51.000Z","modified_at":"2026-04-04T04:29:51.000Z","name":"Vicenta Medhurst","mobile_number":"491-929-1763","email_id":"Anabel_OKeefe@hotmail.com","dop":"2025-04-06","serial_number":"11426637873033698","imei1":"11426637873033698","imei2":"11426637873033698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238078,"job_number":"JOB_238078","tr_customer_id":238097,"tr_customer_product_id":238087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"19869944914433","imei1":"19869944914433","imei2":"19869944914433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238080,"job_number":"JOB_238080","tr_customer_id":238099,"tr_customer_product_id":238089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:57.000Z","modified_at":"2026-04-04T04:29:57.000Z","name":"Ella Wolf","mobile_number":"384-449-4332","email_id":"Vanessa_Veum@gmail.com","dop":"2025-04-06","serial_number":"11213104386707492","imei1":"11213104386707492","imei2":"11213104386707492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238081,"job_number":"JOB_238081","tr_customer_id":238100,"tr_customer_product_id":238090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:02.000Z","modified_at":"2026-04-04T04:30:02.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19418837834392","imei1":"19418837834392","imei2":"19418837834392","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238083,"job_number":"JOB_238083","tr_customer_id":238102,"tr_customer_product_id":238092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:04.000Z","modified_at":"2026-04-04T04:30:04.000Z","name":"Lucinda Wiza","mobile_number":"500-943-0834","email_id":"Astrid_Lowe@hotmail.com","dop":"2025-08-24","serial_number":"1062770872412970","imei1":"1062770872412970","imei2":"1062770872412970","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238084,"job_number":"JOB_238084","tr_customer_id":238103,"tr_customer_product_id":238093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:05.000Z","modified_at":"2026-04-04T04:30:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18779203578989","imei1":"18779203578989","imei2":"18779203578989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238086,"job_number":"JOB_238086","tr_customer_id":238105,"tr_customer_product_id":238095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:06.000Z","modified_at":"2026-04-04T04:30:06.000Z","name":"Saige Keebler","mobile_number":"986-414-7209","email_id":"Carolyne.Hammes79@yahoo.com","dop":"2025-04-06","serial_number":"18970698935427730","imei1":"18970698935427730","imei2":"18970698935427730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238091,"job_number":"JOB_238091","tr_customer_id":238110,"tr_customer_product_id":238100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:10.000Z","modified_at":"2026-04-04T04:30:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19709293567519","imei1":"19709293567519","imei2":"19709293567519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238093,"job_number":"JOB_238093","tr_customer_id":238112,"tr_customer_product_id":238102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:11.000Z","modified_at":"2026-04-04T04:30:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19934513359045","imei1":"19934513359045","imei2":"19934513359045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238094,"job_number":"JOB_238094","tr_customer_id":238113,"tr_customer_product_id":238103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:11.000Z","modified_at":"2026-04-04T04:30:11.000Z","name":"Pamela Murphy","mobile_number":"776-958-8633","email_id":"Rita.Mayer37@hotmail.com","dop":"2025-04-06","serial_number":"15999460922150808","imei1":"15999460922150808","imei2":"15999460922150808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238096,"job_number":"JOB_238096","tr_customer_id":238115,"tr_customer_product_id":238105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:12.000Z","modified_at":"2026-04-04T04:30:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14170175412891","imei1":"14170175412891","imei2":"14170175412891","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238098,"job_number":"JOB_238098","tr_customer_id":238117,"tr_customer_product_id":238107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:13.000Z","modified_at":"2026-04-04T04:30:13.000Z","name":"Frederic Feeney","mobile_number":"348-474-7257","email_id":"Horacio35@gmail.com","dop":"2025-04-06","serial_number":"16207024666763832","imei1":"16207024666763832","imei2":"16207024666763832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238099,"job_number":"JOB_238099","tr_customer_id":238118,"tr_customer_product_id":238108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:13.000Z","modified_at":"2026-04-04T04:30:13.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13817245504475","imei1":"13817245504475","imei2":"13817245504475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238101,"job_number":"JOB_238101","tr_customer_id":238120,"tr_customer_product_id":238110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:14.000Z","modified_at":"2026-04-04T04:30:14.000Z","name":"Dante Kihn","mobile_number":"355-773-8940","email_id":"Mary.Dare@hotmail.com","dop":"2025-04-06","serial_number":"18690568291649770","imei1":"18690568291649770","imei2":"18690568291649770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238102,"job_number":"JOB_238102","tr_customer_id":238121,"tr_customer_product_id":238111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:15.000Z","modified_at":"2026-04-04T04:30:15.000Z","name":"Mittie Stiedemann","mobile_number":"856-457-3133","email_id":"Alessandra11@yahoo.com","dop":"2025-04-06","serial_number":"18403795072594796","imei1":"18403795072594796","imei2":"18403795072594796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238103,"job_number":"JOB_238103","tr_customer_id":238122,"tr_customer_product_id":238112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:16.000Z","modified_at":"2026-04-04T04:30:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19063233123205","imei1":"19063233123205","imei2":"19063233123205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238105,"job_number":"JOB_238105","tr_customer_id":238124,"tr_customer_product_id":238114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:18.000Z","modified_at":"2026-04-04T04:30:18.000Z","name":"Ubaldo Hamill","mobile_number":"786-758-0542","email_id":"Magnus94@gmail.com","dop":"2025-04-06","serial_number":"12954927831140328","imei1":"12954927831140328","imei2":"12954927831140328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238107,"job_number":"JOB_238107","tr_customer_id":238126,"tr_customer_product_id":238116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:20.000Z","modified_at":"2026-04-04T04:30:20.000Z","name":"subh sharma","mobile_number":"887799000000","email_id":"subh@gmail.com","dop":"2025-04-06","serial_number":"12134599079587","imei1":"12134599079587","imei2":"12134599079587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238111,"job_number":"JOB_238111","tr_customer_id":238130,"tr_customer_product_id":238120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Gwendolyn Leuschke","mobile_number":"773-520-3343","email_id":"Ted65@yahoo.com","dop":"2025-04-06","serial_number":"10017871121817254","imei1":"10017871121817254","imei2":"10017871121817254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238112,"job_number":"JOB_238112","tr_customer_id":238131,"tr_customer_product_id":238121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103297350447081","imei1":"103297350447081","imei2":"103297350447081","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238118,"job_number":"JOB_238118","tr_customer_id":238137,"tr_customer_product_id":238127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:29.000Z","modified_at":"2026-04-04T04:30:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15109306989919","imei1":"15109306989919","imei2":"15109306989919","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238120,"job_number":"JOB_238120","tr_customer_id":238139,"tr_customer_product_id":238129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:31.000Z","modified_at":"2026-04-04T04:30:31.000Z","name":"Maia Hudson","mobile_number":"874-426-5084","email_id":"Hermina22@hotmail.com","dop":"2025-04-06","serial_number":"14489763099214114","imei1":"14489763099214114","imei2":"14489763099214114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238122,"job_number":"JOB_238122","tr_customer_id":238141,"tr_customer_product_id":238131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:31.000Z","modified_at":"2026-04-04T04:30:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19708442984640","imei1":"19708442984640","imei2":"19708442984640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238125,"job_number":"JOB_238125","tr_customer_id":238144,"tr_customer_product_id":238134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:32.000Z","modified_at":"2026-04-04T04:30:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18786089251657","imei1":"18786089251657","imei2":"18786089251657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238127,"job_number":"JOB_238127","tr_customer_id":238146,"tr_customer_product_id":238136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Sammie Doyle","mobile_number":"13290706519","email_id":"Cheyenne67@gmail.com","dop":"2025-11-13","serial_number":"10866292036183","imei1":"10866292036183","imei2":"10866292036183","popurl":"2025-11-13T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238128,"job_number":"JOB_238128","tr_customer_id":238147,"tr_customer_product_id":238137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Narciso Krajcik","mobile_number":"292-633-2325","email_id":"Vilma23@yahoo.com","dop":"2025-04-06","serial_number":"19869365340502200","imei1":"19869365340502200","imei2":"19869365340502200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238129,"job_number":"JOB_238129","tr_customer_id":238148,"tr_customer_product_id":238138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:33.000Z","modified_at":"2026-04-04T04:30:33.000Z","name":"Candice McGlynn","mobile_number":"963-627-0721","email_id":"Alisa.Hirthe39@yahoo.com","dop":"2025-04-06","serial_number":"16684845598091252","imei1":"16684845598091252","imei2":"16684845598091252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238130,"job_number":"JOB_238130","tr_customer_id":238149,"tr_customer_product_id":238139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:34.000Z","modified_at":"2026-04-04T04:30:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13448693560925","imei1":"13448693560925","imei2":"13448693560925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238132,"job_number":"JOB_238132","tr_customer_id":238151,"tr_customer_product_id":238141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:35.000Z","modified_at":"2026-04-04T04:30:35.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18290634967767","imei1":"18290634967767","imei2":"18290634967767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238136,"job_number":"JOB_238136","tr_customer_id":238155,"tr_customer_product_id":238145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Junior Gorczany","mobile_number":"297-524-3443","email_id":"Adam.Lesch52@yahoo.com","dop":"2025-04-06","serial_number":"19463396184474664","imei1":"19463396184474664","imei2":"19463396184474664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238137,"job_number":"JOB_238137","tr_customer_id":238156,"tr_customer_product_id":238146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Axel Grimes","mobile_number":"577-279-6006","email_id":"Jaylan_McKenzie75@yahoo.com","dop":"2025-04-06","serial_number":"12411967768154544","imei1":"12411967768154544","imei2":"12411967768154544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238139,"job_number":"JOB_238139","tr_customer_id":238158,"tr_customer_product_id":238148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:48.000Z","modified_at":"2026-04-04T04:30:48.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17580929340333","imei1":"17580929340333","imei2":"17580929340333","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238141,"job_number":"JOB_238141","tr_customer_id":238160,"tr_customer_product_id":238150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:49.000Z","modified_at":"2026-04-04T04:30:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18453876089035","imei1":"18453876089035","imei2":"18453876089035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238143,"job_number":"JOB_238143","tr_customer_id":238162,"tr_customer_product_id":238152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:50.000Z","modified_at":"2026-04-04T04:30:50.000Z","name":"Helene Adams","mobile_number":"213-232-9940","email_id":"Brain_Pacocha@hotmail.com","dop":"2025-08-24","serial_number":"1096806642169636","imei1":"1096806642169636","imei2":"1096806642169636","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238144,"job_number":"JOB_238144","tr_customer_id":238163,"tr_customer_product_id":238153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:51.000Z","modified_at":"2026-04-04T04:30:51.000Z","name":"Caesar Dickens","mobile_number":"818-814-6896","email_id":"Leland.Hirthe31@hotmail.com","dop":"2025-04-06","serial_number":"12879301466897736","imei1":"12879301466897736","imei2":"12879301466897736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238145,"job_number":"JOB_238145","tr_customer_id":238164,"tr_customer_product_id":238154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:53.000Z","modified_at":"2026-04-04T04:30:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16238482731176","imei1":"16238482731176","imei2":"16238482731176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238147,"job_number":"JOB_238147","tr_customer_id":238166,"tr_customer_product_id":238156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:54.000Z","modified_at":"2026-04-04T04:30:54.000Z","name":"Rusty Monahan","mobile_number":"248-880-8207","email_id":"Roslyn23@yahoo.com","dop":"2025-04-06","serial_number":"16723362509757792","imei1":"16723362509757792","imei2":"16723362509757792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238148,"job_number":"JOB_238148","tr_customer_id":238167,"tr_customer_product_id":238157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:54.000Z","modified_at":"2026-04-04T04:30:54.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"16480294595655","imei1":"16480294595655","imei2":"16480294595655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238150,"job_number":"JOB_238150","tr_customer_id":238169,"tr_customer_product_id":238159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:56.000Z","modified_at":"2026-04-04T04:30:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10751915785879","imei1":"10751915785879","imei2":"10751915785879","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238151,"job_number":"JOB_238151","tr_customer_id":238170,"tr_customer_product_id":238160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:56.000Z","modified_at":"2026-04-04T04:30:56.000Z","name":"Loma Stark","mobile_number":"951-992-1314","email_id":"Stacy63@hotmail.com","dop":"2025-04-06","serial_number":"17102051569305674","imei1":"17102051569305674","imei2":"17102051569305674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238153,"job_number":"JOB_238153","tr_customer_id":238172,"tr_customer_product_id":238162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:57.000Z","modified_at":"2026-04-04T04:30:57.000Z","name":"Eugenia Schulist","mobile_number":"434-948-7436","email_id":"Therese.Mayert@hotmail.com","dop":"2025-04-06","serial_number":"18247916565257148","imei1":"18247916565257148","imei2":"18247916565257148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238156,"job_number":"JOB_238156","tr_customer_id":238175,"tr_customer_product_id":238165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:01.000Z","modified_at":"2026-04-04T04:31:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18503007475357","imei1":"18503007475357","imei2":"18503007475357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238159,"job_number":"JOB_238159","tr_customer_id":238178,"tr_customer_product_id":238168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:02.000Z","modified_at":"2026-04-04T04:31:02.000Z","name":"Norwood Rodriguez","mobile_number":"526-663-3379","email_id":"Alberta32@yahoo.com","dop":"2025-04-06","serial_number":"12831770612004244","imei1":"12831770612004244","imei2":"12831770612004244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238160,"job_number":"JOB_238160","tr_customer_id":238179,"tr_customer_product_id":238169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:10.000Z","modified_at":"2026-04-04T04:31:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14314971648263","imei1":"14314971648263","imei2":"14314971648263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238162,"job_number":"JOB_238162","tr_customer_id":238181,"tr_customer_product_id":238171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:11.000Z","modified_at":"2026-04-04T04:31:11.000Z","name":"Lawrence Cronin","mobile_number":"966-270-1172","email_id":"Karianne.Sanford@yahoo.com","dop":"2025-04-06","serial_number":"16494382753034044","imei1":"16494382753034044","imei2":"16494382753034044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238163,"job_number":"JOB_238163","tr_customer_id":238182,"tr_customer_product_id":238172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:16.000Z","modified_at":"2026-04-04T04:31:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16324660858411","imei1":"16324660858411","imei2":"16324660858411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238165,"job_number":"JOB_238165","tr_customer_id":238184,"tr_customer_product_id":238174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:18.000Z","modified_at":"2026-04-04T04:31:18.000Z","name":"Courtney Langosh","mobile_number":"498-828-2695","email_id":"Jerod.Simonis@gmail.com","dop":"2025-04-06","serial_number":"12510453292161330","imei1":"12510453292161330","imei2":"12510453292161330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238166,"job_number":"JOB_238166","tr_customer_id":238185,"tr_customer_product_id":238175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:20.000Z","modified_at":"2026-04-04T04:31:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16212524361428","imei1":"16212524361428","imei2":"16212524361428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238168,"job_number":"JOB_238168","tr_customer_id":238187,"tr_customer_product_id":238177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:22.000Z","modified_at":"2026-04-04T04:31:22.000Z","name":"Brendon Ward","mobile_number":"976-787-6762","email_id":"Vickie.Daniel87@hotmail.com","dop":"2025-04-06","serial_number":"11107696638160524","imei1":"11107696638160524","imei2":"11107696638160524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238169,"job_number":"JOB_238169","tr_customer_id":238188,"tr_customer_product_id":238178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:33.000Z","modified_at":"2026-04-04T04:31:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18607268562613","imei1":"18607268562613","imei2":"18607268562613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238171,"job_number":"JOB_238171","tr_customer_id":238190,"tr_customer_product_id":238180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:35.000Z","modified_at":"2026-04-04T04:31:35.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16581799021066","imei1":"16581799021066","imei2":"16581799021066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238173,"job_number":"JOB_238173","tr_customer_id":238192,"tr_customer_product_id":238182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:35.000Z","modified_at":"2026-04-04T04:31:35.000Z","name":"Kelly Roberts","mobile_number":"535-698-9886","email_id":"Ramona_Tromp24@hotmail.com","dop":"2025-04-06","serial_number":"18475052628998560","imei1":"18475052628998560","imei2":"18475052628998560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238174,"job_number":"JOB_238174","tr_customer_id":238193,"tr_customer_product_id":238183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:36.000Z","modified_at":"2026-04-04T04:31:36.000Z","name":"Amari Cole","mobile_number":"802-843-8649","email_id":"Joy.West@yahoo.com","dop":"2025-04-06","serial_number":"10197904375151172","imei1":"10197904375151172","imei2":"10197904375151172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238175,"job_number":"JOB_238175","tr_customer_id":238194,"tr_customer_product_id":238184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:40.000Z","modified_at":"2026-04-04T04:31:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10245991678988","imei1":"10245991678988","imei2":"10245991678988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238177,"job_number":"JOB_238177","tr_customer_id":238196,"tr_customer_product_id":238186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:41.000Z","modified_at":"2026-04-04T04:31:41.000Z","name":"Otto Jones","mobile_number":"366-263-6007","email_id":"Paris_Langosh@gmail.com","dop":"2025-04-06","serial_number":"12172013610316040","imei1":"12172013610316040","imei2":"12172013610316040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238178,"job_number":"JOB_238178","tr_customer_id":238197,"tr_customer_product_id":238187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:00.000Z","modified_at":"2026-04-04T04:32:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18988752416806","imei1":"18988752416806","imei2":"18988752416806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238180,"job_number":"JOB_238180","tr_customer_id":238199,"tr_customer_product_id":238189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:01.000Z","modified_at":"2026-04-04T04:32:01.000Z","name":"Brown Balistreri","mobile_number":"434-748-0409","email_id":"Jensen.Conn@yahoo.com","dop":"2025-04-06","serial_number":"10173711298337084","imei1":"10173711298337084","imei2":"10173711298337084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238181,"job_number":"JOB_238181","tr_customer_id":238200,"tr_customer_product_id":238190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:06.000Z","modified_at":"2026-04-04T04:32:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14048474764934","imei1":"14048474764934","imei2":"14048474764934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238183,"job_number":"JOB_238183","tr_customer_id":238202,"tr_customer_product_id":238192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:32:07.000Z","modified_at":"2026-04-04T04:32:07.000Z","name":"Antwan Powlowski","mobile_number":"245-498-9335","email_id":"Benedict_Waters@hotmail.com","dop":"2025-04-06","serial_number":"14320641964517870","imei1":"14320641964517870","imei2":"14320641964517870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238184,"job_number":"JOB_238184","tr_customer_id":238203,"tr_customer_product_id":238193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:02.000Z","modified_at":"2026-04-04T04:44:02.000Z","name":"Dovie Schaden","mobile_number":"595-854-1732","email_id":"Ettie_Gerhold42@gmail.com","dop":"2025-05-05","serial_number":"16931852027555","imei1":"16931852027555","imei2":"16931852027555","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238185,"job_number":"JOB_238185","tr_customer_id":238204,"tr_customer_product_id":238194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:02.000Z","modified_at":"2026-04-04T04:44:02.000Z","name":"Carlie Rodriguez","mobile_number":"850-580-5080","email_id":"Jesus.Funk@hotmail.com","dop":"2025-05-05","serial_number":"18173169267227","imei1":"18173169267227","imei2":"18173169267227","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238186,"job_number":"JOB_238186","tr_customer_id":238205,"tr_customer_product_id":238195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:39.000Z","modified_at":"2026-04-04T04:44:39.000Z","name":"Abbie Collier","mobile_number":"705-951-0616","email_id":"Joaquin.Jones46@hotmail.com","dop":"2025-05-05","serial_number":"12980435221805","imei1":"12980435221805","imei2":"12980435221805","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238187,"job_number":"JOB_238187","tr_customer_id":238206,"tr_customer_product_id":238196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:44:39.000Z","modified_at":"2026-04-04T04:44:39.000Z","name":"Monroe Zieme","mobile_number":"869-376-6196","email_id":"Koby59@hotmail.com","dop":"2025-05-05","serial_number":"10108243916594","imei1":"10108243916594","imei2":"10108243916594","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238188,"job_number":"JOB_238188","tr_customer_id":238207,"tr_customer_product_id":238197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:15.000Z","modified_at":"2026-04-04T04:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50992794280684","imei1":"50992794280684","imei2":"50992794280684","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238189,"job_number":"JOB_238189","tr_customer_id":238208,"tr_customer_product_id":238198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95125584076809","imei1":"95125584076809","imei2":"95125584076809","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238190,"job_number":"JOB_238190","tr_customer_id":238209,"tr_customer_product_id":238199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63619816167740","imei1":"63619816167740","imei2":"63619816167740","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238191,"job_number":"JOB_238191","tr_customer_id":238210,"tr_customer_product_id":238200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:16.000Z","modified_at":"2026-04-04T04:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81001499593235","imei1":"81001499593235","imei2":"81001499593235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238192,"job_number":"JOB_238192","tr_customer_id":238211,"tr_customer_product_id":238201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:17.000Z","modified_at":"2026-04-04T04:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95868866998671","imei1":"95868866998671","imei2":"95868866998671","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238193,"job_number":"JOB_238193","tr_customer_id":238212,"tr_customer_product_id":238202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:17.000Z","modified_at":"2026-04-04T04:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76615566241003","imei1":"76615566241003","imei2":"76615566241003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238195,"job_number":"JOB_238195","tr_customer_id":238214,"tr_customer_product_id":238204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:48.000Z","modified_at":"2026-04-04T04:45:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49562804963051","imei1":"49562804963051","imei2":"49562804963051","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238196,"job_number":"JOB_238196","tr_customer_id":238215,"tr_customer_product_id":238205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:48.000Z","modified_at":"2026-04-04T04:45:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43301083688123","imei1":"43301083688123","imei2":"43301083688123","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238197,"job_number":"JOB_238197","tr_customer_id":238216,"tr_customer_product_id":238206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78712655769717","imei1":"78712655769717","imei2":"78712655769717","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238198,"job_number":"JOB_238198","tr_customer_id":238217,"tr_customer_product_id":238207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52721198626817","imei1":"52721198626817","imei2":"52721198626817","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238199,"job_number":"JOB_238199","tr_customer_id":238218,"tr_customer_product_id":238208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:49.000Z","modified_at":"2026-04-04T04:45:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98932480177667","imei1":"98932480177667","imei2":"98932480177667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238200,"job_number":"JOB_238200","tr_customer_id":238219,"tr_customer_product_id":238209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:45:50.000Z","modified_at":"2026-04-04T04:45:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34773372453763","imei1":"34773372453763","imei2":"34773372453763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:45:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238202,"job_number":"JOB_238202","tr_customer_id":238221,"tr_customer_product_id":238211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:20.000Z","modified_at":"2026-04-04T04:46:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43272089921512","imei1":"43272089921512","imei2":"43272089921512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238203,"job_number":"JOB_238203","tr_customer_id":238222,"tr_customer_product_id":238212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:20.000Z","modified_at":"2026-04-04T04:46:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79718993500316","imei1":"79718993500316","imei2":"79718993500316","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238204,"job_number":"JOB_238204","tr_customer_id":238223,"tr_customer_product_id":238213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58406805346342","imei1":"58406805346342","imei2":"58406805346342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238205,"job_number":"JOB_238205","tr_customer_id":238224,"tr_customer_product_id":238214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33667337260314","imei1":"33667337260314","imei2":"33667337260314","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238206,"job_number":"JOB_238206","tr_customer_id":238225,"tr_customer_product_id":238215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:21.000Z","modified_at":"2026-04-04T04:46:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25046668768915","imei1":"25046668768915","imei2":"25046668768915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238207,"job_number":"JOB_238207","tr_customer_id":238226,"tr_customer_product_id":238216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:46:22.000Z","modified_at":"2026-04-04T04:46:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20526816905060","imei1":"20526816905060","imei2":"20526816905060","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238209,"job_number":"JOB_238209","tr_customer_id":238228,"tr_customer_product_id":238218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:02:36.000Z","modified_at":"2026-04-04T05:02:37.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-03-25","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-03-25T05:02:36.539880062Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238211,"job_number":"JOB_238211","tr_customer_id":238230,"tr_customer_product_id":238220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:04:41.000Z","modified_at":"2026-04-04T05:04:41.000Z","name":"Arely Sporer","mobile_number":"613-827-5715","email_id":"Jaylan.Hessel3@gmail.com","dop":"2025-04-06","serial_number":"11094924008149952","imei1":"11094924008149952","imei2":"11094924008149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:04:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238212,"job_number":"JOB_238212","tr_customer_id":238231,"tr_customer_product_id":238221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:19:50.000Z","modified_at":"2026-04-04T05:19:50.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-03-25","serial_number":"13398909467313","imei1":"13398909467313","imei2":"13398909467313","popurl":"2026-03-25T05:19:49.950974259Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238213,"job_number":"JOB_238213","tr_customer_id":238232,"tr_customer_product_id":238222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:19:54.000Z","modified_at":"2026-04-04T05:19:54.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-03-25","serial_number":"65013721727550","imei1":"65013721727550","imei2":"65013721727550","popurl":"2026-03-25T05:19:54.587274843Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238214,"job_number":"JOB_238214","tr_customer_id":238233,"tr_customer_product_id":238223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:20:36.000Z","modified_at":"2026-04-04T05:20:36.000Z","name":"Tressa Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"18123673038758","imei1":"18123673038758","imei2":"18123673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238215,"job_number":"JOB_238215","tr_customer_id":238234,"tr_customer_product_id":238224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:23:20.000Z","modified_at":"2026-04-04T05:23:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102764248064088","imei1":"102764248064088","imei2":"102764248064088","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238217,"job_number":"JOB_238217","tr_customer_id":238236,"tr_customer_product_id":238226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:23:31.000Z","modified_at":"2026-04-04T05:23:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100146740895588","imei1":"100146740895588","imei2":"100146740895588","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238219,"job_number":"JOB_238219","tr_customer_id":238238,"tr_customer_product_id":238228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:27:20.000Z","modified_at":"2026-04-04T05:27:20.000Z","name":"Retha Rolfson","mobile_number":"671-872-7644","email_id":"Delta9@gmail.com","dop":"2025-04-06","serial_number":"19710427463977","imei1":"19710427463977","imei2":"19710427463977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238221,"job_number":"JOB_238221","tr_customer_id":238240,"tr_customer_product_id":238230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:38:36.000Z","modified_at":"2026-04-04T05:38:36.000Z","name":"Aubrey Turner","mobile_number":"819-593-0488","email_id":"Lucas_Hermann@yahoo.com","dop":"2025-04-06","serial_number":"13728365850330716","imei1":"13728365850330716","imei2":"13728365850330716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238222,"job_number":"JOB_238222","tr_customer_id":238241,"tr_customer_product_id":238231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:04.000Z","modified_at":"2026-04-04T05:40:04.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19504925203748","imei1":"19504925203748","imei2":"19504925203748","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238224,"job_number":"JOB_238224","tr_customer_id":238243,"tr_customer_product_id":238233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:20.000Z","modified_at":"2026-04-04T05:40:20.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15444720038400","imei1":"15444720038400","imei2":"15444720038400","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238226,"job_number":"JOB_238226","tr_customer_id":238245,"tr_customer_product_id":238235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:40:36.000Z","modified_at":"2026-04-04T05:40:36.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18932480656631","imei1":"18932480656631","imei2":"18932480656631","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238230,"job_number":"JOB_238230","tr_customer_id":238249,"tr_customer_product_id":238239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:46:30.000Z","modified_at":"2026-04-04T05:46:30.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"491001014288456","imei1":"491001014288456","imei2":"491001014288456","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238232,"job_number":"JOB_238232","tr_customer_id":238251,"tr_customer_product_id":238241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T05:49:18.000Z","modified_at":"2026-04-04T05:49:18.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"79047535638025","imei1":"79047535638025","imei2":"79047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T05:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238233,"job_number":"JOB_238233","tr_customer_id":238252,"tr_customer_product_id":238242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:10:57.000Z","modified_at":"2026-04-04T06:10:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13000829582451","imei1":"13000829582451","imei2":"13000829582451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:10:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238235,"job_number":"JOB_238235","tr_customer_id":238254,"tr_customer_product_id":238244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:10:58.000Z","modified_at":"2026-04-04T06:10:58.000Z","name":"Dino Kuhn","mobile_number":"476-636-0742","email_id":"Betsy_OHara65@yahoo.com","dop":"2025-04-06","serial_number":"17727258053751220","imei1":"17727258053751220","imei2":"17727258053751220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238236,"job_number":"JOB_238236","tr_customer_id":238255,"tr_customer_product_id":238245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:11:46.000Z","modified_at":"2026-04-04T06:11:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14847153180720","imei1":"14847153180720","imei2":"14847153180720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238238,"job_number":"JOB_238238","tr_customer_id":238257,"tr_customer_product_id":238247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:11:48.000Z","modified_at":"2026-04-04T06:11:48.000Z","name":"Aglae Jacobs","mobile_number":"808-282-2923","email_id":"Santa_Grady14@yahoo.com","dop":"2025-04-06","serial_number":"10420806395694668","imei1":"10420806395694668","imei2":"10420806395694668","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238239,"job_number":"JOB_238239","tr_customer_id":238258,"tr_customer_product_id":238248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:12:35.000Z","modified_at":"2026-04-04T06:12:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12803132010872","imei1":"12803132010872","imei2":"12803132010872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:12:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238241,"job_number":"JOB_238241","tr_customer_id":238260,"tr_customer_product_id":238250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:12:36.000Z","modified_at":"2026-04-04T06:12:36.000Z","name":"Dulce Marks","mobile_number":"202-613-7073","email_id":"Cortez_Heaney61@yahoo.com","dop":"2025-04-06","serial_number":"17447204519300152","imei1":"17447204519300152","imei2":"17447204519300152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:12:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238242,"job_number":"JOB_238242","tr_customer_id":238261,"tr_customer_product_id":238251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:14:01.000Z","modified_at":"2026-04-04T06:14:01.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"99047535638025","imei1":"99047535638025","imei2":"99047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238243,"job_number":"JOB_238243","tr_customer_id":238262,"tr_customer_product_id":238252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:15.000Z","modified_at":"2026-04-04T06:19:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19328642337170","imei1":"19328642337170","imei2":"19328642337170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238245,"job_number":"JOB_238245","tr_customer_id":238264,"tr_customer_product_id":238254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:17.000Z","modified_at":"2026-04-04T06:19:17.000Z","name":"Brain Metz","mobile_number":"271-873-8294","email_id":"Lavina.Doyle@hotmail.com","dop":"2025-04-06","serial_number":"12210083834749972","imei1":"12210083834749972","imei2":"12210083834749972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238246,"job_number":"JOB_238246","tr_customer_id":238265,"tr_customer_product_id":238255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:56.000Z","modified_at":"2026-04-04T06:19:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16796584572529","imei1":"16796584572529","imei2":"16796584572529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238248,"job_number":"JOB_238248","tr_customer_id":238267,"tr_customer_product_id":238257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:19:57.000Z","modified_at":"2026-04-04T06:19:57.000Z","name":"Maggie Stoltenberg","mobile_number":"616-422-5421","email_id":"Jovan8@hotmail.com","dop":"2025-04-06","serial_number":"11742118989800894","imei1":"11742118989800894","imei2":"11742118989800894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238249,"job_number":"JOB_238249","tr_customer_id":238268,"tr_customer_product_id":238258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:20:36.000Z","modified_at":"2026-04-04T06:20:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14267197546706","imei1":"14267197546706","imei2":"14267197546706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238251,"job_number":"JOB_238251","tr_customer_id":238270,"tr_customer_product_id":238260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:20:37.000Z","modified_at":"2026-04-04T06:20:37.000Z","name":"Edwardo Stamm","mobile_number":"309-591-9714","email_id":"Reynold46@hotmail.com","dop":"2025-04-06","serial_number":"19288270855121296","imei1":"19288270855121296","imei2":"19288270855121296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:20:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238252,"job_number":"JOB_238252","tr_customer_id":238271,"tr_customer_product_id":238261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:29:08.000Z","modified_at":"2026-04-04T06:29:08.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"199047535638025","imei1":"199047535638025","imei2":"199047535638025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238261,"job_number":"JOB_238261","tr_customer_id":238280,"tr_customer_product_id":238270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:49:35.000Z","modified_at":"2026-04-04T06:49:35.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"19904753563802","imei1":"19904753563802","imei2":"19904753563802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238263,"job_number":"JOB_238263","tr_customer_id":238282,"tr_customer_product_id":238272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:53:26.000Z","modified_at":"2026-04-04T06:53:26.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10499346469767","imei2":"10499346469767","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:53:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238264,"job_number":"JOB_238264","tr_customer_id":238283,"tr_customer_product_id":238273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:01:13.000Z","modified_at":"2026-04-04T07:01:13.000Z","name":"vinat sdsd","mobile_number":"8575949404","email_id":"ggg@gmail.com","dop":"2026-02-07","serial_number":"12345678903457","imei1":"10968045341754","imei2":"10968045341754","popurl":"2026-02-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:01:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238266,"job_number":"JOB_238266","tr_customer_id":238285,"tr_customer_product_id":238275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:37:24.000Z","modified_at":"2026-04-04T07:37:24.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"10938479429524","imei1":"10938479429524","imei2":"10938479429524","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238267,"job_number":"JOB_238267","tr_customer_id":238286,"tr_customer_product_id":238276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:37:45.000Z","modified_at":"2026-04-04T07:37:45.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"16826866568986","imei1":"16826866568986","imei2":"16826866568986","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238268,"job_number":"JOB_238268","tr_customer_id":238287,"tr_customer_product_id":238277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:39:17.000Z","modified_at":"2026-04-04T07:39:17.000Z","name":"Rajiv Sharma","mobile_number":"7776655443","email_id":"raj.sharma@gmail.com","dop":"2026-03-28","serial_number":"12848783533823","imei1":"12848783533823","imei2":"12848783533823","popurl":"2026-03-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238270,"job_number":"JOB_238270","tr_customer_id":238289,"tr_customer_product_id":238279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:45:32.000Z","modified_at":"2026-04-04T07:45:32.000Z","name":"Sienna Kunde","mobile_number":"538-793-3064","email_id":"Santa8@yahoo.com","dop":"2025-04-06","serial_number":"14158650026304496","imei1":"14158650026304496","imei2":"14158650026304496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238271,"job_number":"JOB_238271","tr_customer_id":238290,"tr_customer_product_id":238280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:52:19.000Z","modified_at":"2026-04-04T07:52:19.000Z","name":"Mabel Pouros","mobile_number":"653-467-6425","email_id":"Eva_Kling11@yahoo.com","dop":"2026-03-14","serial_number":"ime_8360378289","imei1":"148707282365322","imei2":"ime_8360378289","popurl":"2026-03-14T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T07:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238275,"job_number":"JOB_238275","tr_customer_id":238294,"tr_customer_product_id":238284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:01:47.000Z","modified_at":"2026-04-04T08:01:47.000Z","name":"Leonora Dickinson","mobile_number":"299-928-2266","email_id":"Cory59@yahoo.com","dop":"2025-04-06","serial_number":"19087551907837024","imei1":"19087551907837024","imei2":"19087551907837024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238277,"job_number":"JOB_238277","tr_customer_id":238296,"tr_customer_product_id":238286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Ritu Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"49823673038758","imei1":"49823673038758","imei2":"49823673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238278,"job_number":"JOB_238278","tr_customer_id":238297,"tr_customer_product_id":238287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Jatin Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"62623673038758","imei1":"62623673038758","imei2":"62623673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238279,"job_number":"JOB_238279","tr_customer_id":238298,"tr_customer_product_id":238288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Uday Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"77723673038758","imei1":"77723673038758","imei2":"77723673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238280,"job_number":"JOB_238280","tr_customer_id":238299,"tr_customer_product_id":238289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Tressa Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"98823673038758","imei1":"98823673038758","imei2":"98823673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238281,"job_number":"JOB_238281","tr_customer_id":238300,"tr_customer_product_id":238290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T08:05:54.000Z","modified_at":"2026-04-04T08:05:54.000Z","name":"Chetan Strosin","mobile_number":"821-786-2627","email_id":"Jana5@gmail.com","dop":"2026-01-24","serial_number":"48723673038758","imei1":"48723673038758","imei2":"48723673038758","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T08:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238282,"job_number":"JOB_238282","tr_customer_id":238301,"tr_customer_product_id":238291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:25:38.000Z","modified_at":"2026-04-04T10:25:38.000Z","name":"Abhi Bhagat","mobile_number":"7676767786","email_id":"abhi@gmail.com","dop":"2025-04-06","serial_number":"89904753563802","imei1":"89904753563802","imei2":"89904753563802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238294,"job_number":"JOB_238294","tr_customer_id":238313,"tr_customer_product_id":238303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:57:29.000Z","modified_at":"2026-04-04T10:57:29.000Z","name":"Christa Tromp","mobile_number":"885-525-4840","email_id":"Jared_Hauck77@yahoo.com","dop":"2026-02-28","serial_number":"14814476502783","imei1":"14814476502783","imei2":"14814476502783","popurl":"2026-02-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238295,"job_number":"JOB_238295","tr_customer_id":238314,"tr_customer_product_id":238304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:23:43.000Z","modified_at":"2026-04-04T11:23:43.000Z","name":"sourabh kurhade","mobile_number":"887799000000","email_id":"sourabh@gmail.com","dop":"2025-04-06","serial_number":"14852393987303","imei1":"14852393987303","imei2":"14852393987303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238297,"job_number":"JOB_238297","tr_customer_id":238316,"tr_customer_product_id":238306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:23:44.000Z","modified_at":"2026-04-04T11:23:44.000Z","name":"Enoch Gaylord","mobile_number":"283-469-4899","email_id":"Dangelo4@gmail.com","dop":"2025-04-06","serial_number":"19298430559537120","imei1":"19298430559537120","imei2":"19298430559537120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:23:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238298,"job_number":"JOB_238298","tr_customer_id":238317,"tr_customer_product_id":238307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:24:25.000Z","modified_at":"2026-04-04T11:24:25.000Z","name":"sontosh rana","mobile_number":"887799000000","email_id":"soutoshh@gmail.com","dop":"2025-04-06","serial_number":"15995659564455","imei1":"15995659564455","imei2":"15995659564455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238300,"job_number":"JOB_238300","tr_customer_id":238319,"tr_customer_product_id":238309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:24:27.000Z","modified_at":"2026-04-04T11:24:27.000Z","name":"Angie Hyatt","mobile_number":"450-810-6810","email_id":"Macy.Bauch@yahoo.com","dop":"2025-04-06","serial_number":"17932721395285084","imei1":"17932721395285084","imei2":"17932721395285084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:24:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238301,"job_number":"JOB_238301","tr_customer_id":238320,"tr_customer_product_id":238310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:25:06.000Z","modified_at":"2026-04-04T11:25:06.000Z","name":"subh sharma","mobile_number":"887799000000","email_id":"subh@gmail.com","dop":"2025-04-06","serial_number":"19891073514741","imei1":"19891073514741","imei2":"19891073514741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:25:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238303,"job_number":"JOB_238303","tr_customer_id":238322,"tr_customer_product_id":238312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:25:08.000Z","modified_at":"2026-04-04T11:25:08.000Z","name":"Pietro Kilback","mobile_number":"736-676-9870","email_id":"Gennaro41@yahoo.com","dop":"2025-04-06","serial_number":"12405883629443000","imei1":"12405883629443000","imei2":"12405883629443000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:25:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238305,"job_number":"JOB_238305","tr_customer_id":238324,"tr_customer_product_id":238314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T11:50:25.000Z","modified_at":"2026-04-04T11:50:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-03-25","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-03-25T11:50:24.904634072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T11:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238306,"job_number":"JOB_238306","tr_customer_id":238325,"tr_customer_product_id":238315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:01:19.000Z","modified_at":"2026-04-04T12:01:19.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-03-25","serial_number":"34497090442753","imei1":"34497090442753","imei2":"34497090442753","popurl":"2026-03-25T12:01:18.647502206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238307,"job_number":"JOB_238307","tr_customer_id":238326,"tr_customer_product_id":238316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:24:06.000Z","modified_at":"2026-04-04T12:24:06.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"171828465171166","imei1":"171828465171166","imei2":"171828465171166","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238308,"job_number":"JOB_238308","tr_customer_id":238327,"tr_customer_product_id":238317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T12:27:34.000Z","modified_at":"2026-04-04T12:27:34.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"352997999954124","imei1":"352997999954124","imei2":"352997999954124","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T12:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238309,"job_number":"JOB_238309","tr_customer_id":238328,"tr_customer_product_id":238318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:11:19.000Z","modified_at":"2026-04-04T13:11:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12978996072530","imei1":"12978996072530","imei2":"12978996072530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:11:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238311,"job_number":"JOB_238311","tr_customer_id":238330,"tr_customer_product_id":238320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:11:21.000Z","modified_at":"2026-04-04T13:11:21.000Z","name":"Sim Spencer","mobile_number":"336-628-1012","email_id":"Benjamin_Lueilwitz@gmail.com","dop":"2025-04-06","serial_number":"10581323886969978","imei1":"10581323886969978","imei2":"10581323886969978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:11:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238312,"job_number":"JOB_238312","tr_customer_id":238331,"tr_customer_product_id":238321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:02.000Z","modified_at":"2026-04-04T13:12:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18986483900363","imei1":"18986483900363","imei2":"18986483900363","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238314,"job_number":"JOB_238314","tr_customer_id":238333,"tr_customer_product_id":238323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:03.000Z","modified_at":"2026-04-04T13:12:03.000Z","name":"Tanya Graham","mobile_number":"396-641-4155","email_id":"Hosea.Lakin41@hotmail.com","dop":"2025-04-06","serial_number":"14835733455780936","imei1":"14835733455780936","imei2":"14835733455780936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238315,"job_number":"JOB_238315","tr_customer_id":238334,"tr_customer_product_id":238324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:44.000Z","modified_at":"2026-04-04T13:12:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13298676713677","imei1":"13298676713677","imei2":"13298676713677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238317,"job_number":"JOB_238317","tr_customer_id":238336,"tr_customer_product_id":238326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:12:45.000Z","modified_at":"2026-04-04T13:12:45.000Z","name":"Quinton Cummerata","mobile_number":"227-866-3289","email_id":"Maud14@gmail.com","dop":"2025-04-06","serial_number":"11001022621348078","imei1":"11001022621348078","imei2":"11001022621348078","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:12:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238319,"job_number":"JOB_238319","tr_customer_id":238338,"tr_customer_product_id":238328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:23:55.000Z","modified_at":"2026-04-04T13:23:55.000Z","name":"Adelle Romaguera","mobile_number":"500-852-8628","email_id":"Elouise.Batz81@gmail.com","dop":"2025-04-06","serial_number":"15467453589921188","imei1":"15467453589921188","imei2":"15467453589921188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:23:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238321,"job_number":"JOB_238321","tr_customer_id":238340,"tr_customer_product_id":238330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:26:03.000Z","modified_at":"2026-04-04T13:26:03.000Z","name":"Blaze Graham","mobile_number":"635-697-3606","email_id":"Elton20@gmail.com","dop":"2025-04-06","serial_number":"15636785564432876","imei1":"15636785564432876","imei2":"15636785564432876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238322,"job_number":"JOB_238322","tr_customer_id":238341,"tr_customer_product_id":238331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:30:28.000Z","modified_at":"2026-04-04T13:30:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17057514776766","imei1":"17057514776766","imei2":"17057514776766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238324,"job_number":"JOB_238324","tr_customer_id":238343,"tr_customer_product_id":238333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:30:30.000Z","modified_at":"2026-04-04T13:30:30.000Z","name":"Mossie Reinger","mobile_number":"551-229-5293","email_id":"Dorothy46@hotmail.com","dop":"2025-04-06","serial_number":"11884281920284888","imei1":"11884281920284888","imei2":"11884281920284888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:30:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238325,"job_number":"JOB_238325","tr_customer_id":238344,"tr_customer_product_id":238334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:31:15.000Z","modified_at":"2026-04-04T13:31:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15797674636242","imei1":"15797674636242","imei2":"15797674636242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:31:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238327,"job_number":"JOB_238327","tr_customer_id":238346,"tr_customer_product_id":238336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:31:17.000Z","modified_at":"2026-04-04T13:31:17.000Z","name":"Rae Rempel","mobile_number":"531-479-8830","email_id":"Adella55@gmail.com","dop":"2025-04-06","serial_number":"16288294059498864","imei1":"16288294059498864","imei2":"16288294059498864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238328,"job_number":"JOB_238328","tr_customer_id":238347,"tr_customer_product_id":238337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:32:02.000Z","modified_at":"2026-04-04T13:32:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19823914783789","imei1":"19823914783789","imei2":"19823914783789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238330,"job_number":"JOB_238330","tr_customer_id":238349,"tr_customer_product_id":238339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:32:04.000Z","modified_at":"2026-04-04T13:32:04.000Z","name":"Mozelle Batz","mobile_number":"929-325-3198","email_id":"April33@yahoo.com","dop":"2025-04-06","serial_number":"18252728120646412","imei1":"18252728120646412","imei2":"18252728120646412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238331,"job_number":"JOB_238331","tr_customer_id":238350,"tr_customer_product_id":238340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:35:31.000Z","modified_at":"2026-04-04T13:35:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15005916473032","imei1":"15005916473032","imei2":"15005916473032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238333,"job_number":"JOB_238333","tr_customer_id":238352,"tr_customer_product_id":238342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:35:32.000Z","modified_at":"2026-04-04T13:35:32.000Z","name":"Mellie McDermott","mobile_number":"747-645-7874","email_id":"Cordia_Graham@gmail.com","dop":"2025-04-06","serial_number":"19490071606405630","imei1":"19490071606405630","imei2":"19490071606405630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238334,"job_number":"JOB_238334","tr_customer_id":238353,"tr_customer_product_id":238343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:36:19.000Z","modified_at":"2026-04-04T13:36:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17153430661611","imei1":"17153430661611","imei2":"17153430661611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238336,"job_number":"JOB_238336","tr_customer_id":238355,"tr_customer_product_id":238345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:36:21.000Z","modified_at":"2026-04-04T13:36:21.000Z","name":"Angeline Schiller","mobile_number":"258-573-0580","email_id":"Eunice_Wiza79@yahoo.com","dop":"2025-04-06","serial_number":"16454796713029592","imei1":"16454796713029592","imei2":"16454796713029592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238337,"job_number":"JOB_238337","tr_customer_id":238356,"tr_customer_product_id":238346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:37:05.000Z","modified_at":"2026-04-04T13:37:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19687653053652","imei1":"19687653053652","imei2":"19687653053652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238339,"job_number":"JOB_238339","tr_customer_id":238358,"tr_customer_product_id":238348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:37:07.000Z","modified_at":"2026-04-04T13:37:07.000Z","name":"Brayan Ryan","mobile_number":"819-879-2161","email_id":"Adrien35@yahoo.com","dop":"2025-04-06","serial_number":"14244137103722496","imei1":"14244137103722496","imei2":"14244137103722496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238341,"job_number":"JOB_238341","tr_customer_id":238360,"tr_customer_product_id":238350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:04.000Z","modified_at":"2026-04-04T13:46:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15520473250068","imei1":"15520473250068","imei2":"15520473250068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238343,"job_number":"JOB_238343","tr_customer_id":238362,"tr_customer_product_id":238352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:05.000Z","modified_at":"2026-04-04T13:46:05.000Z","name":"Jaden Nienow","mobile_number":"814-377-3991","email_id":"Vernie_Vandervort54@hotmail.com","dop":"2025-04-06","serial_number":"11709404851324114","imei1":"11709404851324114","imei2":"11709404851324114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238345,"job_number":"JOB_238345","tr_customer_id":238364,"tr_customer_product_id":238354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:16.000Z","modified_at":"2026-04-04T13:46:16.000Z","name":"Eugenia Ryan","mobile_number":"658-551-9407","email_id":"Carlos47@gmail.com","dop":"2025-05-30","serial_number":"14444687440936","imei1":"14444687440936","imei2":"14444687440936","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238346,"job_number":"JOB_238346","tr_customer_id":238365,"tr_customer_product_id":238355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:17.000Z","modified_at":"2026-04-04T13:46:17.000Z","name":"Burnice Wehner","mobile_number":"840-917-8972","email_id":"Gonzalo77@gmail.com","dop":"2025-05-30","serial_number":"1434744070295830","imei1":"1434744070295830","imei2":"1434744070295830","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238347,"job_number":"JOB_238347","tr_customer_id":238366,"tr_customer_product_id":238356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:50.000Z","modified_at":"2026-04-04T13:46:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11125611456815","imei1":"11125611456815","imei2":"11125611456815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238349,"job_number":"JOB_238349","tr_customer_id":238368,"tr_customer_product_id":238358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:46:52.000Z","modified_at":"2026-04-04T13:46:52.000Z","name":"Alek Ziemann","mobile_number":"312-975-6521","email_id":"Ariane_Robel@yahoo.com","dop":"2025-04-06","serial_number":"14040811556267552","imei1":"14040811556267552","imei2":"14040811556267552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238350,"job_number":"JOB_238350","tr_customer_id":238369,"tr_customer_product_id":238359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:47:37.000Z","modified_at":"2026-04-04T13:47:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17205165868888","imei1":"17205165868888","imei2":"17205165868888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238352,"job_number":"JOB_238352","tr_customer_id":238371,"tr_customer_product_id":238361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T13:47:38.000Z","modified_at":"2026-04-04T13:47:38.000Z","name":"Sheldon Senger","mobile_number":"394-974-5351","email_id":"Stone_Tremblay@hotmail.com","dop":"2025-04-06","serial_number":"14756418445097202","imei1":"14756418445097202","imei2":"14756418445097202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238355,"job_number":"JOB_238355","tr_customer_id":238374,"tr_customer_product_id":238364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:56.000Z","modified_at":"2026-04-04T14:02:56.000Z","name":"Marquise Murazik","mobile_number":"467-394-8992","email_id":"Mylene_Schoen@yahoo.com","dop":"2025-04-06","serial_number":"19714375938575910","imei1":"19714375938575910","imei2":"19714375938575910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238356,"job_number":"JOB_238356","tr_customer_id":238375,"tr_customer_product_id":238365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:57.000Z","modified_at":"2026-04-04T14:02:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84341807173203","imei1":"84341807173203","imei2":"84341807173203","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238357,"job_number":"JOB_238357","tr_customer_id":238376,"tr_customer_product_id":238366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:57.000Z","modified_at":"2026-04-04T14:02:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61100669482979","imei1":"61100669482979","imei2":"61100669482979","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238358,"job_number":"JOB_238358","tr_customer_id":238377,"tr_customer_product_id":238367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89298051132943","imei1":"89298051132943","imei2":"89298051132943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238359,"job_number":"JOB_238359","tr_customer_id":238378,"tr_customer_product_id":238368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26848455793357","imei1":"26848455793357","imei2":"26848455793357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238360,"job_number":"JOB_238360","tr_customer_id":238379,"tr_customer_product_id":238369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:58.000Z","modified_at":"2026-04-04T14:02:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25679234487431","imei1":"25679234487431","imei2":"25679234487431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238361,"job_number":"JOB_238361","tr_customer_id":238380,"tr_customer_product_id":238370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:02:59.000Z","modified_at":"2026-04-04T14:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88069641022700","imei1":"88069641022700","imei2":"88069641022700","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238363,"job_number":"JOB_238363","tr_customer_id":238382,"tr_customer_product_id":238372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:13.000Z","modified_at":"2026-04-04T14:03:13.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"102071384556866","imei1":"102071384556866","imei2":"102071384556866","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238365,"job_number":"JOB_238365","tr_customer_id":238384,"tr_customer_product_id":238374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:29.000Z","modified_at":"2026-04-04T14:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21644125603847","imei1":"21644125603847","imei2":"21644125603847","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238366,"job_number":"JOB_238366","tr_customer_id":238385,"tr_customer_product_id":238375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"33958461408828","imei1":"33958461408828","imei2":"33958461408828","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238367,"job_number":"JOB_238367","tr_customer_id":238386,"tr_customer_product_id":238376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79872043694261","imei1":"79872043694261","imei2":"79872043694261","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238368,"job_number":"JOB_238368","tr_customer_id":238387,"tr_customer_product_id":238377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:30.000Z","modified_at":"2026-04-04T14:03:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52737643259003","imei1":"52737643259003","imei2":"52737643259003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238369,"job_number":"JOB_238369","tr_customer_id":238388,"tr_customer_product_id":238378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:31.000Z","modified_at":"2026-04-04T14:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41540806199509","imei1":"41540806199509","imei2":"41540806199509","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238370,"job_number":"JOB_238370","tr_customer_id":238389,"tr_customer_product_id":238379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:31.000Z","modified_at":"2026-04-04T14:03:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78712395058610","imei1":"78712395058610","imei2":"78712395058610","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238372,"job_number":"JOB_238372","tr_customer_id":238391,"tr_customer_product_id":238381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:03:55.000Z","modified_at":"2026-04-04T14:03:55.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"102447841370307","imei1":"102447841370307","imei2":"102447841370307","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238374,"job_number":"JOB_238374","tr_customer_id":238393,"tr_customer_product_id":238383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:01.000Z","modified_at":"2026-04-04T14:04:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47506301105369","imei1":"47506301105369","imei2":"47506301105369","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238375,"job_number":"JOB_238375","tr_customer_id":238394,"tr_customer_product_id":238384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59891625975479","imei1":"59891625975479","imei2":"59891625975479","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238376,"job_number":"JOB_238376","tr_customer_id":238395,"tr_customer_product_id":238385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51661663201407","imei1":"51661663201407","imei2":"51661663201407","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238377,"job_number":"JOB_238377","tr_customer_id":238396,"tr_customer_product_id":238386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36432774751427","imei1":"36432774751427","imei2":"36432774751427","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238378,"job_number":"JOB_238378","tr_customer_id":238397,"tr_customer_product_id":238387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:02.000Z","modified_at":"2026-04-04T14:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60439627676692","imei1":"60439627676692","imei2":"60439627676692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238379,"job_number":"JOB_238379","tr_customer_id":238398,"tr_customer_product_id":238388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:03.000Z","modified_at":"2026-04-04T14:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11732790598482","imei1":"11732790598482","imei2":"11732790598482","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238381,"job_number":"JOB_238381","tr_customer_id":238400,"tr_customer_product_id":238390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:11.000Z","modified_at":"2026-04-04T14:04:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15081068315033","imei1":"15081068315033","imei2":"15081068315033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238383,"job_number":"JOB_238383","tr_customer_id":238402,"tr_customer_product_id":238392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:12.000Z","modified_at":"2026-04-04T14:04:12.000Z","name":"Guy Kuvalis","mobile_number":"987-524-4821","email_id":"Hosea.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"12956351608069148","imei1":"12956351608069148","imei2":"12956351608069148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238385,"job_number":"JOB_238385","tr_customer_id":238404,"tr_customer_product_id":238394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:36.000Z","modified_at":"2026-04-04T14:04:36.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"108276836692370","imei1":"108276836692370","imei2":"108276836692370","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238388,"job_number":"JOB_238388","tr_customer_id":238407,"tr_customer_product_id":238397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:51.000Z","modified_at":"2026-04-04T14:04:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15287174088185","imei1":"15287174088185","imei2":"15287174088185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238390,"job_number":"JOB_238390","tr_customer_id":238409,"tr_customer_product_id":238399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:04:52.000Z","modified_at":"2026-04-04T14:04:52.000Z","name":"Devante Bradtke","mobile_number":"782-371-2651","email_id":"Rogers.Vandervort@gmail.com","dop":"2025-04-06","serial_number":"13444954107443320","imei1":"13444954107443320","imei2":"13444954107443320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:04:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238392,"job_number":"JOB_238392","tr_customer_id":238411,"tr_customer_product_id":238401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:31.000Z","modified_at":"2026-04-04T14:05:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17177972742812","imei1":"17177972742812","imei2":"17177972742812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238394,"job_number":"JOB_238394","tr_customer_id":238413,"tr_customer_product_id":238403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:32.000Z","modified_at":"2026-04-04T14:05:32.000Z","name":"Dane Price","mobile_number":"787-314-5800","email_id":"Isadore18@hotmail.com","dop":"2025-04-06","serial_number":"16598947009637960","imei1":"16598947009637960","imei2":"16598947009637960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238395,"job_number":"JOB_238395","tr_customer_id":238414,"tr_customer_product_id":238404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:52.000Z","modified_at":"2026-04-04T14:05:52.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-02-13","serial_number":"104745092018710","imei1":"104745092018710","imei2":"104745092018710","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238397,"job_number":"JOB_238397","tr_customer_id":238416,"tr_customer_product_id":238406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:05:53.000Z","modified_at":"2026-04-04T14:05:53.000Z","name":"Lisa Tromp","mobile_number":"660-424-1761","email_id":"Chaim85@yahoo.com","dop":"2025-02-13","serial_number":"10087211339576244","imei1":"10087211339576244","imei2":"10087211339576244","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238399,"job_number":"JOB_238399","tr_customer_id":238418,"tr_customer_product_id":238408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:06.000Z","modified_at":"2026-04-04T14:06:06.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-02-13","serial_number":"101124325956866","imei1":"101124325956866","imei2":"101124325956866","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238401,"job_number":"JOB_238401","tr_customer_id":238420,"tr_customer_product_id":238410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:07.000Z","modified_at":"2026-04-04T14:06:07.000Z","name":"Romaine Simonis","mobile_number":"734-356-3576","email_id":"Joshuah.Turner@hotmail.com","dop":"2025-02-13","serial_number":"10035056054575668","imei1":"10035056054575668","imei2":"10035056054575668","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238402,"job_number":"JOB_238402","tr_customer_id":238421,"tr_customer_product_id":238411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:19.000Z","modified_at":"2026-04-04T14:06:19.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-02-13","serial_number":"101863028902588","imei1":"101863028902588","imei2":"101863028902588","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238404,"job_number":"JOB_238404","tr_customer_id":238423,"tr_customer_product_id":238413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:06:21.000Z","modified_at":"2026-04-04T14:06:21.000Z","name":"Madilyn Hermann","mobile_number":"804-604-7332","email_id":"Larry62@yahoo.com","dop":"2025-02-13","serial_number":"10001708884004404","imei1":"10001708884004404","imei2":"10001708884004404","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238405,"job_number":"JOB_238405","tr_customer_id":238424,"tr_customer_product_id":238414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:09:08.000Z","modified_at":"2026-04-04T14:09:08.000Z","name":"Jacks Ross","mobile_number":"9795498586","email_id":"yuyuu@gamil.com","dop":"2025-11-17","serial_number":"10698288340098","imei1":"10698288340098","imei2":"10698288340098","popurl":"2025-11-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238411,"job_number":"JOB_238411","tr_customer_id":238430,"tr_customer_product_id":238420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:53.000Z","modified_at":"2026-04-04T14:22:53.000Z","name":"Sanu Anand","mobile_number":"7059787665","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"11530879206336","imei1":"11530879206336","imei2":"11530879206336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238413,"job_number":"JOB_238413","tr_customer_id":238432,"tr_customer_product_id":238422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:55.000Z","modified_at":"2026-04-04T14:22:55.000Z","name":"Keanu Ernser","mobile_number":"540-945-7426","email_id":"Geovanny_Mraz63@yahoo.com","dop":"2025-04-06","serial_number":"10738028413950038","imei1":"10738028413950038","imei2":"10738028413950038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238418,"job_number":"JOB_238418","tr_customer_id":238437,"tr_customer_product_id":238427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:39.000Z","modified_at":"2026-04-04T14:23:39.000Z","name":"Manu Anand","mobile_number":"7059787667","email_id":"sanuanaand@gmail.com","dop":"2025-04-06","serial_number":"12731325164999","imei1":"12731325164999","imei2":"12731325164999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238420,"job_number":"JOB_238420","tr_customer_id":238439,"tr_customer_product_id":238429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:41.000Z","modified_at":"2026-04-04T14:23:41.000Z","name":"Estelle Howell","mobile_number":"258-900-3402","email_id":"Rogelio.Fay25@hotmail.com","dop":"2025-04-06","serial_number":"16896472688634040","imei1":"16896472688634040","imei2":"16896472688634040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238422,"job_number":"JOB_238422","tr_customer_id":238441,"tr_customer_product_id":238431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:24:25.000Z","modified_at":"2026-04-04T14:24:25.000Z","name":"Janu Anand","mobile_number":"7059787666","email_id":"sanuanand@gmail.com","dop":"2025-04-06","serial_number":"11453336830299","imei1":"11453336830299","imei2":"11453336830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:24:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238424,"job_number":"JOB_238424","tr_customer_id":238443,"tr_customer_product_id":238433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:24:26.000Z","modified_at":"2026-04-04T14:24:26.000Z","name":"Perry Dicki","mobile_number":"364-384-6084","email_id":"London_Orn19@hotmail.com","dop":"2025-04-06","serial_number":"13244454805042596","imei1":"13244454805042596","imei2":"13244454805042596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:24:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238425,"job_number":"JOB_238425","tr_customer_id":238444,"tr_customer_product_id":238434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:25:40.000Z","modified_at":"2026-04-04T14:25:40.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"86565986130872","imei1":"86565986130872","imei2":"86565986130872","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238426,"job_number":"JOB_238426","tr_customer_id":238445,"tr_customer_product_id":238435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:25:40.000Z","modified_at":"2026-04-04T14:25:40.000Z","name":"Jovan Jacobs","mobile_number":"599-396-9377","email_id":"Luigi.Lubowitz6@gmail.com","dop":"2025-02-01","serial_number":"36033933272799","imei1":"36033933272799","imei2":"36033933272799","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238431,"job_number":"JOB_238431","tr_customer_id":238450,"tr_customer_product_id":238440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:23.000Z","modified_at":"2026-04-04T14:26:23.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"50210931853204","imei1":"50210931853204","imei2":"50210931853204","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238432,"job_number":"JOB_238432","tr_customer_id":238451,"tr_customer_product_id":238441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:23.000Z","modified_at":"2026-04-04T14:26:23.000Z","name":"Jaida Bogisich","mobile_number":"368-746-1051","email_id":"Mae.Upton13@hotmail.com","dop":"2025-02-01","serial_number":"23909896824304","imei1":"23909896824304","imei2":"23909896824304","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238440,"job_number":"JOB_238440","tr_customer_id":238459,"tr_customer_product_id":238449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:56.000Z","modified_at":"2026-04-04T14:26:56.000Z","name":"Donnell Lakin","mobile_number":"282-405-3329","email_id":"Anthony.Parker@hotmail.com","dop":"2025-05-05","serial_number":"17736108611525","imei1":"17736108611525","imei2":"17736108611525","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238441,"job_number":"JOB_238441","tr_customer_id":238460,"tr_customer_product_id":238450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:57.000Z","modified_at":"2026-04-04T14:26:57.000Z","name":"Jerod Rohan","mobile_number":"303-252-9678","email_id":"Norberto_Kemmer@hotmail.com","dop":"2025-05-05","serial_number":"19934116735740","imei1":"19934116735740","imei2":"19934116735740","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238445,"job_number":"JOB_238445","tr_customer_id":238464,"tr_customer_product_id":238454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:06.000Z","modified_at":"2026-04-04T14:27:06.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"107127372964829","imei1":"107127372964829","imei2":"107127372964829","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238446,"job_number":"JOB_238446","tr_customer_id":238465,"tr_customer_product_id":238455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:06.000Z","modified_at":"2026-04-04T14:27:06.000Z","name":"Shyann Spencer","mobile_number":"397-689-8779","email_id":"Merl_Schinner@yahoo.com","dop":"2025-02-01","serial_number":"46824627375215","imei1":"46824627375215","imei2":"46824627375215","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238448,"job_number":"JOB_238448","tr_customer_id":238467,"tr_customer_product_id":238457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:08.000Z","modified_at":"2026-04-04T14:27:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13609748981422","imei1":"13609748981422","imei2":"13609748981422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238450,"job_number":"JOB_238450","tr_customer_id":238469,"tr_customer_product_id":238459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:10.000Z","modified_at":"2026-04-04T14:27:10.000Z","name":"Dillon Swift","mobile_number":"436-228-5535","email_id":"Modesto83@gmail.com","dop":"2025-04-06","serial_number":"14479666909327296","imei1":"14479666909327296","imei2":"14479666909327296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238452,"job_number":"JOB_238452","tr_customer_id":238471,"tr_customer_product_id":238461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:32.000Z","modified_at":"2026-04-04T14:27:32.000Z","name":"Christopher Stoltenberg","mobile_number":"997-548-6097","email_id":"Cortney.Beer93@yahoo.com","dop":"2025-05-05","serial_number":"15896338955700","imei1":"15896338955700","imei2":"15896338955700","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238453,"job_number":"JOB_238453","tr_customer_id":238472,"tr_customer_product_id":238462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:33.000Z","modified_at":"2026-04-04T14:27:33.000Z","name":"Gerardo Hills","mobile_number":"940-859-2501","email_id":"Kavon78@gmail.com","dop":"2025-05-05","serial_number":"12644950659282","imei1":"12644950659282","imei2":"12644950659282","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238454,"job_number":"JOB_238454","tr_customer_id":238473,"tr_customer_product_id":238463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:51.000Z","modified_at":"2026-04-04T14:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18404033274416","imei1":"18404033274416","imei2":"18404033274416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238456,"job_number":"JOB_238456","tr_customer_id":238475,"tr_customer_product_id":238465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:27:52.000Z","modified_at":"2026-04-04T14:27:52.000Z","name":"Dashawn Beier","mobile_number":"768-212-9536","email_id":"Felicity_Ferry22@hotmail.com","dop":"2025-04-06","serial_number":"19461775226307550","imei1":"19461775226307550","imei2":"19461775226307550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238457,"job_number":"JOB_238457","tr_customer_id":238476,"tr_customer_product_id":238466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:28:33.000Z","modified_at":"2026-04-04T14:28:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13013541988679","imei1":"13013541988679","imei2":"13013541988679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238459,"job_number":"JOB_238459","tr_customer_id":238478,"tr_customer_product_id":238468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:28:35.000Z","modified_at":"2026-04-04T14:28:35.000Z","name":"Clemmie Rodriguez","mobile_number":"686-295-2713","email_id":"Miles56@hotmail.com","dop":"2025-04-06","serial_number":"12608874251177718","imei1":"12608874251177718","imei2":"12608874251177718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238460,"job_number":"JOB_238460","tr_customer_id":238479,"tr_customer_product_id":238469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:10.000Z","modified_at":"2026-04-04T14:29:10.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10880779118295","imei1":"10880779118295","imei2":"10880779118295","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238462,"job_number":"JOB_238462","tr_customer_id":238481,"tr_customer_product_id":238471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:11.000Z","modified_at":"2026-04-04T14:29:11.000Z","name":"Litzy Keebler","mobile_number":"381-658-1456","email_id":"Edgardo19@gmail.com","dop":"2025-06-18","serial_number":"1073106382833274","imei1":"1073106382833274","imei2":"1073106382833274","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238466,"job_number":"JOB_238466","tr_customer_id":238485,"tr_customer_product_id":238475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:53.000Z","modified_at":"2026-04-04T14:29:53.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10534947305020","imei1":"10534947305020","imei2":"10534947305020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238468,"job_number":"JOB_238468","tr_customer_id":238487,"tr_customer_product_id":238477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:54.000Z","modified_at":"2026-04-04T14:29:54.000Z","name":"Elnora Schiller","mobile_number":"605-643-1451","email_id":"Virgil83@yahoo.com","dop":"2025-06-18","serial_number":"1026047710981417","imei1":"1026047710981417","imei2":"1026047710981417","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238475,"job_number":"JOB_238475","tr_customer_id":238494,"tr_customer_product_id":238484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:21.000Z","modified_at":"2026-04-04T14:31:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13329324985914","imei1":"13329324985914","imei2":"13329324985914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238477,"job_number":"JOB_238477","tr_customer_id":238496,"tr_customer_product_id":238486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:22.000Z","modified_at":"2026-04-04T14:31:22.000Z","name":"Oma Breitenberg","mobile_number":"682-987-9823","email_id":"Mackenzie.Rempel@hotmail.com","dop":"2025-04-06","serial_number":"16334431669361438","imei1":"16334431669361438","imei2":"16334431669361438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238481,"job_number":"JOB_238481","tr_customer_id":238500,"tr_customer_product_id":238490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:55.000Z","modified_at":"2026-04-04T14:31:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10142803924288","imei1":"10142803924288","imei2":"10142803924288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238483,"job_number":"JOB_238483","tr_customer_id":238502,"tr_customer_product_id":238492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:57.000Z","modified_at":"2026-04-04T14:31:57.000Z","name":"Bailey Padberg","mobile_number":"345-585-9983","email_id":"Maryjane31@hotmail.com","dop":"2025-04-06","serial_number":"13420307015706592","imei1":"13420307015706592","imei2":"13420307015706592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238484,"job_number":"JOB_238484","tr_customer_id":238503,"tr_customer_product_id":238493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:04.000Z","modified_at":"2026-04-04T14:32:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14288039691002","imei1":"14288039691002","imei2":"14288039691002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238486,"job_number":"JOB_238486","tr_customer_id":238505,"tr_customer_product_id":238495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:05.000Z","modified_at":"2026-04-04T14:32:05.000Z","name":"Levi Volkman","mobile_number":"371-703-8147","email_id":"Sidney_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"13878590759895746","imei1":"13878590759895746","imei2":"13878590759895746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238487,"job_number":"JOB_238487","tr_customer_id":238506,"tr_customer_product_id":238496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:13.000Z","modified_at":"2026-04-04T14:32:13.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12734189788678","imei1":"12734189788678","imei2":"12734189788678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238489,"job_number":"JOB_238489","tr_customer_id":238508,"tr_customer_product_id":238498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:15.000Z","modified_at":"2026-04-04T14:32:15.000Z","name":"Gideon Collier","mobile_number":"349-863-6015","email_id":"Deontae.Hyatt@hotmail.com","dop":"2025-04-06","serial_number":"14079934863660776","imei1":"14079934863660776","imei2":"14079934863660776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238490,"job_number":"JOB_238490","tr_customer_id":238509,"tr_customer_product_id":238499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:19.000Z","modified_at":"2026-04-04T14:32:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11876373444216","imei1":"11876373444216","imei2":"11876373444216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238492,"job_number":"JOB_238492","tr_customer_id":238511,"tr_customer_product_id":238501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:21.000Z","modified_at":"2026-04-04T14:32:21.000Z","name":"Lucio Borer","mobile_number":"497-727-6216","email_id":"Martine61@hotmail.com","dop":"2025-04-06","serial_number":"16423214905685964","imei1":"16423214905685964","imei2":"16423214905685964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238493,"job_number":"JOB_238493","tr_customer_id":238512,"tr_customer_product_id":238502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:41.000Z","modified_at":"2026-04-04T14:32:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14426249625946","imei1":"14426249625946","imei2":"14426249625946","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238495,"job_number":"JOB_238495","tr_customer_id":238514,"tr_customer_product_id":238504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:43.000Z","modified_at":"2026-04-04T14:32:43.000Z","name":"Betty Bednar","mobile_number":"268-233-5575","email_id":"Edyth_Adams21@hotmail.com","dop":"2025-04-06","serial_number":"17114274075751372","imei1":"17114274075751372","imei2":"17114274075751372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238496,"job_number":"JOB_238496","tr_customer_id":238515,"tr_customer_product_id":238505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:46.000Z","modified_at":"2026-04-04T14:32:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16510626274675","imei1":"16510626274675","imei2":"16510626274675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238498,"job_number":"JOB_238498","tr_customer_id":238517,"tr_customer_product_id":238507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:47.000Z","modified_at":"2026-04-04T14:32:47.000Z","name":"Rosario O'Reilly","mobile_number":"954-516-5983","email_id":"Addison_Graham90@yahoo.com","dop":"2025-04-06","serial_number":"10549189223001160","imei1":"10549189223001160","imei2":"10549189223001160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238499,"job_number":"JOB_238499","tr_customer_id":238518,"tr_customer_product_id":238508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:57.000Z","modified_at":"2026-04-04T14:32:57.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"18102923835587","imei1":"18102923835587","imei2":"18102923835587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238501,"job_number":"JOB_238501","tr_customer_id":238520,"tr_customer_product_id":238510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:32:59.000Z","modified_at":"2026-04-04T14:32:59.000Z","name":"Dino Nikolaus","mobile_number":"583-687-8623","email_id":"Aurelia_Yost99@hotmail.com","dop":"2025-04-06","serial_number":"12511678580396212","imei1":"12511678580396212","imei2":"12511678580396212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238502,"job_number":"JOB_238502","tr_customer_id":238521,"tr_customer_product_id":238511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:04.000Z","modified_at":"2026-04-04T14:33:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16831322611732","imei1":"16831322611732","imei2":"16831322611732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238504,"job_number":"JOB_238504","tr_customer_id":238523,"tr_customer_product_id":238513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:06.000Z","modified_at":"2026-04-04T14:33:06.000Z","name":"Ray Cummings","mobile_number":"270-658-4335","email_id":"Sophie4@gmail.com","dop":"2025-04-06","serial_number":"16260950289704756","imei1":"16260950289704756","imei2":"16260950289704756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238505,"job_number":"JOB_238505","tr_customer_id":238524,"tr_customer_product_id":238514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:26.000Z","modified_at":"2026-04-04T14:33:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13558823485185","imei1":"13558823485185","imei2":"13558823485185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238507,"job_number":"JOB_238507","tr_customer_id":238526,"tr_customer_product_id":238516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:28.000Z","modified_at":"2026-04-04T14:33:28.000Z","name":"Hector Abshire","mobile_number":"439-678-0738","email_id":"Mayra_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"13242521841040296","imei1":"13242521841040296","imei2":"13242521841040296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238508,"job_number":"JOB_238508","tr_customer_id":238527,"tr_customer_product_id":238517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:41.000Z","modified_at":"2026-04-04T14:33:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"12563573777101","imei1":"12563573777101","imei2":"12563573777101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238510,"job_number":"JOB_238510","tr_customer_id":238529,"tr_customer_product_id":238519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:42.000Z","modified_at":"2026-04-04T14:33:42.000Z","name":"Lindsey VonRueden","mobile_number":"558-434-7932","email_id":"Toni.Tromp@gmail.com","dop":"2025-04-06","serial_number":"16627226800853660","imei1":"16627226800853660","imei2":"16627226800853660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238511,"job_number":"JOB_238511","tr_customer_id":238530,"tr_customer_product_id":238520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:49.000Z","modified_at":"2026-04-04T14:33:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19278124729735","imei1":"19278124729735","imei2":"19278124729735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238513,"job_number":"JOB_238513","tr_customer_id":238532,"tr_customer_product_id":238522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:33:51.000Z","modified_at":"2026-04-04T14:33:51.000Z","name":"Brannon Jaskolski","mobile_number":"672-719-7041","email_id":"Adonis9@yahoo.com","dop":"2025-04-06","serial_number":"15208606662145864","imei1":"15208606662145864","imei2":"15208606662145864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238515,"job_number":"JOB_238515","tr_customer_id":238534,"tr_customer_product_id":238524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:29.000Z","modified_at":"2026-04-04T14:34:29.000Z","name":"Maryse Ratke","mobile_number":"569-639-4133","email_id":"Tillman96@hotmail.com","dop":"2025-04-06","serial_number":"18039960004314724","imei1":"18039960004314724","imei2":"18039960004314724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238517,"job_number":"JOB_238517","tr_customer_id":238536,"tr_customer_product_id":238526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:31.000Z","modified_at":"2026-04-04T14:34:31.000Z","name":"Edison Sanford","mobile_number":"312-373-9955","email_id":"Alberta.Wolff@gmail.com","dop":"2025-04-06","serial_number":"17790801801133552","imei1":"17790801801133552","imei2":"17790801801133552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238520,"job_number":"JOB_238520","tr_customer_id":238539,"tr_customer_product_id":238529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:51.000Z","modified_at":"2026-04-04T14:34:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19209353758691","imei1":"19209353758691","imei2":"19209353758691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238522,"job_number":"JOB_238522","tr_customer_id":238541,"tr_customer_product_id":238531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:34:53.000Z","modified_at":"2026-04-04T14:34:53.000Z","name":"Etha Kris","mobile_number":"774-753-2335","email_id":"Rodger53@hotmail.com","dop":"2025-04-06","serial_number":"14873699697550142","imei1":"14873699697550142","imei2":"14873699697550142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238524,"job_number":"JOB_238524","tr_customer_id":238543,"tr_customer_product_id":238533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:35:33.000Z","modified_at":"2026-04-04T14:35:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14095900447272","imei1":"14095900447272","imei2":"14095900447272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:35:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238526,"job_number":"JOB_238526","tr_customer_id":238545,"tr_customer_product_id":238535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:35:34.000Z","modified_at":"2026-04-04T14:35:34.000Z","name":"Jesse Bartell","mobile_number":"515-881-2994","email_id":"Mathias_Schultz@yahoo.com","dop":"2025-04-06","serial_number":"19420078553862630","imei1":"19420078553862630","imei2":"19420078553862630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:35:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238527,"job_number":"JOB_238527","tr_customer_id":238546,"tr_customer_product_id":238536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:14.000Z","modified_at":"2026-04-04T14:36:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16185118832941","imei1":"16185118832941","imei2":"16185118832941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238529,"job_number":"JOB_238529","tr_customer_id":238548,"tr_customer_product_id":238538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:16.000Z","modified_at":"2026-04-04T14:36:16.000Z","name":"Daron Howell","mobile_number":"695-788-3265","email_id":"Karen75@yahoo.com","dop":"2025-04-06","serial_number":"12972349829113572","imei1":"12972349829113572","imei2":"12972349829113572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238530,"job_number":"JOB_238530","tr_customer_id":238549,"tr_customer_product_id":238539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:25.000Z","modified_at":"2026-04-04T14:36:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12352494635109","imei1":"12352494635109","imei2":"12352494635109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238532,"job_number":"JOB_238532","tr_customer_id":238551,"tr_customer_product_id":238541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:36:26.000Z","modified_at":"2026-04-04T14:36:26.000Z","name":"Uriah Pacocha","mobile_number":"382-388-3745","email_id":"Noble_Haag@hotmail.com","dop":"2025-04-06","serial_number":"11279484357617572","imei1":"11279484357617572","imei2":"11279484357617572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238533,"job_number":"JOB_238533","tr_customer_id":238552,"tr_customer_product_id":238542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:02.000Z","modified_at":"2026-04-04T14:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16107923801687","imei1":"16107923801687","imei2":"16107923801687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238535,"job_number":"JOB_238535","tr_customer_id":238554,"tr_customer_product_id":238544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:03.000Z","modified_at":"2026-04-04T14:37:03.000Z","name":"Flossie Botsford","mobile_number":"512-503-1643","email_id":"Nat_King@gmail.com","dop":"2025-04-06","serial_number":"14245434269446700","imei1":"14245434269446700","imei2":"14245434269446700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238536,"job_number":"JOB_238536","tr_customer_id":238555,"tr_customer_product_id":238545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:08.000Z","modified_at":"2026-04-04T14:37:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19638370220135","imei1":"19638370220135","imei2":"19638370220135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238538,"job_number":"JOB_238538","tr_customer_id":238557,"tr_customer_product_id":238547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:10.000Z","modified_at":"2026-04-04T14:37:10.000Z","name":"Barrett Harber","mobile_number":"754-425-0879","email_id":"Deion49@gmail.com","dop":"2025-04-06","serial_number":"10503368565541676","imei1":"10503368565541676","imei2":"10503368565541676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238539,"job_number":"JOB_238539","tr_customer_id":238558,"tr_customer_product_id":238548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:12.000Z","modified_at":"2026-04-04T14:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19584258550935","imei1":"19584258550935","imei2":"19584258550935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238541,"job_number":"JOB_238541","tr_customer_id":238560,"tr_customer_product_id":238550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:14.000Z","modified_at":"2026-04-04T14:37:14.000Z","name":"Jalon Reichel","mobile_number":"397-891-6620","email_id":"Ethel80@yahoo.com","dop":"2025-04-06","serial_number":"11624929158403378","imei1":"11624929158403378","imei2":"11624929158403378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238543,"job_number":"JOB_238543","tr_customer_id":238562,"tr_customer_product_id":238552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:23.000Z","modified_at":"2026-04-04T14:37:23.000Z","name":"Bart Crist","mobile_number":"974-419-6799","email_id":"Jackson_Collins28@hotmail.com","dop":"2025-04-06","serial_number":"15310825560358220","imei1":"15310825560358220","imei2":"15310825560358220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238544,"job_number":"JOB_238544","tr_customer_id":238563,"tr_customer_product_id":238553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:43.000Z","modified_at":"2026-04-04T14:37:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18380238749647","imei1":"18380238749647","imei2":"18380238749647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238546,"job_number":"JOB_238546","tr_customer_id":238565,"tr_customer_product_id":238555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:44.000Z","modified_at":"2026-04-04T14:37:44.000Z","name":"Trevor Herman","mobile_number":"410-450-3251","email_id":"Frederick84@yahoo.com","dop":"2025-04-06","serial_number":"14953654306750612","imei1":"14953654306750612","imei2":"14953654306750612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238547,"job_number":"JOB_238547","tr_customer_id":238566,"tr_customer_product_id":238556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:54.000Z","modified_at":"2026-04-04T14:37:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10648732554699","imei1":"10648732554699","imei2":"10648732554699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238549,"job_number":"JOB_238549","tr_customer_id":238568,"tr_customer_product_id":238558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:56.000Z","modified_at":"2026-04-04T14:37:56.000Z","name":"Maxie Pfeffer","mobile_number":"625-751-3879","email_id":"Gaylord_Littel@yahoo.com","dop":"2025-04-06","serial_number":"14530280209691436","imei1":"14530280209691436","imei2":"14530280209691436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238550,"job_number":"JOB_238550","tr_customer_id":238569,"tr_customer_product_id":238559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:37:59.000Z","modified_at":"2026-04-04T14:37:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18390480160673","imei1":"18390480160673","imei2":"18390480160673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238555,"job_number":"JOB_238555","tr_customer_id":238574,"tr_customer_product_id":238564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:01.000Z","modified_at":"2026-04-04T14:38:01.000Z","name":"Adella Berge","mobile_number":"930-736-1605","email_id":"Pat.Hills@gmail.com","dop":"2025-04-06","serial_number":"12266820467353426","imei1":"12266820467353426","imei2":"12266820467353426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238557,"job_number":"JOB_238557","tr_customer_id":238576,"tr_customer_product_id":238566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:13.000Z","modified_at":"2026-04-04T14:38:13.000Z","name":"Camille Roob","mobile_number":"652-569-6074","email_id":"Toney_Zemlak@hotmail.com","dop":"2025-04-06","serial_number":"10403843901863318","imei1":"10403843901863318","imei2":"10403843901863318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238561,"job_number":"JOB_238561","tr_customer_id":238580,"tr_customer_product_id":238570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:24.000Z","modified_at":"2026-04-04T14:38:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12217025712398","imei1":"12217025712398","imei2":"12217025712398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238563,"job_number":"JOB_238563","tr_customer_id":238582,"tr_customer_product_id":238572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:25.000Z","modified_at":"2026-04-04T14:38:25.000Z","name":"Jocelyn Kuhn","mobile_number":"692-275-7094","email_id":"Elizabeth_Leffler90@gmail.com","dop":"2025-04-06","serial_number":"10995964802279348","imei1":"10995964802279348","imei2":"10995964802279348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238564,"job_number":"JOB_238564","tr_customer_id":238583,"tr_customer_product_id":238573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:27.000Z","modified_at":"2026-04-04T14:38:27.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19831881844303","imei1":"19831881844303","imei2":"19831881844303","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238566,"job_number":"JOB_238566","tr_customer_id":238585,"tr_customer_product_id":238575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:29.000Z","modified_at":"2026-04-04T14:38:29.000Z","name":"Don Thiel","mobile_number":"819-639-4651","email_id":"Selmer.Raynor@hotmail.com","dop":"2025-08-24","serial_number":"1063233692853930","imei1":"1063233692853930","imei2":"1063233692853930","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238570,"job_number":"JOB_238570","tr_customer_id":238589,"tr_customer_product_id":238579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:40.000Z","modified_at":"2026-04-04T14:38:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16549163294952","imei1":"16549163294952","imei2":"16549163294952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238572,"job_number":"JOB_238572","tr_customer_id":238591,"tr_customer_product_id":238581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:42.000Z","modified_at":"2026-04-04T14:38:42.000Z","name":"Zula Gorczany","mobile_number":"739-717-0948","email_id":"Johan_Will@hotmail.com","dop":"2025-04-06","serial_number":"12372662144028336","imei1":"12372662144028336","imei2":"12372662144028336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238574,"job_number":"JOB_238574","tr_customer_id":238593,"tr_customer_product_id":238583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:52.000Z","modified_at":"2026-04-04T14:38:52.000Z","name":"Alena Sipes","mobile_number":"334-891-2895","email_id":"Sam_Jones61@yahoo.com","dop":"2025-04-06","serial_number":"10418958753694752","imei1":"10418958753694752","imei2":"10418958753694752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238576,"job_number":"JOB_238576","tr_customer_id":238595,"tr_customer_product_id":238585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:07.000Z","modified_at":"2026-04-04T14:39:07.000Z","name":"Hollis Fay","mobile_number":"755-426-8564","email_id":"Madisen14@hotmail.com","dop":"2025-04-06","serial_number":"19045102907637904","imei1":"19045102907637904","imei2":"19045102907637904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238577,"job_number":"JOB_238577","tr_customer_id":238596,"tr_customer_product_id":238586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:16.000Z","modified_at":"2026-04-04T14:39:16.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"10203148013375","imei1":"10203148013375","imei2":"10203148013375","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238579,"job_number":"JOB_238579","tr_customer_id":238598,"tr_customer_product_id":238588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:17.000Z","modified_at":"2026-04-04T14:39:17.000Z","name":"Efren Swaniawski","mobile_number":"488-444-2721","email_id":"Chelsie_Kerluke18@hotmail.com","dop":"2025-08-24","serial_number":"1012074867761614","imei1":"1012074867761614","imei2":"1012074867761614","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238580,"job_number":"JOB_238580","tr_customer_id":238599,"tr_customer_product_id":238589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:42.000Z","modified_at":"2026-04-04T14:39:42.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17676112664649","imei1":"17676112664649","imei2":"17676112664649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238582,"job_number":"JOB_238582","tr_customer_id":238601,"tr_customer_product_id":238591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:39:44.000Z","modified_at":"2026-04-04T14:39:44.000Z","name":"Dixie Brakus","mobile_number":"768-335-3004","email_id":"Verner58@yahoo.com","dop":"2025-04-06","serial_number":"13425417605680214","imei1":"13425417605680214","imei2":"13425417605680214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238583,"job_number":"JOB_238583","tr_customer_id":238602,"tr_customer_product_id":238592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:00.000Z","modified_at":"2026-04-04T14:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19981748205769","imei1":"19981748205769","imei2":"19981748205769","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238585,"job_number":"JOB_238585","tr_customer_id":238604,"tr_customer_product_id":238594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:02.000Z","modified_at":"2026-04-04T14:40:02.000Z","name":"Mia Douglas","mobile_number":"723-514-2186","email_id":"Michele_Brekke24@hotmail.com","dop":"2025-04-06","serial_number":"19504398633905224","imei1":"19504398633905224","imei2":"19504398633905224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238586,"job_number":"JOB_238586","tr_customer_id":238605,"tr_customer_product_id":238595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:04.000Z","modified_at":"2026-04-04T14:40:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"17612114538212","imei1":"17612114538212","imei2":"17612114538212","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238588,"job_number":"JOB_238588","tr_customer_id":238607,"tr_customer_product_id":238597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:06.000Z","modified_at":"2026-04-04T14:40:06.000Z","name":"Mustafa Wisoky","mobile_number":"968-270-9152","email_id":"Pablo_Crist76@hotmail.com","dop":"2025-08-24","serial_number":"1056090972378120","imei1":"1056090972378120","imei2":"1056090972378120","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238589,"job_number":"JOB_238589","tr_customer_id":238608,"tr_customer_product_id":238598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:29.000Z","modified_at":"2026-04-04T14:40:29.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"17330232409753","imei1":"17330232409753","imei2":"17330232409753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238591,"job_number":"JOB_238591","tr_customer_id":238610,"tr_customer_product_id":238600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:31.000Z","modified_at":"2026-04-04T14:40:31.000Z","name":"Grady Zulauf","mobile_number":"935-989-0681","email_id":"Jettie68@gmail.com","dop":"2025-04-06","serial_number":"11781112346877404","imei1":"11781112346877404","imei2":"11781112346877404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238592,"job_number":"JOB_238592","tr_customer_id":238611,"tr_customer_product_id":238601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:42.000Z","modified_at":"2026-04-04T14:40:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14115663200978","imei1":"14115663200978","imei2":"14115663200978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238594,"job_number":"JOB_238594","tr_customer_id":238613,"tr_customer_product_id":238603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:43.000Z","modified_at":"2026-04-04T14:40:43.000Z","name":"Bobby Rutherford","mobile_number":"960-511-9541","email_id":"Caesar.Bayer@yahoo.com","dop":"2025-04-06","serial_number":"14177420785876978","imei1":"14177420785876978","imei2":"14177420785876978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238596,"job_number":"JOB_238596","tr_customer_id":238615,"tr_customer_product_id":238605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:40:45.000Z","modified_at":"2026-04-04T14:40:45.000Z","name":"Loyal Keeling","mobile_number":"591-802-1377","email_id":"Abby45@gmail.com","dop":"2025-04-06","serial_number":"18692214867256892","imei1":"18692214867256892","imei2":"18692214867256892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238598,"job_number":"JOB_238598","tr_customer_id":238617,"tr_customer_product_id":238607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:16.000Z","modified_at":"2026-04-04T14:41:16.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"19799733694181","imei1":"19799733694181","imei2":"19799733694181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238601,"job_number":"JOB_238601","tr_customer_id":238620,"tr_customer_product_id":238610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:18.000Z","modified_at":"2026-04-04T14:41:18.000Z","name":"Tia Gorczany","mobile_number":"818-546-0656","email_id":"Marvin_Schimmel64@gmail.com","dop":"2025-04-06","serial_number":"10878945338602602","imei1":"10878945338602602","imei2":"10878945338602602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238602,"job_number":"JOB_238602","tr_customer_id":238621,"tr_customer_product_id":238611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:23.000Z","modified_at":"2026-04-04T14:41:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12002438114270","imei1":"12002438114270","imei2":"12002438114270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238604,"job_number":"JOB_238604","tr_customer_id":238623,"tr_customer_product_id":238613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:41:25.000Z","modified_at":"2026-04-04T14:41:25.000Z","name":"Frances Schinner","mobile_number":"549-475-4411","email_id":"Gerry35@hotmail.com","dop":"2025-04-06","serial_number":"10773090578312234","imei1":"10773090578312234","imei2":"10773090578312234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238606,"job_number":"JOB_238606","tr_customer_id":238625,"tr_customer_product_id":238615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:42:20.000Z","modified_at":"2026-04-04T14:42:20.000Z","name":"Roman Effertz","mobile_number":"126-700-7740 x670","email_id":"claudie.volkman@hotmail.com","dop":"2026-03-25","serial_number":"49773736741182","imei1":"49773736741182","imei2":"49773736741182","popurl":"2026-03-25T14:42:19.897260673Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238607,"job_number":"JOB_238607","tr_customer_id":238626,"tr_customer_product_id":238616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:58:27.000Z","modified_at":"2026-04-04T14:58:27.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18293767375933","imei1":"18293767375933","imei2":"18293767375933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:58:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238609,"job_number":"JOB_238609","tr_customer_id":238628,"tr_customer_product_id":238618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:58:29.000Z","modified_at":"2026-04-04T14:58:29.000Z","name":"Madison Dickens","mobile_number":"837-584-8822","email_id":"Keven.Prohaska93@gmail.com","dop":"2025-04-06","serial_number":"16968418850912940","imei1":"16968418850912940","imei2":"16968418850912940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238610,"job_number":"JOB_238610","tr_customer_id":238629,"tr_customer_product_id":238619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:59:10.000Z","modified_at":"2026-04-04T14:59:10.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11687026989553","imei1":"11687026989553","imei2":"11687026989553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238612,"job_number":"JOB_238612","tr_customer_id":238631,"tr_customer_product_id":238621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:59:12.000Z","modified_at":"2026-04-04T14:59:12.000Z","name":"Gudrun Emmerich","mobile_number":"610-476-2198","email_id":"Archibald.Pfeffer@gmail.com","dop":"2025-04-06","serial_number":"19713674958521660","imei1":"19713674958521660","imei2":"19713674958521660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238614,"job_number":"JOB_238614","tr_customer_id":238633,"tr_customer_product_id":238623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:04:26.000Z","modified_at":"2026-04-04T15:04:26.000Z","name":"TestUserName TestUserLastName","mobile_number":"1234567890","email_id":"test@gmail.com","dop":"2026-03-05","serial_number":"906302608891811","imei1":"906302608891811","imei2":"906302608891811","popurl":"2026-03-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238615,"job_number":"JOB_238615","tr_customer_id":238634,"tr_customer_product_id":238624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:51:31.000Z","modified_at":"2026-04-04T15:51:31.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105580037079841","imei1":"105580037079841","imei2":"105580037079841","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238617,"job_number":"JOB_238617","tr_customer_id":238636,"tr_customer_product_id":238626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T15:51:44.000Z","modified_at":"2026-04-04T15:51:44.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103276405273421","imei1":"103276405273421","imei2":"103276405273421","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T15:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238620,"job_number":"JOB_238620","tr_customer_id":238639,"tr_customer_product_id":238629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:17:07.000Z","modified_at":"2026-04-04T16:17:07.000Z","name":"Concepcion Feil","mobile_number":"679-526-0787","email_id":"Devyn.Willms@yahoo.com","dop":"2025-04-06","serial_number":"19862708899701156","imei1":"19862708899701156","imei2":"19862708899701156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238622,"job_number":"JOB_238622","tr_customer_id":238641,"tr_customer_product_id":238631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:29:02.000Z","modified_at":"2026-04-04T16:29:02.000Z","name":"Jett Olson","mobile_number":"428-618-4103","email_id":"Aliya98@hotmail.com","dop":"2025-04-06","serial_number":"11073684961636922","imei1":"11073684961636922","imei2":"11073684961636922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:29:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238624,"job_number":"JOB_238624","tr_customer_id":238643,"tr_customer_product_id":238633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:33:20.000Z","modified_at":"2026-04-04T16:33:20.000Z","name":"Kaylie Abshire","mobile_number":"14813855416","email_id":"Maxwell40@gmail.com","dop":"2025-11-13","serial_number":"10496376167857","imei1":"10496376167857","imei2":"10496376167857","popurl":"2025-11-13T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:33:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238626,"job_number":"JOB_238626","tr_customer_id":238645,"tr_customer_product_id":238635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:33:44.000Z","modified_at":"2026-04-04T16:33:44.000Z","name":"Natalia Bahringer","mobile_number":"347-845-8058","email_id":"Kenyatta36@yahoo.com","dop":"2025-04-06","serial_number":"13501631283352278","imei1":"13501631283352278","imei2":"13501631283352278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238627,"job_number":"JOB_238627","tr_customer_id":238646,"tr_customer_product_id":238636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:47:29.000Z","modified_at":"2026-04-04T16:47:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-03-25","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-03-25T16:47:28.687572452Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238628,"job_number":"JOB_238628","tr_customer_id":238647,"tr_customer_product_id":238637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T16:59:38.000Z","modified_at":"2026-04-04T16:59:38.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-03-25","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-03-25T16:59:38.508799679Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T16:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238629,"job_number":"JOB_238629","tr_customer_id":238648,"tr_customer_product_id":238638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:05.000Z","modified_at":"2026-04-04T17:01:05.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-03-25","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-03-25T17:01:05.397375192Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238630,"job_number":"JOB_238630","tr_customer_id":238649,"tr_customer_product_id":238639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:06.000Z","modified_at":"2026-04-04T17:01:06.000Z","name":"Chetan AG","mobile_number":"7090191755","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"98742811903253","imei1":"98742811903253","imei2":"98742811903253","popurl":"2026-03-25T17:01:05.506815780Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238633,"job_number":"JOB_238633","tr_customer_id":238652,"tr_customer_product_id":238642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:19.000Z","modified_at":"2026-04-04T17:01:19.000Z","name":"Vilma Wilkinson","mobile_number":"674-471-8786","email_id":"Mathew_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"12078244783418184","imei1":"12078244783418184","imei2":"12078244783418184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238634,"job_number":"JOB_238634","tr_customer_id":238653,"tr_customer_product_id":238643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:11.000Z","modified_at":"2026-04-04T17:02:11.000Z","name":"Nikhil Hulke","mobile_number":"8390276733","email_id":"nik7hulke@gmail.com","dop":"2026-03-25","serial_number":"12510855381228","imei1":"12510855381228","imei2":"12510855381228","popurl":"2026-03-25T17:02:10.590050670Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238635,"job_number":"JOB_238635","tr_customer_id":238654,"tr_customer_product_id":238644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:12.000Z","modified_at":"2026-04-04T17:02:12.000Z","name":"Umesh Parab","mobile_number":"9769082745","email_id":"umesh.parabcr10@gmail.com","dop":"2026-03-25","serial_number":"25593655465247","imei1":"25593655465247","imei2":"25593655465247","popurl":"2026-03-25T17:02:11.689067458Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238636,"job_number":"JOB_238636","tr_customer_id":238655,"tr_customer_product_id":238645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:16.000Z","modified_at":"2026-04-04T17:02:16.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-03-25T17:02:15.855727303Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238637,"job_number":"JOB_238637","tr_customer_id":238656,"tr_customer_product_id":238646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:17.000Z","modified_at":"2026-04-04T17:02:17.000Z","name":"Sujata Jain","mobile_number":"7007090280","email_id":"akula.joshi@gmail.com","dop":"2026-03-25","serial_number":"648636488897112","imei1":"648636488897112","imei2":"648636488897112","popurl":"www.chinmayananda-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238638,"job_number":"JOB_238638","tr_customer_id":238657,"tr_customer_product_id":238647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:17.000Z","modified_at":"2026-04-04T17:02:17.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-03-25T17:02:17.285374521Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238639,"job_number":"JOB_238639","tr_customer_id":238658,"tr_customer_product_id":238648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:18.000Z","modified_at":"2026-04-04T17:02:18.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-03-25","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-03-25T17:02:17.882501906Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238640,"job_number":"JOB_238640","tr_customer_id":238659,"tr_customer_product_id":238649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:02:19.000Z","modified_at":"2026-04-04T17:02:19.000Z","name":"Sravani Raparthi","mobile_number":"9618096697","email_id":"sravaniraparthis24@gmail.com","dop":"2026-03-25","serial_number":"10665811391521","imei1":"10665811391521","imei2":"10665811391521","popurl":"2026-03-25T17:02:18.419425406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238641,"job_number":"JOB_238641","tr_customer_id":238660,"tr_customer_product_id":238650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:05:11.000Z","modified_at":"2026-04-04T17:05:11.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-03-25","serial_number":"92388284085858","imei1":"92388284085858","imei2":"92388284085858","popurl":"2026-03-25T17:05:10.874384334Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238643,"job_number":"JOB_238643","tr_customer_id":238662,"tr_customer_product_id":238652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:09:09.000Z","modified_at":"2026-04-04T17:09:09.000Z","name":"Mollie Rippin","mobile_number":"753-932-5098","email_id":"Frankie.Wuckert25@gmail.com","dop":"2025-04-06","serial_number":"12374375148065920","imei1":"12374375148065920","imei2":"12374375148065920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238645,"job_number":"JOB_238645","tr_customer_id":238664,"tr_customer_product_id":238654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:11:52.000Z","modified_at":"2026-04-04T17:11:52.000Z","name":"Blair Hand","mobile_number":"875-350-7767","email_id":"Macy43@yahoo.com","dop":"2025-04-06","serial_number":"17654622577917368","imei1":"17654622577917368","imei2":"17654622577917368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238652,"job_number":"JOB_238652","tr_customer_id":238671,"tr_customer_product_id":238661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:55:54.000Z","modified_at":"2026-04-04T17:55:54.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-03-25","serial_number":"67269747447007","imei1":"67269747447007","imei2":"67269747447007","popurl":"2026-03-25T17:55:54.539902805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238653,"job_number":"JOB_238653","tr_customer_id":238672,"tr_customer_product_id":238662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:55:59.000Z","modified_at":"2026-04-04T17:55:59.000Z","name":"Manasi Avachat","mobile_number":"9767145100","email_id":"manasiavachat14@gmail.com","dop":"2026-03-25","serial_number":"88118034553133","imei1":"88118034553133","imei2":"88118034553133","popurl":"2026-03-25T17:55:59.024848219Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238654,"job_number":"JOB_238654","tr_customer_id":238673,"tr_customer_product_id":238663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:57:02.000Z","modified_at":"2026-04-04T17:57:02.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-03-25","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-03-25T17:57:01.576510087Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238655,"job_number":"JOB_238655","tr_customer_id":238674,"tr_customer_product_id":238664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:57:26.000Z","modified_at":"2026-04-04T17:57:26.000Z","name":"Kalpana Reddy","mobile_number":"7010064369","email_id":"shridevi.trivedi@gmail.com","dop":"2026-03-25","serial_number":"816764546688576","imei1":"816764546688576","imei2":"816764546688576","popurl":"www.aarya-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238656,"job_number":"JOB_238656","tr_customer_id":238675,"tr_customer_product_id":238665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:58:24.000Z","modified_at":"2026-04-04T17:58:24.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-03-25","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-03-25T17:58:24.428280895Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238658,"job_number":"JOB_238658","tr_customer_id":238677,"tr_customer_product_id":238667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T18:37:13.000Z","modified_at":"2026-04-04T18:37:13.000Z","name":"Zetta Witting","mobile_number":"260-862-0247","email_id":"Nasir_Haley26@yahoo.com","dop":"2025-04-06","serial_number":"11073948565761292","imei1":"11073948565761292","imei2":"11073948565761292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T18:37:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238662,"job_number":"JOB_238662","tr_customer_id":238681,"tr_customer_product_id":238671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:43.000Z","modified_at":"2026-04-04T19:07:43.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-03-25","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-03-25T19:07:43.423878558Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238663,"job_number":"JOB_238663","tr_customer_id":238682,"tr_customer_product_id":238672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:44.000Z","modified_at":"2026-04-04T19:07:44.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-03-25","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-03-25T19:07:43.991020732Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238664,"job_number":"JOB_238664","tr_customer_id":238683,"tr_customer_product_id":238673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:48.000Z","modified_at":"2026-04-04T19:07:48.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-04-03","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-04-03T19:07:48.266943376Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238665,"job_number":"JOB_238665","tr_customer_id":238684,"tr_customer_product_id":238674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:07:56.000Z","modified_at":"2026-04-04T19:07:56.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-03-25","serial_number":"26547707147372","imei1":"26547707147372","imei2":"26547707147372","popurl":"2026-03-25T19:07:56.079770170Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:07:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238666,"job_number":"JOB_238666","tr_customer_id":238685,"tr_customer_product_id":238675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:08:07.000Z","modified_at":"2026-04-04T19:08:07.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-03-25","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-03-25T19:08:06.753719247Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238667,"job_number":"JOB_238667","tr_customer_id":238686,"tr_customer_product_id":238676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:09:12.000Z","modified_at":"2026-04-04T19:09:12.000Z","name":"Radhika dhairya","mobile_number":"9876532901","email_id":"radhika@gmail.com","dop":"2023-02-05","serial_number":"795874674375307","imei1":"795874674375307","imei2":"795874674375307","popurl":"2023-02-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238668,"job_number":"JOB_238668","tr_customer_id":238687,"tr_customer_product_id":238677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:09:13.000Z","modified_at":"2026-04-04T19:09:13.000Z","name":"Atreyee Prajapat","mobile_number":"7094945023","email_id":"vishnu.acharya@hotmail.com","dop":"2026-03-25","serial_number":"378895535593699","imei1":"378895535593699","imei2":"378895535593699","popurl":"www.vasundhara-somayaji.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238669,"job_number":"JOB_238669","tr_customer_id":238688,"tr_customer_product_id":238678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:29:43.000Z","modified_at":"2026-04-04T19:29:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19815727391546","imei1":"19815727391546","imei2":"19815727391546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238671,"job_number":"JOB_238671","tr_customer_id":238690,"tr_customer_product_id":238680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:29:45.000Z","modified_at":"2026-04-04T19:29:45.000Z","name":"Lindsey Mertz","mobile_number":"610-369-4955","email_id":"Khalid.Denesik23@yahoo.com","dop":"2025-04-06","serial_number":"11389729863544886","imei1":"11389729863544886","imei2":"11389729863544886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238672,"job_number":"JOB_238672","tr_customer_id":238691,"tr_customer_product_id":238681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:30:35.000Z","modified_at":"2026-04-04T19:30:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15309983385666","imei1":"15309983385666","imei2":"15309983385666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238674,"job_number":"JOB_238674","tr_customer_id":238693,"tr_customer_product_id":238683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:30:37.000Z","modified_at":"2026-04-04T19:30:37.000Z","name":"Jaren Jacobi","mobile_number":"246-229-2347","email_id":"Horace.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"10656024806407094","imei1":"10656024806407094","imei2":"10656024806407094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:30:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238675,"job_number":"JOB_238675","tr_customer_id":238694,"tr_customer_product_id":238684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:31:27.000Z","modified_at":"2026-04-04T19:31:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13032807403444","imei1":"13032807403444","imei2":"13032807403444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:31:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238677,"job_number":"JOB_238677","tr_customer_id":238696,"tr_customer_product_id":238686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:31:28.000Z","modified_at":"2026-04-04T19:31:28.000Z","name":"Eveline Turcotte","mobile_number":"508-220-3265","email_id":"Maeve_Goodwin@gmail.com","dop":"2025-04-06","serial_number":"12640938218202848","imei1":"12640938218202848","imei2":"12640938218202848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238678,"job_number":"JOB_238678","tr_customer_id":238697,"tr_customer_product_id":238687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:04:13.000Z","modified_at":"2026-04-04T20:04:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15080646993246","imei1":"15080646993246","imei2":"15080646993246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:04:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238680,"job_number":"JOB_238680","tr_customer_id":238699,"tr_customer_product_id":238689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:04:15.000Z","modified_at":"2026-04-04T20:04:15.000Z","name":"Godfrey Frami","mobile_number":"413-733-6169","email_id":"Kara.Mosciski68@yahoo.com","dop":"2025-04-06","serial_number":"12606020828476202","imei1":"12606020828476202","imei2":"12606020828476202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238681,"job_number":"JOB_238681","tr_customer_id":238700,"tr_customer_product_id":238690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:05.000Z","modified_at":"2026-04-04T20:05:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18609047227264","imei1":"18609047227264","imei2":"18609047227264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238683,"job_number":"JOB_238683","tr_customer_id":238702,"tr_customer_product_id":238692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:07.000Z","modified_at":"2026-04-04T20:05:07.000Z","name":"Jarvis Hammes","mobile_number":"940-641-9143","email_id":"Citlalli.Douglas@yahoo.com","dop":"2025-04-06","serial_number":"11723000468403502","imei1":"11723000468403502","imei2":"11723000468403502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238684,"job_number":"JOB_238684","tr_customer_id":238703,"tr_customer_product_id":238693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:56.000Z","modified_at":"2026-04-04T20:05:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11776131725442","imei1":"11776131725442","imei2":"11776131725442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238686,"job_number":"JOB_238686","tr_customer_id":238705,"tr_customer_product_id":238695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:05:58.000Z","modified_at":"2026-04-04T20:05:58.000Z","name":"Salvatore Rosenbaum","mobile_number":"289-509-7866","email_id":"Davon98@hotmail.com","dop":"2025-04-06","serial_number":"14580085761008774","imei1":"14580085761008774","imei2":"14580085761008774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:05:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238687,"job_number":"JOB_238687","tr_customer_id":238706,"tr_customer_product_id":238696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:08:29.000Z","modified_at":"2026-04-04T20:08:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14017936632703","imei1":"14017936632703","imei2":"14017936632703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:08:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238689,"job_number":"JOB_238689","tr_customer_id":238708,"tr_customer_product_id":238698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:08:31.000Z","modified_at":"2026-04-04T20:08:31.000Z","name":"Greg Wolf","mobile_number":"938-407-8391","email_id":"Mae29@yahoo.com","dop":"2025-04-06","serial_number":"13774199245326008","imei1":"13774199245326008","imei2":"13774199245326008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238690,"job_number":"JOB_238690","tr_customer_id":238709,"tr_customer_product_id":238699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:09:23.000Z","modified_at":"2026-04-04T20:09:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10750023694326","imei1":"10750023694326","imei2":"10750023694326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:09:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238692,"job_number":"JOB_238692","tr_customer_id":238711,"tr_customer_product_id":238701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:09:25.000Z","modified_at":"2026-04-04T20:09:25.000Z","name":"Leopold Terry","mobile_number":"304-874-3332","email_id":"Simeon49@yahoo.com","dop":"2025-04-06","serial_number":"16411273158282600","imei1":"16411273158282600","imei2":"16411273158282600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:09:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238693,"job_number":"JOB_238693","tr_customer_id":238712,"tr_customer_product_id":238702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:10:17.000Z","modified_at":"2026-04-04T20:10:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12095359242564","imei1":"12095359242564","imei2":"12095359242564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238695,"job_number":"JOB_238695","tr_customer_id":238714,"tr_customer_product_id":238704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:10:19.000Z","modified_at":"2026-04-04T20:10:19.000Z","name":"Cale Bayer","mobile_number":"789-799-4756","email_id":"Deondre_Predovic@yahoo.com","dop":"2025-04-06","serial_number":"15064319057937280","imei1":"15064319057937280","imei2":"15064319057937280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:10:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238696,"job_number":"JOB_238696","tr_customer_id":238715,"tr_customer_product_id":238705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:05.000Z","modified_at":"2026-04-04T20:23:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14711351124550","imei1":"14711351124550","imei2":"14711351124550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238698,"job_number":"JOB_238698","tr_customer_id":238717,"tr_customer_product_id":238707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:07.000Z","modified_at":"2026-04-04T20:23:07.000Z","name":"Edmund Crooks","mobile_number":"749-577-5726","email_id":"Aisha1@yahoo.com","dop":"2025-04-06","serial_number":"16355302133473332","imei1":"16355302133473332","imei2":"16355302133473332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238699,"job_number":"JOB_238699","tr_customer_id":238718,"tr_customer_product_id":238708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:23:58.000Z","modified_at":"2026-04-04T20:23:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18060074605721","imei1":"18060074605721","imei2":"18060074605721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238701,"job_number":"JOB_238701","tr_customer_id":238720,"tr_customer_product_id":238710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:00.000Z","modified_at":"2026-04-04T20:24:00.000Z","name":"Celestine Lehner","mobile_number":"355-772-4464","email_id":"Graciela_Zemlak@hotmail.com","dop":"2025-04-06","serial_number":"16357996923134944","imei1":"16357996923134944","imei2":"16357996923134944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238702,"job_number":"JOB_238702","tr_customer_id":238721,"tr_customer_product_id":238711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:51.000Z","modified_at":"2026-04-04T20:24:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19103643124481","imei1":"19103643124481","imei2":"19103643124481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238704,"job_number":"JOB_238704","tr_customer_id":238723,"tr_customer_product_id":238713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:24:53.000Z","modified_at":"2026-04-04T20:24:53.000Z","name":"Jordy O'Keefe","mobile_number":"518-534-0668","email_id":"Josefa54@hotmail.com","dop":"2025-04-06","serial_number":"10393251768983082","imei1":"10393251768983082","imei2":"10393251768983082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238705,"job_number":"JOB_238705","tr_customer_id":238724,"tr_customer_product_id":238714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:33:05.000Z","modified_at":"2026-04-04T20:33:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18648664640739","imei1":"18648664640739","imei2":"18648664640739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238707,"job_number":"JOB_238707","tr_customer_id":238726,"tr_customer_product_id":238716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:33:07.000Z","modified_at":"2026-04-04T20:33:07.000Z","name":"Abbigail Cole","mobile_number":"448-859-4823","email_id":"Gregoria.Daniel62@yahoo.com","dop":"2025-04-06","serial_number":"12328377932321568","imei1":"12328377932321568","imei2":"12328377932321568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:33:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238708,"job_number":"JOB_238708","tr_customer_id":238727,"tr_customer_product_id":238717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:00.000Z","modified_at":"2026-04-04T20:34:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17973479532334","imei1":"17973479532334","imei2":"17973479532334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238710,"job_number":"JOB_238710","tr_customer_id":238729,"tr_customer_product_id":238719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:02.000Z","modified_at":"2026-04-04T20:34:02.000Z","name":"Clovis Nienow","mobile_number":"799-427-1213","email_id":"Jordane11@hotmail.com","dop":"2025-04-06","serial_number":"13027025388700510","imei1":"13027025388700510","imei2":"13027025388700510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238711,"job_number":"JOB_238711","tr_customer_id":238730,"tr_customer_product_id":238720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:54.000Z","modified_at":"2026-04-04T20:34:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14353011938642","imei1":"14353011938642","imei2":"14353011938642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238713,"job_number":"JOB_238713","tr_customer_id":238732,"tr_customer_product_id":238722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:34:56.000Z","modified_at":"2026-04-04T20:34:56.000Z","name":"Oscar Jaskolski","mobile_number":"393-305-5192","email_id":"Tyrel35@gmail.com","dop":"2025-04-06","serial_number":"13403819291407784","imei1":"13403819291407784","imei2":"13403819291407784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238714,"job_number":"JOB_238714","tr_customer_id":238733,"tr_customer_product_id":238723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:51:41.000Z","modified_at":"2026-04-04T20:51:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11911304785256","imei1":"11911304785256","imei2":"11911304785256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238716,"job_number":"JOB_238716","tr_customer_id":238735,"tr_customer_product_id":238725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:51:42.000Z","modified_at":"2026-04-04T20:51:42.000Z","name":"Jettie Bechtelar","mobile_number":"677-689-6321","email_id":"Lambert91@hotmail.com","dop":"2025-04-06","serial_number":"19848573884055644","imei1":"19848573884055644","imei2":"19848573884055644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238717,"job_number":"JOB_238717","tr_customer_id":238736,"tr_customer_product_id":238726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:10.000Z","modified_at":"2026-04-04T20:52:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19132341983756","imei1":"19132341983756","imei2":"19132341983756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238719,"job_number":"JOB_238719","tr_customer_id":238738,"tr_customer_product_id":238728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:11.000Z","modified_at":"2026-04-04T20:52:11.000Z","name":"Elmer Stiedemann","mobile_number":"300-717-0949","email_id":"Elmo_Brakus7@yahoo.com","dop":"2025-04-06","serial_number":"18778909087478452","imei1":"18778909087478452","imei2":"18778909087478452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238720,"job_number":"JOB_238720","tr_customer_id":238739,"tr_customer_product_id":238729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:38.000Z","modified_at":"2026-04-04T20:52:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13954021970706","imei1":"13954021970706","imei2":"13954021970706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238722,"job_number":"JOB_238722","tr_customer_id":238741,"tr_customer_product_id":238731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:52:39.000Z","modified_at":"2026-04-04T20:52:39.000Z","name":"Jaquan Dietrich","mobile_number":"565-859-6678","email_id":"Ellis_Kshlerin97@hotmail.com","dop":"2025-04-06","serial_number":"14224882953332414","imei1":"14224882953332414","imei2":"14224882953332414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238723,"job_number":"JOB_238723","tr_customer_id":238742,"tr_customer_product_id":238732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:09.000Z","modified_at":"2026-04-04T20:56:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12026174392873","imei1":"12026174392873","imei2":"12026174392873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238725,"job_number":"JOB_238725","tr_customer_id":238744,"tr_customer_product_id":238734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:11.000Z","modified_at":"2026-04-04T20:56:11.000Z","name":"Julien Gutkowski","mobile_number":"289-523-3766","email_id":"Henriette.Huel@yahoo.com","dop":"2025-04-06","serial_number":"18494348575490104","imei1":"18494348575490104","imei2":"18494348575490104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238726,"job_number":"JOB_238726","tr_customer_id":238745,"tr_customer_product_id":238735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:40.000Z","modified_at":"2026-04-04T20:56:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15458062469095","imei1":"15458062469095","imei2":"15458062469095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238728,"job_number":"JOB_238728","tr_customer_id":238747,"tr_customer_product_id":238737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:56:41.000Z","modified_at":"2026-04-04T20:56:41.000Z","name":"Lexus Yost","mobile_number":"971-732-4720","email_id":"Sammie_Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"17807641489303828","imei1":"17807641489303828","imei2":"17807641489303828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238729,"job_number":"JOB_238729","tr_customer_id":238748,"tr_customer_product_id":238738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:57:11.000Z","modified_at":"2026-04-04T20:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19654993290151","imei1":"19654993290151","imei2":"19654993290151","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238731,"job_number":"JOB_238731","tr_customer_id":238750,"tr_customer_product_id":238740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T20:57:12.000Z","modified_at":"2026-04-04T20:57:12.000Z","name":"Camylle Roberts","mobile_number":"439-609-3163","email_id":"Julien.Kunde21@yahoo.com","dop":"2025-04-06","serial_number":"14800211203398760","imei1":"14800211203398760","imei2":"14800211203398760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T20:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238732,"job_number":"JOB_238732","tr_customer_id":238751,"tr_customer_product_id":238741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:09.000Z","modified_at":"2026-04-04T21:09:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12076037355769","imei1":"12076037355769","imei2":"12076037355769","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238734,"job_number":"JOB_238734","tr_customer_id":238753,"tr_customer_product_id":238743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:10.000Z","modified_at":"2026-04-04T21:09:10.000Z","name":"Eloy Wiza","mobile_number":"292-674-8420","email_id":"Angel_Wilderman59@gmail.com","dop":"2025-04-06","serial_number":"16912941042725798","imei1":"16912941042725798","imei2":"16912941042725798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238735,"job_number":"JOB_238735","tr_customer_id":238754,"tr_customer_product_id":238744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:38.000Z","modified_at":"2026-04-04T21:09:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10818372243181","imei1":"10818372243181","imei2":"10818372243181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238737,"job_number":"JOB_238737","tr_customer_id":238756,"tr_customer_product_id":238746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:09:39.000Z","modified_at":"2026-04-04T21:09:39.000Z","name":"Bernard Zieme","mobile_number":"969-656-0419","email_id":"Ramona_Blanda92@hotmail.com","dop":"2025-04-06","serial_number":"16752825907591168","imei1":"16752825907591168","imei2":"16752825907591168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238738,"job_number":"JOB_238738","tr_customer_id":238757,"tr_customer_product_id":238747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:10:06.000Z","modified_at":"2026-04-04T21:10:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12791599701640","imei1":"12791599701640","imei2":"12791599701640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238740,"job_number":"JOB_238740","tr_customer_id":238759,"tr_customer_product_id":238749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:10:07.000Z","modified_at":"2026-04-04T21:10:07.000Z","name":"Delpha Pouros","mobile_number":"363-888-4320","email_id":"Mina.Corkery@hotmail.com","dop":"2025-04-06","serial_number":"10426020990114572","imei1":"10426020990114572","imei2":"10426020990114572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:10:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238741,"job_number":"JOB_238741","tr_customer_id":238760,"tr_customer_product_id":238750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:18.000Z","modified_at":"2026-04-04T21:12:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16142223225571","imei1":"16142223225571","imei2":"16142223225571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238743,"job_number":"JOB_238743","tr_customer_id":238762,"tr_customer_product_id":238752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:19.000Z","modified_at":"2026-04-04T21:12:19.000Z","name":"Xzavier Cronin","mobile_number":"377-976-6546","email_id":"Adolphus.Tremblay@gmail.com","dop":"2025-04-06","serial_number":"11043565796415862","imei1":"11043565796415862","imei2":"11043565796415862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238744,"job_number":"JOB_238744","tr_customer_id":238763,"tr_customer_product_id":238753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:49.000Z","modified_at":"2026-04-04T21:12:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12496223176858","imei1":"12496223176858","imei2":"12496223176858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238746,"job_number":"JOB_238746","tr_customer_id":238765,"tr_customer_product_id":238755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:12:50.000Z","modified_at":"2026-04-04T21:12:50.000Z","name":"Sydnee Buckridge","mobile_number":"447-868-8422","email_id":"Rebekah76@yahoo.com","dop":"2025-04-06","serial_number":"17585606564246732","imei1":"17585606564246732","imei2":"17585606564246732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:12:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238747,"job_number":"JOB_238747","tr_customer_id":238766,"tr_customer_product_id":238756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:13:20.000Z","modified_at":"2026-04-04T21:13:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13223512783641","imei1":"13223512783641","imei2":"13223512783641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238749,"job_number":"JOB_238749","tr_customer_id":238768,"tr_customer_product_id":238758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:13:21.000Z","modified_at":"2026-04-04T21:13:21.000Z","name":"Henri Nitzsche","mobile_number":"209-629-1102","email_id":"Carolina97@hotmail.com","dop":"2025-04-06","serial_number":"15200328067562940","imei1":"15200328067562940","imei2":"15200328067562940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238750,"job_number":"JOB_238750","tr_customer_id":238769,"tr_customer_product_id":238759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:05.000Z","modified_at":"2026-04-04T21:25:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17183935178662","imei1":"17183935178662","imei2":"17183935178662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238752,"job_number":"JOB_238752","tr_customer_id":238771,"tr_customer_product_id":238761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:06.000Z","modified_at":"2026-04-04T21:25:06.000Z","name":"Felicia Kutch","mobile_number":"903-726-3766","email_id":"Beryl85@hotmail.com","dop":"2025-04-06","serial_number":"10099736179875620","imei1":"10099736179875620","imei2":"10099736179875620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238753,"job_number":"JOB_238753","tr_customer_id":238772,"tr_customer_product_id":238762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:37.000Z","modified_at":"2026-04-04T21:25:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15717808064742","imei1":"15717808064742","imei2":"15717808064742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238755,"job_number":"JOB_238755","tr_customer_id":238774,"tr_customer_product_id":238764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:25:38.000Z","modified_at":"2026-04-04T21:25:38.000Z","name":"Dana Cormier","mobile_number":"411-535-3084","email_id":"Julien.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"19840335211304520","imei1":"19840335211304520","imei2":"19840335211304520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238756,"job_number":"JOB_238756","tr_customer_id":238775,"tr_customer_product_id":238765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:26:08.000Z","modified_at":"2026-04-04T21:26:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12685572956440","imei1":"12685572956440","imei2":"12685572956440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238758,"job_number":"JOB_238758","tr_customer_id":238777,"tr_customer_product_id":238767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:26:09.000Z","modified_at":"2026-04-04T21:26:09.000Z","name":"Ova Green","mobile_number":"645-732-3367","email_id":"Scarlett9@hotmail.com","dop":"2025-04-06","serial_number":"16624110730789544","imei1":"16624110730789544","imei2":"16624110730789544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238759,"job_number":"JOB_238759","tr_customer_id":238778,"tr_customer_product_id":238768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T21:48:36.000Z","modified_at":"2026-04-04T21:48:36.000Z","name":"Bradley McClure","mobile_number":"654-775-1211","email_id":"Braden_OHara@hotmail.com","dop":"2025-11-03","serial_number":"12966526948080","imei1":"12966526948080","imei2":"12966526948080","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T21:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238760,"job_number":"JOB_238760","tr_customer_id":238779,"tr_customer_product_id":238769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T22:00:27.000Z","modified_at":"2026-04-04T22:00:27.000Z","name":"Alexanne Lemke","mobile_number":"753-972-1831","email_id":"Yasmine_Metz20@gmail.com","dop":"2025-11-03","serial_number":"15072716629214","imei1":"15072716629214","imei2":"15072716629214","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T22:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238765,"job_number":"JOB_238765","tr_customer_id":238784,"tr_customer_product_id":238774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T22:20:52.000Z","modified_at":"2026-04-04T22:20:52.000Z","name":"Breana Goodwin","mobile_number":"691-366-8289","email_id":"Adrian68@gmail.com","dop":"2025-11-03","serial_number":"14452886992228","imei1":"14452886992228","imei2":"14452886992228","popurl":"2025-11-03T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T22:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238766,"job_number":"JOB_238766","tr_customer_id":238785,"tr_customer_product_id":238775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:57:53.000Z","modified_at":"2026-04-05T00:57:53.000Z","name":"Ronak Test","mobile_number":"123456789","email_id":"ronak@test.com","dop":"2026-03-26","serial_number":"99779058966577","imei1":"99779058966577","imei2":"99779058966577","popurl":"2026-03-26T00:57:47.900264800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238767,"job_number":"JOB_238767","tr_customer_id":238786,"tr_customer_product_id":238776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:58:08.000Z","modified_at":"2026-04-05T00:58:08.000Z","name":"Veda Johar","mobile_number":"9979722095","email_id":"trisha.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"277746839867439","imei1":"277746839867439","imei2":"277746839867439","popurl":"www.abhirath-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238769,"job_number":"JOB_238769","tr_customer_id":238788,"tr_customer_product_id":238778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T00:59:46.000Z","modified_at":"2026-04-05T00:59:46.000Z","name":"Yogesh Pilla","mobile_number":"9970430492","email_id":"akshayakeerti.ahuja@gmail.com","dop":"2026-03-21","serial_number":"363530750462939","imei1":"363530750462939","imei2":"363530750462939","popurl":"www.kirti-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T00:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238771,"job_number":"JOB_238771","tr_customer_id":238790,"tr_customer_product_id":238780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:28.000Z","modified_at":"2026-04-05T01:01:29.000Z","name":"Deeksha Reddy","mobile_number":"9922993564","email_id":"girik.jha@hotmail.com","dop":"2026-03-21","serial_number":"392605716852646","imei1":"392605716852646","imei2":"392605716852646","popurl":"www.anjushri-malik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238772,"job_number":"JOB_238772","tr_customer_id":238791,"tr_customer_product_id":238781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:37.000Z","modified_at":"2026-04-05T01:01:37.000Z","name":"Pramila Sinha","mobile_number":"9921191425","email_id":"chandravati.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"016884334048275","imei1":"016884334048275","imei2":"016884334048275","popurl":"www.tushar-khanna.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238773,"job_number":"JOB_238773","tr_customer_id":238792,"tr_customer_product_id":238782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:01:47.000Z","modified_at":"2026-04-05T01:01:47.000Z","name":"Ritesh Chopra","mobile_number":"9945375983","email_id":"bhima.acharya@hotmail.com","dop":"2026-03-21","serial_number":"731146318740831","imei1":"731146318740831","imei2":"731146318740831","popurl":"www.suma-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238774,"job_number":"JOB_238774","tr_customer_id":238793,"tr_customer_product_id":238783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:23:49.000Z","modified_at":"2026-04-05T01:23:49.000Z","name":"Kalpana Iyer","mobile_number":"9939805373","email_id":"agasti.chaturvedi@hotmail.com","dop":"2026-03-21","serial_number":"602931026449846","imei1":"602931026449846","imei2":"602931026449846","popurl":"www.apsara-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238776,"job_number":"JOB_238776","tr_customer_id":238795,"tr_customer_product_id":238785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:27:13.000Z","modified_at":"2026-04-05T01:27:13.000Z","name":"Bhaves Sharma","mobile_number":"9970118717","email_id":"kumuda.reddy@hotmail.com","dop":"2026-03-21","serial_number":"895189771961438","imei1":"895189771961438","imei2":"895189771961438","popurl":"www.basanti-tagore.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:27:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238777,"job_number":"JOB_238777","tr_customer_id":238796,"tr_customer_product_id":238786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:29:00.000Z","modified_at":"2026-04-05T01:29:00.000Z","name":"Pranay Mukhopadhyay","mobile_number":"9944689845","email_id":"akshainie.sethi@gmail.com","dop":"2026-03-21","serial_number":"441956353625283","imei1":"441956353625283","imei2":"441956353625283","popurl":"www.vedanga-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238780,"job_number":"JOB_238780","tr_customer_id":238799,"tr_customer_product_id":238789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Aaditya Arora","mobile_number":"9973179608","email_id":"arjun.dutta@yahoo.co.in","dop":"2026-03-21","serial_number":"834365786410534","imei1":"834365786410534","imei2":"834365786410534","popurl":"www.prasanna-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238781,"job_number":"JOB_238781","tr_customer_id":238800,"tr_customer_product_id":238790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Kamlesh Johar","mobile_number":"9992662722","email_id":"bankim.panicker@yahoo.co.in","dop":"2026-03-21","serial_number":"625110013691051","imei1":"625110013691051","imei2":"625110013691051","popurl":"www.narayan-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238782,"job_number":"JOB_238782","tr_customer_id":238801,"tr_customer_product_id":238791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:48:47.000Z","modified_at":"2026-04-05T01:48:47.000Z","name":"Chandrakin Arora","mobile_number":"9999755903","email_id":"guru.guneta@gmail.com","dop":"2026-03-21","serial_number":"676683255440719","imei1":"676683255440719","imei2":"676683255440719","popurl":"www.preity-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238784,"job_number":"JOB_238784","tr_customer_id":238803,"tr_customer_product_id":238793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Dwaipayana Sethi","mobile_number":"9992711959","email_id":"adripathi.prajapat@hotmail.com","dop":"2026-03-21","serial_number":"361562199954155","imei1":"361562199954155","imei2":"361562199954155","popurl":"www.bhagavaan-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238785,"job_number":"JOB_238785","tr_customer_id":238804,"tr_customer_product_id":238794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Aatreya Dutta","mobile_number":"9998960690","email_id":"inder.naik@yahoo.co.in","dop":"2026-03-21","serial_number":"118784192491174","imei1":"118784192491174","imei2":"118784192491174","popurl":"www.bhushan-tagore.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238786,"job_number":"JOB_238786","tr_customer_id":238805,"tr_customer_product_id":238795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Shanti Asan","mobile_number":"9972766655","email_id":"chidananda.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"878521858682249","imei1":"878521858682249","imei2":"878521858682249","popurl":"www.gaurang-saini.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238788,"job_number":"JOB_238788","tr_customer_id":238807,"tr_customer_product_id":238797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:49:07.000Z","modified_at":"2026-04-05T01:49:07.000Z","name":"Param Marar","mobile_number":"9943586442","email_id":"digambara.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"930410988066669","imei1":"930410988066669","imei2":"930410988066669","popurl":"www.hamsini-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238790,"job_number":"JOB_238790","tr_customer_id":238809,"tr_customer_product_id":238799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Darshwana Embranthiri","mobile_number":"9945892586","email_id":"drona.menon@yahoo.co.in","dop":"2026-03-21","serial_number":"389941773133757","imei1":"389941773133757","imei2":"389941773133757","popurl":"www.anilaabh-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238791,"job_number":"JOB_238791","tr_customer_id":238810,"tr_customer_product_id":238800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Aasa Adiga","mobile_number":"9910734999","email_id":"ananta.gupta@hotmail.com","dop":"2026-03-21","serial_number":"717852024656904","imei1":"717852024656904","imei2":"717852024656904","popurl":"www.ahalya-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238792,"job_number":"JOB_238792","tr_customer_id":238811,"tr_customer_product_id":238801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Abhisyanta Reddy","mobile_number":"9938185979","email_id":"harinarayan.asan@hotmail.com","dop":"2026-03-21","serial_number":"839333256032526","imei1":"839333256032526","imei2":"839333256032526","popurl":"www.lakshman-varma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238793,"job_number":"JOB_238793","tr_customer_id":238812,"tr_customer_product_id":238802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Bhagavaan Iyengar","mobile_number":"9923234628","email_id":"gopi.varrier@gmail.com","dop":"2026-03-21","serial_number":"454676261727339","imei1":"454676261727339","imei2":"454676261727339","popurl":"www.ayushmati-trivedi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238794,"job_number":"JOB_238794","tr_customer_id":238814,"tr_customer_product_id":238804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Satish Varma","mobile_number":"9920224849","email_id":"ganak.dhawan@hotmail.com","dop":"2026-03-21","serial_number":"296605031105470","imei1":"296605031105470","imei2":"296605031105470","popurl":"www.dandak-deshpande.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238795,"job_number":"JOB_238795","tr_customer_id":238813,"tr_customer_product_id":238803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Vasanti Shah","mobile_number":"9937981969","email_id":"uma.reddy@gmail.com","dop":"2026-03-21","serial_number":"564303949518599","imei1":"564303949518599","imei2":"564303949518599","popurl":"www.chandrakala-kaur.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238796,"job_number":"JOB_238796","tr_customer_id":238815,"tr_customer_product_id":238805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Ekaaksh Dwivedi","mobile_number":"9904021815","email_id":"gandharv.patel@yahoo.co.in","dop":"2026-03-21","serial_number":"657374076706542","imei1":"657374076706542","imei2":"657374076706542","popurl":"www.lakshmi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238797,"job_number":"JOB_238797","tr_customer_id":238816,"tr_customer_product_id":238806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:37.000Z","modified_at":"2026-04-05T01:51:37.000Z","name":"Birjesh Guneta","mobile_number":"9946752353","email_id":"charuchandra.agarwal@gmail.com","dop":"2026-03-21","serial_number":"349446951838108","imei1":"349446951838108","imei2":"349446951838108","popurl":"www.chandramauli-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238799,"job_number":"JOB_238799","tr_customer_id":238818,"tr_customer_product_id":238808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:39.000Z","modified_at":"2026-04-05T01:51:39.000Z","name":"Sukanya Khanna","mobile_number":"9927608955","email_id":"saroja.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"515326715536911","imei1":"515326715536911","imei2":"515326715536911","popurl":"www.hamsini-varma.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238800,"job_number":"JOB_238800","tr_customer_id":238819,"tr_customer_product_id":238809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Daevi Varrier","mobile_number":"9989221759","email_id":"gitanjali.adiga@hotmail.com","dop":"2026-03-21","serial_number":"614517741531475","imei1":"614517741531475","imei2":"614517741531475","popurl":"www.bhooshit-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238801,"job_number":"JOB_238801","tr_customer_id":238820,"tr_customer_product_id":238810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:40.000Z","modified_at":"2026-04-05T01:51:40.000Z","name":"Arnesh Dwivedi","mobile_number":"9992280501","email_id":"smita.kaul@yahoo.co.in","dop":"2026-03-21","serial_number":"558217477609588","imei1":"558217477609588","imei2":"558217477609588","popurl":"www.chandran-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238802,"job_number":"JOB_238802","tr_customer_id":238821,"tr_customer_product_id":238811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Amogh Ahluwalia","mobile_number":"9931025438","email_id":"shiv.tandon@hotmail.com","dop":"2026-03-21","serial_number":"026548149756558","imei1":"026548149756558","imei2":"026548149756558","popurl":"www.ramaa-namboothiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238803,"job_number":"JOB_238803","tr_customer_id":238822,"tr_customer_product_id":238812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Mohinder Butt","mobile_number":"9933912422","email_id":"sarvin.dhawan@gmail.com","dop":"2026-03-21","serial_number":"760306320760395","imei1":"760306320760395","imei2":"760306320760395","popurl":"www.bhaasvan-singh.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238804,"job_number":"JOB_238804","tr_customer_id":238823,"tr_customer_product_id":238813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Bhima Varrier","mobile_number":"9990960719","email_id":"anilabh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"451139209035519","imei1":"451139209035519","imei2":"451139209035519","popurl":"www.siddhran-nayar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238805,"job_number":"JOB_238805","tr_customer_id":238824,"tr_customer_product_id":238814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Shwet Saini","mobile_number":"9980161677","email_id":"ghanshyam.khanna@gmail.com","dop":"2026-03-21","serial_number":"860849762957730","imei1":"860849762957730","imei2":"860849762957730","popurl":"www.prayag-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238806,"job_number":"JOB_238806","tr_customer_id":238825,"tr_customer_product_id":238815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Opalina Kakkar","mobile_number":"9905120356","email_id":"vasudev.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"343647972298031","imei1":"343647972298031","imei2":"343647972298031","popurl":"www.brijesh-butt.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238807,"job_number":"JOB_238807","tr_customer_id":238826,"tr_customer_product_id":238816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Agneya Kaniyar","mobile_number":"9941242335","email_id":"bhramar.pothuvaal@gmail.com","dop":"2026-03-21","serial_number":"303374398940265","imei1":"303374398940265","imei2":"303374398940265","popurl":"www.ambar-asan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238808,"job_number":"JOB_238808","tr_customer_id":238827,"tr_customer_product_id":238817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chakradhar Pilla","mobile_number":"9904105138","email_id":"bhaanumati.dubashi@gmail.com","dop":"2026-03-21","serial_number":"317276855420247","imei1":"317276855420247","imei2":"317276855420247","popurl":"www.rukhmani-ahluwalia.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238809,"job_number":"JOB_238809","tr_customer_id":238828,"tr_customer_product_id":238818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:41.000Z","modified_at":"2026-04-05T01:51:41.000Z","name":"Chandranath Sharma","mobile_number":"9936626858","email_id":"naveen.deshpande@yahoo.co.in","dop":"2026-03-21","serial_number":"228935721433863","imei1":"228935721433863","imei2":"228935721433863","popurl":"www.amogh-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238810,"job_number":"JOB_238810","tr_customer_id":238829,"tr_customer_product_id":238819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Agrata Sharma","mobile_number":"9981893174","email_id":"chaturaanan.reddy@hotmail.com","dop":"2026-03-21","serial_number":"730481341545026","imei1":"730481341545026","imei2":"730481341545026","popurl":"www.chaten-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238811,"job_number":"JOB_238811","tr_customer_id":238830,"tr_customer_product_id":238820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:42.000Z","modified_at":"2026-04-05T01:51:42.000Z","name":"Indra Marar","mobile_number":"9915210064","email_id":"bala.patil@yahoo.co.in","dop":"2026-03-21","serial_number":"699918612054122","imei1":"699918612054122","imei2":"699918612054122","popurl":"www.ayushmati-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238813,"job_number":"JOB_238813","tr_customer_id":238832,"tr_customer_product_id":238822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Ajit Kaur","mobile_number":"9961506473","email_id":"swara.kaniyar@hotmail.com","dop":"2026-03-21","serial_number":"145627307829429","imei1":"145627307829429","imei2":"145627307829429","popurl":"www.siddhi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238814,"job_number":"JOB_238814","tr_customer_id":238833,"tr_customer_product_id":238823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Brahmanandam Bhattathiri","mobile_number":"9966929086","email_id":"pran.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"058800838010806","imei1":"058800838010806","imei2":"058800838010806","popurl":"www.anilabh-butt.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238815,"job_number":"JOB_238815","tr_customer_id":238834,"tr_customer_product_id":238824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Chapala Kapoor","mobile_number":"9932953428","email_id":"anuraag.pandey@hotmail.com","dop":"2026-03-21","serial_number":"431258477887259","imei1":"431258477887259","imei2":"431258477887259","popurl":"www.dhanu-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238817,"job_number":"JOB_238817","tr_customer_id":238836,"tr_customer_product_id":238826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Deependra Dubashi","mobile_number":"9927898670","email_id":"bishnu.pandey@hotmail.com","dop":"2026-03-21","serial_number":"076157924909635","imei1":"076157924909635","imei2":"076157924909635","popurl":"www.devi-patel.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238819,"job_number":"JOB_238819","tr_customer_id":238838,"tr_customer_product_id":238828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:43.000Z","modified_at":"2026-04-05T01:51:43.000Z","name":"Kanak Pandey","mobile_number":"9965416930","email_id":"rudra.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"495828097485218","imei1":"495828097485218","imei2":"495828097485218","popurl":"www.dharmaketu-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238821,"job_number":"JOB_238821","tr_customer_id":238840,"tr_customer_product_id":238830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Devajyoti Agarwal","mobile_number":"9991913396","email_id":"kali.tagore@hotmail.com","dop":"2026-03-21","serial_number":"503725491858014","imei1":"503725491858014","imei2":"503725491858014","popurl":"www.vidur-devar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238822,"job_number":"JOB_238822","tr_customer_id":238841,"tr_customer_product_id":238831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:44.000Z","modified_at":"2026-04-05T01:51:44.000Z","name":"Varalakshmi Bandopadhyay","mobile_number":"9997564101","email_id":"chandrani.verma@hotmail.com","dop":"2026-03-21","serial_number":"786697341339700","imei1":"786697341339700","imei2":"786697341339700","popurl":"www.ayushmati-bhat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238823,"job_number":"JOB_238823","tr_customer_id":238842,"tr_customer_product_id":238832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:45.000Z","modified_at":"2026-04-05T01:51:45.000Z","name":"Heema Gandhi","mobile_number":"9989865600","email_id":"inder.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"009718130898871","imei1":"009718130898871","imei2":"009718130898871","popurl":"www.giri-pandey.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238825,"job_number":"JOB_238825","tr_customer_id":238844,"tr_customer_product_id":238834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Chakradhar Khan","mobile_number":"9994556793","email_id":"gauraang.shah@hotmail.com","dop":"2026-03-21","serial_number":"371129079022345","imei1":"371129079022345","imei2":"371129079022345","popurl":"www.chitramala-asan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238826,"job_number":"JOB_238826","tr_customer_id":238845,"tr_customer_product_id":238835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Jagdish Achari","mobile_number":"9930182208","email_id":"mohinder.dutta@hotmail.com","dop":"2026-03-21","serial_number":"000341839872311","imei1":"000341839872311","imei2":"000341839872311","popurl":"www.ambar-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238827,"job_number":"JOB_238827","tr_customer_id":238846,"tr_customer_product_id":238836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Vidya Acharya","mobile_number":"9930999848","email_id":"tanushri.talwar@gmail.com","dop":"2026-03-21","serial_number":"900954583063261","imei1":"900954583063261","imei2":"900954583063261","popurl":"www.chandramauli-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238828,"job_number":"JOB_238828","tr_customer_id":238847,"tr_customer_product_id":238837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Bhavani Acharya","mobile_number":"9914760521","email_id":"atmaja.embranthiri@hotmail.com","dop":"2026-03-21","serial_number":"183199620666032","imei1":"183199620666032","imei2":"183199620666032","popurl":"www.adinath-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238829,"job_number":"JOB_238829","tr_customer_id":238848,"tr_customer_product_id":238838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:46.000Z","modified_at":"2026-04-05T01:51:46.000Z","name":"Aagam Chaturvedi","mobile_number":"9949670689","email_id":"aadi.acharya@gmail.com","dop":"2026-03-21","serial_number":"930554324618516","imei1":"930554324618516","imei2":"930554324618516","popurl":"www.kalyani-malik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238830,"job_number":"JOB_238830","tr_customer_id":238849,"tr_customer_product_id":238839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Daevi Varma","mobile_number":"9953008575","email_id":"atreyee.shah@gmail.com","dop":"2026-03-21","serial_number":"479557625004632","imei1":"479557625004632","imei2":"479557625004632","popurl":"www.lakshmi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238831,"job_number":"JOB_238831","tr_customer_id":238850,"tr_customer_product_id":238840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Vidhya Chattopadhyay","mobile_number":"9974004671","email_id":"mangalya.shah@gmail.com","dop":"2026-03-21","serial_number":"776491523672751","imei1":"776491523672751","imei2":"776491523672751","popurl":"www.bodhan-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238832,"job_number":"JOB_238832","tr_customer_id":238851,"tr_customer_product_id":238841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Tapan Kapoor","mobile_number":"9978251461","email_id":"purnima.nayar@hotmail.com","dop":"2026-03-21","serial_number":"621606476209996","imei1":"621606476209996","imei2":"621606476209996","popurl":"www.veda-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238833,"job_number":"JOB_238833","tr_customer_id":238852,"tr_customer_product_id":238842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Kamla Iyer","mobile_number":"9916845202","email_id":"trilok.banerjee@yahoo.co.in","dop":"2026-03-21","serial_number":"427427852454588","imei1":"427427852454588","imei2":"427427852454588","popurl":"www.akshainie-talwar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238834,"job_number":"JOB_238834","tr_customer_id":238853,"tr_customer_product_id":238843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Suma Trivedi","mobile_number":"9915059007","email_id":"arya.desai@hotmail.com","dop":"2026-03-21","serial_number":"577714335501049","imei1":"577714335501049","imei2":"577714335501049","popurl":"www.krishnadas-trivedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238835,"job_number":"JOB_238835","tr_customer_id":238854,"tr_customer_product_id":238844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Dandapaani Bandopadhyay","mobile_number":"9937884877","email_id":"kashyapi.gill@gmail.com","dop":"2026-03-21","serial_number":"103511422058197","imei1":"103511422058197","imei2":"103511422058197","popurl":"www.umang-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238836,"job_number":"JOB_238836","tr_customer_id":238855,"tr_customer_product_id":238845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:47.000Z","modified_at":"2026-04-05T01:51:47.000Z","name":"Anjushree Verma","mobile_number":"9993432667","email_id":"suma.namboothiri@yahoo.co.in","dop":"2026-03-21","serial_number":"198271440097606","imei1":"198271440097606","imei2":"198271440097606","popurl":"www.anish-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238838,"job_number":"JOB_238838","tr_customer_id":238857,"tr_customer_product_id":238847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:51:48.000Z","modified_at":"2026-04-05T01:51:48.000Z","name":"Akula Kocchar","mobile_number":"9956756993","email_id":"oormila.trivedi@gmail.com","dop":"2026-03-21","serial_number":"317219526008561","imei1":"317219526008561","imei2":"317219526008561","popurl":"www.udai-marar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238839,"job_number":"JOB_238839","tr_customer_id":238858,"tr_customer_product_id":238848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Aadinath Dwivedi","mobile_number":"9974873316","email_id":"swara.pilla@gmail.com","dop":"2026-03-21","serial_number":"088547559762898","imei1":"088547559762898","imei2":"088547559762898","popurl":"www.chakor-khatri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238840,"job_number":"JOB_238840","tr_customer_id":238859,"tr_customer_product_id":238849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Adinath Guneta","mobile_number":"9999927792","email_id":"mohini.singh@yahoo.co.in","dop":"2026-03-21","serial_number":"315698681414618","imei1":"315698681414618","imei2":"315698681414618","popurl":"www.dinkar-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238841,"job_number":"JOB_238841","tr_customer_id":238860,"tr_customer_product_id":238850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Gorakhanatha Kaniyar","mobile_number":"9916345678","email_id":"dipali.marar@yahoo.co.in","dop":"2026-03-21","serial_number":"316479214872743","imei1":"316479214872743","imei2":"316479214872743","popurl":"www.harit-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238842,"job_number":"JOB_238842","tr_customer_id":238861,"tr_customer_product_id":238851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Pushti Kaur","mobile_number":"9939298232","email_id":"amrita.khan@yahoo.co.in","dop":"2026-03-21","serial_number":"085949843055721","imei1":"085949843055721","imei2":"085949843055721","popurl":"www.karthik-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238843,"job_number":"JOB_238843","tr_customer_id":238862,"tr_customer_product_id":238852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:57:51.000Z","modified_at":"2026-04-05T01:57:51.000Z","name":"Chandrabhan Gowda","mobile_number":"9989598972","email_id":"anilabh.pandey@yahoo.co.in","dop":"2026-03-21","serial_number":"487294802309715","imei1":"487294802309715","imei2":"487294802309715","popurl":"www.vaidehi-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238844,"job_number":"JOB_238844","tr_customer_id":238863,"tr_customer_product_id":238853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:58:58.000Z","modified_at":"2026-04-05T01:58:58.000Z","name":"Cary Robel","mobile_number":"9051062714","email_id":"dane.mayert@gmail.com","dop":"2025-06-19","serial_number":"286305732315568","imei1":"286305732315568","imei2":"286305732315568","popurl":"2025-06-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T01:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238845,"job_number":"JOB_238845","tr_customer_id":238864,"tr_customer_product_id":238854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:24.000Z","modified_at":"2026-04-05T02:03:24.000Z","name":"Aashritha Gandhi","mobile_number":"9926732175","email_id":"ganaka.shah@yahoo.co.in","dop":"2026-03-21","serial_number":"219693323164053","imei1":"219693323164053","imei2":"219693323164053","popurl":"www.girja-nambeesan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238846,"job_number":"JOB_238846","tr_customer_id":238865,"tr_customer_product_id":238855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Anamika Nayar","mobile_number":"9943824904","email_id":"ananda.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"576144674627948","imei1":"576144674627948","imei2":"576144674627948","popurl":"www.chanda-sharma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238847,"job_number":"JOB_238847","tr_customer_id":238866,"tr_customer_product_id":238856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Balachandra Chattopadhyay","mobile_number":"9942667438","email_id":"gautami.malik@yahoo.co.in","dop":"2026-03-21","serial_number":"448915142996667","imei1":"448915142996667","imei2":"448915142996667","popurl":"www.samir-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238848,"job_number":"JOB_238848","tr_customer_id":238867,"tr_customer_product_id":238857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Prathamesh Saini","mobile_number":"9965945296","email_id":"chandranath.varrier@gmail.com","dop":"2026-03-21","serial_number":"399607972291384","imei1":"399607972291384","imei2":"399607972291384","popurl":"www.rakesh-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238849,"job_number":"JOB_238849","tr_customer_id":238868,"tr_customer_product_id":238858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Chetan Ahuja","mobile_number":"9950347813","email_id":"jitender.nair@hotmail.com","dop":"2026-03-21","serial_number":"808183214650630","imei1":"808183214650630","imei2":"808183214650630","popurl":"www.atreyi-asan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238850,"job_number":"JOB_238850","tr_customer_id":238869,"tr_customer_product_id":238859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Vidhur Guha","mobile_number":"9933783626","email_id":"kartik.guneta@gmail.com","dop":"2026-03-21","serial_number":"710180221051763","imei1":"710180221051763","imei2":"710180221051763","popurl":"www.shiv-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238851,"job_number":"JOB_238851","tr_customer_id":238870,"tr_customer_product_id":238860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Sweta Marar","mobile_number":"9931370636","email_id":"sanya.saini@yahoo.co.in","dop":"2026-03-21","serial_number":"090755558628737","imei1":"090755558628737","imei2":"090755558628737","popurl":"www.suryakantam-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238852,"job_number":"JOB_238852","tr_customer_id":238871,"tr_customer_product_id":238861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Dakshayani Patel","mobile_number":"9985309224","email_id":"suma.nambeesan@yahoo.co.in","dop":"2026-03-21","serial_number":"701252716900005","imei1":"701252716900005","imei2":"701252716900005","popurl":"www.avantika-kocchar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238853,"job_number":"JOB_238853","tr_customer_id":238872,"tr_customer_product_id":238862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Jagdish Kocchar","mobile_number":"9986034848","email_id":"baidehi.talwar@yahoo.co.in","dop":"2026-03-21","serial_number":"189392289282089","imei1":"189392289282089","imei2":"189392289282089","popurl":"www.bala-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238854,"job_number":"JOB_238854","tr_customer_id":238873,"tr_customer_product_id":238863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:25.000Z","modified_at":"2026-04-05T02:03:25.000Z","name":"Bhagwati Iyer","mobile_number":"9949875003","email_id":"aayushman.gowda@hotmail.com","dop":"2026-03-21","serial_number":"668099670410196","imei1":"668099670410196","imei2":"668099670410196","popurl":"www.anuja-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238857,"job_number":"JOB_238857","tr_customer_id":238876,"tr_customer_product_id":238866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Devajyoti Mehra","mobile_number":"9980900198","email_id":"guru.sethi@yahoo.co.in","dop":"2026-03-21","serial_number":"957838216624907","imei1":"957838216624907","imei2":"957838216624907","popurl":"www.manisha-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238858,"job_number":"JOB_238858","tr_customer_id":238877,"tr_customer_product_id":238867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Tushar Chaturvedi","mobile_number":"9927915684","email_id":"tarun.nair@gmail.com","dop":"2026-03-21","serial_number":"134892471320889","imei1":"134892471320889","imei2":"134892471320889","popurl":"www.raj-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238859,"job_number":"JOB_238859","tr_customer_id":238878,"tr_customer_product_id":238868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bhaumik Jha","mobile_number":"9989044829","email_id":"bhramar.reddy@gmail.com","dop":"2026-03-21","serial_number":"969805968442384","imei1":"969805968442384","imei2":"969805968442384","popurl":"www.gemine-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238860,"job_number":"JOB_238860","tr_customer_id":238879,"tr_customer_product_id":238869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Bodhan Tagore","mobile_number":"9968654897","email_id":"veda.butt@hotmail.com","dop":"2026-03-21","serial_number":"248324206399002","imei1":"248324206399002","imei2":"248324206399002","popurl":"www.dipesh-kaniyar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238861,"job_number":"JOB_238861","tr_customer_id":238880,"tr_customer_product_id":238870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:31.000Z","modified_at":"2026-04-05T02:12:31.000Z","name":"Anang Shah","mobile_number":"9978722112","email_id":"bilva.devar@yahoo.co.in","dop":"2026-03-21","serial_number":"835938284988912","imei1":"835938284988912","imei2":"835938284988912","popurl":"www.siddhi-malik.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238862,"job_number":"JOB_238862","tr_customer_id":238882,"tr_customer_product_id":238872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Baalaaditya Nehru","mobile_number":"9919807941","email_id":"rajan.gowda@hotmail.com","dop":"2026-03-21","serial_number":"311737920146352","imei1":"311737920146352","imei2":"311737920146352","popurl":"www.brahmdev-jha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238863,"job_number":"JOB_238863","tr_customer_id":238881,"tr_customer_product_id":238871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Anilaabh Malik","mobile_number":"9984273159","email_id":"dhanadeepa.adiga@yahoo.co.in","dop":"2026-03-21","serial_number":"160465447360513","imei1":"160465447360513","imei2":"160465447360513","popurl":"www.anjaneya-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238864,"job_number":"JOB_238864","tr_customer_id":238883,"tr_customer_product_id":238873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Suma Iyengar","mobile_number":"9900609338","email_id":"gorakhnath.dwivedi@hotmail.com","dop":"2026-03-21","serial_number":"500060012650525","imei1":"500060012650525","imei2":"500060012650525","popurl":"www.subhash-shah.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238865,"job_number":"JOB_238865","tr_customer_id":238884,"tr_customer_product_id":238874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Garuda Pilla","mobile_number":"9910035383","email_id":"durga.bandopadhyay@hotmail.com","dop":"2026-03-21","serial_number":"550895620554470","imei1":"550895620554470","imei2":"550895620554470","popurl":"www.subhashini-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238866,"job_number":"JOB_238866","tr_customer_id":238885,"tr_customer_product_id":238875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:12:32.000Z","modified_at":"2026-04-05T02:12:32.000Z","name":"Meenakshi Bharadwaj","mobile_number":"9913021304","email_id":"anand.desai@yahoo.co.in","dop":"2026-03-21","serial_number":"807298944197330","imei1":"807298944197330","imei2":"807298944197330","popurl":"www.balachandra-chattopadhyay.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238867,"job_number":"JOB_238867","tr_customer_id":238886,"tr_customer_product_id":238876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Laal Reddy","mobile_number":"9998976317","email_id":"devvrat.gandhi@hotmail.com","dop":"2026-03-21","serial_number":"218990075997777","imei1":"218990075997777","imei2":"218990075997777","popurl":"www.ajit-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238868,"job_number":"JOB_238868","tr_customer_id":238887,"tr_customer_product_id":238877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Chinmayanand Naik","mobile_number":"9936483454","email_id":"chidambar.tandon@yahoo.co.in","dop":"2026-03-21","serial_number":"108943872978493","imei1":"108943872978493","imei2":"108943872978493","popurl":"www.gemini-adiga.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238869,"job_number":"JOB_238869","tr_customer_id":238888,"tr_customer_product_id":238878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:16.000Z","name":"Ujjwal Kapoor","mobile_number":"9919894823","email_id":"charuvrat.pothuvaal@hotmail.com","dop":"2026-03-21","serial_number":"385216032047950","imei1":"385216032047950","imei2":"385216032047950","popurl":"www.bhoopati-patel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238870,"job_number":"JOB_238870","tr_customer_id":238889,"tr_customer_product_id":238879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:16.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Rita Joshi","mobile_number":"9939099137","email_id":"deeptanshu.namboothiri@gmail.com","dop":"2026-03-21","serial_number":"227563841421770","imei1":"227563841421770","imei2":"227563841421770","popurl":"www.aashritha-mukhopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238871,"job_number":"JOB_238871","tr_customer_id":238890,"tr_customer_product_id":238880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Bhagirathi Rana","mobile_number":"9930754524","email_id":"jagdish.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"954984607651227","imei1":"954984607651227","imei2":"954984607651227","popurl":"www.abani-shukla.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238872,"job_number":"JOB_238872","tr_customer_id":238891,"tr_customer_product_id":238881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Gopal Gandhi","mobile_number":"9972835211","email_id":"chakravartee.menon@hotmail.com","dop":"2026-03-21","serial_number":"768068743204950","imei1":"768068743204950","imei2":"768068743204950","popurl":"www.gajbaahu-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238873,"job_number":"JOB_238873","tr_customer_id":238892,"tr_customer_product_id":238882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Anshula Talwar","mobile_number":"9950859703","email_id":"deepan.guha@hotmail.com","dop":"2026-03-21","serial_number":"386475766216502","imei1":"386475766216502","imei2":"386475766216502","popurl":"www.draupadi-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238874,"job_number":"JOB_238874","tr_customer_id":238893,"tr_customer_product_id":238883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Kalinda Shah","mobile_number":"9944106067","email_id":"chitramala.patil@hotmail.com","dop":"2026-03-21","serial_number":"676760750438273","imei1":"676760750438273","imei2":"676760750438273","popurl":"www.eshita-panicker.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238875,"job_number":"JOB_238875","tr_customer_id":238894,"tr_customer_product_id":238884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chaitan Shah","mobile_number":"9902202159","email_id":"veda.dwivedi@gmail.com","dop":"2026-03-21","serial_number":"294640947526781","imei1":"294640947526781","imei2":"294640947526781","popurl":"www.satish-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238876,"job_number":"JOB_238876","tr_customer_id":238895,"tr_customer_product_id":238885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:24:17.000Z","modified_at":"2026-04-05T02:24:17.000Z","name":"Chakradhar Mukhopadhyay","mobile_number":"9927081422","email_id":"ekaksh.gill@yahoo.co.in","dop":"2026-03-21","serial_number":"297989148113569","imei1":"297989148113569","imei2":"297989148113569","popurl":"www.trilokanath-somayaji.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:24:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238877,"job_number":"JOB_238877","tr_customer_id":238896,"tr_customer_product_id":238886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Chinmayananda Ahluwalia","mobile_number":"9922546269","email_id":"sheela.pilla@gmail.com","dop":"2026-03-21","serial_number":"510447610782203","imei1":"510447610782203","imei2":"510447610782203","popurl":"www.krishnadasa-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238878,"job_number":"JOB_238878","tr_customer_id":238897,"tr_customer_product_id":238887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:23.000Z","modified_at":"2026-04-05T02:31:23.000Z","name":"Bhadraksh Tandon","mobile_number":"9905763457","email_id":"devajyoti.prajapat@yahoo.co.in","dop":"2026-03-21","serial_number":"098097598628115","imei1":"098097598628115","imei2":"098097598628115","popurl":"www.bhargava-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238879,"job_number":"JOB_238879","tr_customer_id":238898,"tr_customer_product_id":238888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhana Bandopadhyay","mobile_number":"9922361970","email_id":"dhatri.acharya@yahoo.co.in","dop":"2026-03-21","serial_number":"871485997817899","imei1":"871485997817899","imei2":"871485997817899","popurl":"www.aanand-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238880,"job_number":"JOB_238880","tr_customer_id":238899,"tr_customer_product_id":238889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Dhananjay Mishra","mobile_number":"9949739223","email_id":"gemine.butt@gmail.com","dop":"2026-03-21","serial_number":"350772171161251","imei1":"350772171161251","imei2":"350772171161251","popurl":"www.amaresh-bandopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238881,"job_number":"JOB_238881","tr_customer_id":238901,"tr_customer_product_id":238891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Daiwik Sharma","mobile_number":"9962260646","email_id":"kumuda.pandey@hotmail.com","dop":"2026-03-21","serial_number":"652950357640245","imei1":"652950357640245","imei2":"652950357640245","popurl":"www.swapnil-varrier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238882,"job_number":"JOB_238882","tr_customer_id":238900,"tr_customer_product_id":238890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhanumati Bharadwaj","mobile_number":"9907986176","email_id":"amish.iyer@yahoo.co.in","dop":"2026-03-21","serial_number":"594457815091401","imei1":"594457815091401","imei2":"594457815091401","popurl":"www.gopee-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238883,"job_number":"JOB_238883","tr_customer_id":238902,"tr_customer_product_id":238892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Laxmi Desai","mobile_number":"9976751447","email_id":"gaurang.dubashi@yahoo.co.in","dop":"2026-03-21","serial_number":"354307269829708","imei1":"354307269829708","imei2":"354307269829708","popurl":"www.chandran-pothuvaal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238884,"job_number":"JOB_238884","tr_customer_id":238903,"tr_customer_product_id":238893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Bhushan Sharma","mobile_number":"9985865393","email_id":"vimal.nehru@yahoo.co.in","dop":"2026-03-21","serial_number":"425629196741845","imei1":"425629196741845","imei2":"425629196741845","popurl":"www.chitramala-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238885,"job_number":"JOB_238885","tr_customer_id":238904,"tr_customer_product_id":238894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Subhash Iyengar","mobile_number":"9983312655","email_id":"dinakar.deshpande@gmail.com","dop":"2026-03-21","serial_number":"652997397422863","imei1":"652997397422863","imei2":"652997397422863","popurl":"www.ajeet-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238886,"job_number":"JOB_238886","tr_customer_id":238905,"tr_customer_product_id":238895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:31:24.000Z","modified_at":"2026-04-05T02:31:24.000Z","name":"Sachin Pilla","mobile_number":"9951333774","email_id":"govinda.mishra@hotmail.com","dop":"2026-03-21","serial_number":"794670546320973","imei1":"794670546320973","imei2":"794670546320973","popurl":"www.gaurang-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238887,"job_number":"JOB_238887","tr_customer_id":238906,"tr_customer_product_id":238896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Ajeet Gandhi","mobile_number":"9985103412","email_id":"varalakshmi.johar@gmail.com","dop":"2026-03-21","serial_number":"843045528826723","imei1":"843045528826723","imei2":"843045528826723","popurl":"www.bhanumati-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238888,"job_number":"JOB_238888","tr_customer_id":238907,"tr_customer_product_id":238897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Agastya Agarwal","mobile_number":"9987475569","email_id":"nawal.varrier@yahoo.co.in","dop":"2026-03-21","serial_number":"479013199319147","imei1":"479013199319147","imei2":"479013199319147","popurl":"www.chetan-tandon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238889,"job_number":"JOB_238889","tr_customer_id":238908,"tr_customer_product_id":238898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Digambar Khanna","mobile_number":"9967596457","email_id":"devajyoti.nayar@gmail.com","dop":"2026-03-21","serial_number":"925494249893440","imei1":"925494249893440","imei2":"925494249893440","popurl":"www.tanya-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238890,"job_number":"JOB_238890","tr_customer_id":238909,"tr_customer_product_id":238899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Suryakanta Chopra","mobile_number":"9988650037","email_id":"marut.mishra@hotmail.com","dop":"2026-03-21","serial_number":"566816823000743","imei1":"566816823000743","imei2":"566816823000743","popurl":"www.dipali-gill.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238891,"job_number":"JOB_238891","tr_customer_id":238910,"tr_customer_product_id":238900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:36:23.000Z","modified_at":"2026-04-05T02:36:23.000Z","name":"Deenabandhu Chaturvedi","mobile_number":"9937276291","email_id":"bala.jain@yahoo.co.in","dop":"2026-03-21","serial_number":"779614936426432","imei1":"779614936426432","imei2":"779614936426432","popurl":"www.meena-guneta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T02:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238893,"job_number":"JOB_238893","tr_customer_id":238912,"tr_customer_product_id":238902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Aruna Singh","mobile_number":"9996393971","email_id":"damayanti.sharma@hotmail.com","dop":"2026-03-21","serial_number":"129093510581788","imei1":"129093510581788","imei2":"129093510581788","popurl":"www.abhaya-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238894,"job_number":"JOB_238894","tr_customer_id":238913,"tr_customer_product_id":238903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Swarnalata Ahuja","mobile_number":"9984062698","email_id":"bharadwaj.pandey@gmail.com","dop":"2026-03-21","serial_number":"186748411133632","imei1":"186748411133632","imei2":"186748411133632","popurl":"www.bharat-mehra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238895,"job_number":"JOB_238895","tr_customer_id":238914,"tr_customer_product_id":238904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Bhaasvan Pilla","mobile_number":"9930773548","email_id":"nimit.dwivedi@yahoo.co.in","dop":"2026-03-21","serial_number":"671656425895216","imei1":"671656425895216","imei2":"671656425895216","popurl":"www.anaadi-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238896,"job_number":"JOB_238896","tr_customer_id":238915,"tr_customer_product_id":238905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Rageshwari Bharadwaj","mobile_number":"9971734426","email_id":"raj.shah@hotmail.com","dop":"2026-03-21","serial_number":"963908203482978","imei1":"963908203482978","imei2":"963908203482978","popurl":"www.smriti-reddy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238897,"job_number":"JOB_238897","tr_customer_id":238916,"tr_customer_product_id":238906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:08:33.000Z","modified_at":"2026-04-05T03:08:33.000Z","name":"Hiranya Butt","mobile_number":"9952218731","email_id":"ekaksh.varma@yahoo.co.in","dop":"2026-03-21","serial_number":"551353569445928","imei1":"551353569445928","imei2":"551353569445928","popurl":"www.anala-trivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238899,"job_number":"JOB_238899","tr_customer_id":238918,"tr_customer_product_id":238908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:31.000Z","name":"Ettie Emard","mobile_number":"626-485-5449","email_id":"Tristian40@gmail.com","dop":"2025-05-30","serial_number":"18299913082609","imei1":"18299913082609","imei2":"18299913082609","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238900,"job_number":"JOB_238900","tr_customer_id":238919,"tr_customer_product_id":238909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:33.000Z","modified_at":"2026-04-05T03:41:33.000Z","name":"Earnest Mante","mobile_number":"650-250-5222","email_id":"Juston.Haag43@hotmail.com","dop":"2025-05-30","serial_number":"1056615937721650","imei1":"1056615937721650","imei2":"1056615937721650","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-05T03:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237952,"job_number":"JOB_237952","tr_customer_id":237971,"tr_customer_product_id":237961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Aarav Sharma","mobile_number":"9876543210","email_id":"aarav.sharma@gmail.com","dop":"2026-02-01","serial_number":"16780924290069","imei1":"16780924290069","imei2":"16780924290069","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237954,"job_number":"JOB_237954","tr_customer_id":237973,"tr_customer_product_id":237963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:14.000Z","modified_at":"2026-04-04T04:28:14.000Z","name":"Wilfredo Cronin","mobile_number":"630-357-4887","email_id":"Adalberto.Effertz98@hotmail.com","dop":"2026-02-01","serial_number":"19344317671671","imei1":"19344317671671","imei2":"19344317671671","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237966,"job_number":"JOB_237966","tr_customer_id":237985,"tr_customer_product_id":237975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:29.000Z","modified_at":"2026-04-04T04:28:29.000Z","name":"Neha Patel","mobile_number":"9123456780","email_id":"neha.patel@yahoo.com","dop":"2026-02-01","serial_number":"18706759739780","imei1":"18706759739780","imei2":"18706759739780","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237967,"job_number":"JOB_237967","tr_customer_id":237986,"tr_customer_product_id":237976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:30.000Z","modified_at":"2026-04-04T04:28:30.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dorothea70@hotmail.com","dop":"2025-07-02","serial_number":"16173523810869","imei1":"16173523810869","imei2":"16173523810869","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237968,"job_number":"JOB_237968","tr_customer_id":237987,"tr_customer_product_id":237977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:30.000Z","modified_at":"2026-04-04T04:28:30.000Z","name":"Sven West","mobile_number":"464-386-5284","email_id":"Carol.Armstrong@yahoo.com","dop":"2026-02-01","serial_number":"17354172086132","imei1":"17354172086132","imei2":"17354172086132","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237986,"job_number":"JOB_237986","tr_customer_id":238005,"tr_customer_product_id":237995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:45.000Z","name":"Rohan Mehta","mobile_number":"9988776655","email_id":"rohan.mehta@outlook.com","dop":"2026-02-01","serial_number":"10741928279918","imei1":"10741928279918","imei2":"10741928279918","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237987,"job_number":"JOB_237987","tr_customer_id":238006,"tr_customer_product_id":237996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Blake.Wiegand77@yahoo.com","dop":"2025-07-02","serial_number":"16153308103702","imei1":"16153308103702","imei2":"16153308103702","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":237988,"job_number":"JOB_237988","tr_customer_id":238007,"tr_customer_product_id":237997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:28:45.000Z","modified_at":"2026-04-04T04:28:46.000Z","name":"Charley Champlin","mobile_number":"263-959-3328","email_id":"Delphia80@yahoo.com","dop":"2026-02-01","serial_number":"12446786099673","imei1":"12446786099673","imei2":"12446786099673","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:28:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238009,"job_number":"JOB_238009","tr_customer_id":238028,"tr_customer_product_id":238018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Keon_Rosenbaum99@yahoo.com","dop":"2025-07-02","serial_number":"15924792663429","imei1":"15924792663429","imei2":"15924792663429","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238010,"job_number":"JOB_238010","tr_customer_id":238029,"tr_customer_product_id":238019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Priya Iyer","mobile_number":"9012345678","email_id":"priya.iyer@gmail.com","dop":"2026-02-01","serial_number":"16985767883333","imei1":"16985767883333","imei2":"16985767883333","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238011,"job_number":"JOB_238011","tr_customer_id":238030,"tr_customer_product_id":238020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:01.000Z","modified_at":"2026-04-04T04:29:01.000Z","name":"Colby Ortiz","mobile_number":"653-917-9402","email_id":"Trey.Schamberger14@gmail.com","dop":"2026-02-01","serial_number":"11062505088791","imei1":"11062505088791","imei2":"11062505088791","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238061,"job_number":"JOB_238061","tr_customer_id":238080,"tr_customer_product_id":238070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:43.000Z","modified_at":"2026-04-04T04:29:43.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"193826142459727","imei1":"193826142459727","imei2":"193826142459727","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238062,"job_number":"JOB_238062","tr_customer_id":238081,"tr_customer_product_id":238071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:43.000Z","modified_at":"2026-04-04T04:29:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18507680020054","imei1":"18507680020054","imei2":"18507680020054","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238063,"job_number":"JOB_238063","tr_customer_id":238082,"tr_customer_product_id":238072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Liza Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"141121553023428","imei1":"141121553023428","imei2":"141121553023428","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238064,"job_number":"JOB_238064","tr_customer_id":238083,"tr_customer_product_id":238073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Berneice Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188289280536016","imei1":"188289280536016","imei2":"188289280536016","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238065,"job_number":"JOB_238065","tr_customer_id":238084,"tr_customer_product_id":238074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:44.000Z","modified_at":"2026-04-04T04:29:44.000Z","name":"Xander Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123464373702606","imei1":"123464373702606","imei2":"123464373702606","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238074,"job_number":"JOB_238074","tr_customer_id":238093,"tr_customer_product_id":238083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:54.000Z","modified_at":"2026-04-04T04:29:54.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"172795986293855","imei1":"172795986293855","imei2":"172795986293855","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238075,"job_number":"JOB_238075","tr_customer_id":238094,"tr_customer_product_id":238084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Jarrett Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112635445221632","imei1":"112635445221632","imei2":"112635445221632","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238076,"job_number":"JOB_238076","tr_customer_id":238095,"tr_customer_product_id":238085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Donato Tromp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188349486289521","imei1":"188349486289521","imei2":"188349486289521","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238077,"job_number":"JOB_238077","tr_customer_id":238096,"tr_customer_product_id":238086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:55.000Z","modified_at":"2026-04-04T04:29:55.000Z","name":"Bennie Corwin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"107507415857076","imei1":"107507415857076","imei2":"107507415857076","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238088,"job_number":"JOB_238088","tr_customer_id":238107,"tr_customer_product_id":238097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:08.000Z","modified_at":"2026-04-04T04:30:08.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108023408088068","imei1":"108023408088068","imei2":"108023408088068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238090,"job_number":"JOB_238090","tr_customer_id":238109,"tr_customer_product_id":238099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:09.000Z","modified_at":"2026-04-04T04:30:09.000Z","name":"Bert Heidenreich","mobile_number":"494-284-0462","email_id":"Taya_Ryan@yahoo.com","dop":"2025-06-09","serial_number":"103305952483144","imei1":"103305952483144","imei2":"103305952483144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238115,"job_number":"JOB_238115","tr_customer_id":238134,"tr_customer_product_id":238124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103216180048879","imei1":"103216180048879","imei2":"103216180048879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238117,"job_number":"JOB_238117","tr_customer_id":238136,"tr_customer_product_id":238126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:23.000Z","modified_at":"2026-04-04T04:30:23.000Z","name":"Irving Kassulke","mobile_number":"625-571-2679","email_id":"Noelia_Hoppe@hotmail.com","dop":"2025-06-09","serial_number":"106966284368815","imei1":"106966284368815","imei2":"106966284368815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238134,"job_number":"JOB_238134","tr_customer_id":238153,"tr_customer_product_id":238143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109369441848008","imei1":"109369441848008","imei2":"109369441848008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238138,"job_number":"JOB_238138","tr_customer_id":238157,"tr_customer_product_id":238147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:36.000Z","modified_at":"2026-04-04T04:30:36.000Z","name":"Jeffry Beahan","mobile_number":"841-989-0070","email_id":"Ashleigh_Feeney@hotmail.com","dop":"2025-06-09","serial_number":"102437764621620","imei1":"102437764621620","imei2":"102437764621620","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238254,"job_number":"JOB_238254","tr_customer_id":238273,"tr_customer_product_id":238263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:38:26.000Z","modified_at":"2026-04-04T06:38:26.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467891","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238262,"job_number":"JOB_238262","tr_customer_id":238281,"tr_customer_product_id":238271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T06:53:01.000Z","modified_at":"2026-04-04T06:53:01.000Z","name":"Vinay K B","mobile_number":"0000000000","email_id":"aaa@gmail.com","dop":"2026-03-27","serial_number":"17867997081235","imei1":"17867997081235","imei2":"17867997081235","popurl":"2026-03-27T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T06:53:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238286,"job_number":"JOB_238286","tr_customer_id":238305,"tr_customer_product_id":238295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:32:53.000Z","modified_at":"2026-04-04T10:32:53.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467893","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T10:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238406,"job_number":"JOB_238406","tr_customer_id":238425,"tr_customer_product_id":238415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:16:22.000Z","modified_at":"2026-04-04T14:16:22.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"6578908765467890","imei1":"6578908765467895","imei2":"6578908765467890","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238407,"job_number":"JOB_238407","tr_customer_id":238426,"tr_customer_product_id":238416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:49.000Z","modified_at":"2026-04-04T14:22:49.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"164294028951244","imei1":"164294028951244","imei2":"164294028951244","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238408,"job_number":"JOB_238408","tr_customer_id":238427,"tr_customer_product_id":238417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Casper Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131328021969062","imei1":"131328021969062","imei2":"131328021969062","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238409,"job_number":"JOB_238409","tr_customer_id":238428,"tr_customer_product_id":238418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Maye Reinger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167522914138910","imei1":"167522914138910","imei2":"167522914138910","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238410,"job_number":"JOB_238410","tr_customer_id":238429,"tr_customer_product_id":238419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:22:50.000Z","modified_at":"2026-04-04T14:22:50.000Z","name":"Annabelle Graham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140254317668762","imei1":"140254317668762","imei2":"140254317668762","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238414,"job_number":"JOB_238414","tr_customer_id":238433,"tr_customer_product_id":238423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:01.000Z","modified_at":"2026-04-04T14:23:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"131193278508328","imei1":"131193278508328","imei2":"131193278508328","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238415,"job_number":"JOB_238415","tr_customer_id":238434,"tr_customer_product_id":238424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Harvey Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"109718517461468","imei1":"109718517461468","imei2":"109718517461468","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238416,"job_number":"JOB_238416","tr_customer_id":238435,"tr_customer_product_id":238425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Abbie Abshire","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"136168198728024","imei1":"136168198728024","imei2":"136168198728024","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238417,"job_number":"JOB_238417","tr_customer_id":238436,"tr_customer_product_id":238426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:23:02.000Z","modified_at":"2026-04-04T14:23:02.000Z","name":"Arlo Lueilwitz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182405171419473","imei1":"182405171419473","imei2":"182405171419473","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238428,"job_number":"JOB_238428","tr_customer_id":238447,"tr_customer_product_id":238437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:16.000Z","modified_at":"2026-04-04T14:26:16.000Z","name":"Aarav Sharma","mobile_number":"9876543210","email_id":"aarav.sharma@gmail.com","dop":"2026-02-01","serial_number":"12622441836276","imei1":"12622441836276","imei2":"12622441836276","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238429,"job_number":"JOB_238429","tr_customer_id":238448,"tr_customer_product_id":238438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:16.000Z","modified_at":"2026-04-04T14:26:16.000Z","name":"Allan Lindgren","mobile_number":"279-679-3032","email_id":"Jamarcus50@gmail.com","dop":"2026-02-01","serial_number":"11091994820702","imei1":"11091994820702","imei2":"11091994820702","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238434,"job_number":"JOB_238434","tr_customer_id":238453,"tr_customer_product_id":238443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:30.000Z","modified_at":"2026-04-04T14:26:30.000Z","name":"Neha Patel","mobile_number":"9123456780","email_id":"neha.patel@yahoo.com","dop":"2026-02-01","serial_number":"15010204943289","imei1":"15010204943289","imei2":"15010204943289","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238435,"job_number":"JOB_238435","tr_customer_id":238454,"tr_customer_product_id":238444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:30.000Z","modified_at":"2026-04-04T14:26:30.000Z","name":"Titus Steuber","mobile_number":"998-898-2228","email_id":"Morris_Streich@hotmail.com","dop":"2026-02-01","serial_number":"14583041495061","imei1":"14583041495061","imei2":"14583041495061","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238437,"job_number":"JOB_238437","tr_customer_id":238456,"tr_customer_product_id":238446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:44.000Z","modified_at":"2026-04-04T14:26:44.000Z","name":"Rohan Mehta","mobile_number":"9988776655","email_id":"rohan.mehta@outlook.com","dop":"2026-02-01","serial_number":"19977072160829","imei1":"19977072160829","imei2":"19977072160829","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238438,"job_number":"JOB_238438","tr_customer_id":238457,"tr_customer_product_id":238447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:45.000Z","modified_at":"2026-04-04T14:26:45.000Z","name":"Montana Feest","mobile_number":"824-696-3029","email_id":"Ervin51@hotmail.com","dop":"2026-02-01","serial_number":"14634927988761","imei1":"14634927988761","imei2":"14634927988761","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238442,"job_number":"JOB_238442","tr_customer_id":238461,"tr_customer_product_id":238451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:58.000Z","modified_at":"2026-04-04T14:26:58.000Z","name":"Priya Iyer","mobile_number":"9012345678","email_id":"priya.iyer@gmail.com","dop":"2026-02-01","serial_number":"15200478935644","imei1":"15200478935644","imei2":"15200478935644","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238443,"job_number":"JOB_238443","tr_customer_id":238462,"tr_customer_product_id":238452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:26:59.000Z","modified_at":"2026-04-04T14:26:59.000Z","name":"Geovanny Stiedemann","mobile_number":"228-569-3675","email_id":"Jazlyn97@gmail.com","dop":"2026-02-01","serial_number":"13473619747069","imei1":"13473619747069","imei2":"13473619747069","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238552,"job_number":"JOB_238552","tr_customer_id":238571,"tr_customer_product_id":238561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:00.000Z","modified_at":"2026-04-04T14:38:00.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107661320726126","imei1":"107661320726126","imei2":"107661320726126","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238554,"job_number":"JOB_238554","tr_customer_id":238573,"tr_customer_product_id":238563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:00.000Z","modified_at":"2026-04-04T14:38:00.000Z","name":"Robyn Morissette","mobile_number":"679-478-0191","email_id":"Rosa.Russel@hotmail.com","dop":"2025-06-09","serial_number":"105767793870013","imei1":"105767793870013","imei2":"105767793870013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238558,"job_number":"JOB_238558","tr_customer_id":238577,"tr_customer_product_id":238567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:16.000Z","modified_at":"2026-04-04T14:38:16.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107824765007347","imei1":"107824765007347","imei2":"107824765007347","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238560,"job_number":"JOB_238560","tr_customer_id":238579,"tr_customer_product_id":238569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:17.000Z","modified_at":"2026-04-04T14:38:17.000Z","name":"Cordell Boyer","mobile_number":"351-443-0916","email_id":"Seamus.Mosciski@hotmail.com","dop":"2025-06-09","serial_number":"108076949679511","imei1":"108076949679511","imei2":"108076949679511","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238567,"job_number":"JOB_238567","tr_customer_id":238586,"tr_customer_product_id":238576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:32.000Z","modified_at":"2026-04-04T14:38:32.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105335592985394","imei1":"105335592985394","imei2":"105335592985394","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238569,"job_number":"JOB_238569","tr_customer_id":238588,"tr_customer_product_id":238578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:38:33.000Z","modified_at":"2026-04-04T14:38:33.000Z","name":"Tierra Pfeffer","mobile_number":"215-751-5648","email_id":"Ashtyn24@yahoo.com","dop":"2025-06-09","serial_number":"109549978371244","imei1":"109549978371244","imei2":"109549978371244","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238646,"job_number":"JOB_238646","tr_customer_id":238665,"tr_customer_product_id":238655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:38:43.000Z","modified_at":"2026-04-04T17:38:43.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"114957761238405","imei1":"114957761238405","imei2":"114957761238405","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238647,"job_number":"JOB_238647","tr_customer_id":238666,"tr_customer_product_id":238656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:41:49.000Z","modified_at":"2026-04-04T17:41:49.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"994568136818684","imei1":"994568136818684","imei2":"994568136818684","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238648,"job_number":"JOB_238648","tr_customer_id":238667,"tr_customer_product_id":238657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:42:18.000Z","modified_at":"2026-04-04T17:42:18.000Z","name":"June Stoltenberg","mobile_number":"740-881-6624","email_id":"Jeremy.Shanahan@yahoo.com","dop":"2026-01-10","serial_number":"214891980798793","imei1":"214891980798793","imei2":"214891980798793","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238649,"job_number":"JOB_238649","tr_customer_id":238668,"tr_customer_product_id":238658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:43:27.000Z","modified_at":"2026-04-04T17:43:27.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"837349202222829","imei1":"837349202222829","imei2":"837349202222829","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238650,"job_number":"JOB_238650","tr_customer_id":238669,"tr_customer_product_id":238659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:46:23.000Z","modified_at":"2026-04-04T17:46:23.000Z","name":"kavya dopalapudi","mobile_number":"7893702416","email_id":"kavyadopalapudi78@gmail.com","dop":"2025-12-10","serial_number":"234100529424716","imei1":"234100529424716","imei2":"234100529424716","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238651,"job_number":"JOB_238651","tr_customer_id":238670,"tr_customer_product_id":238660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:53:41.000Z","modified_at":"2026-04-04T17:53:41.000Z","name":"June Stoltenberg","mobile_number":"740-881-6624","email_id":"Jeremy.Shanahan@yahoo.com","dop":"2026-01-10","serial_number":"114891980798793","imei1":"114891980798793","imei2":"114891980798793","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238659,"job_number":"JOB_238659","tr_customer_id":238678,"tr_customer_product_id":238668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T18:55:14.000Z","modified_at":"2026-04-04T18:55:14.000Z","name":"Alverta Wisozk","mobile_number":"853-254-5287","email_id":"Yessenia.Johns1@hotmail.com","dop":"2026-01-10","serial_number":"638679805566197","imei1":"638679805566197","imei2":"638679805566197","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T18:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238660,"job_number":"JOB_238660","tr_customer_id":238679,"tr_customer_product_id":238669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:00:51.000Z","modified_at":"2026-04-04T19:00:51.000Z","name":"Akshay H","mobile_number":"9809809800","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"638679805566196","imei1":"638679805566196","imei2":"638679805566196","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238661,"job_number":"JOB_238661","tr_customer_id":238680,"tr_customer_product_id":238670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T19:05:58.000Z","modified_at":"2026-04-04T19:05:58.000Z","name":"Akshay H","mobile_number":"9809809800","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"638679805566195","imei1":"638679805566195","imei2":"638679805566195","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T19:05:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238013,"job_number":"JOB_238013","tr_customer_id":238032,"tr_customer_product_id":238022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:02.000Z","modified_at":"2026-04-04T04:29:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10669467976878","imei1":"10669467976878","imei2":"10669467976878","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238015,"job_number":"JOB_238015","tr_customer_id":238034,"tr_customer_product_id":238024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:03.000Z","modified_at":"2026-04-04T04:29:03.000Z","name":"Vicky Emard","mobile_number":"282-913-3577","email_id":"Price49@hotmail.com","dop":"2000-01-31","serial_number":"1007099858001451","imei1":"1007099858001451","imei2":"1007099858001451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238056,"job_number":"JOB_238056","tr_customer_id":238075,"tr_customer_product_id":238065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:41.000Z","modified_at":"2026-04-04T04:29:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10692159073667","imei1":"10692159073667","imei2":"10692159073667","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238059,"job_number":"JOB_238059","tr_customer_id":238078,"tr_customer_product_id":238068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:29:42.000Z","modified_at":"2026-04-04T04:29:42.000Z","name":"Floy Legros","mobile_number":"909-207-4409","email_id":"Adella_Conroy@hotmail.com","dop":"2000-01-31","serial_number":"1095508394111248","imei1":"1095508394111248","imei2":"1095508394111248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:29:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238109,"job_number":"JOB_238109","tr_customer_id":238128,"tr_customer_product_id":238118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:20.000Z","modified_at":"2026-04-04T04:30:20.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10579654822128","imei1":"10579654822128","imei2":"10579654822128","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238113,"job_number":"JOB_238113","tr_customer_id":238132,"tr_customer_product_id":238122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:22.000Z","modified_at":"2026-04-04T04:30:22.000Z","name":"Branson Johns","mobile_number":"573-753-2778","email_id":"Jenifer85@gmail.com","dop":"2000-01-31","serial_number":"1067500735770029","imei1":"1067500735770029","imei2":"1067500735770029","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238154,"job_number":"JOB_238154","tr_customer_id":238173,"tr_customer_product_id":238163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:30:59.000Z","modified_at":"2026-04-04T04:30:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486467721290","imei1":"10486467721290","imei2":"10486467721290","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238157,"job_number":"JOB_238157","tr_customer_id":238176,"tr_customer_product_id":238166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T04:31:01.000Z","modified_at":"2026-04-04T04:31:01.000Z","name":"Eugene Johns","mobile_number":"263-579-4673","email_id":"Aniyah.Nitzsche89@gmail.com","dop":"2000-01-31","serial_number":"1080118212901362","imei1":"1080118212901362","imei2":"1080118212901362","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T04:31:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238463,"job_number":"JOB_238463","tr_customer_id":238482,"tr_customer_product_id":238472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:20.000Z","modified_at":"2026-04-04T14:29:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10207765199596","imei1":"10207765199596","imei2":"10207765199596","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238465,"job_number":"JOB_238465","tr_customer_id":238484,"tr_customer_product_id":238474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:29:21.000Z","modified_at":"2026-04-04T14:29:21.000Z","name":"Wilson McClure","mobile_number":"626-251-0658","email_id":"Rose.Howe@hotmail.com","dop":"2000-01-31","serial_number":"1001521779268835","imei1":"1001521779268835","imei2":"1001521779268835","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:29:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238469,"job_number":"JOB_238469","tr_customer_id":238488,"tr_customer_product_id":238478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:00.000Z","modified_at":"2026-04-04T14:30:00.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10982220976744","imei1":"10982220976744","imei2":"10982220976744","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238471,"job_number":"JOB_238471","tr_customer_id":238490,"tr_customer_product_id":238480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:02.000Z","modified_at":"2026-04-04T14:30:02.000Z","name":"Riley Bashirian","mobile_number":"365-877-3668","email_id":"Jacklyn.Kertzmann65@hotmail.com","dop":"2000-01-31","serial_number":"1083941731918372","imei1":"1083941731918372","imei2":"1083941731918372","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238472,"job_number":"JOB_238472","tr_customer_id":238491,"tr_customer_product_id":238481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:41.000Z","modified_at":"2026-04-04T14:30:41.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10352498668533","imei1":"10352498668533","imei2":"10352498668533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238474,"job_number":"JOB_238474","tr_customer_id":238493,"tr_customer_product_id":238483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:30:42.000Z","modified_at":"2026-04-04T14:30:42.000Z","name":"Penelope Friesen","mobile_number":"479-437-9383","email_id":"Braeden85@yahoo.com","dop":"2000-01-31","serial_number":"1010019724351744","imei1":"1010019724351744","imei2":"1010019724351744","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:30:42.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238478,"job_number":"JOB_238478","tr_customer_id":238497,"tr_customer_product_id":238487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:22.000Z","modified_at":"2026-04-04T14:31:22.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10019878234048","imei1":"10019878234048","imei2":"10019878234048","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238480,"job_number":"JOB_238480","tr_customer_id":238499,"tr_customer_product_id":238489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T14:31:24.000Z","modified_at":"2026-04-04T14:31:24.000Z","name":"Maribel Lueilwitz","mobile_number":"970-897-2141","email_id":"Austyn_Ward@gmail.com","dop":"2000-01-31","serial_number":"1034142062381198","imei1":"1034142062381198","imei2":"1034142062381198","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T14:31:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":238631,"job_number":"JOB_238631","tr_customer_id":238650,"tr_customer_product_id":238640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T17:01:17.000Z","modified_at":"2026-04-04T17:01:17.000Z","name":"Aman Arora","mobile_number":"8877876478","email_id":"aroraaman896@gmail.com","dop":"2026-03-25","serial_number":"09559893017819","imei1":"94757883987815","imei2":"97658483807815","popurl":"2026-03-25T17:01:16.666392832Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-04-04T17:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4329adcb-503b-4556-baee-a6a19d4716e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-vL594OwPWwrFXR1Oq2jsts/Uy4w"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 278b0f12-f19e-457c-98be-330e9465aae2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 162B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd281b98-e1d5-404f-90fd-da9e33667106
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 162
ETag W/"a2-UvbN7S7SuEfykYBh+1gvrT3xcQ4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 1017B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b3f73ef-3771-4060-ab75-f9ba1a98d4c7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "details_key": "pending_for_repair"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-8Hp64oGI0SPx+An0pXWzd7IQ/4I"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:40.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-04-05T03:41:40.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0397b790-6ef3-4685-a025-2900f94e95e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 402ms
Mean size per request: 1.19KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb5a90d0-e139-4045-945c-93c0d75be16f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4c4-29vIO9j/jmsvvybgoaEUo42MpTg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:40.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-04-05T03:41:40.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":238898,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-04-05T03:41:31.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
Content-Type text/plain
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d9cc758-d231-4b90-a015-591554bd5b5d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDF9.g9mu8_SvgPIxnu0GsYAPVZCRZtzG_XAHWqbgeQW8-zw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1416e77-4541-49f1-89dd-7611fd2375e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 143
Request Body
{
            "job_id": 238898,
            "problems": [
                {
                    "id": 2,
                    "remark": "Replaced the battery"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c4c0dff2-c460-4af4-afc4-2bedbc6261ea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-iF9iFTQ7xbIm63Xvfpvrw31fk64"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2012d879-c648-40a3-84f6-0f338dbb35cc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 200B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e4db581f-da69-4fe8-9c48-e9dee8163f4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 200
ETag W/"c8-q0pioFq2PDSQnV4C5+A8uSSdDwM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":4},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e5db703-bb62-4864-8fc5-c09544448901
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 3.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc4055b7-f7e1-4163-bc10-3877d4cb198e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f9f-ALYdwUShctZBGgk1vfcB/mjp0Y4"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238778,"job_number":"JOB_238778","tr_customer_id":238797,"tr_customer_product_id":238787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T01:34:44.000Z","modified_at":"2026-04-05T01:35:25.000Z","name":"Nels Aufderhar","mobile_number":"935-698-5295","email_id":"Deontae20@yahoo.com","dop":"2026-02-01","serial_number":"350206333639746","imei1":"350206333639746","imei2":"350206333639746","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T01:35:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238855,"job_number":"JOB_238855","tr_customer_id":238874,"tr_customer_product_id":238864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:03:32.000Z","modified_at":"2026-04-05T02:04:14.000Z","name":"Ruby Rolfson","mobile_number":"661-923-8517","email_id":"Arno.Schultz53@hotmail.com","dop":"2026-02-01","serial_number":"135078064547974","imei1":"135078064547974","imei2":"135078064547974","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238856,"job_number":"JOB_238856","tr_customer_id":238875,"tr_customer_product_id":238865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:10:25.000Z","modified_at":"2026-04-05T02:11:06.000Z","name":"Stefanie Toy","mobile_number":"429-456-4038","email_id":"Jolie.Jacobi@hotmail.com","dop":"2026-02-01","serial_number":"347948002242517","imei1":"347948002242517","imei2":"347948002242517","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":238892,"job_number":"JOB_238892","tr_customer_id":238911,"tr_customer_product_id":238901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T02:40:07.000Z","modified_at":"2026-04-05T02:40:49.000Z","name":"Sister Hauck","mobile_number":"781-553-5718","email_id":"Connie52@gmail.com","dop":"2026-02-01","serial_number":"205817010859998","imei1":"205817010859998","imei2":"205817010859998","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T02:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 561ms
Mean size per request: 2.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27e06931-72ed-41d5-a7ff-2f2c35fbb012
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bbb-jo+eZ/orpy7RvX5pMXT7kfF7I70"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238265,"job_number":"JOB_238265","tr_customer_id":238284,"tr_customer_product_id":238274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:05:29.000Z","modified_at":"2026-04-04T07:05:34.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"89714465292452","imei1":"89714465292452","imei2":"89714465292452","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-04-04T07:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":238290,"job_number":"JOB_238290","tr_customer_id":238309,"tr_customer_product_id":238299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:34:17.000Z","modified_at":"2026-04-04T10:34:20.000Z","name":"Jatin sharma","mobile_number":"9876543210","email_id":"jatinsharma@gmail.com","dop":"2026-02-28","serial_number":"18186726036696","imei1":"18186726036696","imei2":"18186726036696","popurl":"2026-02-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-04-04T10:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:43.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-04-05T03:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65000}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 244ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3aee232f-486a-4f9b-8ded-c657e47f44b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":238898}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 557ms
Mean size per request: 1.96KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3NTM2MDUwM30.V7Csd3TgKIcIMRflepmglS6pBUjK2DPtcGyQgOAMNlU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf50f824-112b-4d57-b447-724ea43ebd91
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7d2-V3/junZI1kVN0aZ6b7h2BGgXPVA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238265,"job_number":"JOB_238265","tr_customer_id":238284,"tr_customer_product_id":238274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T07:05:29.000Z","modified_at":"2026-04-04T07:05:34.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"89714465292452","imei1":"89714465292452","imei2":"89714465292452","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-04-04T07:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":238290,"job_number":"JOB_238290","tr_customer_id":238309,"tr_customer_product_id":238299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-04T10:34:17.000Z","modified_at":"2026-04-04T10:34:20.000Z","name":"Jatin sharma","mobile_number":"9876543210","email_id":"jatinsharma@gmail.com","dop":"2026-02-28","serial_number":"18186726036696","imei1":"18186726036696","imei2":"18186726036696","popurl":"2026-02-28T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-04-04T10:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25f2e33b-9756-4b9d-bec5-2b5959c21830
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-+KACFH5u38f53+FblN9/CSkgXhA"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 663c6553-162c-4b31-9f2c-91f5b9286a8a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5b5864e-884d-4f7f-9a78-8b65ca59e189
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-vLCsZN0cvoxyeZq7MIj6ZxyC3bo"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":121},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 1022B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7cbeee54-051d-479d-ba94-33eb553b9591
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1022
ETag W/"3fe-ei1oPTYQWiYbcMryaVpamYhUJAM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:45.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-04-05T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 1022B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0fc55b7-1b5e-41a8-a926-462a6e8a0e01
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1022
ETag W/"3fe-ei1oPTYQWiYbcMryaVpamYhUJAM"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:45.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-04-05T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"job_id":65260}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb96f8fd-9961-443a-ab2f-4124763bb20c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 17
Request Body
{"job_id":238898}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 05 Apr 2026 03:41:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_69251"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e45fd099-3416-4e0b-869c-7a753aaa8e31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_238898"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"401-Jv0BkMk4xy0IlhITLvfN0C9e45g"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:47.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T03:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.6' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_238898
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 2.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzUzNjA1MDZ9.xZ82y5MgCO9fxriOkWsXivXfZrBVaBJLzGmJ4v7Yx2E
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c628073-da29-4a1e-852d-4a63d2d24bb8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a4d-L6h+WLqtGi6wh36bKfUP1r32JGA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 05 Apr 2026 03:41:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":238898,"job_number":"JOB_238898","tr_customer_id":238917,"tr_customer_product_id":238907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-04-05T03:41:31.000Z","modified_at":"2026-04-05T03:41:47.000Z","name":"Gabrielle Predovic","mobile_number":"925-214-4818","email_id":"Joaquin.Armstrong@gmail.com","dop":"2025-05-30","serial_number":"18060142217752","imei1":"18060142217752","imei2":"18060142217752","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-04-05T03:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":914123,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"},{"id":914124,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-04-05T03:41:31.000Z","created_at":"2026-04-05T03:41:31.000Z"},{"id":914129,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-04-05T03:41:40.000Z","created_at":"2026-04-05T03:41:40.000Z"},{"id":914130,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-04-05T03:41:43.000Z","created_at":"2026-04-05T03:41:43.000Z"},{"id":914131,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-04-05T03:41:45.000Z","created_at":"2026-04-05T03:41:45.000Z"},{"id":914132,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-04-05T03:41:47.000Z","created_at":"2026-04-05T03:41:47.000Z"},{"id":914133,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-04-05T03:41:47.000Z","created_at":"2026-04-05T03:41:47.000Z"}],"problems":[{"id":249881,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-04-05T03:41:31.000Z"},{"id":249884,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-04-05T03:41:43.000Z"}],"quatations":[]}}
Test Information
No Tests for this request