{"info":{"_postman_id":"3c26f7c5-468e-456c-b140-741dd8a4d51d","name":"CaseSync API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5921778","collectionId":"3c26f7c5-468e-456c-b140-741dd8a4d51d","publishedId":"UVeJM5kQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-08T15:24:30.000Z"},"item":[{"name":"Authentication","item":[{"name":"RequestToken","event":[{"listen":"test","script":{"id":"b17a83b4-426d-4037-a591-29f98a8fffac","exec":["var jsonData = pm.response.json();","pm.environment.set(\"APIToken\", jsonData.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d2061604-b777-4a1c-9a8f-05aba71d1787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\":\"test\",\r\n    \"Password\":\"somesuper secret password!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/authenticate","description":"<p>Authenticates a user and returns a JWT bearer token required for all subsequent API requests.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/authenticate</code></p>\n<p><strong>Request Body (JSON)</strong></p>\n<ul>\n<li><code>Username</code> (string, required): The user's username</li>\n<li><code>Password</code> (string, required): The user's password</li>\n</ul>\n<p><strong>Response</strong></p>\n<ul>\n<li><code>username</code> (string): The authenticated username</li>\n<li><code>userID</code> (integer): The user's unique ID</li>\n<li><code>token</code> (string): A JWT bearer token — store this in the <code>token</code> environment variable for use in subsequent requests</li>\n</ul>\n<p><strong>Notes</strong></p>\n<p>The token is issued by SmartAdvocate and expires after a period of time. It should be stored and reused across requests rather than requested on every call.</p>\n","urlObject":{"path":["Users","authenticate"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"52bcbcc1-05c1-49e8-ac19-66bcbc9218f8","name":"RequestToken","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\":\"test\",\r\n    \"Password\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 May 2021 16:53:46 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"test\",\n    \"userID\": 677,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3NyIsImhvc3QiOiIiLCJuYmYiOjE2MjA2NjU2MjYsImV4cCI6MTYyMDY3MjgyNiwiaWF0IjoxNjIwNjY1NjI2LCJpc3MiOiJTbWFydEFkdm9jYXRlVGVzdCJ9.LA2ObLE4AAa_DvoYGSBP0A44aonFB_O7mqKcrZYrLXc\"\n}"}],"_postman_id":"d2061604-b777-4a1c-9a8f-05aba71d1787"}],"id":"d0449e34-c010-42d5-9d58-acf3e4eb8c24","description":"<p>Handles user authentication for the CaseSync API. All API endpoints require a valid JWT bearer token obtained from the RequestToken endpoint. Include the token in the Authorization header as: Bearer {token}. Tokens are issued per user and expire after a period of time; re-authenticate when a 401 Unauthorized response is received.</p>\n","_postman_id":"d0449e34-c010-42d5-9d58-acf3e4eb8c24"},{"name":"Calendar","item":[{"name":"Get Calendar by CaseID","id":"f01cb952-1d1b-49c3-b5c3-cb4bbd3b57d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/calendar","description":"<p>Retrieves all calendar appointments associated with a case identified by its internal case ID. Use this endpoint to display the full appointment history and upcoming events for a case.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of appointment objects for the case. Returns an empty array if no appointments exist.</p>\n","urlObject":{"path":["case","516718","calendar"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1508be8e-946c-4028-96b2-823e14752217","name":"Get Calendar by CaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"23059"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 20 Jan 2026 16:32:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2019-05-09T10:00:00\",\n        \"toDate\": \"2019-05-09T15:30:00\",\n        \"comments\": \"Tgggfgh\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-05-09T12:36:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 81615,\n            \"subject\": \"Appeal: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 21,\n                \"description\": \"Appeal\"\n            },\n            \"address\": \" Ggggg\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-01-04T10:00:00\",\n        \"toDate\": \"2022-01-04T16:00:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-01-04T11:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 82809,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 51,\n                \"description\": \"Appointment_case-related\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-03-10T10:00:00\",\n        \"toDate\": \"2022-03-10T15:30:00\",\n        \"comments\": \"Test\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-03-10T16:17:00-05:00\",\n        \"modifiedDate\": \"2022-06-09T12:08:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 82862,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1695568,\n                    \"name\": \"Tim, Berton\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true,\n            \"changedByLastName\": \"Ilinykh\",\n            \"changedByFirstName\": \"Andrey\",\n            \"party\": \"\",\n            \"reason\": \"Consent\",\n            \"approvedBy\": \"\",\n            \"adjournComments\": \"\"\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-03-30T10:00:00\",\n        \"toDate\": \"2022-03-30T15:30:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-03-30T11:06:00-04:00\",\n        \"modifiedDate\": \"2022-06-09T12:42:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 82876,\n            \"subject\": \"Adverse Exam: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 183,\n                \"description\": \"Adverse Exam\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true,\n            \"changedByLastName\": \"Ilinykh\",\n            \"changedByFirstName\": \"Andrey\",\n            \"party\": \"\",\n            \"reason\": \"Consent\",\n            \"approvedBy\": \"\",\n            \"adjournComments\": \"\"\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-05-31T10:00:00\",\n        \"toDate\": \"2024-05-31T16:00:00\",\n        \"comments\": \"test appointment 3\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:43:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83967,\n            \"subject\": \"Appointment - test appointment 3\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 110\\rOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T02:00:00\",\n        \"toDate\": \"2024-06-03T04:00:00\",\n        \"comments\": \"test appointment 4\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:44:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83968,\n            \"subject\": \"Appointment - test appointment 4\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"7703 Fern Ave. SE \\rSnoqualmie, WA 98065\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 1698157,\n                \"name\": \"Bourne, Jason\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T09:00:00\",\n        \"toDate\": \"2024-06-03T23:00:00\",\n        \"comments\": \"test app\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:42:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83966,\n            \"subject\": \"Appointment - test appointment 2\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T10:00:00\",\n        \"toDate\": \"2024-06-03T23:00:00\",\n        \"comments\": \"some test informationj\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:40:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83965,\n            \"subject\": \"Appointment - test appointment 1\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T15:00:00\",\n        \"toDate\": \"2024-06-03T21:00:00\",\n        \"comments\": \"test appointment 5\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:45:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83969,\n            \"subject\": \"Appointment - test appointment 5\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-11-28T00:00:00\",\n        \"toDate\": \"2024-11-28T23:59:00\",\n        \"comments\": \"<p>Thanksgiving</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-11-27T10:55:00-05:00\",\n        \"modifiedDate\": \"2024-11-27T11:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84305,\n            \"subject\": \"Case Inventory Review: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 91,\n                \"description\": \"Case Inventory Review\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": true,\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-12-16T10:00:00\",\n        \"toDate\": \"2024-12-16T16:00:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-13T13:09:00-05:00\",\n        \"modifiedDate\": \"2024-12-13T13:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84420,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-03T10:00:00\",\n        \"toDate\": \"2025-02-03T15:30:00\",\n        \"comments\": \"<p>Trst option 1</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:20:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84550,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T10:00:00\",\n        \"toDate\": \"2025-02-04T15:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:16:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84548,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T12:00:00\",\n        \"toDate\": \"2025-02-04T12:30:00\",\n        \"comments\": \"<p>Test emails</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:40:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84554,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:01:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84551,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:05:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84552,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:34:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84553,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T15:00:00\",\n        \"toDate\": \"2025-02-04T15:30:00\",\n        \"comments\": \"<p>Test appointments </p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:49:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84557,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-05T10:00:00\",\n        \"toDate\": \"2025-02-05T15:30:00\",\n        \"comments\": \"<p>Test with organizer option 1</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:19:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84549,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-04-15T10:00:00\",\n        \"toDate\": \"2025-04-15T16:00:00\",\n        \"comments\": \"test appointment\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-04-14T15:30:00-04:00\",\n        \"modifiedDate\": \"2025-04-14T15:45:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 88381,\n            \"subject\": \"Appointment - test appointment\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 1101\\nOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-04-15T10:00:00\",\n        \"toDate\": \"2025-04-15T16:00:00\",\n        \"comments\": \"location1\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-04-15T10:31:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 88404,\n            \"subject\": \"Appointment - testing location\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 110\\rOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 631,\n                \"name\": \"Krasnov, Yana a.\",\n                \"contactID\": 1672480\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-10T10:00:00\",\n        \"toDate\": \"2026-01-10T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T10:33:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89935,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-12T11:00:00\",\n        \"toDate\": \"2026-01-12T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T10:34:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89936,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-13T11:00:00\",\n        \"toDate\": \"2026-01-13T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T12:19:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89937,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T11:00:00\",\n        \"toDate\": \"2026-01-20T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-19T17:47:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89942,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T12:00:00\",\n        \"toDate\": \"2026-01-20T12:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-20T10:40:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89943,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T12:00:00\",\n        \"toDate\": \"2026-01-20T12:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-20T10:43:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89944,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1696269,\n                    \"name\": \"Bandura, Yuriy\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    }\n]"}],"_postman_id":"f01cb952-1d1b-49c3-b5c3-cb4bbd3b57d8"},{"name":"Get Calendar by Case Number","id":"39bacaa1-8833-4f30-8845-5ba9fee09081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all calendar appointments associated with a case identified by its human-readable case number.</p>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>CaseNumber</code> (string, required): The human-readable case number (e.g., 9000002).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of appointment objects for the case. Returns an empty array if no appointments exist or the case number is not found.</p>\n","urlObject":{"path":["case","calendar","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"f652eecd-dc99-4534-a374-1d75616b1d0b","name":"Get Calendar by Case Number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","calendar","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"23059"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Jan 2026 16:32:42 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2019-05-09T10:00:00\",\n        \"toDate\": \"2019-05-09T15:30:00\",\n        \"comments\": \"Tgggfgh\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-05-09T12:36:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 81615,\n            \"subject\": \"Appeal: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 21,\n                \"description\": \"Appeal\"\n            },\n            \"address\": \" Ggggg\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-01-04T10:00:00\",\n        \"toDate\": \"2022-01-04T16:00:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-01-04T11:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 82809,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 51,\n                \"description\": \"Appointment_case-related\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-03-10T10:00:00\",\n        \"toDate\": \"2022-03-10T15:30:00\",\n        \"comments\": \"Test\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-03-10T16:17:00-05:00\",\n        \"modifiedDate\": \"2022-06-09T12:08:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 82862,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1695568,\n                    \"name\": \"Tim, Berton\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true,\n            \"changedByLastName\": \"Ilinykh\",\n            \"changedByFirstName\": \"Andrey\",\n            \"party\": \"\",\n            \"reason\": \"Consent\",\n            \"approvedBy\": \"\",\n            \"adjournComments\": \"\"\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2022-03-30T10:00:00\",\n        \"toDate\": \"2022-03-30T15:30:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-03-30T11:06:00-04:00\",\n        \"modifiedDate\": \"2022-06-09T12:42:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 82876,\n            \"subject\": \"Adverse Exam: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 183,\n                \"description\": \"Adverse Exam\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true,\n            \"changedByLastName\": \"Ilinykh\",\n            \"changedByFirstName\": \"Andrey\",\n            \"party\": \"\",\n            \"reason\": \"Consent\",\n            \"approvedBy\": \"\",\n            \"adjournComments\": \"\"\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-05-31T10:00:00\",\n        \"toDate\": \"2024-05-31T16:00:00\",\n        \"comments\": \"test appointment 3\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:43:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83967,\n            \"subject\": \"Appointment - test appointment 3\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 110\\rOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T02:00:00\",\n        \"toDate\": \"2024-06-03T04:00:00\",\n        \"comments\": \"test appointment 4\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:44:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83968,\n            \"subject\": \"Appointment - test appointment 4\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"7703 Fern Ave. SE \\rSnoqualmie, WA 98065\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 1698157,\n                \"name\": \"Bourne, Jason\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T09:00:00\",\n        \"toDate\": \"2024-06-03T23:00:00\",\n        \"comments\": \"test app\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:42:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83966,\n            \"subject\": \"Appointment - test appointment 2\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T10:00:00\",\n        \"toDate\": \"2024-06-03T23:00:00\",\n        \"comments\": \"some test informationj\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:40:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83965,\n            \"subject\": \"Appointment - test appointment 1\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-06-03T15:00:00\",\n        \"toDate\": \"2024-06-03T21:00:00\",\n        \"comments\": \"test appointment 5\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-05-31T15:45:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 83969,\n            \"subject\": \"Appointment - test appointment 5\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                },\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-11-28T00:00:00\",\n        \"toDate\": \"2024-11-28T23:59:00\",\n        \"comments\": \"<p>Thanksgiving</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-11-27T10:55:00-05:00\",\n        \"modifiedDate\": \"2024-11-27T11:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84305,\n            \"subject\": \"Case Inventory Review: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 91,\n                \"description\": \"Case Inventory Review\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": true,\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2024-12-16T10:00:00\",\n        \"toDate\": \"2024-12-16T16:00:00\",\n        \"comments\": \"\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Canceled\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-13T13:09:00-05:00\",\n        \"modifiedDate\": \"2024-12-13T13:10:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84420,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": true\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-03T10:00:00\",\n        \"toDate\": \"2025-02-03T15:30:00\",\n        \"comments\": \"<p>Trst option 1</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:20:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84550,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T10:00:00\",\n        \"toDate\": \"2025-02-04T15:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:16:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84548,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T12:00:00\",\n        \"toDate\": \"2025-02-04T12:30:00\",\n        \"comments\": \"<p>Test emails</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:40:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84554,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:01:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84551,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:05:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84552,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T14:00:00\",\n        \"toDate\": \"2025-02-04T14:30:00\",\n        \"comments\": \"<p>Test</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:34:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84553,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-04T15:00:00\",\n        \"toDate\": \"2025-02-04T15:30:00\",\n        \"comments\": \"<p>Test appointments </p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-04T11:49:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84557,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-02-05T10:00:00\",\n        \"toDate\": \"2025-02-05T15:30:00\",\n        \"comments\": \"<p>Test with organizer option 1</p>\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-02-03T17:19:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 84549,\n            \"subject\": \"50H: \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 150,\n                \"description\": \"50H\"\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-04-15T10:00:00\",\n        \"toDate\": \"2025-04-15T16:00:00\",\n        \"comments\": \"test appointment\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-04-14T15:30:00-04:00\",\n        \"modifiedDate\": \"2025-04-14T15:45:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 88381,\n            \"subject\": \"Appointment - test appointment\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 1101\\nOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2025-04-15T10:00:00\",\n        \"toDate\": \"2025-04-15T16:00:00\",\n        \"comments\": \"location1\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-04-15T10:31:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 88404,\n            \"subject\": \"Appointment - testing location\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"P.O. Box 268995 Suite 110\\rOklahoma City, OK 73126\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            ],\n            \"location\": {\n                \"contactId\": 230168,\n                \"name\": \"21st Century Insurance\"\n            },\n            \"owner\": {\n                \"id\": 631,\n                \"name\": \"Krasnov, Yana a.\",\n                \"contactID\": 1672480\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-10T10:00:00\",\n        \"toDate\": \"2026-01-10T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T10:33:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89935,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-12T11:00:00\",\n        \"toDate\": \"2026-01-12T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T10:34:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89936,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-13T11:00:00\",\n        \"toDate\": \"2026-01-13T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-12T12:19:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89937,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T11:00:00\",\n        \"toDate\": \"2026-01-20T11:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-19T17:47:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89942,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T12:00:00\",\n        \"toDate\": \"2026-01-20T12:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-20T10:40:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89943,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T12:00:00\",\n        \"toDate\": \"2026-01-20T12:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-01-20T10:43:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89944,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1696269,\n                    \"name\": \"Bandura, Yuriy\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        }\n    }\n]"}],"_postman_id":"39bacaa1-8833-4f30-8845-5ba9fee09081"},{"name":"FilteredCaseCalendar","id":"7a4eaa06-a3ad-44a4-97ce-9dc4ab7e5b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2026-01-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 5\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/byDatePaged","description":"<p>Retrieves a paginated, filtered list of calendar appointments across all cases based on date range and other criteria in the request body. Use this endpoint for firm-wide calendar views, deadline reports, or appointment exports.</p>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range and pagination (currentPage, pageSize).</p>\n<p><strong>Response:</strong> Returns a paginated array of appointment objects matching the filter criteria.</p>\n","urlObject":{"path":["case","calendar","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"adb66ddf-a890-4efc-8666-2cfcfa925116","name":"FilteredCaseCalendar","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2026-01-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 5\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3820"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 20 Jan 2026 16:33:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"caseID\": 519920,\n        \"caseNumber\": \"5 - 000010\",\n        \"fromDate\": \"2026-01-26T00:00:00\",\n        \"toDate\": \"2026-01-26T23:59:00\",\n        \"comments\": \"<div style=\\\"display: flex; align-items: flex-start; gap: 12px; color: #262626; font-family: &quot;Segoe UI&quot;, &quot;Segoe UI Midlevel&quot;, sans-serif; text-decoration-color: initial;\\\"><div style=\\\"display: flex; flex-direction: column; align-items: flex-start; gap: 4px;\\\"><span style=\\\"background-color: #ff9900; font-weight: 600; font-size: 20px; line-height: 26px;\\\">Michelangelo (1475–1564) – The Master of the Human Form</span><span style=\\\"line-height: 16px; color: #666666;\\\">©unsplash</span></div></div><div style=\\\"color: #262626; font-family: &quot;Segoe UI&quot;, &quot;Segoe UI Midlevel&quot;, sans-serif; text-decoration-color: initial;\\\"><span style=\\\"line-height: 22px; color: #262626;\\\">Michelangelo is revered for his unparalleled mastery in sculpture and fresco painting. His iconic works, such as the statue of David and the Sistine Chapel ceiling, epitomize the beauty and complexity of the human form.</span></div>\",\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Open\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2026-01-05T09:50:00-05:00\",\n        \"modifiedDate\": \"2026-01-05T09:51:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89923,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": true,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1698974,\n                    \"name\": \"Owens, Sally\"\n                },\n                {\n                    \"contactId\": 1699140,\n                    \"name\": \"Ilchyshyn, Iryna J.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 719,\n                \"name\": \"Ilchyshyn, Iryna J.\",\n                \"contactID\": 1699140\n            }\n        }\n    },\n    {\n        \"caseID\": 519920,\n        \"caseNumber\": \"5 - 000010\",\n        \"fromDate\": \"2026-01-09T00:00:00\",\n        \"toDate\": \"2026-01-09T23:59:00\",\n        \"comments\": \"<div style=\\\"display: flex; align-items: flex-start; gap: 12px; color: #262626; font-family: &quot;Segoe UI&quot;, &quot;Segoe UI Midlevel&quot;, sans-serif; text-decoration-color: initial;\\\"><div style=\\\"display: flex; flex-direction: column; align-items: flex-start; gap: 4px;\\\"><span style=\\\"background-color: #ff9900; font-weight: 600; font-size: 20px; line-height: 26px;\\\">Michelangelo (1475–1564) – The Master of the Human Form</span><span style=\\\"line-height: 16px; color: #666666;\\\">©unsplash</span></div></div><div style=\\\"color: #262626; font-family: &quot;Segoe UI&quot;, &quot;Segoe UI Midlevel&quot;, sans-serif; text-decoration-color: initial;\\\"><span style=\\\"line-height: 22px; color: #262626;\\\">Michelangelo is revered for his unparalleled mastery in sculpture and fresco painting. His iconic works, such as the statue of David and the Sistine Chapel ceiling, epitomize the beauty and complexity of the human form.</span></div>\",\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Adjourned\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-12-29T15:29:00-05:00\",\n        \"modifiedDate\": \"2026-01-05T09:50:00-05:00\",\n        \"appointment\": {\n            \"appointmentID\": 89908,\n            \"subject\": \"Appointment - \",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 126\n            },\n            \"address\": \"\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": true,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1698974,\n                    \"name\": \"Owens, Sally\"\n                },\n                {\n                    \"contactId\": 1699140,\n                    \"name\": \"Ilchyshyn, Iryna J.\"\n                }\n            ],\n            \"owner\": {\n                \"id\": 719,\n                \"name\": \"Ilchyshyn, Iryna J.\",\n                \"contactID\": 1699140\n            }\n        },\n        \"adjournedOrCanceledInfo\": {\n            \"canceled\": false,\n            \"newFromDate\": \"2026-01-26T00:00:00\",\n            \"newToDate\": \"2026-01-26T23:59:00\",\n            \"changedByLastName\": \"Ilchyshyn\",\n            \"changedByFirstName\": \"Iryna\",\n            \"party\": \"All Parties\",\n            \"reason\": \"Court Order\",\n            \"approvedBy\": \"Owens, Sally\",\n            \"adjournComments\": \"\"\n        }\n    }\n]"}],"_postman_id":"7a4eaa06-a3ad-44a4-97ce-9dc4ab7e5b45"},{"name":"Add Appointment","id":"22a8a641-f53c-46bb-9796-088114841fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"fromDate\": \"2026-01-20T12:00:00\",\r\n        \"toDate\": \"2026-01-20T12:30:00\",\r\n        \"comments\": \"some test comments\",\r\n        \"status\": {\r\n            \"id\": 1\r\n        },\r\n        \"documentIDs\": [3173710],\r\n        \"appointment\": {\r\n            \"subject\": \"appointment with client\",\r\n            \"type\": {\r\n                \"id\": 3                \r\n            },\r\n            \"activityType\": {\r\n                \"id\": 20\r\n            },\r\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\r\n            \"isAllDayEvent\": false,\r\n            \"attendingStaff\": [\r\n                {\r\n                    \"contactId\": 1696269\r\n                }\r\n            ],\r\n            \"location\": {\r\n                \"contactId\": 285118\r\n            },\r\n            \"Judge\": {\r\n                \"contactId\":1631752\r\n            },\r\n            \"Owner\": {\r\n                \"id\":488 //userID\r\n            },\r\n            \"OnlineMeetingProvider\":{\r\n                \"id\":1\r\n            }\r\n        }\r\n    }\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/calendar","description":"<p>Creates a new calendar appointment for a specific case. Use this endpoint to schedule meetings, hearings, or reminders linked to a case.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Appointment details including type, activity type, date, time, status, and description. Use the Appointment Types, Appointment Activity Types, and Appointment Statuses endpoints to retrieve valid reference values.</p>\n<p><strong>Response:</strong> Returns the newly created appointment object. Returns 400 if required fields are missing or invalid.</p>\n","urlObject":{"path":["case","516718","calendar"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c1a9099d-0b09-4034-89c5-fb3f6a7a737a","name":"Add Appointment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"fromDate\": \"2026-01-20T12:00:00\",\r\n        \"toDate\": \"2026-01-20T12:30:00\",\r\n        \"comments\": \"some test comments\",\r\n        \"status\": {\r\n            \"id\": 1\r\n        },\r\n        \"documentIDs\": [3173710],\r\n        \"appointment\": {\r\n            \"subject\": \"appointment with client\",\r\n            \"type\": {\r\n                \"id\": 3                \r\n            },\r\n            \"activityType\": {\r\n                \"id\": 20\r\n            },\r\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\r\n            \"isAllDayEvent\": false,\r\n            \"attendingStaff\": [\r\n                {\r\n                    \"contactId\": 1696269\r\n                }\r\n            ],\r\n            \"location\": {\r\n                \"contactId\": 285118\r\n            },\r\n            \"Judge\": {\r\n                \"contactId\":1631752\r\n            },\r\n            \"Owner\": {\r\n                \"id\":488 //userID\r\n            },\r\n            \"OnlineMeetingProvider\":{\r\n                \"id\":1\r\n            }\r\n        }\r\n    }\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/calendar"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 18 Mar 2026 20:37:41 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1051"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fromDate\": \"2026-01-20T12:00:00\",\n        \"toDate\": \"2026-01-20T12:30:00\",\n        \"comments\": \"some test comments\",\n        \"status\": {\n            \"id\": 5,\n            \"description\": \"Overdue(Open)\"\n        },\n        \"documentIDs\": [\n            3173710\n        ],\n        \"createdDate\": \"2026-03-18T16:38:00-04:00\",\n        \"appointment\": {\n            \"appointmentID\": 90115,\n            \"subject\": \"appointment with client\",\n            \"type\": {\n                \"id\": 3,\n                \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n            },\n            \"activityType\": {\n                \"id\": 20,\n                \"description\": \"Case Review\"\n            },\n            \"address\": \" 6 Park harbor, Port Washington, NY 11050\",\n            \"isRecurrence\": false,\n            \"isAllDayEvent\": false,\n            \"attendingStaff\": [\n                {\n                    \"contactId\": 1631752,\n                    \"name\": \"Ilinykh, Andrey\"\n                },\n                {\n                    \"contactId\": 1696269,\n                    \"name\": \"Bandura, Yuriy\"\n                }\n            ],\n            \"judge\": {\n                \"contactId\": 1631752,\n                \"name\": \"Ilinykh, Andrey\"\n            },\n            \"location\": {\n                \"contactId\": 285118,\n                \"name\": \"All Defendants\"\n            },\n            \"owner\": {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            },\n            \"onlineMeetingProvider\": {\n                \"id\": 1,\n                \"description\": \"Teams\"\n            }\n        }\n    }\n]"}],"_postman_id":"22a8a641-f53c-46bb-9796-088114841fdb"},{"name":"Appointment Types","id":"92f09966-7073-436d-b5ae-259dcbe02fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/types","description":"<p>Retrieves the list of available appointment types (e.g., Deposition, Mediation, Trial, Client Meeting). Use this endpoint to populate type dropdowns when creating or filtering appointments.</p>\n<p><strong>Response:</strong> Returns an array of appointment type objects, each with an ID and name.</p>\n","urlObject":{"path":["case","calendar","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3cbd93d6-534c-4a8b-89ec-9027787795b7","name":"Appointment Types","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/types"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"905"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 09 Jan 2026 21:36:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"description\": \"Case-related                                                                                                                                                                                            \"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Case-related (No Court)                                                                                                                                                                                 \"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Non-Case related Office                                                                                                                                                                                 \"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Personal 1                                                                                                                                                                                              \"\n    }\n]"}],"_postman_id":"92f09966-7073-436d-b5ae-259dcbe02fda"},{"name":"Appointment Activity Types","id":"0a845717-f273-4de9-8dd4-31d4d39ff1bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/activityTypes","description":"<p>Retrieves the list of available activity types that can be associated with a calendar appointment. Activity types provide a secondary classification for appointments. Use this endpoint to populate activity type dropdowns when creating or updating appointments.</p>\n<p><strong>Response:</strong> Returns an array of activity type objects, each with an ID and name.</p>\n","urlObject":{"path":["case","calendar","activityTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4d73d600-4d81-4c1a-aed3-ef59875eb294","name":"Appointment Activity Types","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/activityTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"6374"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Fri, 09 Jan 2026 20:36:56 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 68,\n        \"description\": \"50-H Physical Exam\"\n    },\n    {\n        \"id\": 150,\n        \"description\": \"50H\"\n    },\n    {\n        \"id\": 76,\n        \"description\": \"50H Hearing\"\n    },\n    {\n        \"id\": 183,\n        \"description\": \"Adverse Exam\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Appeal\"\n    },\n    {\n        \"id\": 90,\n        \"description\": \"Appeal Brief due\"\n    },\n    {\n        \"id\": 126,\n        \"description\": \"Appointment\"\n    },\n    {\n        \"id\": 223,\n        \"description\": \"Appointment_Activity_Test\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"Appointment_case-related\"\n    },\n    {\n        \"id\": 61,\n        \"description\": \"Arbitration\"\n    },\n    {\n        \"id\": 118,\n        \"description\": \"Arbitration - No Fault\"\n    },\n    {\n        \"id\": 217,\n        \"description\": \"Busy All Day\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Calendar Meeting\"\n    },\n    {\n        \"id\": 124,\n        \"description\": \"Case Evaluation - For Settlement Conference\"\n    },\n    {\n        \"id\": 91,\n        \"description\": \"Case Inventory Review\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Case Review\"\n    },\n    {\n        \"id\": 219,\n        \"description\": \"Case-Related (No court)\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Certification Conference\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"Citation Return Date\"\n    },\n    {\n        \"id\": 146,\n        \"description\": \"Client Statement\"\n    },\n    {\n        \"id\": 184,\n        \"description\": \"Client work - general\"\n    },\n    {\n        \"id\": 186,\n        \"description\": \"Client work - general\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Compliance Conference\"\n    },\n    {\n        \"id\": 151,\n        \"description\": \"Compromise\"\n    },\n    {\n        \"id\": 149,\n        \"description\": \"Conference Call\"\n    },\n    {\n        \"id\": 167,\n        \"description\": \"Conference Call\"\n    }\n]"}],"_postman_id":"0a845717-f273-4de9-8dd4-31d4d39ff1bd"},{"name":"Appointment Statuses","id":"9f905888-2bf4-4613-a5fa-d3792608cb85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/Statuses","description":"<p>Retrieves the list of available appointment statuses (e.g., Scheduled, Completed, Cancelled, Rescheduled). Use this endpoint to populate status dropdowns when creating or updating appointments.</p>\n<p><strong>Response:</strong> Returns an array of appointment status objects, each with an ID and name.</p>\n","urlObject":{"path":["case","calendar","Statuses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"41a3e784-aa89-4314-8920-3cf378ae5250","name":"Appointment Statuses","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/calendar/Statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"237"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Fri, 09 Jan 2026 20:38:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"description\": \"Adjourned\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Canceled\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Completed\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Confirmed\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Open\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Over Due\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Pending\"\n    }\n]"}],"_postman_id":"9f905888-2bf4-4613-a5fa-d3792608cb85"}],"id":"201b6e11-439e-442d-a150-42363245c07a","description":"<p>Manages calendar appointments and scheduled events associated with cases. Appointments represent meetings, hearings, deadlines, and other time-sensitive events linked to a case. Endpoints support retrieving appointments by case ID or case number, performing filtered/paginated searches, creating new appointments, and retrieving reference data for appointment types, activity types, and statuses. Note: Court-specific scheduling is managed in the Court &gt; Docket folder.</p>\n","_postman_id":"201b6e11-439e-442d-a150-42363245c07a"},{"name":"Case","item":[{"name":"GetCaseInfo","id":"2ade3385-323f-492c-a338-19919cf09dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseInfo?Casenumber=9000002&AddContactInfo=false&AddReferrals=false","description":"<p>Retrieves summary information for a case identified by case number. Use this endpoint when you need a lightweight case overview including status, type, and key dates without loading the full case record.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Casenumber</code> (string, required): The human-readable case number (e.g., 9000002).</li>\n<li><code>AddContactInfo</code> (boolean, optional, default: false): When true, includes contact details for all parties linked to the case.</li>\n<li><code>AddReferrals</code> (boolean, optional, default: false): When true, includes referral source information associated with the case.</li>\n</ul>\n<p><strong>Response:</strong> Returns a case summary object. Returns 404 if the case number does not exist.</p>\n","urlObject":{"path":["case","CaseInfo"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>case number</p>\n","type":"text/plain"},"key":"Casenumber","value":"9000002"},{"description":{"content":"<p>add full contact information for plaintiff and defendant</p>\n","type":"text/plain"},"key":"AddContactInfo","value":"false"},{"description":{"content":"<p>add referral information in the results</p>\n","type":"text/plain"},"key":"AddReferrals","value":"false"}],"variable":[]}},"response":[{"id":"eaac9c74-9cc4-4277-b857-2295579aad6d","name":"GetCaseInfo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseInfo?Casenumber=9000002&AddContactInfo=true","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","CaseInfo"],"query":[{"key":"Casenumber","value":"9000002"},{"key":"AddContactInfo","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5924"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Sep 2025 13:46:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"caseName\": \"Tim v. Begemot incorporated 1\",\n        \"caseGroupID\": 151,\n        \"caseGroup\": \"Alien Torts\",\n        \"caseTypeID\": 1249,\n        \"caseType\": \"ATS-Guatemala\",\n        \"caseStatusID\": 36,\n        \"caseStatus\": \"Case Settled - Awaiting Collection\",\n        \"caseStatusFrom\": \"2023-04-21T00:00:00-04:00\",\n        \"caseOpenedDate\": \"2019-01-03T11:06:34.663-05:00\",\n        \"wantedAcceptedDate\": \"2020-07-26T20:35:00-04:00\",\n        \"retainedDate\": \"2020-06-16T10:36:00-04:00\",\n        \"officeID\": 2,\n        \"officeName\": \"New York Office\",\n        \"incident\": {\n            \"incidentFacts\": \"updated incident facts\",\n            \"mergedFacts\": \"\",\n            \"comments\": \"\",\n            \"state\": \"VA\",\n            \"incidentDate\": \"2019-01-02T12:20:00-05:00\"\n        },\n        \"plaintiffs\": [\n            {\n                \"id\": 622470,\n                \"name\": \"Tim, Berton\",\n                \"roleID\": 19707,\n                \"role\": \"(P)-Point of Contact\",\n                \"contactID\": 1695568,\n                \"primary\": true,\n                \"primaryContact\": false,\n                \"comments\": \"Updated comment1\",\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"group\": 1,\n                \"contact\": {\n                    \"contactId\": 1695568,\n                    \"contactCtg\": 1,\n                    \"firstName\": \"Berton\",\n                    \"lastName\": \"Tim\",\n                    \"middleName\": \"\",\n                    \"prefix\": \"\",\n                    \"suffix\": \"\",\n                    \"nickName\": \"\",\n                    \"maidenName\": \"\",\n                    \"contactTypeId\": 10,\n                    \"contactSubCtgID\": 1,\n                    \"contactType\": \"General\",\n                    \"contactSubCtg\": \"Adult\",\n                    \"comments\": \"\",\n                    \"dateOfBirth\": \"1988-01-12T00:00:00\",\n                    \"genderID\": 1,\n                    \"birthPlace\": \"\",\n                    \"occupation\": \"\",\n                    \"spouse\": \"\",\n                    \"einNo\": \"\",\n                    \"ssnNo\": \"123-45-6789\",\n                    \"primaryLanguage\": \"English\",\n                    \"secondaryLanguage\": \"\",\n                    \"licenseNo\": \"\",\n                    \"licenseStateID\": 0,\n                    \"noSSN\": false,\n                    \"active\": true,\n                    \"preventAutoContact\": false,\n                    \"preventMailing\": false,\n                    \"locked\": false,\n                    \"addresses\": [\n                        {\n                            \"addressID\": 840398,\n                            \"address1\": \"some 2 new address\",\n                            \"city\": \"Lindenhurst\",\n                            \"state\": \"NY\",\n                            \"zip\": \"11757\",\n                            \"country\": \"UNITED STATES OF AMERICA\",\n                            \"primary\": false,\n                            \"residence\": false,\n                            \"current\": false,\n                            \"mailing\": false,\n                            \"createdDate\": \"2022-09-02T10:46:00-04:00\",\n                            \"modifiedDate\": \"2022-09-02T11:23:00-04:00\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"emailID\": 450305,\n                            \"name\": \"andrew@smartadvocate.com\",\n                            \"primary\": true,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2020-01-17T11:16:00-05:00\",\n                            \"modifiedDate\": \"2024-03-14T11:38:00-04:00\"\n                        },\n                        {\n                            \"emailID\": 450467,\n                            \"name\": \"test@smartadvocate.com\",\n                            \"primary\": false,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2022-09-02T12:28:00-04:00\",\n                            \"modifiedDate\": \"2023-12-06T10:04:00-05:00\"\n                        }\n                    ],\n                    \"phones\": [\n                        {\n                            \"phoneID\": 229,\n                            \"name\": \"Cell Phone\",\n                            \"phoneNumber\": \"(516) 884-3440\",\n                            \"primary\": false,\n                            \"useForTexting\": true,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2020-06-27T18:48:00-04:00\",\n                            \"modifiedDate\": \"2023-12-06T10:20:00-05:00\"\n                        },\n                        {\n                            \"phoneID\": 525,\n                            \"name\": \"Mobile Phone\",\n                            \"phoneNumber\": \"(123) 456-7890\",\n                            \"primary\": true,\n                            \"useForTexting\": false,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2022-09-12T17:52:00-04:00\",\n                            \"modifiedDate\": \"2023-12-06T10:20:00-05:00\"\n                        }\n                    ],\n                    \"createdDate\": \"2019-01-03T11:06:34.68-05:00\",\n                    \"modifiedDate\": \"2025-02-14T11:51:51.143-05:00\"\n                },\n                \"tableType\": \"Main\"\n            },\n            {\n                \"id\": 622684,\n                \"name\": \"Mike, Tamber\",\n                \"roleID\": 24528,\n                \"role\": \"(P)-Guardian - Parent\",\n                \"contactID\": 1698207,\n                \"primary\": false,\n                \"primaryContact\": true,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"contact\": {\n                    \"contactId\": 1698207,\n                    \"contactCtg\": 1,\n                    \"firstName\": \"Tamber\",\n                    \"lastName\": \"Mike\",\n                    \"contactTypeId\": 10,\n                    \"contactType\": \"General\",\n                    \"genderID\": 1,\n                    \"ssnNo\": \"\",\n                    \"active\": true,\n                    \"preventAutoContact\": false,\n                    \"locked\": false,\n                    \"addresses\": [\n                        {\n                            \"addressID\": 840604,\n                            \"country\": \"UNITED STATES OF AMERICA\",\n                            \"primary\": true,\n                            \"residence\": true,\n                            \"current\": true,\n                            \"addressType\": \"Home - Primary\",\n                            \"mailing\": true,\n                            \"createdDate\": \"2023-05-31T12:04:00-04:00\"\n                        }\n                    ],\n                    \"emails\": [],\n                    \"phones\": [],\n                    \"createdDate\": \"2023-05-31T12:04:00.42-04:00\"\n                },\n                \"tableType\": \"Main\"\n            }\n        ],\n        \"defendant\": [\n            {\n                \"id\": 813339,\n                \"name\": \"Begemot incorporated 1\",\n                \"roleID\": 18330,\n                \"role\": \"(D)-Default Role\",\n                \"contactID\": 287522,\n                \"primary\": true,\n                \"markedAsRemoved\": false,\n                \"client\": false,\n                \"contact\": {\n                    \"contactId\": 287522,\n                    \"contactCtg\": 2,\n                    \"name\": \"Begemot incorporated 1\",\n                    \"otherName\": \"\",\n                    \"contactTypeId\": 11,\n                    \"contactType\": \"General\",\n                    \"einNo\": \"  -\",\n                    \"ssnNo\": \"\",\n                    \"preventAutoContact\": false,\n                    \"preventMailing\": false,\n                    \"locked\": false,\n                    \"addresses\": [\n                        {\n                            \"addressID\": 838856,\n                            \"address1\": \"test2\",\n                            \"city\": \"Wake Forest\",\n                            \"state\": \"NC\",\n                            \"zip\": \"27587\",\n                            \"county\": \"Wake\",\n                            \"country\": \"UNITED STATES OF AMERICA\",\n                            \"primary\": true,\n                            \"residence\": false,\n                            \"current\": true,\n                            \"addressType\": \"HQ/Main Office\",\n                            \"mailing\": true,\n                            \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n                            \"modifiedDate\": \"2021-06-11T03:57:00-04:00\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"emailID\": 450155,\n                            \"name\": \"begemot.com\",\n                            \"primary\": true,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n                            \"modifiedDate\": \"2020-08-13T06:16:00-04:00\"\n                        }\n                    ],\n                    \"phones\": [],\n                    \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n                    \"modifiedDate\": \"2023-07-31T11:10:00-04:00\"\n                }\n            }\n        ],\n        \"secondStatuses\": [\n            {\n                \"statusID\": 973,\n                \"fromDate\": \"2023-12-06T10:43:00-05:00\",\n                \"statusTypeName\": \"LiveVox Dialer\",\n                \"statusName\": \"In the dialer\"\n            },\n            {\n                \"statusID\": 969,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Communication Status\",\n                \"statusName\": \"contacted with client\"\n            },\n            {\n                \"statusID\": 968,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Missing Information\",\n                \"statusName\": \"missed some info\"\n            },\n            {\n                \"statusID\": 970,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Dialer Status\",\n                \"statusName\": \"Test Dialer Status\"\n            },\n            {\n                \"statusID\": 962,\n                \"fromDate\": \"2023-02-27T11:54:00-05:00\",\n                \"statusTypeName\": \"Unknown\",\n                \"statusName\": \"discovery_survey\"\n            }\n        ],\n        \"caseStaff\": [\n            {\n                \"uniqueContactId\": 1152318,\n                \"firstName\": \"Peter\",\n                \"lastName\": \"Cambs\",\n                \"email\": \"pcambs@zzyourlawyer.com\",\n                \"role\": \"Primary Attorney\",\n                \"createdDate\": \"2021-02-17T16:59:00-05:00\",\n                \"userID\": 221\n            },\n            {\n                \"uniqueContactId\": 1631752,\n                \"firstName\": \"Andrey\",\n                \"lastName\": \"Ilinykh\",\n                \"email\": \"andrew@smartadvocate.com\",\n                \"role\": \"Attorney\",\n                \"phone\": \"(516) 884-3440\",\n                \"createdDate\": \"2021-11-30T11:14:00-05:00\",\n                \"userID\": 488\n            },\n            {\n                \"uniqueContactId\": 1699177,\n                \"firstName\": \"Bbb\",\n                \"lastName\": \"Aaaba\",\n                \"role\": \"Primary Paralegal\",\n                \"createdDate\": \"2025-06-18T15:39:00-04:00\",\n                \"userID\": 762\n            }\n        ],\n        \"subTypes\": [\n            {\n                \"id\": 8433,\n                \"description\": \"Veneral Disease\"\n            },\n            {\n                \"id\": 8434,\n                \"description\": \"Subtype Unknown\"\n            }\n        ],\n        \"tags\": [\n            {\n                \"tagId\": 34,\n                \"name\": \"Commercial\"\n            },\n            {\n                \"tagId\": 42,\n                \"name\": \"Dont call 123\"\n            },\n            {\n                \"tagId\": 43,\n                \"name\": \"Dont look\"\n            },\n            {\n                \"tagId\": 7,\n                \"name\": \"Oppa\"\n            },\n            {\n                \"tagId\": 1,\n                \"name\": \"Tag1\"\n            },\n            {\n                \"tagId\": 2,\n                \"name\": \"Teg2\"\n            },\n            {\n                \"tagId\": 3,\n                \"name\": \"Teg3\"\n            },\n            {\n                \"tagId\": 9,\n                \"name\": \"Tes\"\n            }\n        ],\n        \"createdDate\": \"2019-01-03T11:06:34.663-05:00\",\n        \"modifiedDate\": \"2025-06-18T15:39:00-04:00\"\n    }\n]"}],"_postman_id":"2ade3385-323f-492c-a338-19919cf09dc0"},{"name":"FilteredCases","id":"53dd9b5a-b282-4d72-9a4a-0cd4bfe9b680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T00:00:00Z\",\r\n    \"modifiedToDateTime\": \"2025-06-02T21:51:00Z\",\r\n    \"caseNumbers\": [],\r\n    \"caseTypeIDs\": [\r\n        370        \r\n    ],\r\n    \"tagsIDs\": [\r\n        33\r\n    ],\r\n    \"caseGroupsIDs\":[],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 50\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/byDatePaged?AddContactInfo=true","description":"<p>Retrieves a paginated, filtered list of cases based on date range and other criteria supplied in the request body. Use this endpoint for bulk case exports, reporting, or building case lists filtered by date of creation or modification.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>AddContactInfo</code> (boolean, optional, default: false): When true, includes contact details for each case in the response.</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range, pagination (currentPage, pageSize), and any additional filter fields.</p>\n<p><strong>Response:</strong> Returns a paginated array of case objects matching the filter criteria. Returns an empty array if no cases match.</p>\n","urlObject":{"path":["case","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"AddContactInfo","value":"true"}],"variable":[]}},"response":[{"id":"4aa62881-fd60-431f-b28f-d7365b5f3545","name":"FilteredCases","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T00:00:00Z\",\r\n    \"modifiedToDateTime\": \"2025-06-02T21:51:00Z\",\r\n    \"caseNumbers\": [],\r\n    \"caseTypeIDs\": [\r\n        370        \r\n    ],\r\n    \"tagsIDs\": [\r\n        33\r\n    ],\r\n    \"caseGroupsIDs\":[],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 50\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/byDatePaged?AddContactInfo=true","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","byDatePaged"],"query":[{"key":"AddContactInfo","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3728"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 03 Sep 2025 13:47:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"caseID\": 519040,\n        \"caseNumber\": \"2300015\",\n        \"caseName\": \"Velasko v. Air plane\",\n        \"caseGroupID\": 5,\n        \"caseGroup\": \"Airplane Crashes\",\n        \"caseTypeID\": 370,\n        \"caseType\": \"Air Crash - Not Municipal - Not  Death\",\n        \"caseStatusID\": 9,\n        \"caseStatus\": \"Closed Case\",\n        \"caseStatusFrom\": \"2023-09-05T10:22:00-04:00\",\n        \"caseOpenedDate\": \"2023-08-16T09:10:05.823-04:00\",\n        \"caseClosedDate\": \"2023-09-05T10:21:30.2-04:00\",\n        \"retainedDate\": \"2023-009-16T10:36:00-04:00\",\n        \"officeID\": 2,\n        \"officeName\": \"New York Office\",\n        \"incident\": {\n            \"incidentFacts\": \"\",\n            \"mergedFacts\": \"\",\n            \"comments\": \"\",\n            \"state\": \"NY\",\n            \"incidentDate\": \"2023-08-15T00:00:00-04:00\"\n        },\n        \"plaintiffs\": [\n            {\n                \"id\": 629474,\n                \"name\": \"Velasko, Jorge\",\n                \"roleID\": 2210,\n                \"role\": \"(P)-Passenger\",\n                \"contactID\": 1699327,\n                \"primary\": true,\n                \"primaryContact\": true,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": false,\n                \"contact\": {\n                    \"contactId\": 1699327,\n                    \"contactCtg\": 1,\n                    \"firstName\": \"Jorge\",\n                    \"lastName\": \"Velasko\",\n                    \"contactTypeId\": 10,\n                    \"contactType\": \"General\",\n                    \"genderID\": 1,\n                    \"ssnNo\": \"\",\n                    \"primaryLanguage\": \"English\",\n                    \"active\": true,\n                    \"preventAutoContact\": false,\n                    \"locked\": false,\n                    \"addresses\": [\n                        {\n                            \"addressID\": 841680,\n                            \"country\": \"UNITED STATES OF AMERICA\",\n                            \"primary\": true,\n                            \"residence\": false,\n                            \"current\": true,\n                            \"addressType\": \"Home - Primary\",\n                            \"mailing\": true,\n                            \"createdDate\": \"2025-06-02T09:48:00-04:00\"\n                        }\n                    ],\n                    \"emails\": [],\n                    \"phones\": [],\n                    \"createdDate\": \"2025-06-02T09:47:39.19-04:00\"\n                },\n                \"tableType\": \"Main\"\n            }\n        ],\n        \"defendant\": [\n            {\n                \"id\": 837931,\n                \"name\": \"Air plane\",\n                \"roleID\": 2202,\n                \"role\": \"(D)-Airlines\",\n                \"contactID\": 287833,\n                \"primary\": true,\n                \"markedAsRemoved\": false,\n                \"client\": false,\n                \"contact\": {\n                    \"contactId\": 287833,\n                    \"contactCtg\": 2,\n                    \"name\": \"Air plane\",\n                    \"otherName\": \"\",\n                    \"contactTypeId\": 11,\n                    \"contactType\": \"General\",\n                    \"einNo\": \"  -\",\n                    \"ssnNo\": \"\",\n                    \"preventAutoContact\": false,\n                    \"preventMailing\": false,\n                    \"locked\": false,\n                    \"addresses\": [\n                        {\n                            \"addressID\": 840694,\n                            \"primary\": true,\n                            \"residence\": false,\n                            \"current\": true,\n                            \"addressType\": \"Home - Primary\",\n                            \"mailing\": true,\n                            \"createdDate\": \"2023-08-16T09:12:00-04:00\",\n                            \"modifiedDate\": \"2023-08-16T09:13:00-04:00\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"emailID\": 450604,\n                            \"name\": \"yana@smartadvocate.com\",\n                            \"primary\": true,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2023-09-05T10:21:00-04:00\",\n                            \"modifiedDate\": \"2023-09-05T10:21:00-04:00\"\n                        }\n                    ],\n                    \"phones\": [\n                        {\n                            \"phoneID\": 691,\n                            \"name\": \"Originating Phone\",\n                            \"phoneNumber\": \"(214) 554-5454\",\n                            \"primary\": true,\n                            \"useForTexting\": true,\n                            \"preventAutoContact\": false,\n                            \"createdDate\": \"2023-08-16T09:13:00-04:00\",\n                            \"modifiedDate\": \"2023-08-16T09:13:00-04:00\"\n                        }\n                    ],\n                    \"createdDate\": \"2023-08-16T09:12:00-04:00\",\n                    \"modifiedDate\": \"2023-09-05T10:21:00-04:00\"\n                }\n            }\n        ],\n        \"secondStatuses\": [\n            {\n                \"statusID\": 781,\n                \"fromDate\": \"2024-06-21T16:00:00-04:00\",\n                \"statusTypeName\": \"FEMA Status\",\n                \"statusName\": \"Objection Filed\"\n            }\n        ],\n        \"caseStaff\": [\n            {\n                \"uniqueContactId\": 1672480,\n                \"firstName\": \"Yana\",\n                \"lastName\": \"Krasnov\",\n                \"email\": \"yana@smartadvocate.com\",\n                \"role\": \"Case Manager\",\n                \"phone\": \"(267) 772-1811\",\n                \"createdDate\": \"2023-08-16T09:14:00-04:00\",\n                \"userID\": 631\n            },\n            {\n                \"uniqueContactId\": 1665566,\n                \"firstName\": \"Yuriy\",\n                \"lastName\": \"Aleksandrov\",\n                \"email\": \"yuriy@smartadvocate.com\",\n                \"role\": \"Staff\",\n                \"createdDate\": \"2024-08-21T08:29:00-04:00\",\n                \"userID\": 350\n            },\n            {\n                \"uniqueContactId\": 1668403,\n                \"firstName\": \"Ashley\",\n                \"lastName\": \"Benton\",\n                \"email\": \"abenton@zznbalawfirm.com\",\n                \"role\": \"Primary Attorney\",\n                \"createdDate\": \"2024-08-21T08:30:00-04:00\",\n                \"userID\": 548\n            },\n            {\n                \"uniqueContactId\": 1570838,\n                \"firstName\": \"Keith\",\n                \"lastName\": \"Altma\",\n                \"email\": \"emailoNePrimero@gmuma.comm\",\n                \"role\": \"Attorney\",\n                \"phone\": \"(333) 333-3333\",\n                \"createdDate\": \"2024-08-21T08:31:00-04:00\",\n                \"userID\": 419\n            },\n            {\n                \"uniqueContactId\": 1682914,\n                \"firstName\": \"Jennifer\",\n                \"lastName\": \"Shellenberger\",\n                \"email\": \"jshellenberger@zzyourlawyer.com\",\n                \"role\": \"Paralegal\",\n                \"createdDate\": \"2024-08-21T08:31:00-04:00\",\n                \"userID\": 608\n            }\n        ],\n        \"subTypes\": [\n            {\n                \"id\": 1654,\n                \"description\": \"Pilot Error\"\n            }\n        ],\n        \"tags\": [\n            {\n                \"tagId\": 33,\n                \"name\": \"18 Wheeler\"\n            },\n            {\n                \"tagId\": 35,\n                \"name\": \"Motorcycle\"\n            },\n            {\n                \"tagId\": 25,\n                \"name\": \"Test_Yana\"\n            }\n        ],\n        \"createdDate\": \"2023-08-16T09:10:05.823-04:00\",\n        \"modifiedDate\": \"2025-06-02T09:48:00-04:00\"\n    }\n]"}],"_postman_id":"53dd9b5a-b282-4d72-9a4a-0cd4bfe9b680"},{"name":"CreateCase","id":"42455bb2-fdad-4ddb-82a2-1737e3f07abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"phone\": \"1234567890\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"summary\": \"test summary\",\r\n    \"paidAdvertisement\": \"youtube\",\r\n    \"searchEngineName\": \"google\",\r\n    \"entryPageURL\": \"\",\r\n    \"referralPageURL\": \"\",\r\n    \"address\": \"201 Old Country Rd Suite 145\",\r\n    \"city\": \"Melville\",\r\n    \"state\": \"NY\",\r\n    \"zip\": \"11747\",\r\n    \"referringURL\": null,\r\n    \"keywords\": \"accident, injury\",\r\n    \"intakeDate\": \"06/01/2025\",\r\n    \"dob\": \"02/05/1980\",\r\n    \"gender\": \"Male\",\r\n    \"ssn\": \"123-52-4568\",\r\n    \"caseType\": \"Auto-Municipal-Not Death\",\r\n    \"office\": \"New-York\",\r\n    \"ssnEncoded\": false,\r\n    \"Referral_LawFirm\": null,\r\n    \"Referral_ContactID\": null,\r\n    \"PaidAdvertisementID\": 1234,\r\n    \"OfficeID\": 1,\r\n    \"CaseGroupID\": 123,\r\n    \"CaseTypeID\": 123,\r\n    \"SubTypeID\": 123,\r\n    \"PlaintiffContactID\": 132\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CreateCase","description":"<p>Creates a new case record in SmartAdvocate. Use this endpoint to open a new matter programmatically, such as during intake workflows or third-party integrations.</p>\n<p><strong>Request Body (JSON):</strong> Must include all required case fields such as case type, case group, and primary contact. Clarify: full required field list is not documented in this collection — refer to SmartAdvocate API documentation for the complete schema.</p>\n<p><strong>Response:</strong> Returns the newly created case object including the assigned internal case ID. Returns 400 if required fields are missing or invalid.</p>\n","urlObject":{"path":["case","CreateCase"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"908e4127-944d-49e8-ad53-fb7c2547a571","name":"CreateCase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Test\",\r\n  \"lastName\": \"Tester\",\r\n  \"phone\": \"1234567898\",\r\n  \"email\": \"test@email.com\",\r\n  \"summary\": \"some injuries\",\r\n  \"paidAdvertisement\": \"Google\",\r\n  \"searchEngineName\": \"Google\",\r\n  \"entryPageURL\": null,\r\n  \"referralPageURL\": null,\r\n  \"address\": null,\r\n  \"city\": null,\r\n  \"state\": null,\r\n  \"zip\": null,\r\n  \"referringURL\": null,\r\n  \"keywords\": null,\r\n  \"intakeDate\": null,\r\n  \"dob\": \"1988-01-12T00:00:00\",\r\n  \"gender\": \"M\",\r\n  \"ssn\": null,\r\n  \"caseType\": null,\r\n  \"office\": null,\r\n  \"ssnEncoded\": false,\r\n  \"Referral_LawFirm\": null,\r\n  \"Referral_ContactID\": null\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CreateCase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1184"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Apr 2025 13:36:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 19234,\n    \"caseNumber\": \"BBLG-2025-000281\",\n    \"caseName\": \"Tester v. Wasserman\",\n    \"caseGroupID\": 138,\n    \"caseGroup\": \"General Negligence\",\n    \"caseTypeID\": 830,\n    \"caseType\": \"Negligence\",\n    \"caseStatusID\": 162,\n    \"caseStatus\": \"Presign - Not Scheduled For Sign Up\",\n    \"caseStatusFrom\": \"2025-04-09T09:36:00-04:00\",\n    \"caseOpenedDate\": \"2025-04-09T09:36:24.743-04:00\",\n    \"officeID\": 2,\n    \"officeName\": \"Main\",\n    \"incident\": {\n        \"incidentFacts\": \"some injuries\",\n        \"mergedFacts\": \"\",\n        \"comments\": \"\",\n        \"state\": \"-U\"\n    },\n    \"plaintiffs\": [\n        {\n            \"id\": 19415,\n            \"name\": \"Tester, Test\",\n            \"roleID\": 20167,\n            \"role\": \"(P)-Plaintiff\",\n            \"contactID\": 189082,\n            \"primary\": true,\n            \"primaryContact\": true,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": false,\n            \"group\": 1,\n            \"tableType\": \"Main\"\n        }\n    ],\n    \"defendant\": [\n        {\n            \"id\": 17859,\n            \"name\": \"Wasserman, Paul\",\n            \"roleID\": 13732,\n            \"role\": \"(D)-Defendant\",\n            \"contactID\": 19,\n            \"primary\": true,\n            \"comments\": \"\",\n            \"markedAsRemoved\": false,\n            \"client\": false\n        }\n    ],\n    \"secondStatuses\": [],\n    \"caseStaff\": [\n        {\n            \"uniqueContactId\": 18,\n            \"firstName\": \"System\",\n            \"lastName\": \"SmartAdvocate\",\n            \"email\": \"smartadvocate.host@gmail.com\",\n            \"phone\": \"(402) 320-4297 x1234\",\n            \"createdDate\": \"2025-04-09T09:36:00-04:00\"\n        }\n    ],\n    \"subTypes\": [],\n    \"createdDate\": \"2025-04-09T09:36:24.743-04:00\",\n    \"modifiedDate\": \"2025-04-09T09:36:24.753-04:00\"\n}"}],"_postman_id":"42455bb2-fdad-4ddb-82a2-1737e3f07abd"},{"name":"GetCase","id":"acae6af0-9989-48b9-9e39-1ec354b4226b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/1","description":"<p>Retrieves the full case record for a case identified by its internal numeric case ID. Use this endpoint when you have the case ID and need the complete case data including all fields.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 1, 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns the full case object. Returns 404 if no case exists with the given ID.</p>\n","urlObject":{"path":["case","1"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5805fe58-1e9e-4f11-813c-76043011bb58","name":"GetCase","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2863"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 12 Feb 2026 23:21:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"caseName\": \"Tim v. Begemot incorporated 1\",\n    \"caseGroupID\": 151,\n    \"caseGroup\": \"Alien Torts\",\n    \"caseTypeID\": 1249,\n    \"caseType\": \"ATS-Guatemala\",\n    \"caseStatusID\": 9,\n    \"caseStatus\": \"Closed Case\",\n    \"caseStatusFrom\": \"2026-01-22T11:50:00-05:00\",\n    \"caseOpenedDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"caseClosedDate\": \"2026-01-23T11:33:52.95-05:00\",\n    \"wantedAcceptedDate\": \"2020-07-26T20:35:00-04:00\",\n    \"retainedDate\": \"2020-06-16T10:36:00-04:00\",\n    \"officeID\": 2,\n    \"officeName\": \"New York Office\",\n    \"incident\": {\n        \"incidentFacts\": \"updated incident facts\",\n        \"mergedFacts\": \"\",\n        \"comments\": \"\",\n        \"state\": \"VA\",\n        \"incidentDate\": \"2019-01-02T12:20:00-05:00\"\n    },\n    \"plaintiffs\": [\n        {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"role\": \"(P)-Point of Contact\",\n            \"contactID\": 1695568,\n            \"primary\": true,\n            \"primaryContact\": false,\n            \"comments\": \"Updated comment1\",\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": 1,\n            \"tableType\": \"Main\"\n        },\n        {\n            \"id\": 622684,\n            \"name\": \"Mike, Tamber\",\n            \"roleID\": 24528,\n            \"role\": \"(P)-Guardian - Parent\",\n            \"contactID\": 1698207,\n            \"primary\": false,\n            \"primaryContact\": true,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"tableType\": \"Main\"\n        }\n    ],\n    \"defendant\": [\n        {\n            \"id\": 813339,\n            \"name\": \"Begemot incorporated 1\",\n            \"roleID\": 18330,\n            \"role\": \"(D)-Default Role\",\n            \"contactID\": 287522,\n            \"primary\": true,\n            \"markedAsRemoved\": false,\n            \"client\": false\n        }\n    ],\n    \"secondStatuses\": [\n        {\n            \"statusID\": 973,\n            \"fromDate\": \"2023-12-06T10:43:00-05:00\",\n            \"statusTypeName\": \"LiveVox Dialer\",\n            \"statusName\": \"In the dialer\"\n        },\n        {\n            \"statusID\": 969,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Communication Status\",\n            \"statusName\": \"contacted with client\"\n        },\n        {\n            \"statusID\": 968,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Missing Information\",\n            \"statusName\": \"missed some info\"\n        },\n        {\n            \"statusID\": 970,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Dialer Status\",\n            \"statusName\": \"Test Dialer Status\"\n        },\n        {\n            \"statusID\": 962,\n            \"fromDate\": \"2023-02-27T11:54:00-05:00\",\n            \"statusTypeName\": \"Unknown\",\n            \"statusName\": \"discovery_survey\"\n        }\n    ],\n    \"caseStaff\": [\n        {\n            \"uniqueContactId\": 1152318,\n            \"firstName\": \"Peter\",\n            \"lastName\": \"Cambs\",\n            \"email\": \"pcambs@zzyourlawyer.com\",\n            \"role\": \"Primary Attorney\",\n            \"createdDate\": \"2021-02-17T16:59:00-05:00\",\n            \"userID\": 221\n        },\n        {\n            \"uniqueContactId\": 1631752,\n            \"firstName\": \"Andrey\",\n            \"lastName\": \"Ilinykh\",\n            \"email\": \"Test1@SmartAdvocateEmail.onmicrosoft.com\",\n            \"role\": \"Attorney\",\n            \"phone\": \"(516) 884-3440\",\n            \"createdDate\": \"2021-11-30T11:14:00-05:00\",\n            \"userID\": 488\n        },\n        {\n            \"uniqueContactId\": 1699177,\n            \"firstName\": \"Bbb\",\n            \"lastName\": \"Aaaba\",\n            \"role\": \"Primary Paralegal\",\n            \"createdDate\": \"2025-06-18T15:39:00-04:00\",\n            \"userID\": 762\n        }\n    ],\n    \"subTypes\": [\n        {\n            \"id\": 8433,\n            \"description\": \"Veneral Disease\"\n        },\n        {\n            \"id\": 8434,\n            \"description\": \"Subtype Unknown\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"tagId\": 34,\n            \"name\": \"Commercial\"\n        },\n        {\n            \"tagId\": 42,\n            \"name\": \"Dont call 123\"\n        },\n        {\n            \"tagId\": 43,\n            \"name\": \"Dont look\"\n        },\n        {\n            \"tagId\": 7,\n            \"name\": \"Oppa\"\n        },\n        {\n            \"tagId\": 3,\n            \"name\": \"Teg3\"\n        },\n        {\n            \"tagId\": 9,\n            \"name\": \"Tes\"\n        }\n    ],\n    \"createdDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"modifiedDate\": \"2026-01-23T11:34:00-05:00\"\n}"}],"_postman_id":"acae6af0-9989-48b9-9e39-1ec354b4226b"},{"name":"GetCaseContacts","id":"ac695ac4-a6f7-48ea-9f39-9d03dac603cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contacts","description":"<p>Retrieves all contacts linked to a case, including their roles (e.g., plaintiff, defendant, attorney). Use this endpoint to get the full list of people and organizations associated with a case.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID.</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of case contact objects, each including the contact's details and their role on the case. Returns an empty array if no contacts are linked.</p>\n","urlObject":{"path":["case","227","contacts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a5aa6504-bd10-4bfc-8c16-bf1238911923","name":"GetCaseContacts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"9565"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 20:20:31 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactId\": 15,\n        \"lastName\": \"Badge # 16585\",\n        \"contactNumber\": \"(232) 352-5453\",\n        \"contactTypeId\": 18,\n        \"contactType\": \"Police Officer\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 111,\n        \"firstName\": \"Yuriy\",\n        \"lastName\": \"Nikulin &Co\",\n        \"otherName\": \"\",\n        \"address1\": \"123 William Street\",\n        \"address2\": \"suite 2121\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11421\",\n        \"contactNumber\": \"(267) 772-1811\",\n        \"contactTypeId\": 18,\n        \"contactType\": \"Police Officer\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 2260,\n        \"name\": \"Cooper, Jerome, Esq.\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 12,\n        \"contactType\": \"Law Firm\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 21049,\n        \"name\": \"Affinity Health Plan\",\n        \"otherName\": \"\",\n        \"address1\": \"One Fordham Plaza\",\n        \"address2\": \"\",\n        \"city\": \"Bronx\",\n        \"state\": \"NY\",\n        \"zip\": \"10458\",\n        \"contactEmail\": \"dff@fbhfg.ggg\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-oo\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Bronx\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 24250,\n        \"name\": \"State Insurance Fund\",\n        \"address1\": \"199 Church Street\",\n        \"address2\": \"\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 196832,\n        \"firstName\": \"Mohammed\",\n        \"lastName\": \"Rivaoui\",\n        \"otherName\": \"\",\n        \"address1\": \"2571 42nd street\",\n        \"address2\": \"1st Floor\",\n        \"address3\": \"\",\n        \"city\": \"Long Island City\",\n        \"state\": \"NY\",\n        \"zip\": \"11103\",\n        \"contactEmail\": \"Rivax05@zzhotmail.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1970-08-17T00:00:00\",\n        \"ssnNo\": \"\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 211493,\n        \"name\": \"District 75 Citywide Program\",\n        \"otherName\": \"\",\n        \"address1\": \"400 First Avenue\",\n        \"address2\": \"New York, NY 10010\",\n        \"address3\": \"New\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactTypeId\": 8,\n        \"contactType\": \"Court\",\n        \"comments\": \"O-  Bob Ristivo - is Personnel Director\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\",\n        \"address1\": \"5101 Wisconsin Avenue NW\",\n        \"address2\": \"Suite #210\",\n        \"city\": \"Washington\",\n        \"state\": \"DC\",\n        \"zip\": \"20016\",\n        \"contactTypeId\": 12,\n        \"contactType\": \"Law Firm\",\n        \"comments\": \"Lead cases Thornton & Naumes LLP referred here    \",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"District of Columbia\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\",\n        \"address1\": \"P.O. Box 268995\",\n        \"address2\": \"Suite 110\",\n        \"address3\": \"\",\n        \"city\": \"Oklahoma City\",\n        \"state\": \"OK\",\n        \"zip\": \"73126\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"  \",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Burlington\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\",\n        \"contactTypeId\": 11,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 268330,\n        \"name\": \"800-BIG-SPILL\",\n        \"contactTypeId\": 35,\n        \"contactType\": \"Advertise\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\",\n        \"otherName\": \"\",\n        \"address1\": \"test2\",\n        \"city\": \"Wake Forest\",\n        \"state\": \"NC\",\n        \"zip\": \"27587\",\n        \"contactEmail\": \"begemot.com\",\n        \"contactTypeId\": 11,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Wake\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287675,\n        \"name\": \"Monoglutumate Inc\",\n        \"contactNumber\": \"(334) 445-5566\",\n        \"contactTypeId\": 35,\n        \"contactType\": \"Advertise\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287676,\n        \"name\": \"Willson Corporation\",\n        \"address1\": \"544 Longsleave drive\",\n        \"city\": \"Brooklyn\",\n        \"state\": \"NY\",\n        \"zip\": \"11234\",\n        \"contactTypeId\": 35,\n        \"contactType\": \"Advertise\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Kings\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287735,\n        \"name\": \"Met Life Dental\",\n        \"contactTypeId\": 10,\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287768,\n        \"name\": \"Books By Bessie\",\n        \"contactTypeId\": 10,\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287771,\n        \"name\": \"April 6 Provider\",\n        \"address1\": \"6 April Street\",\n        \"city\": \"Schenectady\",\n        \"state\": \"NY\",\n        \"zip\": \"12345\",\n        \"contactTypeId\": 10,\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287781,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287782,\n        \"name\": \"Totalcare For Women\",\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 287796,\n        \"name\": \"EDD\",\n        \"contactTypeId\": 10,\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1152318,\n        \"firstName\": \"Peter\",\n        \"lastName\": \"Cambs\",\n        \"otherName\": \"\",\n        \"address1\": \"3301 Bonita Beach Road\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"city\": \"Bonita Springs\",\n        \"state\": \"FL\",\n        \"zip\": \"34134\",\n        \"contactEmail\": \"pcambs@zzyourlawyer.com\",\n        \"contactTypeId\": 13,\n        \"contactType\": \"Attorney\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"county\": \"Lee\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1394274,\n        \"firstName\": \"Cynthia\",\n        \"lastName\": \"Jones\",\n        \"address1\": \"199 Church Street\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1554983,\n        \"firstName\": \"Mark\",\n        \"lastName\": \"Abramson\",\n        \"address1\": \"1819 Elm Street\",\n        \"city\": \"Manchester\",\n        \"state\": \"NH\",\n        \"zip\": \"03104\",\n        \"contactEmail\": \"abramson@zzarbd.com\",\n        \"contactTypeId\": 13,\n        \"contactType\": \"Attorney\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Hillsborough\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1631752,\n        \"firstName\": \"Andrey\",\n        \"lastName\": \"Ilinykh\",\n        \"otherName\": \"test\",\n        \"address1\": \"123 eghe\",\n        \"city\": \"Port Washington\",\n        \"state\": \"NY\",\n        \"zip\": \"11050\",\n        \"contactNumber\": \"(516) 884-3440\",\n        \"contactEmail\": \"andrew@smartadvocate.com\",\n        \"contactTypeId\": 13,\n        \"contactType\": \"Attorney\",\n        \"comments\": \"1\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"2020-01-01T00:00:00\",\n        \"ssnNo\": \"   -  -1111\",\n        \"county\": \"Nassau\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1649943,\n        \"firstName\": \"Daniel\",\n        \"lastName\": \"Norton\",\n        \"otherName\": \"\",\n        \"address1\": \"4749 Oak Cliff Road\",\n        \"city\": \"Eagan\",\n        \"state\": \"MN\",\n        \"zip\": \"55122\",\n        \"contactTypeId\": 2,\n        \"contactType\": \"Judge\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1962-10-16T00:00:00\",\n        \"ssnNo\": \"468-84-0392\",\n        \"county\": \"Dakota\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1655705,\n        \"firstName\": \"Avery\",\n        \"lastName\": \" john\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"contactEmail\": \"avery.john@zzguaranteedleadsforattorneys.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1693124,\n        \"firstName\": \"test123\",\n        \"lastName\": \"test123\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1694444,\n        \"firstName\": \"Nick\",\n        \"lastName\": \"Abaza\",\n        \"otherName\": \"Uzz\",\n        \"address1\": \"425 Broad Hollow Road\",\n        \"address2\": \"Suite 120\",\n        \"address3\": \"\",\n        \"city\": \"Melville\",\n        \"state\": \"NY\",\n        \"zip\": \"11747\",\n        \"contactEmail\": \"Vv@vv.vv\",\n        \"contactTypeId\": 13,\n        \"contactType\": \"Attorney\",\n        \"comments\": \"I-   a  email: lawabaza@aol.com\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1695568,\n        \"firstName\": \"Berton\",\n        \"lastName\": \"Tim\",\n        \"otherName\": \"\",\n        \"contactNumber\": \"(123) 456-7890\",\n        \"contactEmail\": \"andrew@smartadvocate.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1988-01-12T00:00:00\",\n        \"ssnNo\": \"123-45-6789\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1696413,\n        \"firstName\": \"Sam\",\n        \"lastName\": \"Slomo\",\n        \"otherName\": \"\",\n        \"address1\": \"One Fordham Plaza\",\n        \"address2\": \"\",\n        \"city\": \"Bronx\",\n        \"state\": \"NY\",\n        \"zip\": \"10458\",\n        \"contactEmail\": \"grfd@rdgrdg.jddj\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698011,\n        \"firstName\": \"Hannah\",\n        \"lastName\": \"Berton\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698155,\n        \"firstName\": \"Kristin\",\n        \"lastName\": \"Cruse\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698157,\n        \"firstName\": \"Jason\",\n        \"lastName\": \"Bourne\",\n        \"address1\": \"7703 Fern Ave. SE\",\n        \"city\": \"Snoqualmie\",\n        \"state\": \"WA\",\n        \"zip\": \"98065\",\n        \"contactEmail\": \"irisheyes49@msn.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698165,\n        \"firstName\": \"Nick\",\n        \"lastName\": \"Brosnahan\",\n        \"address1\": \"P.O. Box 5\",\n        \"city\": \"Middlefield\",\n        \"state\": \"CA\",\n        \"zip\": \"94482\",\n        \"contactNumber\": \"(650) 555-9912\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698201,\n        \"firstName\": \"Whitney\",\n        \"lastName\": \"Brewer\",\n        \"address1\": \"135 Broadway\",\n        \"city\": \"Menlo Park\",\n        \"state\": \"CA\",\n        \"zip\": \"94304\",\n        \"contactNumber\": \"(650) 557-2473\",\n        \"contactEmail\": \"Dream_Wedding@intuit.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": false,\n        \"locked\": false\n    },\n    {\n        \"contactId\": 1698207,\n        \"firstName\": \"Tamber\",\n        \"lastName\": \"Mike\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    }\n]"},{"id":"85708124-d666-4e07-9a58-1fe32ec7c7e5","name":"GetCaseContacts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contacts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"316"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 06 Oct 2025 14:11:09 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactId\": 18,\n        \"name\": \"SmartAdvocate, System\",\n        \"comments\": \"\",\n        \"role\": \"\"\n    },\n    {\n        \"contactId\": 19,\n        \"name\": \"Wasserman, Paul\",\n        \"comments\": \"\",\n        \"role\": \"(D)-Defendant\"\n    },\n    {\n        \"contactId\": 168682,\n        \"name\": \"Doe, Jane\",\n        \"comments\": \"\",\n        \"role\": \"(P)-Plaintiff\"\n    },\n    {\n        \"contactId\": 170566,\n        \"name\": \"Macaluso, Joseph\",\n        \"comments\": \"\",\n        \"role\": \"Intake Paralegal\"\n    }\n]"}],"_postman_id":"ac695ac4-a6f7-48ea-9f39-9d03dac603cd"},{"name":"ActiveCases","id":"79d71e63-a5ed-4731-a7ed-551a315b744d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/active?staffContactId=11138&AddReferral=false&PrimaryOnly=true&currentPage=0&pageSize=5","description":"<p>Retrieves a paginated list of active (open) cases assigned to a specific staff member. Use this endpoint to build staff dashboards or workload views.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>staffContactId</code> (integer, required): The contact ID of the staff member whose cases to retrieve.</li>\n<li><code>AddReferral</code> (boolean, optional, default: false): When true, includes referral source data for each case.</li>\n<li><code>PrimaryOnly</code> (boolean, optional, default: false): When true, returns only cases where the staff member is the primary assigned staff.</li>\n<li><code>currentPage</code> (integer, required): Zero-based page index for pagination.</li>\n<li><code>pageSize</code> (integer, required): Number of records to return per page.</li>\n</ul>\n<p><strong>Response:</strong> Returns a paginated array of active case objects assigned to the specified staff member.</p>\n","urlObject":{"path":["case","active"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"staffContactId","value":"11138"},{"key":"AddReferral","value":"false"},{"key":"PrimaryOnly","value":"true"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"5"}],"variable":[]}},"response":[{"id":"f227b790-c253-4979-9298-d5575412f56c","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/active?staffContactId=1699177&AddReferral=false&PrimaryOnly=true&currentPage=0&pageSize=5","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","active"],"query":[{"key":"staffContactId","value":"1699177"},{"key":"AddReferral","value":"false"},{"key":"PrimaryOnly","value":"true"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 20 Nov 2025 23:50:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"caseName\": \"Tim v. Begemot incorporated 1\",\n        \"caseGroupID\": 151,\n        \"caseGroup\": \"Alien Torts\",\n        \"caseTypeID\": 1249,\n        \"caseType\": \"ATS-Guatemala\",\n        \"caseStatusID\": 36,\n        \"caseStatus\": \"Case Settled - Awaiting Collection\",\n        \"caseStatusFrom\": \"2023-04-21T00:00:00-04:00\",\n        \"caseOpenedDate\": \"2019-01-03T11:06:34.663-05:00\",\n        \"wantedAcceptedDate\": \"2020-07-26T20:35:00-04:00\",\n        \"officeID\": 2,\n        \"officeName\": \"New York Office\",\n        \"incident\": {\n            \"incidentFacts\": \"updated incident facts\",\n            \"mergedFacts\": \"\",\n            \"comments\": \"\",\n            \"state\": \"VA\",\n            \"incidentDate\": \"2019-01-02T12:20:00-05:00\"\n        },\n        \"plaintiffs\": [\n            {\n                \"id\": 622470,\n                \"name\": \"Tim, Berton\",\n                \"roleID\": 19707,\n                \"role\": \"(P)-Point of Contact\",\n                \"contactID\": 1695568,\n                \"primary\": true,\n                \"primaryContact\": false,\n                \"comments\": \"Updated comment1\",\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"group\": 1,\n                \"tableType\": \"Main\"\n            },\n            {\n                \"id\": 622684,\n                \"name\": \"Mike, Tamber\",\n                \"roleID\": 24528,\n                \"role\": \"(P)-Guardian - Parent\",\n                \"contactID\": 1698207,\n                \"primary\": false,\n                \"primaryContact\": true,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"tableType\": \"Main\"\n            }\n        ],\n        \"defendant\": [\n            {\n                \"id\": 813339,\n                \"name\": \"Begemot incorporated 1\",\n                \"roleID\": 18330,\n                \"role\": \"(D)-Default Role\",\n                \"contactID\": 287522,\n                \"primary\": true,\n                \"markedAsRemoved\": false,\n                \"client\": false\n            }\n        ],\n        \"secondStatuses\": [\n            {\n                \"statusID\": 973,\n                \"fromDate\": \"2023-12-06T10:43:00-05:00\",\n                \"statusTypeName\": \"LiveVox Dialer\",\n                \"statusName\": \"In the dialer\"\n            },\n            {\n                \"statusID\": 969,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Communication Status\",\n                \"statusName\": \"contacted with client\"\n            },\n            {\n                \"statusID\": 968,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Missing Information\",\n                \"statusName\": \"missed some info\"\n            },\n            {\n                \"statusID\": 970,\n                \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n                \"statusTypeName\": \"Dialer Status\",\n                \"statusName\": \"Test Dialer Status\"\n            },\n            {\n                \"statusID\": 962,\n                \"fromDate\": \"2023-02-27T11:54:00-05:00\",\n                \"statusTypeName\": \"Unknown\",\n                \"statusName\": \"discovery_survey\"\n            }\n        ],\n        \"caseStaff\": [\n            {\n                \"uniqueContactId\": 1152318,\n                \"firstName\": \"Peter\",\n                \"lastName\": \"Cambs\",\n                \"email\": \"pcambs@zzyourlawyer.com\",\n                \"role\": \"Primary Attorney\",\n                \"createdDate\": \"2021-02-17T16:59:00-05:00\",\n                \"userID\": 221\n            },\n            {\n                \"uniqueContactId\": 1631752,\n                \"firstName\": \"Andrey\",\n                \"lastName\": \"Ilinykh\",\n                \"email\": \"andrew@smartadvocate.com\",\n                \"role\": \"Attorney\",\n                \"phone\": \"(516) 884-3440\",\n                \"createdDate\": \"2021-11-30T11:14:00-05:00\",\n                \"userID\": 488\n            },\n            {\n                \"uniqueContactId\": 1699177,\n                \"firstName\": \"Bbb\",\n                \"lastName\": \"Aaaba\",\n                \"role\": \"Primary Paralegal\",\n                \"createdDate\": \"2025-06-18T15:39:00-04:00\",\n                \"userID\": 762\n            }\n        ],\n        \"subTypes\": [\n            {\n                \"id\": 8433,\n                \"description\": \"Veneral Disease\"\n            },\n            {\n                \"id\": 8434,\n                \"description\": \"Subtype Unknown\"\n            }\n        ],\n        \"referrals\": [],\n        \"tags\": [\n            {\n                \"tagId\": 34,\n                \"name\": \"Commercial\"\n            },\n            {\n                \"tagId\": 42,\n                \"name\": \"Dont call 123\"\n            },\n            {\n                \"tagId\": 43,\n                \"name\": \"Dont look\"\n            },\n            {\n                \"tagId\": 7,\n                \"name\": \"Oppa\"\n            },\n            {\n                \"tagId\": 1,\n                \"name\": \"Tag1\"\n            },\n            {\n                \"tagId\": 2,\n                \"name\": \"Teg2\"\n            },\n            {\n                \"tagId\": 3,\n                \"name\": \"Teg3\"\n            },\n            {\n                \"tagId\": 9,\n                \"name\": \"Tes\"\n            }\n        ],\n        \"createdDate\": \"2019-01-03T11:06:34.663-05:00\",\n        \"modifiedDate\": \"2025-06-18T15:39:00-04:00\"\n    }\n]"}],"_postman_id":"79d71e63-a5ed-4731-a7ed-551a315b744d"},{"name":"Insert Case Contact","id":"6965e90a-c266-414f-b572-93bf6d762960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"contactId\": 1693689,\r\n        \"comments\": \"\",\r\n        \"role\": \"Plaintiff's friend\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact","description":"<p>Links a contact to a case in a specified role (e.g., plaintiff, defendant, witness). Use this endpoint to associate an existing contact record with a case.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID.</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Must include the contact ID and the role to assign. Clarify: full required field list is not documented in this collection.</p>\n<p><strong>Response:</strong> Returns the newly created case-contact link object. Returns 400 if the contact ID is invalid or the role is not applicable to the case type. Returns 409 if the contact is already linked to the case in the same role.</p>\n","urlObject":{"path":["case","227","contact"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"76ab0ce5-3b98-48e7-8dfb-cf8c32b56156","name":"Insert Case Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"contactId\": 1693689,\r\n        \"comments\": \"\",\r\n        \"role\": \"Plaintiff's friend\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"86"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 03 Sep 2025 13:24:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 1693689,\n    \"name\": \"Heesweg, Van \",\n    \"comments\": \"\",\n    \"role\": \"Plaintiff's friend\"\n}"}],"_postman_id":"6965e90a-c266-414f-b572-93bf6d762960"},{"name":"Update Case Contact","id":"32916f5e-79dd-460a-83c1-5a503ceda6d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactId\": 1693689,\r\n    \"comments\": \"\",\r\n    \"role\": \"Plaintiff's friend\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact","description":"<p>Performs a full replacement update of a contact's role or details on a case. All fields for the case-contact relationship must be provided in the request body; omitted fields will be cleared.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID.</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Complete case-contact object including contact ID, role, and all other relationship fields.</p>\n<p><strong>Response:</strong> Returns the updated case-contact object. Returns 404 if the case or contact link does not exist.</p>\n","urlObject":{"path":["case","227","contact"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ee349e6f-cb1c-4d14-8cff-5a7baf8245fb","name":"Update Case Contact","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactId\": 1693689,\r\n    \"comments\": \"\",\r\n    \"role\": \"Plaintiff's friend\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"86"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 03 Sep 2025 13:38:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 1693689,\n    \"name\": \"Heesweg, Van \",\n    \"comments\": \"\",\n    \"role\": \"Plaintiff's friend\"\n}"}],"_postman_id":"32916f5e-79dd-460a-83c1-5a503ceda6d8"},{"name":"Update Case Contact","id":"54ad2988-e0aa-45ca-84d9-d7be72b940f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact/1693689","description":"<p>Performs a partial update of a specific case-contact relationship. Only the fields included in the request body will be updated; all other fields remain unchanged.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID.</li>\n<li><code>{contactId}</code> (integer, required): The ID of the case-contact link to update (e.g., 1693689).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Partial case-contact object containing only the fields to update.</p>\n<p><strong>Response:</strong> Returns the updated case-contact object. Returns 404 if the case or contact link does not exist.</p>\n","urlObject":{"path":["case","227","contact","1693689"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"41f28a57-f0a6-4d16-98d1-c47657240d3d","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact/1693689"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"101"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 03 Sep 2025 13:34:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 1693689,\n    \"name\": \"Heesweg, Van \",\n    \"comments\": \"Updated comment\",\n    \"role\": \"Plaintiff's friend\"\n}"}],"_postman_id":"54ad2988-e0aa-45ca-84d9-d7be72b940f1"},{"name":"Delete Case Contact","id":"d28efe38-a530-430b-bc3e-ef04baf5b403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact/1693689","description":"<p>Removes a specific contact from a case, deleting the case-contact relationship. This does not delete the contact record itself, only the link between the contact and the case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID.</li>\n<li><code>{contactId}</code> (integer, required): The ID of the case-contact link to remove (e.g., 1693689).</li>\n</ul>\n<p><strong>Response:</strong> Returns 200 on success. Returns 404 if the case or contact link does not exist.</p>\n","urlObject":{"path":["case","227","contact","1693689"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"048695b1-aefb-453b-9cf3-3b686d2f2bb4","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/227/contact/1693689"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 03 Sep 2025 13:40:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d28efe38-a530-430b-bc3e-ef04baf5b403"},{"name":"Available tags for the case","id":"6a2c8c0b-22ff-4ad9-9a7c-9501576e0f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/availableTags","description":"<p>Retrieves the list of tags that are available to be applied to a specific case but have not yet been assigned to it. Use this endpoint to populate a tag selection UI when adding tags to a case.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of tag objects available for assignment to the case.</p>\n","urlObject":{"path":["case","516718","availableTags"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"cdb5f1c5-2438-40e6-96eb-77cb038f0db9","name":"available tags","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/availableTags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"686"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 11 Dec 2025 15:34:29 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tagId\": 33,\n        \"name\": \"18 Wheeler\"\n    },\n    {\n        \"tagId\": 52,\n        \"name\": \"CardFee\"\n    },\n    {\n        \"tagId\": 34,\n        \"name\": \"Commercial\"\n    },\n    {\n        \"tagId\": 51,\n        \"name\": \"Deceased Plaintiff\"\n    },\n    {\n        \"tagId\": 42,\n        \"name\": \"Dont call 123\"\n    },\n    {\n        \"tagId\": 43,\n        \"name\": \"Dont look\"\n    },\n    {\n        \"tagId\": 44,\n        \"name\": \"Max uses this tag\"\n    },\n    {\n        \"tagId\": 35,\n        \"name\": \"Motorcycle\"\n    },\n    {\n        \"tagId\": 53,\n        \"name\": \"No Invoice Interest\"\n    },\n    {\n        \"tagId\": 7,\n        \"name\": \"Oppa\"\n    },\n    {\n        \"tagId\": 8,\n        \"name\": \"Poppa\"\n    },\n    {\n        \"tagId\": 1,\n        \"name\": \"Tag1\"\n    },\n    {\n        \"tagId\": 39,\n        \"name\": \"Tag1\"\n    },\n    {\n        \"tagId\": 4,\n        \"name\": \"tag4\"\n    },\n    {\n        \"tagId\": 23,\n        \"name\": \"Tag6\"\n    },\n    {\n        \"tagId\": 2,\n        \"name\": \"Teg2\"\n    },\n    {\n        \"tagId\": 3,\n        \"name\": \"Teg3\"\n    },\n    {\n        \"tagId\": 9,\n        \"name\": \"Tes\"\n    },\n    {\n        \"tagId\": 38,\n        \"name\": \"Test_Tag\"\n    },\n    {\n        \"tagId\": 24,\n        \"name\": \"Test_Tag\"\n    },\n    {\n        \"tagId\": 25,\n        \"name\": \"Test_Yana\"\n    },\n    {\n        \"tagId\": 49,\n        \"name\": \"YB Send text\"\n    }\n]"}],"_postman_id":"6a2c8c0b-22ff-4ad9-9a7c-9501576e0f7f"},{"name":"Insert Case Tags","id":"460d9322-135f-4209-bd84-5dfe64d7d6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"tagId\": 1\r\n    },\r\n    {\r\n        \"tagId\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/tags","description":"<p>Assigns one or more tags to a specific case. Use this endpoint to categorize or label a case with predefined tags for filtering, reporting, or workflow purposes.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Array of tag IDs to assign to the case.</p>\n<p><strong>Response:</strong> Returns 200 on success. Returns 400 if any tag ID is invalid. Returns 409 if a tag is already assigned to the case.</p>\n","urlObject":{"path":["case","516718","tags"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"84d2be7f-f25e-43b6-bba3-5a63ea5ff6f2","name":"Insert Case Tag","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"tagId\": 1\r\n    },\r\n    {\r\n        \"tagId\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2826"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 11 Dec 2025 15:16:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"caseName\": \"Tim v. Begemot incorporated 1\",\n    \"caseGroupID\": 151,\n    \"caseGroup\": \"Alien Torts\",\n    \"caseTypeID\": 1249,\n    \"caseType\": \"ATS-Guatemala\",\n    \"caseStatusID\": 3,\n    \"caseStatus\": \"Case in Arbitration/Mediation\",\n    \"caseStatusFrom\": \"2025-11-20T18:51:00-05:00\",\n    \"caseOpenedDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"wantedAcceptedDate\": \"2020-07-26T20:35:00-04:00\",\n    \"officeID\": 2,\n    \"officeName\": \"New York Office\",\n    \"incident\": {\n        \"incidentFacts\": \"updated incident facts\",\n        \"mergedFacts\": \"\",\n        \"comments\": \"\",\n        \"state\": \"VA\",\n        \"incidentDate\": \"2019-01-02T12:20:00-05:00\"\n    },\n    \"plaintiffs\": [\n        {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"role\": \"(P)-Point of Contact\",\n            \"contactID\": 1695568,\n            \"primary\": true,\n            \"primaryContact\": false,\n            \"comments\": \"Updated comment1\",\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": 1,\n            \"tableType\": \"Main\"\n        },\n        {\n            \"id\": 622684,\n            \"name\": \"Mike, Tamber\",\n            \"roleID\": 24528,\n            \"role\": \"(P)-Guardian - Parent\",\n            \"contactID\": 1698207,\n            \"primary\": false,\n            \"primaryContact\": true,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"tableType\": \"Main\"\n        }\n    ],\n    \"defendant\": [\n        {\n            \"id\": 813339,\n            \"name\": \"Begemot incorporated 1\",\n            \"roleID\": 18330,\n            \"role\": \"(D)-Default Role\",\n            \"contactID\": 287522,\n            \"primary\": true,\n            \"markedAsRemoved\": false,\n            \"client\": false\n        }\n    ],\n    \"secondStatuses\": [\n        {\n            \"statusID\": 973,\n            \"fromDate\": \"2023-12-06T10:43:00-05:00\",\n            \"statusTypeName\": \"LiveVox Dialer\",\n            \"statusName\": \"In the dialer\"\n        },\n        {\n            \"statusID\": 969,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Communication Status\",\n            \"statusName\": \"contacted with client\"\n        },\n        {\n            \"statusID\": 968,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Missing Information\",\n            \"statusName\": \"missed some info\"\n        },\n        {\n            \"statusID\": 970,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Dialer Status\",\n            \"statusName\": \"Test Dialer Status\"\n        },\n        {\n            \"statusID\": 962,\n            \"fromDate\": \"2023-02-27T11:54:00-05:00\",\n            \"statusTypeName\": \"Unknown\",\n            \"statusName\": \"discovery_survey\"\n        }\n    ],\n    \"caseStaff\": [\n        {\n            \"uniqueContactId\": 1152318,\n            \"firstName\": \"Peter\",\n            \"lastName\": \"Cambs\",\n            \"email\": \"pcambs@zzyourlawyer.com\",\n            \"role\": \"Primary Attorney\",\n            \"createdDate\": \"2021-02-17T16:59:00-05:00\",\n            \"userID\": 221\n        },\n        {\n            \"uniqueContactId\": 1631752,\n            \"firstName\": \"Andrey\",\n            \"lastName\": \"Ilinykh\",\n            \"email\": \"andrew@smartadvocate.com\",\n            \"role\": \"Attorney\",\n            \"phone\": \"(516) 884-3440\",\n            \"createdDate\": \"2021-11-30T11:14:00-05:00\",\n            \"userID\": 488\n        },\n        {\n            \"uniqueContactId\": 1699177,\n            \"firstName\": \"Bbb\",\n            \"lastName\": \"Aaaba\",\n            \"role\": \"Primary Paralegal\",\n            \"createdDate\": \"2025-06-18T15:39:00-04:00\",\n            \"userID\": 762\n        }\n    ],\n    \"subTypes\": [\n        {\n            \"id\": 8433,\n            \"description\": \"Veneral Disease\"\n        },\n        {\n            \"id\": 8434,\n            \"description\": \"Subtype Unknown\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"tagId\": 34,\n            \"name\": \"Commercial\"\n        },\n        {\n            \"tagId\": 42,\n            \"name\": \"Dont call 123\"\n        },\n        {\n            \"tagId\": 43,\n            \"name\": \"Dont look\"\n        },\n        {\n            \"tagId\": 7,\n            \"name\": \"Oppa\"\n        },\n        {\n            \"tagId\": 1,\n            \"name\": \"Tag1\"\n        },\n        {\n            \"tagId\": 2,\n            \"name\": \"Teg2\"\n        },\n        {\n            \"tagId\": 3,\n            \"name\": \"Teg3\"\n        },\n        {\n            \"tagId\": 9,\n            \"name\": \"Tes\"\n        }\n    ],\n    \"createdDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"modifiedDate\": \"2025-11-20T18:51:00-05:00\"\n}"}],"_postman_id":"460d9322-135f-4209-bd84-5dfe64d7d6ad"},{"name":"Delete Case Tags","id":"8375deff-3cf7-4382-910e-add1ffc5de20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"tagId\": 1\r\n    },\r\n    {\r\n        \"tagId\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/tags","description":"<p>Removes one or more tags from a specific case. Use this endpoint to unassign tags that are no longer applicable to a case. This does not delete the tag definition itself.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Array of tag IDs to remove from the case.</p>\n<p><strong>Response:</strong> Returns 200 on success. Returns 404 if the case does not exist or the specified tags are not assigned to it.</p>\n","urlObject":{"path":["case","516718","tags"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"86ab8d9e-8617-4c4f-8be6-cb09c32fb982","name":"Delete Case Tags","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"tagId\": 1\r\n    },\r\n    {\r\n        \"tagId\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/tags"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2774"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 15:36:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"caseName\": \"Tim v. Begemot incorporated 1\",\n    \"caseGroupID\": 151,\n    \"caseGroup\": \"Alien Torts\",\n    \"caseTypeID\": 1249,\n    \"caseType\": \"ATS-Guatemala\",\n    \"caseStatusID\": 3,\n    \"caseStatus\": \"Case in Arbitration/Mediation\",\n    \"caseStatusFrom\": \"2025-11-20T18:51:00-05:00\",\n    \"caseOpenedDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"wantedAcceptedDate\": \"2020-07-26T20:35:00-04:00\",\n    \"officeID\": 2,\n    \"officeName\": \"New York Office\",\n    \"incident\": {\n        \"incidentFacts\": \"updated incident facts\",\n        \"mergedFacts\": \"\",\n        \"comments\": \"\",\n        \"state\": \"VA\",\n        \"incidentDate\": \"2019-01-02T12:20:00-05:00\"\n    },\n    \"plaintiffs\": [\n        {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"role\": \"(P)-Point of Contact\",\n            \"contactID\": 1695568,\n            \"primary\": true,\n            \"primaryContact\": false,\n            \"comments\": \"Updated comment1\",\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": 1,\n            \"tableType\": \"Main\"\n        },\n        {\n            \"id\": 622684,\n            \"name\": \"Mike, Tamber\",\n            \"roleID\": 24528,\n            \"role\": \"(P)-Guardian - Parent\",\n            \"contactID\": 1698207,\n            \"primary\": false,\n            \"primaryContact\": true,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"tableType\": \"Main\"\n        }\n    ],\n    \"defendant\": [\n        {\n            \"id\": 813339,\n            \"name\": \"Begemot incorporated 1\",\n            \"roleID\": 18330,\n            \"role\": \"(D)-Default Role\",\n            \"contactID\": 287522,\n            \"primary\": true,\n            \"markedAsRemoved\": false,\n            \"client\": false\n        }\n    ],\n    \"secondStatuses\": [\n        {\n            \"statusID\": 973,\n            \"fromDate\": \"2023-12-06T10:43:00-05:00\",\n            \"statusTypeName\": \"LiveVox Dialer\",\n            \"statusName\": \"In the dialer\"\n        },\n        {\n            \"statusID\": 969,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Communication Status\",\n            \"statusName\": \"contacted with client\"\n        },\n        {\n            \"statusID\": 968,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Missing Information\",\n            \"statusName\": \"missed some info\"\n        },\n        {\n            \"statusID\": 970,\n            \"fromDate\": \"2023-11-22T13:17:00-05:00\",\n            \"statusTypeName\": \"Dialer Status\",\n            \"statusName\": \"Test Dialer Status\"\n        },\n        {\n            \"statusID\": 962,\n            \"fromDate\": \"2023-02-27T11:54:00-05:00\",\n            \"statusTypeName\": \"Unknown\",\n            \"statusName\": \"discovery_survey\"\n        }\n    ],\n    \"caseStaff\": [\n        {\n            \"uniqueContactId\": 1152318,\n            \"firstName\": \"Peter\",\n            \"lastName\": \"Cambs\",\n            \"email\": \"pcambs@zzyourlawyer.com\",\n            \"role\": \"Primary Attorney\",\n            \"createdDate\": \"2021-02-17T16:59:00-05:00\",\n            \"userID\": 221\n        },\n        {\n            \"uniqueContactId\": 1631752,\n            \"firstName\": \"Andrey\",\n            \"lastName\": \"Ilinykh\",\n            \"email\": \"andrew@smartadvocate.com\",\n            \"role\": \"Attorney\",\n            \"phone\": \"(516) 884-3440\",\n            \"createdDate\": \"2021-11-30T11:14:00-05:00\",\n            \"userID\": 488\n        },\n        {\n            \"uniqueContactId\": 1699177,\n            \"firstName\": \"Bbb\",\n            \"lastName\": \"Aaaba\",\n            \"role\": \"Primary Paralegal\",\n            \"createdDate\": \"2025-06-18T15:39:00-04:00\",\n            \"userID\": 762\n        }\n    ],\n    \"subTypes\": [\n        {\n            \"id\": 8433,\n            \"description\": \"Veneral Disease\"\n        },\n        {\n            \"id\": 8434,\n            \"description\": \"Subtype Unknown\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"tagId\": 34,\n            \"name\": \"Commercial\"\n        },\n        {\n            \"tagId\": 42,\n            \"name\": \"Dont call 123\"\n        },\n        {\n            \"tagId\": 43,\n            \"name\": \"Dont look\"\n        },\n        {\n            \"tagId\": 7,\n            \"name\": \"Oppa\"\n        },\n        {\n            \"tagId\": 3,\n            \"name\": \"Teg3\"\n        },\n        {\n            \"tagId\": 9,\n            \"name\": \"Tes\"\n        }\n    ],\n    \"createdDate\": \"2019-01-03T11:06:34.663-05:00\",\n    \"modifiedDate\": \"2025-11-20T18:51:00-05:00\"\n}"}],"_postman_id":"8375deff-3cf7-4382-910e-add1ffc5de20"},{"name":"CaseType","id":"5dce7ad6-087b-4843-bf56-92a72afa90b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseType?CaseGroup=14","description":"<p>Retrieves the list of case types available within a specific case group. Case types are the second-level classification (e.g., Motor Vehicle Accident within Personal Injury). Use this endpoint to populate case type dropdowns after a case group is selected.</p>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>CaseGroup</code> (integer, required): The ID of the case group to retrieve types for (e.g., 14).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of case type objects belonging to the specified group. Returns an empty array if the group has no types defined.</p>\n","urlObject":{"path":["case","CaseType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseGroup","value":"14"}],"variable":[]}},"response":[{"id":"eb597a7f-1015-4993-b16b-d326f2f54edd","name":"CaseType","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseType?CaseGroup=13","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","CaseType"],"query":[{"key":"CaseGroup","value":"13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 25 Nov 2024 21:31:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1586,\n        \"description\": \"Failure to Treat Cancer\"\n    },\n    {\n        \"id\": 1535,\n        \"description\": \"Medical Malpractice\"\n    },\n    {\n        \"id\": 1539,\n        \"description\": \"Medical Malpractice - Death\"\n    },\n    {\n        \"id\": 1540,\n        \"description\": \"Medical Malpractice - Federal\"\n    },\n    {\n        \"id\": 1541,\n        \"description\": \"Medical Malpractice - Public Entity\"\n    },\n    {\n        \"id\": 1542,\n        \"description\": \"Medical Malpractice Minor\"\n    },\n    {\n        \"id\": 1543,\n        \"description\": \"Medical Malpractice Minor Birth Injury\"\n    }\n]"}],"_postman_id":"5dce7ad6-087b-4843-bf56-92a72afa90b6"},{"name":"CaseGroup","id":"148f05f7-6b75-468e-ba3c-18e0a5d7141e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseGroup","description":"<p>Retrieves the list of all available case groups defined in SmartAdvocate. Case groups are the top-level classification for cases (e.g., Personal Injury, Workers Compensation). Use this endpoint to populate case group dropdowns or validate group IDs before creating or filtering cases.</p>\n<p><strong>Response:</strong> Returns an array of case group objects, each with an ID and name.</p>\n","urlObject":{"path":["case","CaseGroup"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b06ac65c-df87-43bf-8642-3277374d9632","name":"CaseGroup","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1354"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 25 Nov 2024 21:30:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 132,\n        \"description\": \"Auto Accidents\"\n    },\n    {\n        \"id\": 152,\n        \"description\": \"Business Litigation\"\n    },\n    {\n        \"id\": 166,\n        \"description\": \"Civil Rights\"\n    },\n    {\n        \"id\": 148,\n        \"description\": \"Class Actions\"\n    },\n    {\n        \"id\": 143,\n        \"description\": \"Construction Accidents\"\n    },\n    {\n        \"id\": 134,\n        \"description\": \"Defective Medical Devices\"\n    },\n    {\n        \"id\": 135,\n        \"description\": \"Defective Pharmaceuticals\"\n    },\n    {\n        \"id\": 164,\n        \"description\": \"Dependency\"\n    },\n    {\n        \"id\": 162,\n        \"description\": \"Employment\"\n    },\n    {\n        \"id\": 138,\n        \"description\": \"General Negligence\"\n    },\n    {\n        \"id\": 149,\n        \"description\": \"Government Benefits\"\n    },\n    {\n        \"id\": 165,\n        \"description\": \"Hurricane\"\n    },\n    {\n        \"id\": 176,\n        \"description\": \"Immigration\"\n    },\n    {\n        \"id\": 155,\n        \"description\": \"Intentional Tort\"\n    },\n    {\n        \"id\": 169,\n        \"description\": \"Marks case group\"\n    },\n    {\n        \"id\": 171,\n        \"description\": \"Mass Torts\"\n    },\n    {\n        \"id\": 172,\n        \"description\": \"Medical Device Mass Torts\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Medical Malpractice\"\n    },\n    {\n        \"id\": 133,\n        \"description\": \"Nursing Home Negligence\"\n    },\n    {\n        \"id\": 173,\n        \"description\": \"Parallel Testing\"\n    },\n    {\n        \"id\": 142,\n        \"description\": \"Premises Liability\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Product Liability\"\n    },\n    {\n        \"id\": 174,\n        \"description\": \"Projects Case Group\"\n    },\n    {\n        \"id\": 168,\n        \"description\": \"Real Estate\"\n    },\n    {\n        \"id\": 167,\n        \"description\": \"Rick J test\"\n    },\n    {\n        \"id\": 163,\n        \"description\": \"Sex Abuse\"\n    },\n    {\n        \"id\": 175,\n        \"description\": \"Social Security\"\n    },\n    {\n        \"id\": 147,\n        \"description\": \"Toxic Torts\"\n    },\n    {\n        \"id\": 177,\n        \"description\": \"VA\"\n    },\n    {\n        \"id\": 153,\n        \"description\": \"Workers Compensation\"\n    },\n    {\n        \"id\": 161,\n        \"description\": \"Z - Auto- Accidents- S\"\n    }\n]"}],"_postman_id":"148f05f7-6b75-468e-ba3c-18e0a5d7141e"},{"name":"RelatedCases","id":"976aa0e7-5807-4bba-b654-2a1af2c48ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/RelatedCases","description":"<p>Retrieves all cases that are linked to the specified case as related cases. Use this endpoint to discover case relationships such as consolidated matters, companion cases, or cases involving the same parties.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of related case objects. Returns an empty array if no related cases exist.</p>\n","urlObject":{"path":["case","516718","RelatedCases"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"aeeecf6b-ba5c-4990-be2b-21bb4556ea45","name":"RelatedCases","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/292605/RelatedCases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"141"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 24 Mar 2025 15:34:26 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 19,\n        \"caseNumber\": \"30394\"\n    },\n    {\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\"\n    },\n    {\n        \"caseID\": 26,\n        \"caseNumber\": \"40865\"\n    },\n    {\n        \"caseID\": 29,\n        \"caseNumber\": \"41147\"\n    }\n]"}],"_postman_id":"976aa0e7-5807-4bba-b654-2a1af2c48ae0"},{"name":"CaseSubType","id":"0ec16ce6-b10d-47a6-b932-8ad903a46e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseSubType?caseTypeID=13&currentPage=0&pageSize=100","description":"<p>Retrieves a paginated list of case subtypes available within a specific case type. Case subtypes provide the third level of case classification. Use this endpoint to populate subtype dropdowns after a case type is selected.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>caseTypeID</code> (integer, required): The ID of the case type to retrieve subtypes for (e.g., 13).</li>\n<li><code>currentPage</code> (integer, required): Zero-based page index for pagination.</li>\n<li><code>pageSize</code> (integer, required): Number of records to return per page.</li>\n</ul>\n<p><strong>Response:</strong> Returns a paginated array of case subtype objects. Returns an empty array if no subtypes are defined for the given type.</p>\n","urlObject":{"path":["case","CaseSubType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"caseTypeID","value":"13"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"100"}],"variable":[]}},"response":[{"id":"772071e9-0f4a-4cb4-a30e-a823937004c8","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/CaseSubType?caseTypeID=133&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","CaseSubType"],"query":[{"key":"caseTypeID","value":"133"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"915"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 10 Apr 2025 19:20:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4392,\n        \"description\": \"Vehicle Defect\"\n    },\n    {\n        \"id\": 1045,\n        \"description\": \"U Turn\"\n    },\n    {\n        \"id\": 6816,\n        \"description\": \"Sub Type Unknown\"\n    },\n    {\n        \"id\": 1044,\n        \"description\": \"Stop Sign\"\n    },\n    {\n        \"id\": 4396,\n        \"description\": \"Stairway\"\n    },\n    {\n        \"id\": 1043,\n        \"description\": \"Snow and Ice\"\n    },\n    {\n        \"id\": 4395,\n        \"description\": \"Sidewalk\"\n    },\n    {\n        \"id\": 7229,\n        \"description\": \"Sideswipe\"\n    },\n    {\n        \"id\": 4398,\n        \"description\": \"Rollover\"\n    },\n    {\n        \"id\": 1042,\n        \"description\": \"Roadway\"\n    },\n    {\n        \"id\": 1041,\n        \"description\": \"Right Turn\"\n    },\n    {\n        \"id\": 1040,\n        \"description\": \"Red Light\"\n    },\n    {\n        \"id\": 953,\n        \"description\": \"Rear End\"\n    },\n    {\n        \"id\": 1523,\n        \"description\": \"Parking Lot\"\n    },\n    {\n        \"id\": 952,\n        \"description\": \"Left Turn\"\n    },\n    {\n        \"id\": 951,\n        \"description\": \"Left Roadway\"\n    },\n    {\n        \"id\": 4394,\n        \"description\": \"Lack of Informed Consent\"\n    },\n    {\n        \"id\": 950,\n        \"description\": \"Intersection w/ Inoperable Lights\"\n    },\n    {\n        \"id\": 949,\n        \"description\": \"Intersection\"\n    },\n    {\n        \"id\": 1039,\n        \"description\": \"Cross Over \"\n    },\n    {\n        \"id\": 4399,\n        \"description\": \"Careless to Passenger\"\n    },\n    {\n        \"id\": 4397,\n        \"description\": \"Bus Accident\"\n    },\n    {\n        \"id\": 9509\n    }\n]"}],"_postman_id":"0ec16ce6-b10d-47a6-b932-8ad903a46e78"}],"id":"080adfa0-0c6c-4a6e-950f-dbf1786cc9aa","description":"<p>Core case management endpoints for the CaseSync API. Provides operations to create, retrieve, and search cases, manage case contacts (the people linked to a case in specific roles), and retrieve reference data such as case groups, types, and subtypes. All endpoints require a valid JWT bearer token in the Authorization header.</p>\n","_postman_id":"080adfa0-0c6c-4a6e-950f-dbf1786cc9aa"},{"name":"Case Calls","item":[{"name":"byCaseID","id":"ef8ac29c-9424-4e38-812c-80da92f47f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/519909/calls?currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of call records for a specific case by its internal case ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/calls</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal numeric ID of the case (e.g., <code>519909</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of call records to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of call records for the specified case, including remote party, phone number, direction, date, and summary.</p>\n","urlObject":{"path":["case","519909","calls"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"1036cbd9-652e-4115-b8f7-6622b6967742","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/292605/calls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2233"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:15:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 8,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"remoteParty\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"phoneNumber\": \"98989898\",\n        \"direction\": false,\n        \"date\": \"2025-06-10T00:00:00-04:00\",\n        \"staffUsers\": [\n            {\n                \"id\": 642,\n                \"name\": \"Kolosova, Lana\",\n                \"contactID\": 1695402\n            },\n            {\n                \"id\": 366,\n                \"name\": \"Alvarez, Stephanie\",\n                \"contactID\": 1504572\n            },\n            {\n                \"id\": 531,\n                \"name\": \"Broadwell, Amanda\",\n                \"contactID\": 1658628\n            },\n            {\n                \"id\": 679,\n                \"name\": \"Dubovets, Igor\",\n                \"contactID\": 1696302\n            }\n        ],\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body></body></html>\",\n        \"createdDate\": \"2025-06-13T13:17:30.37-04:00\",\n        \"modifiedDate\": \"2025-06-13T13:39:40.56-04:00\"\n    },\n    {\n        \"id\": 9,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"phoneNumber\": \"\",\n        \"direction\": false,\n        \"date\": \"2025-07-30T11:11:00-04:00\",\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body></body></html>\",\n        \"createdDate\": \"2025-06-13T13:23:07.72-04:00\"\n    },\n    {\n        \"id\": 10,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"customField1\": \"tester\",\n        \"remoteParty\": {\n            \"contactId\": 1444900,\n            \"name\": \"\"\n        },\n        \"phoneNumber\": \"oioioioiio\",\n        \"direction\": true,\n        \"date\": \"2025-06-30T00:00:00-04:00\",\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body></body></html>\",\n        \"createdDate\": \"2025-06-13T13:27:25.6833333-04:00\",\n        \"modifiedDate\": \"2025-06-13T13:39:15.4366667-04:00\"\n    },\n    {\n        \"id\": 11,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"phoneNumber\": \"\",\n        \"direction\": false,\n        \"date\": \"2025-07-29T00:00:00-04:00\",\n        \"staffUsers\": [\n            {\n                \"id\": 531,\n                \"name\": \"Broadwell, Amanda\",\n                \"contactID\": 1658628\n            }\n        ],\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body></body></html>\",\n        \"createdDate\": \"2025-06-13T13:48:31.3566667-04:00\"\n    },\n    {\n        \"id\": 12,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"remoteParty\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"phoneNumber\": \"\",\n        \"direction\": false,\n        \"date\": \"2025-07-06T15:01:00-04:00\",\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing</body></html>\",\n        \"createdDate\": \"2025-06-13T13:51:10.2133333-04:00\"\n    },\n    {\n        \"id\": 13,\n        \"caseId\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"customField1\": \"custom\",\n        \"remoteParty\": {\n            \"contactId\": 188544,\n            \"name\": \"\"\n        },\n        \"phoneNumber\": \"Number\",\n        \"direction\": false,\n        \"date\": \"2025-06-19T23:02:00-04:00\",\n        \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body><h2>Testing</h2></body></html>\",\n        \"createdDate\": \"2025-06-13T13:52:33.8366667-04:00\",\n        \"modifiedDate\": \"2025-06-13T13:53:00.5733333-04:00\"\n    }\n]"}],"_postman_id":"ef8ac29c-9424-4e38-812c-80da92f47f0f"},{"name":"Case Call","id":"223caa3f-4cd9-4e45-a631-913ce0586aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/519909/calls?currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of call records for a specific case by its internal case ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/calls</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal numeric ID of the case (e.g., <code>519909</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of call records to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of call records for the specified case, including remote party, phone number, direction, date, and summary.</p>\n","urlObject":{"path":["case","519909","calls"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"a77760ef-b55d-4260-a6fe-3aa156d620c0","name":"Case Call","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/292605/call/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"302"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:16:23 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"caseId\": 292605,\n    \"caseNumber\": \"1017260\",\n    \"remoteParty\": {\n        \"contactId\": 179891,\n        \"name\": \"\"\n    },\n    \"phoneNumber\": \"\",\n    \"direction\": false,\n    \"date\": \"2025-07-06T15:01:00-04:00\",\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing</body></html>\",\n    \"createdDate\": \"2025-06-13T13:51:10.2133333-04:00\"\n}"}],"_postman_id":"223caa3f-4cd9-4e45-a631-913ce0586aec"},{"name":"InsertCall","id":"94fab151-274c-410a-ae87-0629d9ea1f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseId\": 516718,\r\n    \"remoteParty\": {\r\n        \"contactId\": 1699346\r\n    },\r\n    \"phoneNumber\": \"5169987542\",\r\n    \"direction\": true,\r\n    \"date\": \"2025-07-11T15:01:00-04:00\",\r\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing</body></html>\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call","description":"<p>Creates a new call record on a case.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/call</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case to log the call against (e.g., <code>516718</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>caseId</code> <em>(required)</em> — The internal case ID (must match the path parameter).</li>\n<li><code>remoteParty.contactId</code> <em>(optional)</em> — The contact ID of the remote party on the call.</li>\n<li><code>phoneNumber</code> <em>(optional)</em> — The phone number involved in the call.</li>\n<li><code>direction</code> <em>(required)</em> — <code>true</code> for outbound, <code>false</code> for inbound.</li>\n<li><code>date</code> <em>(required)</em> — The date and time of the call in ISO 8601 format.</li>\n<li><code>summary</code> <em>(optional)</em> — A summary or transcript of the call; supports HTML markup.</li>\n</ul>\n<p><strong>Returns:</strong> The created call record with its assigned call ID.</p>\n","urlObject":{"path":["case","516718","call"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c0a9cadb-3a59-4e2e-98ee-98013976a540","name":"InsertCall","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseId\": 516718,\r\n    \"remoteParty\": {\r\n        \"contactId\": 1699346\r\n    },\r\n    \"phoneNumber\": \"5169987542\",\r\n    \"direction\": true,\r\n    \"date\": \"2025-07-11T15:01:00-04:00\",\r\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing</body></html>\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"328"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:24:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"remoteParty\": {\n        \"contactId\": 1699346,\n        \"name\": \"Hendrick, Olivia\"\n    },\n    \"phoneNumber\": \"5169987542\",\n    \"direction\": true,\n    \"date\": \"2025-07-11T15:01:00-04:00\",\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing</body></html>\",\n    \"createdDate\": \"2025-07-11T12:24:07.9333333-04:00\"\n}"}],"_postman_id":"94fab151-274c-410a-ae87-0629d9ea1f47"},{"name":"UpdateCall","id":"16cc5151-2559-474b-8edd-52a1cb44c357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 40,\r\n    \"remoteParty\": {\r\n        \"contactId\": 1699341\r\n    },\r\n    \"phoneNumber\": \"5169987542\",\r\n    \"direction\": true,\r\n    \"date\": \"2025-07-11T15:01:00-04:00\",\r\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing update</body></html>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call","description":"<p>Fully replaces an existing call record on a case with the provided data.</p>\n<p><strong>Method:</strong> PUT<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/call</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case the call belongs to (e.g., <code>516718</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>id</code> <em>(required)</em> — The ID of the call record to replace (e.g., <code>40</code>).</li>\n<li><code>remoteParty.contactId</code> <em>(optional)</em> — The contact ID of the remote party.</li>\n<li><code>phoneNumber</code> <em>(optional)</em> — The phone number involved in the call.</li>\n<li><code>direction</code> <em>(required)</em> — <code>true</code> for outbound, <code>false</code> for inbound.</li>\n<li><code>date</code> <em>(required)</em> — The date and time of the call in ISO 8601 format.</li>\n<li><code>summary</code> <em>(optional)</em> — Updated summary or transcript; supports HTML markup.</li>\n</ul>\n<p><strong>Returns:</strong> The updated call record reflecting the new values.</p>\n","urlObject":{"path":["case","516718","call"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9eb9e8fa-0e60-4d6c-8475-f8814f43cb12","name":"UpdateCall","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 40,\r\n    \"remoteParty\": {\r\n        \"contactId\": 1699341\r\n    },\r\n    \"phoneNumber\": \"5169987542\",\r\n    \"direction\": true,\r\n    \"date\": \"2025-07-11T15:01:00-04:00\",\r\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing update</body></html>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"380"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:26:05 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"remoteParty\": {\n        \"contactId\": 1699341,\n        \"name\": \"Braxton, A\"\n    },\n    \"phoneNumber\": \"5169987542\",\n    \"direction\": true,\n    \"date\": \"2025-07-11T15:01:00-04:00\",\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing update</body></html>\",\n    \"createdDate\": \"2025-07-11T12:24:07.9333333-04:00\",\n    \"modifiedDate\": \"2025-07-11T12:26:06.1433333-04:00\"\n}"}],"_postman_id":"16cc5151-2559-474b-8edd-52a1cb44c357"},{"name":"UpdateCall","id":"232e52c6-942c-42a4-be56-43cf437c59b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/summary\",\r\n    \"value\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing patch</body></html>\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call/40","description":"<p>Partially updates an existing call record using JSON Patch operations.</p>\n<p><strong>Method:</strong> PATCH<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/call/{callID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case the call belongs to (e.g., <code>516718</code>).</li>\n<li><code>callID</code> <em>(required)</em> — The unique ID of the call record to patch (e.g., <code>40</code>).</li>\n</ul>\n<p><strong>Request Body (JSON Patch array):</strong> An array of patch operation objects, each with:</p>\n<ul>\n<li><code>op</code> — The operation type (e.g., <code>\"add\"</code>, <code>\"replace\"</code>, <code>\"remove\"</code>).</li>\n<li><code>path</code> — The JSON pointer to the field to modify (e.g., <code>\"/summary\"</code>).</li>\n<li><code>value</code> — The new value to apply.</li>\n</ul>\n<p><strong>Returns:</strong> The updated call record with only the patched fields changed.</p>\n","urlObject":{"path":["case","516718","call","40"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7aaa4929-3b03-4024-b4fa-ab23edc9e6a2","name":"UpdateCall","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/summary\",\r\n    \"value\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing patch</body></html>\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call/40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"374"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:27:16 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 40,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"remoteParty\": {\n        \"contactId\": 1699341,\n        \"name\": \"Braxton, A\"\n    },\n    \"phoneNumber\": \"5169987542\",\n    \"direction\": true,\n    \"date\": \"2025-07-11T15:01:00-04:00\",\n    \"summary\": \"<html><head>\\n    <title>title</title>\\n  </head><body>Testing patch</body></html>\",\n    \"createdDate\": \"2025-07-11T12:24:07.9333333-04:00\",\n    \"modifiedDate\": \"2025-07-11T12:27:16.03-04:00\"\n}"}],"_postman_id":"232e52c6-942c-42a4-be56-43cf437c59b9"},{"name":"DeleteCall","id":"e8795aa6-7944-435b-aaff-5da9aa876d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call/40","description":"<p>Permanently deletes a specific call record from a case.</p>\n<p><strong>Method:</strong> DELETE<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/call/{callID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case the call belongs to (e.g., <code>516718</code>).</li>\n<li><code>callID</code> <em>(required)</em> — The unique ID of the call record to delete (e.g., <code>40</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This action is irreversible.</p>\n","urlObject":{"path":["case","516718","call","40"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e4032a9e-4fe5-4655-aac9-b6ef84edeeaf","name":"DeleteCall","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/call/40"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 11 Jul 2025 16:29:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e8795aa6-7944-435b-aaff-5da9aa876d0a"}],"id":"a2dcea36-39c1-4543-84a1-80851fa650fd","description":"<p>Manages call log records associated with cases. Case calls track inbound and outbound phone communications related to a case, including caller details, call duration, and notes. Endpoints support retrieving calls by case ID or case number, fetching a specific call record, performing filtered/paginated searches, creating new call records, and updating existing call records.</p>\n","_postman_id":"a2dcea36-39c1-4543-84a1-80851fa650fd"},{"name":"Case Notes","item":[{"name":"byCaseNumber","event":[{"listen":"test","script":{"id":"fc478473-a239-450d-91eb-2f20ad091ddc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7f8c08df-1ec8-45c0-9a2e-484ff2c8d165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/notes/byCaseNumber?CaseNumber=032500001&currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of case notes for a specific case by its case number.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/notes/byCaseNumber</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>CaseNumber</code> <em>(required)</em> — The human-readable case number (e.g., <code>032500001</code>).</li>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of notes to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of note records associated with the specified case number, including note content, type, author, and timestamps.</p>\n","urlObject":{"path":["case","notes","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"032500001"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"34609f44-d575-4ef5-9a5f-c854fcaab408","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/notes/byCaseNumber?CaseNumber=032500001&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","notes","byCaseNumber"],"query":[{"key":"CaseNumber","value":"032500001"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4163"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 22 Mar 2025 11:42:51 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"noteID\": 2771827,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"Case Created By Yana Krasnov\",\n        \"uniqueContactId\": 10,\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-18T14:04:00-04:00\",\n        \"createdDate\": \"2025-03-18T14:04:14.253-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false\n    },\n    {\n        \"noteID\": 2771827,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"Case Created By Yana Krasnov\",\n        \"uniqueContactId\": 10,\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-18T14:04:00-04:00\",\n        \"createdDate\": \"2025-03-18T14:04:14.253-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false\n    },\n    {\n        \"noteID\": 2771838,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 38,\n        \"noteTypeName\": \"Discovery\",\n        \"noteText\": \"test\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"createdDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771838,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 38,\n        \"noteTypeName\": \"Discovery\",\n        \"noteText\": \"test\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"createdDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771843,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 73,\n        \"noteTypeName\": \"Liens\",\n        \"noteText\": \"<span style=\\\"font-family: Tahoma;\\\"><span style=\\\"font-size: 8pt;\\\">test</span></span>\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T13:15:00-04:00\",\n        \"createdDate\": \"2025-03-19T13:15:20.643-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771843,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 73,\n        \"noteTypeName\": \"Liens\",\n        \"noteText\": \"<span style=\\\"font-family: Tahoma;\\\"><span style=\\\"font-size: 8pt;\\\">test</span></span>\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T13:15:00-04:00\",\n        \"createdDate\": \"2025-03-19T13:15:20.643-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771863,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"16\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"createdDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771863,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"16\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"createdDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771830,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 15,\n        \"noteTypeName\": \"Plaintiff Insurance\",\n        \"noteText\": \"jjjj\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 488,\n        \"noteDate\": \"2034-01-01T00:00:00-05:00\",\n        \"createdDate\": \"2025-03-18T14:46:26.39-04:00\",\n        \"modifiedDate\": \"2025-03-22T07:43:00-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 216991,\n                \"name\": \" Charles F. Gormley, Esq.\"\n            },\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771830,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 15,\n        \"noteTypeName\": \"Plaintiff Insurance\",\n        \"noteText\": \"jjjj\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 488,\n        \"noteDate\": \"2034-01-01T00:00:00-05:00\",\n        \"createdDate\": \"2025-03-18T14:46:26.39-04:00\",\n        \"modifiedDate\": \"2025-03-22T07:43:00-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 216991,\n                \"name\": \" Charles F. Gormley, Esq.\"\n            },\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    }\n]"}],"_postman_id":"7f8c08df-1ec8-45c0-9a2e-484ff2c8d165"},{"name":"byCaseID","id":"58531826-d9ff-4ad2-a6d7-3dee95b0d4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/519909/notes?currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of case notes for a specific case by its internal case ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/notes</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal numeric ID of the case (e.g., <code>519909</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of notes to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of note records for the specified case, including note content, type, author, priority, subject, and timestamps.</p>\n","urlObject":{"path":["case","519909","notes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"b090f9bc-cb36-42b1-9eb1-966b232f33f4","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/519909/notes?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","519909","notes"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4163"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 22 Mar 2025 11:43:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"noteID\": 2771827,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"Case Created By Yana Krasnov\",\n        \"uniqueContactId\": 10,\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-18T14:04:00-04:00\",\n        \"createdDate\": \"2025-03-18T14:04:14.253-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false\n    },\n    {\n        \"noteID\": 2771827,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"Case Created By Yana Krasnov\",\n        \"uniqueContactId\": 10,\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-18T14:04:00-04:00\",\n        \"createdDate\": \"2025-03-18T14:04:14.253-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false\n    },\n    {\n        \"noteID\": 2771838,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 38,\n        \"noteTypeName\": \"Discovery\",\n        \"noteText\": \"test\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"createdDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771838,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 38,\n        \"noteTypeName\": \"Discovery\",\n        \"noteText\": \"test\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"createdDate\": \"2025-03-19T09:09:10.343-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771843,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 73,\n        \"noteTypeName\": \"Liens\",\n        \"noteText\": \"<span style=\\\"font-family: Tahoma;\\\"><span style=\\\"font-size: 8pt;\\\">test</span></span>\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T13:15:00-04:00\",\n        \"createdDate\": \"2025-03-19T13:15:20.643-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771843,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 73,\n        \"noteTypeName\": \"Liens\",\n        \"noteText\": \"<span style=\\\"font-family: Tahoma;\\\"><span style=\\\"font-size: 8pt;\\\">test</span></span>\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-19T13:15:00-04:00\",\n        \"createdDate\": \"2025-03-19T13:15:20.643-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771863,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"16\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"createdDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771863,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 10,\n        \"noteTypeName\": \"Case\",\n        \"noteText\": \"16\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"createdDate\": \"2025-03-21T10:08:35.55-04:00\",\n        \"isSharedinCP\": true,\n        \"isSharedWithAll\": true\n    },\n    {\n        \"noteID\": 2771830,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 15,\n        \"noteTypeName\": \"Plaintiff Insurance\",\n        \"noteText\": \"jjjj\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 488,\n        \"noteDate\": \"2034-01-01T00:00:00-05:00\",\n        \"createdDate\": \"2025-03-18T14:46:26.39-04:00\",\n        \"modifiedDate\": \"2025-03-22T07:43:00-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 216991,\n                \"name\": \" Charles F. Gormley, Esq.\"\n            },\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2771830,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"noteTypeID\": 15,\n        \"noteTypeName\": \"Plaintiff Insurance\",\n        \"noteText\": \"jjjj\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 488,\n        \"noteDate\": \"2034-01-01T00:00:00-05:00\",\n        \"createdDate\": \"2025-03-18T14:46:26.39-04:00\",\n        \"modifiedDate\": \"2025-03-22T07:43:00-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 216991,\n                \"name\": \" Charles F. Gormley, Esq.\"\n            },\n            {\n                \"contactId\": 276309,\n                \"name\": \" Alliance Physical \"\n            }\n        ]\n    }\n]"}],"_postman_id":"58531826-d9ff-4ad2-a6d7-3dee95b0d4c7"},{"name":"InsertNote","id":"58b4c01b-291d-49a4-b04c-d71e90e1ba07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 1166,\r\n        \"noteTypeID\": 90,\r\n        \"noteText\": \"<b>UTC test - 2024-01-08T16:28:00+05:00</b>\",\r\n        \"uniqueContactId\": 1694683,\r\n        \"priority\": \"Normal\",\r\n        \"formID\": 0,\r\n        \"noteDate\": \"2024-01-08T21:28:06.202916Z\",\r\n        \"subject\": \"test\",\r\n        \"isSharedinCP\": false,\r\n        \"isSharedWithAll\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note","description":"<p>Creates a new note record on a case.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/note</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case to attach the note to.</li>\n<li><code>noteTypeID</code> <em>(required)</em> — The ID of the note type (see NoteTypes endpoint for reference values).</li>\n<li><code>noteText</code> <em>(required)</em> — The body of the note; supports HTML markup.</li>\n<li><code>uniqueContactId</code> <em>(optional)</em> — The contact associated with the note.</li>\n<li><code>priority</code> <em>(optional)</em> — Priority level (e.g., <code>\"Normal\"</code>).</li>\n<li><code>formID</code> <em>(optional)</em> — Associated form ID, if applicable.</li>\n<li><code>noteDate</code> <em>(required)</em> — The date/time of the note in ISO 8601 format (UTC recommended).</li>\n<li><code>subject</code> <em>(optional)</em> — A short subject line for the note.</li>\n<li><code>isSharedinCP</code> <em>(optional)</em> — Whether the note is shared in the Client Portal.</li>\n<li><code>isSharedWithAll</code> <em>(optional)</em> — Whether the note is visible to all staff.</li>\n</ul>\n<p><strong>Returns:</strong> The created note record with its assigned note ID.</p>\n","urlObject":{"path":["case","note"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"34872eee-4387-4c9e-8b25-71738548503e","name":"InsertNote","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"noteTypeID\": 90,        \r\n        \"noteText\": \"UTC test - 2021-04-22T11:40:51 +05:00\",\r\n        \"uniqueContactId\": 1694683,\r\n        \"priority\": \"Normal\",\r\n        \"formID\": 0,\r\n        \"noteDate\": \"2021-04-22T11:40:51+05:00\",\r\n        \"subject\": \"test\",\r\n        \"isSharedinCP\": false,\r\n        \"isSharedWithAll\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Apr 2021 19:26:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"noteID\": 2764004,\n    \"caseID\": 516718,\n    \"noteTypeID\": 90,\n    \"noteText\": \"UTC test - 2021-04-22T11:40:51 +05:00\",\n    \"uniqueContactId\": 1694683,\n    \"priority\": \"Normal\",\n    \"formID\": 0,\n    \"noteDate\": \"2021-04-22T10:40:51Z\",\n    \"subject\": \"test\",\n    \"isSharedinCP\": false,\n    \"isSharedWithAll\": false\n}"}],"_postman_id":"58b4c01b-291d-49a4-b04c-d71e90e1ba07"},{"name":"UpdateNote","id":"08820eea-311f-44fc-9298-6817a9e47c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"noteID\": 2763942,    \r\n    \"noteTypeID\": 90,\r\n    \"noteText\": \"test insert2\",\r\n    \"isSharedinCP\": true,\r\n    \"isSharedWithAll\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note","description":"<p>Fully replaces an existing case note with the provided data.</p>\n<p><strong>Method:</strong> PUT<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/note</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>noteID</code> <em>(required)</em> — The ID of the note to update.</li>\n<li><code>noteTypeID</code> <em>(required)</em> — The updated note type ID.</li>\n<li><code>noteText</code> <em>(required)</em> — The updated note body; supports HTML markup.</li>\n<li><code>isSharedinCP</code> <em>(optional)</em> — Whether the note is shared in the Client Portal.</li>\n<li><code>isSharedWithAll</code> <em>(optional)</em> — Whether the note is visible to all staff.</li>\n</ul>\n<p><strong>Returns:</strong> The updated note record reflecting the new values.</p>\n","urlObject":{"path":["case","note"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e7f24c28-b985-4187-8814-c034a702bd20","name":"UpdateNote","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"noteID\": 2763942,    \r\n    \"noteTypeID\": 90,\r\n    \"noteText\": \"test insert2\",\r\n    \"isSharedinCP\": true,\r\n    \"isSharedWithAll\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 May 2021 02:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"noteID\": 2763942,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"noteTypeID\": 90,\n    \"noteTypeName\": \"Incoming Text Message\",\n    \"noteText\": \"test insert2\",\n    \"priority\": \"Normal\",\n    \"userID\": 677,\n    \"noteDate\": \"2021-03-08T17:42:00Z\",\n    \"modifiedDate\": \"2021-05-04T02:06:00Z\",\n    \"subject\": \"SMS (Created)\",\n    \"isSharedinCP\": true,\n    \"isSharedWithAll\": false\n}"}],"_postman_id":"08820eea-311f-44fc-9298-6817a9e47c6e"},{"name":"UpdateNote","id":"6757472f-676a-43b3-b63a-82b6b77e0fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/noteText\",\r\n    \"value\": \"Updated subject\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/2764074","description":"<p>Partially updates an existing case note using JSON Patch operations.</p>\n<p><strong>Method:</strong> PATCH<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/note/{noteID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>noteID</code> <em>(required)</em> — The ID of the note to patch (e.g., <code>2764074</code>).</li>\n</ul>\n<p><strong>Request Body (JSON Patch array):</strong> An array of patch operation objects, each with:</p>\n<ul>\n<li><code>op</code> — The operation type (e.g., <code>\"add\"</code>, <code>\"replace\"</code>, <code>\"remove\"</code>).</li>\n<li><code>path</code> — The JSON pointer to the field to modify (e.g., <code>\"/noteText\"</code>).</li>\n<li><code>value</code> — The new value to apply.</li>\n</ul>\n<p><strong>Returns:</strong> The updated note record with only the patched fields changed.</p>\n","urlObject":{"path":["case","note","2764074"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f4d8dc3b-6a5a-4a5b-9d67-f5bcce6daa7d","name":"UpdateNote","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/noteText\",\r\n    \"value\": \"Updated subject\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/2764074"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"287"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 14:55:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"noteID\": 2764074,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"noteTypeID\": 90,\n    \"noteTypeName\": \"Incoming Text Message\",\n    \"noteText\": \"Updated subject\",\n    \"userID\": 488,\n    \"createdDate\": \"2021-05-04T12:58:29.233-04:00\",\n    \"modifiedDate\": \"2025-02-27T09:55:00-05:00\",\n    \"isSharedinCP\": true,\n    \"isSharedWithAll\": false\n}"}],"_postman_id":"6757472f-676a-43b3-b63a-82b6b77e0fbc"},{"name":"FilteredCaseNotes","id":"534a280d-40d5-4a07-ae86-84d67a6c3e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/notes/byDatePaged","description":"<p>Retrieves a paginated list of case notes filtered by modification date range, with optional filtering by specific case numbers.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/notes/byDatePaged</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>modifiedFromDateTime</code> <em>(required)</em> — Start of the date range in ISO 8601 format.</li>\n<li><code>modifiedToDateTime</code> <em>(required)</em> — End of the date range in ISO 8601 format.</li>\n<li><code>caseNumbers</code> <em>(optional)</em> — An array of case numbers to restrict results to. Leave empty to retrieve notes across all cases within the date range.</li>\n<li><code>pageRequest.currentPage</code> <em>(required)</em> — Zero-based page index.</li>\n<li><code>pageRequest.pageSize</code> <em>(required)</em> — Number of records per page.</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of note records modified within the specified date range.</p>\n","urlObject":{"path":["case","notes","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"83957e2a-9991-4614-bf50-bf8cc65c50ca","name":"FilteredCaseNotes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/notes/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5456"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 22 Mar 2025 11:44:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"noteID\": 2764089,\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-05T15:19:34.557-04:00\",\n        \"modifiedDate\": \"2021-05-05T15:22:00-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764096,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-06T16:34:27.65-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764096,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-06T16:34:27.65-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764102,\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-07T11:51:33.107-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764103,\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-07T11:52:05.687-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764104,\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-07T11:52:51.51-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764091,\n        \"caseID\": 518128,\n        \"caseNumber\": \"YK - 000047\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-05T15:23:07.12-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764091,\n        \"caseID\": 518128,\n        \"caseNumber\": \"YK - 000047\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-05T15:23:07.12-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764092,\n        \"caseID\": 515713,\n        \"caseNumber\": \"7000063\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-05T15:28:01.933-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764092,\n        \"caseID\": 515713,\n        \"caseNumber\": \"7000063\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"testing note2\",\n        \"uniqueContactId\": 1672480,\n        \"uniqueContactName\": \"Krasnov, Yana a.\",\n        \"priority\": \"Normal\",\n        \"userID\": 631,\n        \"noteDate\": \"2021-05-05T15:19:00-04:00\",\n        \"createdDate\": \"2021-05-05T15:28:01.933-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false,\n        \"relatedContacts\": [\n            {\n                \"contactId\": 286492,\n                \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n            },\n            {\n                \"contactId\": 29470,\n                \"name\": \" Harry I. Katz,P.C.\"\n            }\n        ]\n    },\n    {\n        \"noteID\": 2764093,\n        \"caseID\": 1965,\n        \"caseNumber\": \"312728\",\n        \"noteTypeID\": 4,\n        \"noteTypeName\": \"Adjuster\",\n        \"noteText\": \"that&#39;s a simple note\",\n        \"uniqueContactId\": 1492959,\n        \"uniqueContactName\": \"O'Krasnoov, Andrey, CNP\",\n        \"priority\": \"Normal\",\n        \"userID\": 347,\n        \"noteDate\": \"2021-05-06T14:06:00-04:00\",\n        \"createdDate\": \"2021-05-06T14:06:39.77-04:00\",\n        \"subject\": \"\",\n        \"isSharedinCP\": false,\n        \"isSharedWithAll\": false\n    }\n]"}],"_postman_id":"534a280d-40d5-4a07-ae86-84d67a6c3e2a"},{"name":"CaseNote","id":"b831e6ec-f724-448c-a99b-bfe23c9a9d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/2763942","description":"<p>Retrieves a single case note by its unique note ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/note/{noteID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>noteID</code> <em>(required)</em> — The unique ID of the note to retrieve (e.g., <code>2763942</code>).</li>\n</ul>\n<p><strong>Returns:</strong> The full note record including note text, type, author, subject, priority, sharing settings, and timestamps.</p>\n","urlObject":{"path":["case","note","2763942"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a3bb4fcc-6e15-4c86-88bf-267d9838ff85","name":"CaseNote","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/2763942"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"386"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 22 Mar 2025 11:45:03 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"noteID\": 2763942,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"noteTypeID\": 90,\n    \"noteTypeName\": \"Incoming Text Message\",\n    \"noteText\": \"test insert2\",\n    \"priority\": \"Normal\",\n    \"userID\": 677,\n    \"noteDate\": \"2021-03-08T12:42:00-05:00\",\n    \"modifiedDate\": \"2022-06-15T14:54:00-04:00\",\n    \"subject\": \"SMS (Created)\",\n    \"isSharedinCP\": true,\n    \"isSharedWithAll\": false,\n    \"relatedContacts\": [\n        {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        }\n    ]\n}"}],"_postman_id":"b831e6ec-f724-448c-a99b-bfe23c9a9d07"},{"name":"NoteTypes","id":"ba8f6934-5bf2-4291-8911-aa799c57908b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/types","description":"<p>Retrieves the list of all available note types configured in the system.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/note/types</code></p>\n<p><strong>Returns:</strong> An array of note type objects, each containing a type ID and name. Use these IDs when creating or updating notes via the <code>noteTypeID</code> field.</p>\n","urlObject":{"path":["case","note","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"91705ab5-8f4f-4fab-aafa-f20b9b7598ac","name":"NoteTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/note/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 16:22:17 GMT"},{"key":"Content-Length","value":"3038"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 97,\n        \"description\": \"ABC\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Adjuster\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Adjuster Defendant\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Adjuster No-Fault\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Adjuster Plaintiff\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Appeal\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Appointments\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"Attorney Note\"\n    },\n    {\n        \"id\": 84,\n        \"description\": \"Bankruptcy\"\n    },\n    {\n        \"id\": 94,\n        \"description\": \"BBB\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Case\"\n    },\n    {\n        \"id\": 58,\n        \"description\": \"Co-Counsel\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Contacts\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Court\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Critical Comments\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Decision\"\n    },\n    {\n        \"id\": 70,\n        \"description\": \"Defendant (Personally)\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Defendant Attorney\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Defendant Insurance\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Deposition\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Discovery\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"eMail\"\n    },\n    {\n        \"id\": 99,\n        \"description\": \"eSign\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Expert\"\n    },\n    {\n        \"id\": 81,\n        \"description\": \"File Review\"\n    },\n    {\n        \"id\": 85,\n        \"description\": \"General Comments\"\n    },\n    {\n        \"id\": 101,\n        \"description\": \"Incoming Call\"\n    },\n    {\n        \"id\": 90,\n        \"description\": \"Incoming Text Message\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"Intake\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Investigations\"\n    },\n    {\n        \"id\": 69,\n        \"description\": \"Invoice\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Legal Research\"\n    },\n    {\n        \"id\": 73,\n        \"description\": \"Liens\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Mail Received\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Medical Office\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 83,\n        \"description\": \"NBA Acknowledge Receipt\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Negotiation\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Nurse's Notes\"\n    },\n    {\n        \"id\": 78,\n        \"description\": \"Nurse's Notes - Plaintiff Contacted\"\n    },\n    {\n        \"id\": 79,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 72,\n        \"description\": \"Out Firm Update\"\n    },\n    {\n        \"id\": 100,\n        \"description\": \"Outgoing Call\"\n    },\n    {\n        \"id\": 89,\n        \"description\": \"Outgoing Text Message\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Phone Call\"\n    },\n    {\n        \"id\": 102,\n        \"description\": \"Phone Message\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Plaintiff\"\n    },\n    {\n        \"id\": 53,\n        \"description\": \"Plaintiff - Contacted\"\n    },\n    {\n        \"id\": 54,\n        \"description\": \"Plaintiff - Left Electronic Message for Plaintiff\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"Plaintiff - Left Message for plaintiff\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"Plaintiff - No Answer from plaintiff\"\n    },\n    {\n        \"id\": 59,\n        \"description\": \"Plaintiff - Plaintiff called and took message\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Plaintiff Insurance\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Police Report\"\n    },\n    {\n        \"id\": 57,\n        \"description\": \"Presign\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"Quick\"\n    },\n    {\n        \"id\": 88,\n        \"description\": \"Refer-Out Attorney\"\n    },\n    {\n        \"id\": 87,\n        \"description\": \"Referring Attorney\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Retainer\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Settlement\"\n    },\n    {\n        \"id\": 86,\n        \"description\": \"Settlements - By Other Law Firms\"\n    },\n    {\n        \"id\": 48,\n        \"description\": \"Signup\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Storage Note\"\n    },\n    {\n        \"id\": 80,\n        \"description\": \"Supervisor File Review\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Surrogate/Probate\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Task\"\n    },\n    {\n        \"id\": 82,\n        \"description\": \"Tolling Questionnaire\"\n    },\n    {\n        \"id\": 74,\n        \"description\": \"Trial Prep\"\n    },\n    {\n        \"id\": 95,\n        \"description\": \"Trial Report Case Notes\"\n    },\n    {\n        \"id\": 96,\n        \"description\": \"Trial Report Conference Notes\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"W/C Attorney\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Web Intake Notes\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Witness\"\n    }\n]"}],"_postman_id":"ba8f6934-5bf2-4291-8911-aa799c57908b"}],"id":"7bf9cd06-8733-4a8e-ab56-a7c6793b7a2e","description":"<p>Manages case notes — internal narrative entries attached to a case by staff members. Notes are used to document case activity, communications, and observations. Endpoints support retrieving notes by case ID or case number with pagination, fetching a specific note, performing filtered/paginated searches, creating new notes, updating notes (full and partial), and retrieving available note types.</p>\n","_postman_id":"7bf9cd06-8733-4a8e-ab56-a7c6793b7a2e"},{"name":"Case Staff","item":[{"name":"byCaseNumber","id":"100a05a6-67c6-48a1-a5b0-f676778be084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/staff/byCaseNumber?CaseNumber=1%","description":"<p>Retrieves the list of staff members assigned to a case identified by its case number. Supports wildcard/partial matching using the <code>%</code> character.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/staff/byCaseNumber</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>CaseNumber</code> <em>(required)</em> — The case number to look up. Supports partial matching with <code>%</code> as a wildcard (e.g., <code>1%</code> returns all cases whose number starts with <code>1</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A list of staff assignment records for the matching case(s), including staff member details and their assigned roles.</p>\n","urlObject":{"path":["case","staff","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"1%"}],"variable":[]}},"response":[{"id":"e7277d77-cf19-44bf-a0b9-67c2bd73661f","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/staff/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","staff","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 12 Aug 2022 17:03:43 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"uniqueContactId\": 1152318,\n        \"firstName\": \"Peter\",\n        \"lastName\": \"Cambs\",\n        \"email\": \"pcambs@zzyourlawyer.com\",\n        \"role\": \"Primary Attorney\",\n        \"phones\": [],\n        \"createdDate\": \"2021-02-17T21:59:00Z\"\n    },\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"uniqueContactId\": 1631752,\n        \"firstName\": \"Andrey\",\n        \"lastName\": \"Ilinykh\",\n        \"email\": \"andrew@smartadvocate.com\",\n        \"role\": \"Attorney\",\n        \"phones\": [],\n        \"createdDate\": \"2021-11-30T16:14:00Z\"\n    }\n]"}],"_postman_id":"100a05a6-67c6-48a1-a5b0-f676778be084"},{"name":"byCaseID","id":"2dc65356-b073-4379-8db5-814cfa2ca24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/5/staff","description":"<p>Retrieves the list of staff members assigned to a case identified by its internal case ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/staff</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal numeric ID of the case (e.g., <code>5</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A list of staff assignment records for the specified case, including staff member names, user IDs, and their assigned roles on the case.</p>\n","urlObject":{"path":["case","5","staff"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ff3d7b1c-f503-49d3-82e2-1a767cc5b934","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/5/staff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 12 Aug 2022 17:05:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"uniqueContactId\": 156037,\n        \"firstName\": \"Kathleen\",\n        \"lastName\": \"O'Connor\",\n        \"email\": \"koconnor@zzyourlawyer.com\",\n        \"role\": \"Primary Paralegal\",\n        \"phones\": [],\n        \"createdDate\": \"2011-03-23T18:34:00Z\"\n    },\n    {\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"uniqueContactId\": 18133,\n        \"firstName\": \"Herbert\",\n        \"lastName\": \"Waichman\",\n        \"email\": \"HWaichman@zzyourlawyer.com\",\n        \"role\": \"Primary Attorney\",\n        \"phones\": [],\n        \"createdDate\": \"2011-03-23T18:34:00Z\"\n    }\n]"}],"_postman_id":"2dc65356-b073-4379-8db5-814cfa2ca24c"},{"name":"FilteredCaseStaff","id":"c7cd1e67-aab7-44c1-a672-f9bb10c91128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2022-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2022-09-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/staff/byDatePaged","description":"<p>Retrieves a paginated list of case staff assignments filtered by modification date range, with optional filtering by specific case numbers.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/staff/byDatePaged</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>modifiedFromDateTime</code> <em>(required)</em> — Start of the date range in ISO 8601 format.</li>\n<li><code>modifiedToDateTime</code> <em>(required)</em> — End of the date range in ISO 8601 format.</li>\n<li><code>caseNumbers</code> <em>(optional)</em> — An array of case numbers to restrict results to. Leave empty to retrieve staff assignments across all cases within the date range.</li>\n<li><code>pageRequest.currentPage</code> <em>(required)</em> — Zero-based page index.</li>\n<li><code>pageRequest.pageSize</code> <em>(required)</em> — Number of records per page.</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of staff assignment records modified within the specified date range.</p>\n","urlObject":{"path":["case","staff","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2f6f001c-af30-40a3-b61d-bdf4b91d7761","name":"FilteredCaseStaff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2022-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2022-09-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/staff/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 12 Aug 2022 17:24:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 518652,\n        \"caseNumber\": \"082200001\",\n        \"uniqueContactId\": 1672480,\n        \"firstName\": \"Yana\",\n        \"lastName\": \"Krasnov\",\n        \"email\": \"bloom82@outlook.com\",\n        \"role\": \"Case Manager\",\n        \"phones\": [\n            {\n                \"phoneID\": 376,\n                \"name\": \"Cell Phone\",\n                \"phoneNumber\": \"(878) 787-8888\",\n                \"extension\": \"\",\n                \"primary\": false,\n                \"useForTexting\": true,\n                \"createdDate\": \"2021-06-01T15:24:00Z\",\n                \"modifiedDate\": \"2022-08-12T15:16:00Z\"\n            },\n            {\n                \"phoneID\": 391,\n                \"name\": \"Cell Phone\",\n                \"phoneNumber\": \"(267) 772-1811\",\n                \"extension\": \"\",\n                \"primary\": true,\n                \"useForTexting\": true,\n                \"createdDate\": \"2021-07-19T13:44:00Z\",\n                \"modifiedDate\": \"2022-08-12T15:16:00Z\"\n            }\n        ],\n        \"createdDate\": \"2022-08-10T12:31:00Z\"\n    },\n    {\n        \"caseID\": 518650,\n        \"caseNumber\": \"2 - 000090\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T21:24:00Z\"\n    },\n    {\n        \"caseID\": 518649,\n        \"caseNumber\": \"2 - 000089\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T20:13:00Z\"\n    },\n    {\n        \"caseID\": 518638,\n        \"caseNumber\": \"2 - 000078\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518639,\n        \"caseNumber\": \"2 - 000079\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518640,\n        \"caseNumber\": \"2 - 000080\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518641,\n        \"caseNumber\": \"2 - 000081\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518642,\n        \"caseNumber\": \"2 - 000082\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518643,\n        \"caseNumber\": \"2 - 000083\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518644,\n        \"caseNumber\": \"2 - 000084\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    },\n    {\n        \"caseID\": 518645,\n        \"caseNumber\": \"2 - 000085\",\n        \"uniqueContactId\": 11,\n        \"firstName\": \"Admin\",\n        \"lastName\": \"Admin\",\n        \"email\": \"sasuper@zzyourlawyer.com\",\n        \"phones\": [],\n        \"createdDate\": \"2022-08-05T19:58:00Z\"\n    }\n]"}],"_postman_id":"c7cd1e67-aab7-44c1-a672-f9bb10c91128"}],"id":"c7837d1c-9acb-42be-9cdc-8d20a86a4836","description":"<p>Manages staff assignments on cases. Case staff records link firm users to a case in specific roles (e.g., lead attorney, paralegal, case manager). Endpoints support retrieving all staff assigned to a case, inserting a new staff assignment, and updating an existing staff assignment.</p>\n","_postman_id":"c7837d1c-9acb-42be-9cdc-8d20a86a4836"},{"name":"Case Status","item":[{"name":"byCaseNumber","id":"3ba74a7b-2693-4927-a68f-aab26f294d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of status records for a case identified by its case number.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/byCaseNumber</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>CaseNumber</code> <em>(required)</em> — The human-readable case number (e.g., <code>9000002</code>).</li>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of status records to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of status records for the specified case, including status type, status value, dates, and comments.</p>\n","urlObject":{"path":["case","status","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"39dffcb0-1d55-474d-85bc-d416177565b8","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/status/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","status","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 May 2021 20:00:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseStatusID\": 1485428,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 1,\n        \"statusID\": 827,\n        \"fromDate\": \"2021-02-17T21:14:00Z\",\n        \"createdDate\": \"2021-02-17T21:14:00Z\",\n        \"comments\": \"Closed for the following reason: \\nREJECT - NO CONTACT\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"UM Arb Filed\"\n    },\n    {\n        \"caseStatusID\": 1484299,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 1,\n        \"statusID\": 162,\n        \"expDays\": 30,\n        \"fromDate\": \"2019-01-03T17:06:00Z\",\n        \"toDate\": \"2020-06-15T14:36:00Z\",\n        \"createdDate\": \"2019-01-03T17:06:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Presign - Not Yet scheduled for Sign Up\"\n    },\n    {\n        \"caseStatusID\": 1485208,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 1,\n        \"statusID\": 55,\n        \"expDays\": 0,\n        \"fromDate\": \"2020-06-15T14:36:00Z\",\n        \"toDate\": \"2020-07-27T00:35:00Z\",\n        \"createdDate\": \"2020-05-05T21:18:00Z\",\n        \"modifiedDate\": \"2020-06-15T14:36:00Z\",\n        \"comments\": \"\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Pre-Lit .1 - Retainer recd - WAITING Photos\"\n    },\n    {\n        \"caseStatusID\": 1485276,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 1,\n        \"statusID\": 521,\n        \"expDays\": 1,\n        \"fromDate\": \"2020-07-27T00:35:00Z\",\n        \"toDate\": \"2021-02-09T21:24:00Z\",\n        \"createdDate\": \"2020-07-27T00:35:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Sign Up Kit To Go Out\"\n    },\n    {\n        \"caseStatusID\": 1485393,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 1,\n        \"statusID\": 9,\n        \"expDays\": 30,\n        \"fromDate\": \"2021-02-09T21:24:00Z\",\n        \"toDate\": \"2021-02-17T21:14:00Z\",\n        \"createdDate\": \"2021-02-09T21:24:00Z\",\n        \"comments\": \"Closed for the following reason: \\nREJECT - NO CONTACT\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Closed Case\"\n    },\n    {\n        \"caseStatusID\": 1485582,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 890,\n        \"fromDate\": \"2021-04-30T16:37:00Z\",\n        \"createdDate\": \"2021-04-30T16:37:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"Do not dial\"\n    },\n    {\n        \"caseStatusID\": 1485379,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 890,\n        \"fromDate\": \"2021-01-13T05:00:00Z\",\n        \"toDate\": \"2021-01-26T16:49:00Z\",\n        \"createdDate\": \"2021-01-13T19:03:00Z\",\n        \"modifiedDate\": \"2021-01-13T19:05:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"Do not dial\"\n    },\n    {\n        \"caseStatusID\": 1485385,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 889,\n        \"fromDate\": \"2021-01-26T16:49:00Z\",\n        \"toDate\": \"2021-02-02T22:44:00Z\",\n        \"createdDate\": \"2021-01-26T16:49:00Z\",\n        \"modifiedDate\": \"2021-02-02T22:44:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"To dial\"\n    },\n    {\n        \"caseStatusID\": 1485388,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 915,\n        \"fromDate\": \"2021-02-02T22:44:00Z\",\n        \"toDate\": \"2021-02-03T17:58:00Z\",\n        \"createdDate\": \"2021-02-02T22:45:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"In the Dialer\"\n    },\n    {\n        \"caseStatusID\": 1485390,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 889,\n        \"fromDate\": \"2021-02-03T17:58:00Z\",\n        \"toDate\": \"2021-02-03T18:08:00Z\",\n        \"createdDate\": \"2021-02-03T17:58:00Z\",\n        \"modifiedDate\": \"2021-02-03T18:08:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"To dial\"\n    },\n    {\n        \"caseStatusID\": 1485391,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 915,\n        \"fromDate\": \"2021-02-03T18:07:00Z\",\n        \"toDate\": \"2021-03-26T16:12:00Z\",\n        \"createdDate\": \"2021-02-03T18:08:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"In the Dialer\"\n    },\n    {\n        \"caseStatusID\": 1485436,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 82,\n        \"statusID\": 889,\n        \"fromDate\": \"2021-03-26T16:12:00Z\",\n        \"toDate\": \"2021-04-30T16:37:00Z\",\n        \"createdDate\": \"2021-03-26T16:12:00Z\",\n        \"statusTypeName\": \"Dialer Status\",\n        \"statusName\": \"To dial\"\n    },\n    {\n        \"caseStatusID\": 1485584,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 83,\n        \"statusID\": 909,\n        \"fromDate\": \"2021-04-30T17:04:00Z\",\n        \"createdDate\": \"2021-04-30T17:04:00Z\",\n        \"modifiedDate\": \"2021-05-13T14:52:00Z\",\n        \"comments\": \"test5\",\n        \"statusTypeName\": \"Dialer Campaign Status\",\n        \"statusName\": \"SA test\"\n    },\n    {\n        \"caseStatusID\": 1485383,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 83,\n        \"statusID\": 908,\n        \"fromDate\": \"2021-01-26T16:42:00Z\",\n        \"toDate\": \"2021-04-30T16:37:00Z\",\n        \"createdDate\": \"2021-01-26T16:42:00Z\",\n        \"modifiedDate\": \"2021-04-23T19:50:00Z\",\n        \"comments\": \"test\",\n        \"statusTypeName\": \"Dialer Campaign Status\",\n        \"deleted\": true\n    },\n    {\n        \"caseStatusID\": 1485384,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 84,\n        \"statusID\": 910,\n        \"fromDate\": \"2021-01-26T16:46:00Z\",\n        \"toDate\": \"2021-04-30T16:37:00Z\",\n        \"createdDate\": \"2021-01-26T16:46:00Z\",\n        \"modifiedDate\": \"2021-04-27T15:51:00Z\",\n        \"comments\": \"attempts\",\n        \"statusTypeName\": \"Dial Attempts Status\",\n        \"statusName\": \"0\",\n        \"deleted\": true\n    },\n    {\n        \"caseStatusID\": 1485595,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 85,\n        \"statusID\": 916,\n        \"fromDate\": \"2021-04-30T17:31:00Z\",\n        \"toDate\": \"2021-05-12T20:48:00Z\",\n        \"createdDate\": \"2021-04-30T17:31:00Z\",\n        \"statusTypeName\": \"Dialer Disposition Status\",\n        \"statusName\": \"No answer\",\n        \"deleted\": true\n    },\n    {\n        \"caseStatusID\": 1485431,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 86,\n        \"statusID\": 921,\n        \"fromDate\": \"2021-03-02T22:50:00Z\",\n        \"toDate\": \"2021-03-02T22:55:00Z\",\n        \"createdDate\": \"2021-03-02T22:50:00Z\",\n        \"statusTypeName\": \"Client Review\",\n        \"statusName\": \"Send client review request\"\n    },\n    {\n        \"caseStatusID\": 1485432,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 86,\n        \"statusID\": 919,\n        \"fromDate\": \"2021-03-02T22:55:00Z\",\n        \"toDate\": \"2021-03-02T22:57:00Z\",\n        \"createdDate\": \"2021-03-02T22:55:00Z\",\n        \"statusTypeName\": \"Client Review\",\n        \"statusName\": \"Review request couldn't send\"\n    },\n    {\n        \"caseStatusID\": 1485578,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 86,\n        \"statusID\": 919,\n        \"fromDate\": \"2021-04-27T14:50:00Z\",\n        \"toDate\": \"2021-04-27T14:50:00Z\",\n        \"createdDate\": \"2021-04-27T15:52:00Z\",\n        \"comments\": \"test\",\n        \"statusTypeName\": \"Client Review\",\n        \"statusName\": \"Review request couldn't send\"\n    },\n    {\n        \"caseStatusID\": 1485433,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 86,\n        \"statusID\": 921,\n        \"fromDate\": \"2021-03-02T22:57:00Z\",\n        \"toDate\": \"2021-04-27T14:50:00Z\",\n        \"createdDate\": \"2021-03-02T22:57:00Z\",\n        \"modifiedDate\": \"2021-04-27T15:51:00Z\",\n        \"comments\": \"change status\",\n        \"statusTypeName\": \"Client Review\",\n        \"statusName\": \"Send client review request\"\n    }\n]"}],"_postman_id":"3ba74a7b-2693-4927-a68f-aab26f294d0f"},{"name":"byCaseID","id":"2ad5ebaf-783b-49fc-bed1-817cc829f8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/5/statuses?currentPage=0&pageSize=200","description":"<p>Retrieves a paginated list of status records for a case identified by its internal case ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/statuses</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal numeric ID of the case (e.g., <code>5</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> <em>(required)</em> — Zero-based page index for pagination (e.g., <code>0</code>).</li>\n<li><code>pageSize</code> <em>(required)</em> — Number of status records to return per page (e.g., <code>200</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of status records for the specified case, including status type, status value, from/to dates, and comments.</p>\n","urlObject":{"path":["case","5","statuses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"55baca3e-5309-4611-ac42-ac3701dc7cb7","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/5/statuses?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","5","statuses"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 May 2021 20:01:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseStatusID\": 536781,\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"statusTypeID\": 1,\n        \"statusID\": 9,\n        \"expDays\": 30,\n        \"fromDate\": \"2011-04-19T04:00:00Z\",\n        \"createdDate\": \"2011-04-19T04:00:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Closed Case\"\n    },\n    {\n        \"caseStatusID\": 5,\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"statusTypeID\": 1,\n        \"statusID\": 23,\n        \"fromDate\": \"2005-06-20T04:00:00Z\",\n        \"toDate\": \"2011-04-19T20:53:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"LIT 6 - Depositions and Other Discovery Ongoing\"\n    },\n    {\n        \"caseStatusID\": 28060,\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"statusTypeID\": 2,\n        \"statusID\": 173,\n        \"statusTypeName\": \"Sub Status\",\n        \"statusName\": \"Case Referred Out\",\n        \"deleted\": true\n    },\n    {\n        \"caseStatusID\": 517117,\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"statusTypeID\": 1,\n        \"statusID\": 48,\n        \"expDays\": 30,\n        \"fromDate\": \"2011-03-16T04:00:00Z\",\n        \"toDate\": \"2011-04-19T20:53:00Z\",\n        \"createdDate\": \"2011-03-16T15:17:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"File To Be Closed\"\n    }\n]"}],"_postman_id":"2ad5ebaf-783b-49fc-bed1-817cc829f8bb"},{"name":"CaseStatus","id":"40127833-aef3-43f4-b693-e2dea8687f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/1485384","description":"<p>Retrieves a single case status record by its unique status record ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/{statusRecordID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>statusRecordID</code> <em>(required)</em> — The unique ID of the status record to retrieve (e.g., <code>1485384</code>).</li>\n</ul>\n<p><strong>Returns:</strong> The full status record including status type, status value, from/to dates, comments, and associated case information.</p>\n","urlObject":{"path":["case","status","1485384"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e7093dc7-0096-4dd3-b913-af684e7f51ea","name":"CaseStatus","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/1485384"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 May 2021 20:02:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseStatusID\": 1485384,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"statusTypeID\": 84,\n    \"statusID\": 910,\n    \"fromDate\": \"2021-01-26T16:46:00Z\",\n    \"toDate\": \"2021-04-30T16:37:00Z\",\n    \"createdDate\": \"2021-01-26T16:46:00Z\",\n    \"modifiedDate\": \"2021-04-27T15:51:00Z\",\n    \"comments\": \"attempts\",\n    \"statusTypeName\": \"Dial Attempts Status\",\n    \"statusName\": \"0\",\n    \"deleted\": true\n}"}],"_postman_id":"40127833-aef3-43f4-b693-e2dea8687f58"},{"name":"InsertCaseStatus","id":"48d85ab3-a74d-4c15-a490-ca4e64b7e2c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseID\": 516718,\r\n    \"statusTypeID\": 84,\r\n    \"statusID\": 910,\r\n    \"expDays\": null,\r\n    \"fromDate\": \"2021-01-26T11:46:00Z\",\r\n    \"comments\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status","description":"<p>Creates a new status record on a case.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case to assign the status to.</li>\n<li><code>statusTypeID</code> <em>(required)</em> — The ID of the status type category.</li>\n<li><code>statusID</code> <em>(required)</em> — The ID of the specific status value within the status type.</li>\n<li><code>expDays</code> <em>(optional)</em> — Number of days until the status expires. Pass <code>null</code> for no expiration.</li>\n<li><code>fromDate</code> <em>(required)</em> — The effective start date of the status in ISO 8601 format.</li>\n<li><code>comments</code> <em>(optional)</em> — Free-text comments associated with the status.</li>\n</ul>\n<p><strong>Returns:</strong> The created status record with its assigned status record ID.</p>\n","urlObject":{"path":["case","status"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"104c2db6-6131-4702-ac81-f69ee2c706d8","name":"InsertCaseStatus","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseID\": 516718,\r\n    \"statusTypeID\": 84,\r\n    \"statusID\": 910,\r\n    \"expDays\": null,\r\n    \"fromDate\": \"2021-01-26T11:46:00\",\r\n    \"comments\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 16:32:57 GMT"},{"key":"Content-Length","value":"106"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseStatusID\": 1485384,\n    \"caseID\": 516718,\n    \"statusTypeID\": 84,\n    \"statusID\": 910,\n    \"fromDate\": \"2021-01-26T11:46:00\"\n}"}],"_postman_id":"48d85ab3-a74d-4c15-a490-ca4e64b7e2c5"},{"name":"FIlteredStatuses","id":"d242983c-a7b3-42bf-9ec1-1d96366a345b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/byDatePaged","description":"<p>Retrieves a paginated list of case status records filtered by modification date range, with optional filtering by specific case numbers.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/byDatePaged</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>modifiedFromDateTime</code> <em>(required)</em> — Start of the date range in ISO 8601 format.</li>\n<li><code>modifiedToDateTime</code> <em>(required)</em> — End of the date range in ISO 8601 format.</li>\n<li><code>caseNumbers</code> <em>(optional)</em> — An array of case numbers to restrict results to. Leave empty to retrieve statuses across all cases within the date range.</li>\n<li><code>pageRequest.currentPage</code> <em>(required)</em> — Zero-based page index.</li>\n<li><code>pageRequest.pageSize</code> <em>(required)</em> — Number of records per page.</li>\n</ul>\n<p><strong>Returns:</strong> A paginated list of status records modified within the specified date range.</p>\n","urlObject":{"path":["case","status","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9208ba07-0b1c-4e01-b9e0-b0d44adb0e23","name":"FIlteredStatuses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 May 2021 19:19:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseStatusID\": 1485603,\n        \"caseID\": 516404,\n        \"caseNumber\": \"n 8000195\",\n        \"statusTypeID\": 1,\n        \"statusID\": 19,\n        \"expDays\": 30,\n        \"fromDate\": \"2020-05-06T04:00:00Z\",\n        \"createdDate\": \"2021-05-04T15:27:00Z\",\n        \"modifiedDate\": \"2021-05-04T15:49:00Z\",\n        \"comments\": \" status comment test...\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"LIT 2 - Complaint To Be Prepared\"\n    },\n    {\n        \"caseStatusID\": 1485602,\n        \"caseID\": 423,\n        \"caseNumber\": \"02605\",\n        \"statusTypeID\": 1,\n        \"statusID\": 55,\n        \"fromDate\": \"2019-05-01T04:00:00Z\",\n        \"createdDate\": \"2021-05-04T15:26:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Pre-Lit .1 - Retainer recd - WAITING Photos\"\n    },\n    {\n        \"caseStatusID\": 1485601,\n        \"caseID\": 517783,\n        \"caseNumber\": \"9000165\",\n        \"statusTypeID\": 1,\n        \"statusID\": 198,\n        \"expDays\": 30,\n        \"fromDate\": \"2020-06-03T04:00:00Z\",\n        \"createdDate\": \"2021-05-04T15:23:00Z\",\n        \"modifiedDate\": \"2021-05-04T15:53:00Z\",\n        \"comments\": \"status comment test 2..\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Pre-Lit 6 - Case Ready to Settle\"\n    },\n    {\n        \"caseStatusID\": 1485600,\n        \"caseID\": 518053,\n        \"caseNumber\": \"9 - 000041\",\n        \"statusTypeID\": 1,\n        \"statusID\": 198,\n        \"expDays\": 30,\n        \"fromDate\": \"2021-03-02T05:00:00Z\",\n        \"createdDate\": \"2021-05-04T15:18:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Pre-Lit 6 - Case Ready to Settle\"\n    },\n    {\n        \"caseStatusID\": 1485599,\n        \"caseID\": 195,\n        \"caseNumber\": \"82031\",\n        \"statusTypeID\": 1,\n        \"statusID\": 18,\n        \"expDays\": 30,\n        \"fromDate\": \"2019-05-08T15:15:00Z\",\n        \"createdDate\": \"2021-05-04T15:15:00Z\",\n        \"modifiedDate\": \"2021-05-04T15:15:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"LIT 1 - Municipal Hearing Scheduled\"\n    },\n    {\n        \"caseStatusID\": 1485598,\n        \"caseID\": 517783,\n        \"caseNumber\": \"9000165\",\n        \"statusTypeID\": 1,\n        \"statusID\": 16,\n        \"expDays\": 30,\n        \"fromDate\": \"2021-04-13T14:58:00Z\",\n        \"toDate\": \"2020-06-03T04:00:00Z\",\n        \"createdDate\": \"2021-05-04T14:53:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Judgment out for execution\"\n    },\n    {\n        \"caseStatusID\": 1485597,\n        \"caseID\": 516404,\n        \"caseNumber\": \"n 8000195\",\n        \"statusTypeID\": 1,\n        \"statusID\": 16,\n        \"expDays\": 30,\n        \"fromDate\": \"2021-04-13T14:58:00Z\",\n        \"toDate\": \"2020-05-06T04:00:00Z\",\n        \"createdDate\": \"2021-05-04T14:27:00Z\",\n        \"comments\": \" \",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Judgment out for execution\"\n    },\n    {\n        \"caseStatusID\": 1485596,\n        \"caseID\": 128,\n        \"caseNumber\": \"72139\",\n        \"statusTypeID\": 1,\n        \"statusID\": 55,\n        \"fromDate\": \"2021-04-13T14:58:00Z\",\n        \"createdDate\": \"2021-05-04T14:06:00Z\",\n        \"statusTypeName\": \"Status\",\n        \"statusName\": \"Pre-Lit .1 - Retainer recd - WAITING Photos\"\n    },\n    {\n        \"caseStatusID\": 1485595,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 85,\n        \"statusID\": 916,\n        \"fromDate\": \"2021-04-30T17:31:00Z\",\n        \"toDate\": \"2021-05-12T20:48:00Z\",\n        \"createdDate\": \"2021-04-30T17:31:00Z\",\n        \"statusTypeName\": \"Dialer Disposition Status\",\n        \"statusName\": \"No answer\",\n        \"deleted\": true\n    },\n    {\n        \"caseStatusID\": 1485583,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"statusTypeID\": 83,\n        \"statusID\": 909,\n        \"fromDate\": \"2021-04-30T17:04:00Z\",\n        \"createdDate\": \"2021-04-30T17:04:00Z\",\n        \"statusTypeName\": \"Dialer Campaign Status\",\n        \"statusName\": \"SA test\"\n    },\n    {\n        \"caseStatusID\": 1485584,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"statusTypeID\": 83,\n        \"statusID\": 909,\n        \"fromDate\": \"2021-04-30T17:04:00Z\",\n        \"createdDate\": \"2021-04-30T17:04:00Z\",\n        \"modifiedDate\": \"2021-05-13T14:52:00Z\",\n        \"comments\": \"test5\",\n        \"statusTypeName\": \"Dialer Campaign Status\",\n        \"statusName\": \"SA test\"\n    }\n]"}],"_postman_id":"d242983c-a7b3-42bf-9ec1-1d96366a345b"},{"name":"CaseStatusType","id":"980c0fcb-18ce-4ca5-8efb-653a969ecd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/type?StatusTypeID=1&StatusID=4","description":"<p>Retrieves status type and status value reference data used when creating or filtering case status records.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/type</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>StatusTypeID</code> <em>(optional)</em> — Filter results to a specific status type category (e.g., <code>1</code>). Returns all statuses belonging to that type.</li>\n<li><code>StatusID</code> <em>(optional)</em> — Filter results to a specific status value within a type (e.g., <code>4</code>). Returns the matching status entry only.</li>\n</ul>\n<p>Both parameters are optional. Omitting both returns all status types and their associated status values.</p>\n<p><strong>Returns:</strong> An array of status type objects, each containing a type ID, name, and a list of associated status values with their IDs and names. Use these IDs when creating status records via the <code>statusTypeID</code> and <code>statusID</code> fields.</p>\n","urlObject":{"path":["case","status","type"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>(optional) Receive all Statuses for current StatusTypeID </p>\n","type":"text/plain"},"key":"StatusTypeID","value":"1"},{"description":{"content":"<p>(Optional) Receive Status with current StatusID</p>\n","type":"text/plain"},"key":"StatusID","value":"4"}],"variable":[]}},"response":[{"id":"620eb016-f1b9-4087-acd0-e152eb63b21e","name":"CaseStatusType","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/status/type?StatusTypeID=1&StatusID=4","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","status","type"],"query":[{"key":"StatusTypeID","value":"1","description":"(optional) Receive all Statuses for current StatusTypeID "},{"key":"StatusID","value":"4","description":"(Optional) Receive Status with current StatusID\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 May 2021 19:56:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"statusTypeID\": 1,\n        \"statusTypeName\": \"Status\",\n        \"statusID\": 4,\n        \"statusName\": \"No-Fault Arbitration\"\n    }\n]"}],"_postman_id":"980c0fcb-18ce-4ca5-8efb-653a969ecd37"},{"name":"StatusCommentUpdate","id":"2d05700d-e8dd-4a51-b449-bbc1cc836271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseStatusID\": 1485609,\r\n    \"comments\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/comment/update","description":"<p>Updates the comment text on an existing case status record.</p>\n<p><strong>Method:</strong> PUT<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/comment/update</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>statusRecordID</code> <em>(required)</em> — The unique ID of the status record whose comment should be updated.</li>\n<li><code>comments</code> <em>(required)</em> — The new comment text to apply to the status record.</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the comment was successfully updated.</p>\n","urlObject":{"path":["case","status","comment","update"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f37b87a8-cb26-4781-81d1-d45c63303098","name":"StatusCommentUpdate","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseStatusID\": 1485609,\r\n    \"comments\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/comment/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 May 2021 15:32:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseStatusID\": 1485609,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"statusTypeID\": 84,\n    \"statusID\": 910,\n    \"fromDate\": \"2021-01-26T11:46:00Z\",\n    \"createdDate\": \"2021-05-14T14:10:00Z\",\n    \"modifiedDate\": \"2021-05-14T15:32:00Z\",\n    \"comments\": \"test123\",\n    \"statusTypeName\": \"Dial Attempts Status\",\n    \"statusName\": \"0\"\n}"}],"_postman_id":"2d05700d-e8dd-4a51-b449-bbc1cc836271"},{"name":"CaseStatusTerminate","id":"5f740266-3ae7-45cb-a076-9ec9d6a4fdb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusTypeID\": 84,\r\n    \"caseID\": 516718,\r\n    \"toDate\": \"2021-05-14T11:46:00Z\",\r\n    \"comments\": \"stop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/terminate","description":"<p>Terminates an active case status by setting its end date, effectively closing out the status record.</p>\n<p><strong>Method:</strong> DELETE<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/status/terminate</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>statusTypeID</code> <em>(required)</em> — The ID of the status type category to terminate (e.g., <code>84</code>).</li>\n<li><code>caseID</code> <em>(required)</em> — The internal ID of the case whose status should be terminated (e.g., <code>516718</code>).</li>\n<li><code>toDate</code> <em>(required)</em> — The termination date in ISO 8601 format. This becomes the end date of the status record.</li>\n<li><code>comments</code> <em>(optional)</em> — A comment to record alongside the termination.</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the status was successfully terminated.</p>\n","urlObject":{"path":["case","status","terminate"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"eaf262ba-92d4-4b76-bfeb-26288d820a00","name":"CaseStatusTerminate","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"statusTypeID\": 84,\r\n    \"toDate\": \"2021-05-14T11:46:00Z\",\r\n    \"comments\": \"stop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/status/terminate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 May 2021 15:33:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseStatusID\": 1485609,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"statusTypeID\": 84,\n    \"statusID\": 910,\n    \"fromDate\": \"2021-01-26T11:46:00Z\",\n    \"toDate\": \"2021-05-14T11:46:00Z\",\n    \"createdDate\": \"2021-05-14T14:10:00Z\",\n    \"modifiedDate\": \"2021-05-14T15:34:00Z\",\n    \"comments\": \"stop\",\n    \"statusTypeName\": \"Dial Attempts Status\",\n    \"statusName\": \"0\",\n    \"deleted\": true\n}"}],"_postman_id":"5f740266-3ae7-45cb-a076-9ec9d6a4fdb9"}],"id":"5687a474-655b-4bba-b549-030e00ff09fc","description":"<p>Manages case status records, which track the progression of a case through defined workflow stages (e.g., Active, In Litigation, Settled, Closed). A case can have multiple status entries over its lifetime, forming a status history. Endpoints support retrieving statuses by case ID or case number, fetching a specific status record, performing filtered/paginated searches, inserting a new status, updating a status comment, terminating the current status, and retrieving available status types.</p>\n","_postman_id":"5687a474-655b-4bba-b549-030e00ff09fc"},{"name":"Case Tags","item":[{"name":"GetTags","id":"3ccbca94-1eb4-4556-9450-2b68c8615b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/","description":"<p>Retrieves all tags defined in the system that can be applied to cases.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/tag/</code></p>\n<p><strong>Returns:</strong> An array of tag objects, each containing a tag ID, name, active status, group restrictions, and associated case types. Use these IDs when assigning tags to cases or when filtering cases by tag.</p>\n","urlObject":{"path":["case","tag",""],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e4b173d7-278d-43b4-9e6d-12b6e2bb3201","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"15617"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 18:37:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"tagId\": 1,\n        \"name\": \"Tag1\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-03-31T16:54:34.407-04:00\"\n    },\n    {\n        \"tagId\": 2,\n        \"name\": \"Teg2\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-03-31T16:54:45.027-04:00\"\n    },\n    {\n        \"tagId\": 3,\n        \"name\": \"Teg3\",\n        \"isActive\": true,\n        \"limitGroups\": true,\n        \"groups\": [],\n        \"caseTypes\": [\n            {\n                \"id\": 1,\n                \"description\": \"Auto-Not Mun-Not Death\"\n            },\n            {\n                \"id\": 187,\n                \"description\": \"Actos - Not Death\"\n            }\n        ],\n        \"createdDate\": \"2022-03-31T16:54:56.867-04:00\",\n        \"modifiedDate\": \"2022-11-10T15:18:43.033-05:00\"\n    },\n    {\n        \"tagId\": 4,\n        \"name\": \"tag4\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-04-04T10:53:34.157-04:00\",\n        \"modifiedDate\": \"2024-03-21T15:57:08.697-04:00\"\n    },\n    {\n        \"tagId\": 5,\n        \"name\": \"tag5\",\n        \"isActive\": true,\n        \"limitGroups\": true,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-04-04T10:54:09.567-04:00\",\n        \"modifiedDate\": \"2022-11-07T14:59:52.033-05:00\"\n    },        \n    {\n        \"tagId\": 9,\n        \"name\": \"Tes\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [\n            {\n                \"id\": 5,\n                \"description\": \"Airplane Crashes\"\n            }\n        ],\n        \"caseTypes\": [\n            {\n                \"id\": 1518,\n                \"description\": \"_Test_Yana\"\n            },\n            {\n                \"id\": 1519,\n                \"description\": \"_Testing Types\"\n            }\n        ],\n        \"createdDate\": \"2022-11-07T15:06:58.653-05:00\",\n        \"modifiedDate\": \"2022-11-07T15:07:35.723-05:00\"\n    },  \n    {\n        \"tagId\": 24,\n        \"name\": \"Test_Tag\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-12-09T12:20:36.37-05:00\"\n    },\n    {\n        \"tagId\": 25,\n        \"name\": \"Test_Yana\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [\n            {\n                \"id\": 176,\n                \"description\": \"200 New GrGN\"\n            }\n        ],\n        \"caseTypes\": [],\n        \"createdDate\": \"2022-12-09T12:21:10.343-05:00\",\n        \"modifiedDate\": \"2022-12-19T15:24:45.163-05:00\"\n    },\n    {\n        \"tagId\": 26,\n        \"name\": \"Igor\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2023-02-07T17:28:17.2-05:00\",\n        \"modifiedDate\": \"2024-04-22T09:33:00.613-04:00\"\n    },\n    {\n        \"tagId\": 27,\n        \"name\": \"Super Tag\",\n        \"isActive\": true,\n        \"limitGroups\": true,\n        \"groups\": [\n            {\n                \"id\": 147,\n                \"description\": \"Toxic Torts\"\n            },\n            {\n                \"id\": 153,\n                \"description\": \"Workers Compensation\"\n            },\n            {\n                \"id\": 175,\n                \"description\": \"100 New GrGN\"\n            },\n            {\n                \"id\": 167,\n                \"description\": \"ABC,_#E@$%&[]{}\"\n            },\n            {\n                \"id\": 149,\n                \"description\": \"Government Benefits\"\n            },\n            {\n                \"id\": 13,\n                \"description\": \"Medical Malpractice\"\n            },\n            {\n                \"id\": 171,\n                \"description\": \"XDear God (Help Me\"\n            }\n        ],\n        \"caseTypes\": [\n            {\n                \"id\": 1530,\n                \"description\": \"3M\"\n            },\n            {\n                \"id\": 1518,\n                \"description\": \"_Test_Yana\"\n            }\n        ],\n        \"createdDate\": \"2024-01-09T10:22:47.863-05:00\",\n        \"modifiedDate\": \"2024-10-02T11:11:33.2333333-04:00\"\n    },\n    {\n        \"tagId\": 29,\n        \"name\": \"Test tag Viktor\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-21T15:57:31.757-04:00\"\n    },\n    {\n        \"tagId\": 30,\n        \"name\": \"test tag5\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [\n            {\n                \"id\": 175,\n                \"description\": \"100 New GrGN\"\n            },\n            {\n                \"id\": 176,\n                \"description\": \"200 New GrGN\"\n            },\n            {\n                \"id\": 167,\n                \"description\": \"ABC,_#E@$%&[]{}\"\n            },\n            {\n                \"id\": 5,\n                \"description\": \"Airplane Crashes\"\n            }\n        ],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-21T19:18:36.073-04:00\",\n        \"modifiedDate\": \"2024-05-24T15:12:46.087-04:00\"\n    },\n    {\n        \"tagId\": 31,\n        \"name\": \"test11\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-22T11:42:26.073-04:00\",\n        \"modifiedDate\": \"2024-03-22T11:45:28.807-04:00\"\n    },\n    {\n        \"tagId\": 32,\n        \"name\": \"test1\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-25T09:04:23.807-04:00\"\n    },\n    {\n        \"tagId\": 33,\n        \"name\": \"18 Wheeler\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-25T15:47:21.49-04:00\"\n    },\n    {\n        \"tagId\": 34,\n        \"name\": \"Commercial\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-25T15:48:16.917-04:00\"\n    },\n    {\n        \"tagId\": 35,\n        \"name\": \"Motorcycle\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-03-25T15:48:34.83-04:00\"\n    },\n    {\n        \"tagId\": 36,\n        \"name\": \"Igor1\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-04-22T09:33:39.083-04:00\",\n        \"modifiedDate\": \"2024-04-22T11:37:30-04:00\"\n    },\n    {\n        \"tagId\": 37,\n        \"name\": \"Test Viktor 04 22\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-04-22T11:37:53.187-04:00\"\n    },\n    {\n        \"tagId\": 38,\n        \"name\": \"Test_Tag\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-04-22T12:00:12.013-04:00\"\n    },\n    {\n        \"tagId\": 39,\n        \"name\": \"Tag1\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [\n            {\n                \"id\": 176,\n                \"description\": \"200 New GrGN\"\n            },\n            {\n                \"id\": 177,\n                \"description\": \"300 New GrGN\"\n            },\n            {\n                \"id\": 186,\n                \"description\": \"Admin Cases\"\n            },\n            {\n                \"id\": 137,\n                \"description\": \"Stock Fraud\"\n            }\n        ],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-04-22T12:00:49.803-04:00\",\n        \"modifiedDate\": \"2024-10-02T11:11:54.1566667-04:00\"\n    },\n    {\n        \"tagId\": 40,\n        \"name\": \"vvv\",\n        \"isActive\": true,\n        \"limitGroups\": true,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-05-07T14:14:36.493-04:00\",\n        \"modifiedDate\": \"2024-05-07T14:16:14.173-04:00\"\n    },\n    {\n        \"tagId\": 42,\n        \"name\": \"Dont call 123\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-10-24T10:47:49.3733333-04:00\",\n        \"modifiedDate\": \"2024-10-24T11:15:21.1766667-04:00\"\n    },\n    {\n        \"tagId\": 43,\n        \"name\": \"Dont look\",\n        \"isActive\": false,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-10-24T11:05:49.08-04:00\"\n    },\n    {\n        \"tagId\": 44,\n        \"name\": \"Max uses this tag\",\n        \"isActive\": true,\n        \"limitGroups\": false,\n        \"groups\": [],\n        \"caseTypes\": [],\n        \"createdDate\": \"2024-12-31T15:20:02.72-05:00\"\n    }\n]"}],"_postman_id":"3ccbca94-1eb4-4556-9450-2b68c8615b45"},{"name":"GetTag","id":"c38912fc-0fa9-4133-ae41-563d4a920c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/27","description":"<p>Retrieves a single tag by its unique tag ID.</p>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/tag/{tagID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>tagID</code> <em>(required)</em> — The unique ID of the tag to retrieve (e.g., <code>27</code>).</li>\n</ul>\n<p><strong>Returns:</strong> The full tag object including its name, active status, group restrictions (<code>LimitGroups</code>, <code>Groups</code>), and associated case types.</p>\n","urlObject":{"path":["case","tag","27"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"54f7d151-2836-43ea-976c-9cae67036290","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/27"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"567"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 18:40:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"tagId\": 27,\n    \"name\": \"Super Tag\",\n    \"isActive\": true,\n    \"limitGroups\": true,\n    \"groups\": [\n        {\n            \"id\": 147,\n            \"description\": \"Toxic Torts\"\n        },\n        {\n            \"id\": 153,\n            \"description\": \"Workers Compensation\"\n        },\n        {\n            \"id\": 175,\n            \"description\": \"100 New GrGN\"\n        },\n        {\n            \"id\": 167,\n            \"description\": \"ABC,_#E@$%&[]{}\"\n        },\n        {\n            \"id\": 149,\n            \"description\": \"Government Benefits\"\n        },\n        {\n            \"id\": 13,\n            \"description\": \"Medical Malpractice\"\n        },\n        {\n            \"id\": 171,\n            \"description\": \"XDear God (Help Me\"\n        }\n    ],\n    \"caseTypes\": [\n        {\n            \"id\": 1530,\n            \"description\": \"3M\"\n        },\n        {\n            \"id\": 1518,\n            \"description\": \"_Test_Yana\"\n        }\n    ],\n    \"createdDate\": \"2024-01-09T10:22:47.863-05:00\",\n    \"modifiedDate\": \"2024-10-02T11:11:33.2333333-04:00\"\n}"}],"_postman_id":"c38912fc-0fa9-4133-ae41-563d4a920c3e"},{"name":"InsertCaseTag","id":"90f226c8-dcb9-4646-9e4b-c4006bf3dbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Name\": \"Urgent\",\r\n  \"IsActive\": true,\r\n  \"LimitGroups\": true,\r\n  \"Groups\": [\r\n     {\r\n        \"id\": 142,\r\n        \"description\": \"Premises Liability\"\r\n    },\r\n    {\r\n        \"id\": 178,\r\n        \"description\": \"Premises Liability Nat\"\r\n    },\r\n    {\r\n        \"id\": 23,\r\n        \"description\": \"Product Liability\"\r\n    },\r\n    {\r\n        \"id\": 184,\r\n        \"description\": \"Social Security\"\r\n    }\r\n  ],\r\n  \"CaseTypes\": [\r\n    {\r\n      \"Id\": 10,\r\n      \"Name\": \"Litigation\"\r\n    },\r\n    {\r\n      \"Id\": 11,\r\n      \"Name\": \"Real Estate\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/","description":"<p>Creates a new tag that can be applied to cases.</p>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/tag/</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>Name</code> <em>(required)</em> — The display name of the tag (e.g., <code>\"Urgent\"</code>).</li>\n<li><code>IsActive</code> <em>(required)</em> — Whether the tag is active and available for use (<code>true</code>/<code>false</code>).</li>\n<li><code>LimitGroups</code> <em>(required)</em> — If <code>true</code>, restricts the tag to the specified case groups only.</li>\n<li><code>Groups</code> <em>(optional)</em> — An array of group objects (<code>id</code>, <code>description</code>) to associate with the tag when <code>LimitGroups</code> is <code>true</code>.</li>\n<li><code>CaseTypes</code> <em>(optional)</em> — An array of case type objects (<code>Id</code>, <code>Name</code>) to restrict the tag to specific case types.</li>\n</ul>\n<p><strong>Returns:</strong> The created tag record with its assigned tag ID.</p>\n","urlObject":{"path":["case","tag",""],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4b5fb699-8e71-4f45-8477-3e1371d198be","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Name\": \"Urgent\",\r\n  \"IsActive\": true,\r\n  \"LimitGroups\": true,\r\n  \"Groups\": [\r\n     {\r\n        \"id\": 142,\r\n        \"description\": \"Premises Liability\"\r\n    },\r\n    {\r\n        \"id\": 178,\r\n        \"description\": \"Premises Liability Nat\"\r\n    },\r\n    {\r\n        \"id\": 23,\r\n        \"description\": \"Product Liability\"\r\n    },\r\n    {\r\n        \"id\": 184,\r\n        \"description\": \"Social Security\"\r\n    }\r\n  ],\r\n  \"CaseTypes\": [\r\n   {\r\n        \"id\": 1236,\r\n        \"description\": \"Alloderm Hernia Mesh\"\r\n    },\r\n    {\r\n        \"id\": 1494,\r\n        \"description\": \"Argon IVC Filter\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"410"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 18:51:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"tagId\": 48,\n    \"name\": \"Urgent\",\n    \"isActive\": true,\n    \"limitGroups\": true,\n    \"groups\": [\n        {\n            \"id\": 142,\n            \"description\": \"Premises Liability\"\n        },\n        {\n            \"id\": 178,\n            \"description\": \"Premises Liability Nat\"\n        },\n        {\n            \"id\": 23,\n            \"description\": \"Product Liability\"\n        },\n        {\n            \"id\": 184,\n            \"description\": \"Social Security\"\n        }\n    ],\n    \"caseTypes\": [\n        {\n            \"id\": 1236,\n            \"description\": \"Alloderm Hernia Mesh\"\n        },\n        {\n            \"id\": 1494,\n            \"description\": \"Argon IVC Filter\"\n        }\n    ],\n    \"createdDate\": \"2025-06-17T14:51:33.56-04:00\"\n}"}],"_postman_id":"90f226c8-dcb9-4646-9e4b-c4006bf3dbe6"},{"name":"UpdateCaseTag","id":"9144a60d-30aa-48cc-bff3-b44ae5fef002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"tagId\": 48,\r\n  \"Name\": \"Urgent\",\r\n  \"IsActive\": true,\r\n  \"LimitGroups\": true,\r\n  \"Groups\": [\r\n     {\r\n        \"id\": 142,\r\n        \"description\": \"Premises Liability\"\r\n    },\r\n    {\r\n        \"id\": 178,\r\n        \"description\": \"Premises Liability Nat\"\r\n    },\r\n    {\r\n        \"id\": 23,\r\n        \"description\": \"Product Liability\"\r\n    },\r\n    {\r\n        \"id\": 184,\r\n        \"description\": \"Social Security\"\r\n    }  \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/","description":"<p>Updates an existing tag's properties.</p>\n<p><strong>Method:</strong> PUT<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/tag/</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>tagId</code> <em>(required)</em> — The ID of the tag to update (e.g., <code>48</code>).</li>\n<li><code>Name</code> <em>(required)</em> — The updated display name of the tag.</li>\n<li><code>IsActive</code> <em>(required)</em> — Whether the tag should remain active (<code>true</code>/<code>false</code>).</li>\n<li><code>LimitGroups</code> <em>(required)</em> — If <code>true</code>, restricts the tag to the specified groups only.</li>\n<li><code>Groups</code> <em>(optional)</em> — An updated array of group objects (<code>id</code>, <code>description</code>) to associate with the tag.</li>\n</ul>\n<p><strong>Returns:</strong> The updated tag record reflecting the new values.</p>\n","urlObject":{"path":["case","tag",""],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8e31b07e-c083-4fe1-b15c-3d7118907f4c","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"tagId\": 48,\r\n  \"Name\": \"Urgent\",\r\n  \"IsActive\": true,\r\n  \"LimitGroups\": true,\r\n  \"Groups\": [\r\n     {\r\n        \"id\": 142,\r\n        \"description\": \"Premises Liability\"\r\n    },\r\n    {\r\n        \"id\": 178,\r\n        \"description\": \"Premises Liability Nat\"\r\n    },\r\n    {\r\n        \"id\": 23,\r\n        \"description\": \"Product Liability\"\r\n    },\r\n    {\r\n        \"id\": 184,\r\n        \"description\": \"Social Security\"\r\n    }  \r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"362"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Jun 2025 19:00:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"tagId\": 48,\n    \"name\": \"Urgent\",\n    \"isActive\": true,\n    \"limitGroups\": true,\n    \"groups\": [\n        {\n            \"id\": 142,\n            \"description\": \"Premises Liability\"\n        },\n        {\n            \"id\": 178,\n            \"description\": \"Premises Liability Nat\"\n        },\n        {\n            \"id\": 23,\n            \"description\": \"Product Liability\"\n        },\n        {\n            \"id\": 184,\n            \"description\": \"Social Security\"\n        }\n    ],\n    \"caseTypes\": [],\n    \"createdDate\": \"2025-06-17T14:51:33.56-04:00\",\n    \"modifiedDate\": \"2025-06-17T15:00:15.7-04:00\"\n}"}],"_postman_id":"9144a60d-30aa-48cc-bff3-b44ae5fef002"},{"name":"DeleteCaseTag","id":"6c3629e9-b8b0-460d-a8a1-c21e47e41f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/48","description":"<p>Permanently deletes a tag by its unique tag ID.</p>\n<p><strong>Method:</strong> DELETE<br /><strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/tag/{tagID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>tagID</code> <em>(required)</em> — The unique ID of the tag to delete (e.g., <code>48</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This action is irreversible and will remove the tag from all cases it was applied to.</p>\n","urlObject":{"path":["case","tag","48"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1a8fdcc7-4e39-48fd-8976-70bb7022b6e5","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/tag/48"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 17 Jun 2025 19:01:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6c3629e9-b8b0-460d-a8a1-c21e47e41f6a"}],"id":"3f499d20-1808-4e72-a680-e2ff2d196658","description":"<p>Manages the global tag definitions used to categorize and label cases. Tags are firm-wide labels that can be applied to cases for filtering, reporting, and workflow purposes. Endpoints support retrieving all tags, fetching a specific tag, creating new tags, updating existing tags, and deleting tags. To assign or remove tags from a specific case, use the Insert Case Tags and Delete Case Tags endpoints in the Case folder.</p>\n","_postman_id":"3f499d20-1808-4e72-a680-e2ff2d196658"},{"name":"Contacts","item":[{"name":"Address","item":[{"name":"Addresses","id":"62483f6a-a6cb-4317-8837-73c40b6926fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses","urlObject":{"path":["contact","1695568","addresses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"59e6c055-5c6a-4a5e-9af2-e98efd9c37c2","name":"Addresses example","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 13:31:28 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addressID\": 838855,\n        \"uniqueContactId\": 1695568,\n        \"address1\": \"test1\",\n        \"city\": \"Wake Forest\",\n        \"state\": \"NC\",\n        \"zip\": \"27587\",\n        \"county\": \"Wake\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": true,\n        \"mailing\": true,\n        \"createdDate\": \"2019-01-03T16:07:00Z\",\n        \"modifiedDate\": \"2022-08-30T20:53:00Z\"\n    },\n    {\n        \"addressID\": 840397,\n        \"uniqueContactId\": 1695568,\n        \"address1\": \"test 1\",\n        \"city\": \"Hauppauge\",\n        \"state\": \"NY\",\n        \"zip\": \"11788\",\n        \"county\": \"Suffolk\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": true,\n        \"residence\": false,\n        \"current\": true,\n        \"mailing\": true,\n        \"comments\": \"test\",\n        \"createdDate\": \"2022-08-30T20:53:00Z\",\n        \"modifiedDate\": \"2022-08-30T20:55:00Z\"\n    }\n]"},{"id":"4076f7dc-cc0e-4155-a6e3-f196ec1625a2","name":"Addresses","originalRequest":{"method":"GET","header":[],"url":"{{CaseWorksURL}}/contact/1695568/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1235"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Dec 2022 16:27:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addressID\": 838855,\n        \"address1\": \"test1\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Wake Forest\",\n        \"state\": \"NC\",\n        \"zip\": \"27587\",\n        \"zipExt\": null,\n        \"county\": \"Wake\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": true,\n        \"addressType\": \"Home - Primary\",\n        \"mailing\": true,\n        \"comments\": null,\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2019-01-03T11:07:00-05:00\",\n        \"modifiedDate\": \"2022-08-30T16:53:00-04:00\"\n    },\n    {\n        \"addressID\": 840397,\n        \"address1\": \"test 1\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Hauppauge\",\n        \"state\": \"NY\",\n        \"zip\": \"11788\",\n        \"zipExt\": null,\n        \"county\": \"Suffolk\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": true,\n        \"residence\": false,\n        \"current\": true,\n        \"addressType\": \"Other\",\n        \"mailing\": true,\n        \"comments\": \"test\",\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2022-08-30T16:53:00-04:00\",\n        \"modifiedDate\": \"2022-08-30T16:55:00-04:00\"\n    },\n    {\n        \"addressID\": 840398,\n        \"address1\": \"some 2 new address\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"zipExt\": null,\n        \"county\": null,\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": false,\n        \"addressType\": null,\n        \"mailing\": false,\n        \"comments\": null,\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2022-09-02T10:46:00-04:00\",\n        \"modifiedDate\": \"2022-09-02T11:23:00-04:00\"\n    }\n]"},{"id":"1f58aa5f-9894-4d02-b8ac-e68500b594c1","name":"Addresses","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1235"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Dec 2022 16:26:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addressID\": 838855,\n        \"address1\": \"test1\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Wake Forest\",\n        \"state\": \"NC\",\n        \"zip\": \"27587\",\n        \"zipExt\": null,\n        \"county\": \"Wake\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": true,\n        \"addressType\": \"Home - Primary\",\n        \"mailing\": true,\n        \"comments\": null,\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2019-01-03T11:07:00-05:00\",\n        \"modifiedDate\": \"2022-08-30T16:53:00-04:00\"\n    },\n    {\n        \"addressID\": 840397,\n        \"address1\": \"test 1\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Hauppauge\",\n        \"state\": \"NY\",\n        \"zip\": \"11788\",\n        \"zipExt\": null,\n        \"county\": \"Suffolk\",\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": true,\n        \"residence\": false,\n        \"current\": true,\n        \"addressType\": \"Other\",\n        \"mailing\": true,\n        \"comments\": \"test\",\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2022-08-30T16:53:00-04:00\",\n        \"modifiedDate\": \"2022-08-30T16:55:00-04:00\"\n    },\n    {\n        \"addressID\": 840398,\n        \"address1\": \"some 2 new address\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"zipExt\": null,\n        \"county\": null,\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": false,\n        \"addressType\": null,\n        \"mailing\": false,\n        \"comments\": null,\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2022-09-02T10:46:00-04:00\",\n        \"modifiedDate\": \"2022-09-02T11:23:00-04:00\"\n    }\n]"}],"_postman_id":"62483f6a-a6cb-4317-8837-73c40b6926fe"},{"name":"Add Address","id":"7cb9c29f-7aec-4527-bec7-b9a2b67cfc89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address1\": \"test\",\r\n    \"city\": \"Lindenhurst\",\r\n    \"state\": \"NY\",\r\n    \"zip\": \"11757\",\r\n    \"country\": \"UNITED STATES OF AMERICA\",\r\n    \"primary\": false,\r\n    \"residence\": false,\r\n    \"current\": false,\r\n    \"mailing\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/address","urlObject":{"path":["contact","1695568","address"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"129d032e-0232-4ac4-98a0-925ed23bd7c8","name":"Add Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address1\": \"test\",\r\n    \"city\": \"Lindenhurst\",\r\n    \"state\": \"NY\",\r\n    \"zip\": \"11757\",\r\n    \"country\": \"UNITED STATES OF AMERICA\",\r\n    \"primary\": false,\r\n    \"residence\": false,\r\n    \"current\": false,\r\n    \"mailing\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"363"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 15:16:45 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"addressID\": 840399,\n    \"uniqueContactId\": 1695568,\n    \"address1\": \"test\",\n    \"address2\": null,\n    \"address3\": null,\n    \"city\": \"Lindenhurst\",\n    \"state\": \"NY\",\n    \"zip\": \"11757\",\n    \"county\": null,\n    \"country\": \"UNITED STATES OF AMERICA\",\n    \"primary\": false,\n    \"residence\": false,\n    \"current\": false,\n    \"mailing\": false,\n    \"comments\": null,\n    \"fromDate\": null,\n    \"toDate\": null,\n    \"createdDate\": \"2022-09-02T11:17:00\",\n    \"modifiedDate\": null\n}"}],"_postman_id":"7cb9c29f-7aec-4527-bec7-b9a2b67cfc89"},{"name":"Add Addresses","id":"16e140f8-06e4-4e4e-9eb3-6940054e8cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"address1\": \"test\",\r\n        \"city\": \"Lindenhurst\",\r\n        \"state\": \"NY\",\r\n        \"zip\": \"11757\",\r\n        \"country\": \"UNITED STATES OF AMERICA\",\r\n        \"primary\": false,\r\n        \"residence\": false,\r\n        \"current\": false,\r\n        \"mailing\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses","urlObject":{"path":["contact","1695568","addresses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8d4a8061-48e2-4fc7-b840-8776b14e7ec9","name":"Add Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"address1\": \"test\",\r\n        \"city\": \"Lindenhurst\",\r\n        \"state\": \"NY\",\r\n        \"zip\": \"11757\",\r\n        \"country\": \"UNITED STATES OF AMERICA\",\r\n        \"primary\": false,\r\n        \"residence\": false,\r\n        \"current\": false,\r\n        \"mailing\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"363"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 15:16:45 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addressID\": 840399,\n        \"uniqueContactId\": 1695568,\n        \"address1\": \"test\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"county\": null,\n        \"country\": \"UNITED STATES OF AMERICA\",\n        \"primary\": false,\n        \"residence\": false,\n        \"current\": false,\n        \"mailing\": false,\n        \"comments\": null,\n        \"fromDate\": null,\n        \"toDate\": null,\n        \"createdDate\": \"2022-09-02T11:17:00\",\n        \"modifiedDate\": null\n    }\n]"}],"_postman_id":"16e140f8-06e4-4e4e-9eb3-6940054e8cfe"},{"name":"Patch address","id":"a9a7cb22-2693-4cd6-8b77-f0c69a249482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/address1\",\r\n    \"value\": \"some 2 new address\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses/840398","urlObject":{"path":["contact","1695568","addresses","840398"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4c950704-f0c7-4648-983e-7012960221cb","name":"Patch address","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/address1\",\r\n    \"value\": \"some 2 new address\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses/840398"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"394"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 15:23:05 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"addressID\": 840398,\n    \"uniqueContactId\": 1695568,\n    \"address1\": \"some 2 new address\",\n    \"address2\": null,\n    \"address3\": null,\n    \"city\": \"Lindenhurst\",\n    \"state\": \"NY\",\n    \"zip\": \"11757\",\n    \"county\": null,\n    \"country\": \"UNITED STATES OF AMERICA\",\n    \"primary\": false,\n    \"residence\": false,\n    \"current\": false,\n    \"mailing\": false,\n    \"comments\": null,\n    \"fromDate\": null,\n    \"toDate\": null,\n    \"createdDate\": \"2022-09-02T10:46:00\",\n    \"modifiedDate\": \"2022-09-02T11:23:00\"\n}"}],"_postman_id":"a9a7cb22-2693-4cd6-8b77-f0c69a249482"},{"name":"Delete Address","id":"98c2e411-48b1-4629-ad2a-7699ce94cb88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/addresses/840399","urlObject":{"path":["contact","1695568","addresses","840399"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"98c2e411-48b1-4629-ad2a-7699ce94cb88"}],"id":"802a43a1-afa5-4283-a156-92b099b66fd5","_postman_id":"802a43a1-afa5-4283-a156-92b099b66fd5","description":""},{"name":"Email","item":[{"name":"Emails","id":"498c7f46-9687-4651-9819-31e5ccd70270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails","urlObject":{"path":["contact","1695568","emails"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ec303259-e876-4df2-b6a6-49142a56d3ef","name":"Emails","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"214"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 16:26:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"emailID\": 450305,\n        \"uniqueContactId\": 1695568,\n        \"name\": \"andreyi@smartadvocate.com\",\n        \"websiteFlag\": \"E\",\n        \"primary\": true,\n        \"preventAutoContact\": false,\n        \"createdDate\": \"2020-01-17T11:16:00\",\n        \"modifiedDate\": \"2020-08-13T06:16:00\"\n    }\n]"}],"_postman_id":"498c7f46-9687-4651-9819-31e5ccd70270"},{"name":"Add Email","id":"29e87484-63cc-4075-82b4-63457890073e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"tes2t@smartadvocate.com\",\r\n        \"primary\": false,\r\n        \"preventAutoContact\": false\r\n      \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/email","urlObject":{"path":["contact","1695568","email"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ae4231e5-94bc-48a0-9cae-c283d9e9f3a8","name":"Add Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"tes2t@smartadvocate.com\",\r\n        \"primary\": false,\r\n        \"preventAutoContact\": false\r\n      \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"194"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 16:29:31 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"emailID\": 450468,\n    \"uniqueContactId\": 1695568,\n    \"name\": \"tes2t@smartadvocate.com\",\n    \"websiteFlag\": \"E\",\n    \"primary\": false,\n    \"preventAutoContact\": false,\n    \"createdDate\": \"2022-09-02T12:30:00\",\n    \"modifiedDate\": null\n}"}],"_postman_id":"29e87484-63cc-4075-82b4-63457890073e"},{"name":"Add Emails","id":"e041736b-e97f-4b6e-bbd7-bcdfa59359f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"tes2t@smartadvocate.com\",\r\n        \"primary\": false,\r\n        \"preventAutoContact\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails","urlObject":{"path":["contact","1695568","emails"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6399034b-e3aa-47ce-bbfa-1a95f24d2bc0","name":"Add Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"tes2t@smartadvocate.com\",\r\n        \"primary\": false,\r\n        \"preventAutoContact\": false      \r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"194"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 02 Sep 2022 16:29:31 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"emailID\": 450468,\n        \"uniqueContactId\": 1695568,\n        \"name\": \"tes2t@smartadvocate.com\",\n        \"websiteFlag\": \"E\",\n        \"primary\": false,\n        \"preventAutoContact\": false,\n        \"createdDate\": \"2022-09-02T12:30:00\",\n        \"modifiedDate\": null\n    }\n]"}],"_postman_id":"e041736b-e97f-4b6e-bbd7-bcdfa59359f6"},{"name":"Patch email","id":"c96c6276-006e-49a4-b2db-9e957d5da301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/name\",\r\n    \"value\": \"test2@smartadvocate.com\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails/450468","urlObject":{"path":["contact","1695568","emails","450468"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"c96c6276-006e-49a4-b2db-9e957d5da301"},{"name":"Delete Email","id":"0c6de909-21f2-4fcf-8687-3867d1bedd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/emails/450305","urlObject":{"path":["contact","1695568","emails","450305"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c6de909-21f2-4fcf-8687-3867d1bedd82"}],"id":"86af10c6-ee89-47fa-8190-7998c9ffb212","_postman_id":"86af10c6-ee89-47fa-8190-7998c9ffb212","description":""},{"name":"Phone","item":[{"name":"Phones","id":"0c04c4c0-6a68-4653-9b53-357e39883a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones","urlObject":{"path":["contact","1695568","phones"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"86da510d-5c60-4330-b7c9-0a0d2a66c962","name":"Phones","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"237"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 21:35:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"phoneID\": 229,\n        \"name\": \"Cell Phone\",\n        \"phoneNumber\": \"(516) 884-3440\",\n        \"extension\": null,\n        \"comments\": null,\n        \"primary\": true,\n        \"useForTexting\": true,\n        \"preventAutoContact\": false,\n        \"createdDate\": \"2020-06-27T18:48:00\",\n        \"modifiedDate\": \"2022-08-30T15:40:00\"\n    }\n]"}],"_postman_id":"0c04c4c0-6a68-4653-9b53-357e39883a88"},{"name":"Add phone","id":"dc56cc77-293a-439b-b918-4bfe3b2f45e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Mobile Phone\",\r\n    \"phoneNumber\": \"(123) 456-789\",\r\n    \"extension\": \"325\",\r\n    \"comments\": \"test number\",\r\n    \"primary\": false,\r\n    \"useForTexting\": false,\r\n    \"preventAutoContact\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phone","urlObject":{"path":["contact","1695568","phone"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c156359c-46c3-43f4-b65c-ad052bdb8a3e","name":"Add phone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Mobile Phone\",\r\n    \"phoneNumber\": \"(123) 456-789\",\r\n    \"extension\": \"325\",\r\n    \"comments\": \"test number\",\r\n    \"primary\": false,\r\n    \"useForTexting\": false,\r\n    \"preventAutoContact\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"238"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 21:41:26 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"phoneID\": 523,\n    \"name\": \"Mobile Phone\",\n    \"phoneNumber\": \"(123) 456-789\",\n    \"extension\": \"325\",\n    \"comments\": null,\n    \"primary\": false,\n    \"useForTexting\": false,\n    \"preventAutoContact\": true,\n    \"createdDate\": \"2022-09-12T17:41:00\",\n    \"modifiedDate\": \"2022-09-12T17:41:00\"\n}"}],"_postman_id":"dc56cc77-293a-439b-b918-4bfe3b2f45e9"},{"name":"Add phones","id":"699bd2b0-a666-4c5d-a09b-1b3064bba8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Cell Phone\",\r\n        \"phoneNumber\": \"(516) 884-3440\",\r\n        \"extension\": \"999\",\r\n        \"comments\": \"test\",\r\n        \"primary\": true,\r\n        \"useForTexting\": true,\r\n        \"preventAutoContact\": false\r\n    },\r\n     {\r\n        \"name\": \"Mobile Phone\",\r\n        \"phoneNumber\": \"(123) 456-7890\",\r\n        \"primary\": false,\r\n        \"useForTexting\": true,\r\n        \"preventAutoContact\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones","urlObject":{"path":["contact","1695568","phones"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"10310e18-c931-4e7f-9cea-6c436ec1dcd8","name":"Add phones","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"Cell Phone\",\r\n        \"phoneNumber\": \"(516) 884-3440\",\r\n        \"extension\": \"999\",\r\n        \"comments\": \"test\",\r\n        \"primary\": true,\r\n        \"useForTexting\": true,\r\n        \"preventAutoContact\": false\r\n    },\r\n     {\r\n        \"name\": \"Mobile Phone\",\r\n        \"phoneNumber\": \"(123) 456-7890\",\r\n        \"primary\": false,\r\n        \"useForTexting\": true,\r\n        \"preventAutoContact\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"477"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 21:51:57 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"phoneID\": 524,\n        \"name\": \"Cell Phone\",\n        \"phoneNumber\": \"(516) 884-3440\",\n        \"extension\": \"999\",\n        \"comments\": null,\n        \"primary\": true,\n        \"useForTexting\": true,\n        \"preventAutoContact\": false,\n        \"createdDate\": \"2022-09-12T17:52:00\",\n        \"modifiedDate\": \"2022-09-12T17:52:00\"\n    },\n    {\n        \"phoneID\": 525,\n        \"name\": \"Mobile Phone\",\n        \"phoneNumber\": \"(123) 456-7890\",\n        \"extension\": null,\n        \"comments\": null,\n        \"primary\": false,\n        \"useForTexting\": true,\n        \"preventAutoContact\": false,\n        \"createdDate\": \"2022-09-12T17:52:00\",\n        \"modifiedDate\": \"2022-09-12T17:52:00\"\n    }\n]"}],"_postman_id":"699bd2b0-a666-4c5d-a09b-1b3064bba8ad"},{"name":"Patch phone","id":"00d8e63a-6103-4667-848b-f14c44b74ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/preventAutoContact\",\r\n    \"value\": false\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones/523","urlObject":{"path":["contact","1695568","phones","523"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ef8f461c-707c-4b55-8da0-0ee0d6845cee","name":"Patch phone","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/preventAutoContact\",\r\n    \"value\": false\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones/523"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"239"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 21:50:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"phoneID\": 523,\n    \"name\": \"Mobile Phone\",\n    \"phoneNumber\": \"(123) 456-789\",\n    \"extension\": \"325\",\n    \"comments\": null,\n    \"primary\": false,\n    \"useForTexting\": false,\n    \"preventAutoContact\": false,\n    \"createdDate\": \"2022-09-12T17:41:00\",\n    \"modifiedDate\": \"2022-09-12T17:50:00\"\n}"}],"_postman_id":"00d8e63a-6103-4667-848b-f14c44b74ad3"},{"name":"Delete phone","id":"ffff6cc8-a800-4ca7-89e6-9f4a7628f0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/phones/450305","urlObject":{"path":["contact","1695568","phones","450305"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffff6cc8-a800-4ca7-89e6-9f4a7628f0ea"}],"id":"db459b08-d09b-439e-a514-4f9d095bbab9","_postman_id":"db459b08-d09b-439e-a514-4f9d095bbab9","description":""},{"name":"Documents","item":[{"name":"GetContactDocuments","id":"a3b6f614-e069-458b-a810-fe8e2bbe27a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/documents","urlObject":{"path":["contact","1695568","documents"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7360678a-7521-470a-aea9-ff7d1b26aaab","name":"GetContactDocuments","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"814"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Aug 2024 13:42:05 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"documentID\": 801,\n        \"documentTypeID\": 6,\n        \"documentUniqueContactID\": 1695568,\n        \"contactName\": \"Tim, Berton\",\n        \"documentName\": \"SA Case Browse Results - Doe, John (8_30_2018).pdf\",\n        \"comments\": \"\",\n        \"createdUserID\": 488,\n        \"createdDate\": \"2020-10-26T10:24:36.547-04:00\"\n    },\n    {\n        \"documentID\": 804,\n        \"documentTypeID\": 9,\n        \"documentUniqueContactID\": 1695568,\n        \"contactName\": \"Tim, Berton\",\n        \"documentName\": \"BSA Packet Questionnaire _5-5.docx\",\n        \"comments\": \"sdfsdf\",\n        \"createdUserID\": 488,\n        \"createdDate\": \"2020-10-28T11:49:27.553-04:00\",\n        \"modifiedUserID\": 488,\n        \"modifiedDate\": \"2020-10-28T12:05:00-04:00\"\n    },\n    {\n        \"documentID\": 817,\n        \"documentTypeID\": 5,\n        \"documentUniqueContactID\": 1695568,\n        \"contactName\": \"Tim, Berton\",\n        \"documentName\": \"1017260 Plaintiff Letter from Best Law Firm LLP 11-04-2020.docx\",\n        \"comments\": \"\",\n        \"createdUserID\": 488,\n        \"createdDate\": \"2020-11-20T16:06:53.24-05:00\"\n    }\n]"}],"_postman_id":"a3b6f614-e069-458b-a810-fe8e2bbe27a8"},{"name":"GetContactDocument","id":"a1c061d0-6aee-4522-b174-411f675fe341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document/801","urlObject":{"path":["contact","1695568","document","801"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"68c89100-7485-4af0-9dcc-44a64dec2ce1","name":"GetContactDocument","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document/801"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"253"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Aug 2024 13:45:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 801,\n    \"documentTypeID\": 6,\n    \"documentUniqueContactID\": 1695568,\n    \"contactName\": \"Tim, Berton\",\n    \"documentName\": \"SA Case Browse Results - Doe, John (8_30_2018).pdf\",\n    \"comments\": \"\",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2020-10-26T10:24:36.547-04:00\"\n}"}],"_postman_id":"a1c061d0-6aee-4522-b174-411f675fe341"},{"name":"AddDocumentParameters","id":"ee61440f-b582-4f9d-ab80-d5758be83a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentTypeID\": 9,\r\n        \"documentName\": \"test new document.docx\",\r\n        \"comments\": \"test \"      \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document","urlObject":{"path":["contact","1695568","document"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c8dc9c83-a99b-4747-947a-7a73cbd266ac","name":"AddDocument","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentTypeID\": 9,\r\n        \"documentName\": \"test new document.docx\",\r\n        \"comments\": \"test \"      \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"224"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Aug 2024 14:07:32 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 851,\n    \"documentTypeID\": 9,\n    \"documentUniqueContactID\": 1695568,\n    \"contactName\": \"Tim, Berton\",\n    \"documentName\": \"test new document.docx\",\n    \"comments\": \"test \",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2024-08-13T10:07:13.593-04:00\"\n}"}],"_postman_id":"ee61440f-b582-4f9d-ab80-d5758be83a52"},{"name":"UpdateDocumentParameters","id":"ba984457-c06e-405b-889e-6b85c8560088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentID\": 851,\r\n        \"documentTypeID\": 8,\r\n        \"documentName\": \"Update new document.docx\",\r\n        \"comments\": \"updated comment \"      \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document","urlObject":{"path":["contact","1695568","document"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"67105513-ce1f-4209-8bed-5ba6858b7e42","name":"AddDocument Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentID\": 851,\r\n        \"documentTypeID\": 8,\r\n        \"documentName\": \"Update new document.docx\",\r\n        \"comments\": \"updated comment \"      \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"303"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Aug 2024 14:10:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 851,\n    \"documentTypeID\": 8,\n    \"documentUniqueContactID\": 1695568,\n    \"contactName\": \"Tim, Berton\",\n    \"documentName\": \"test new document.docx\",\n    \"comments\": \"updated comment \",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2024-08-13T10:07:13.593-04:00\",\n    \"modifiedUserID\": 488,\n    \"modifiedDate\": \"2024-08-13T10:10:00.177-04:00\"\n}"}],"_postman_id":"ba984457-c06e-405b-889e-6b85c8560088"},{"name":"GetDocumentContent","id":"ed790d48-1c5f-4dfd-829d-bb5f2fbacbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document/851/content","urlObject":{"path":["contact","1695568","document","851","content"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed790d48-1c5f-4dfd-829d-bb5f2fbacbfc"},{"name":"UploadDocument","id":"d587b240-0581-4628-bae7-f10d559dbc62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document/801","urlObject":{"path":["contact","1695568","document","801"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"25f8877d-3b0c-43bf-94d0-445a69338844","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/astark/Desktop/Test file.pdf"],"src":"/C:/Users/astark/Desktop/Test file.pdf"}],"options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/document/851/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"303"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Aug 2024 14:14:32 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 851,\n    \"documentTypeID\": 8,\n    \"documentUniqueContactID\": 1695568,\n    \"contactName\": \"Tim, Berton\",\n    \"documentName\": \"test new document.docx\",\n    \"comments\": \"updated comment \",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2024-08-13T10:07:13.593-04:00\",\n    \"modifiedUserID\": 488,\n    \"modifiedDate\": \"2024-08-13T10:10:00.177-04:00\"\n}"}],"_postman_id":"d587b240-0581-4628-bae7-f10d559dbc62"}],"id":"21741bde-3aa1-41d6-955b-0636b534563c","_postman_id":"21741bde-3aa1-41d6-955b-0636b534563c","description":""},{"name":"ContactInfo","id":"631ca882-70b4-49c2-9ac4-0dcb143db111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/178","description":"<p>Retrieves basic contact information for a specific contact record.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/{contactID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>contactID</code> <em>(required)</em> — The unique numeric ID of the contact to retrieve.</li>\n</ul>\n<p><strong>Returns:</strong> A contact object containing core fields such as name, contact type, address, phone numbers, and email. For a more complete profile including all associated data, use the Full ContactInfo endpoint.</p>\n","urlObject":{"path":["contact","178"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"45059494-4762-4c94-aea2-907be2523432","name":"ContactInfo","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/178"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 17 Aug 2022 14:35:16 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueContactId\": 178,\n        \"name\": \"Fugate, Scott\",\n        \"firstName\": \"Scott\",\n        \"lastName\": \"Fugate\",\n        \"otherName\": \"\",\n        \"address1\": \"4905 Greenwood Dr SW\",\n        \"city\": \"Olympia\",\n        \"state\": \"WA\",\n        \"zip\": \"98502\",\n        \"contactNumber\": \"(402) 512-1400\",\n        \"contactEmail\": \"scott@srrdocs.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"county\": \"Thurston\",\n        \"isActive\": true,\n        \"locked\": false\n    }\n]"}],"_postman_id":"631ca882-70b4-49c2-9ac4-0dcb143db111"},{"name":"Full ContactInfo","id":"ff509f96-b711-48d4-9274-432b29d64852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/fullInfo/1695568","description":"<p>Retrieves the complete profile for a specific contact, including all associated details such as addresses, phone numbers, email addresses, and other extended fields.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/fullInfo/{contactID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>contactID</code> <em>(required)</em> — The unique numeric ID of the contact.</li>\n</ul>\n<p><strong>Returns:</strong> A comprehensive contact object with all available fields and nested sub-records. Use this endpoint when a full data snapshot of the contact is needed, as opposed to the basic ContactInfo endpoint.</p>\n","urlObject":{"path":["contact","fullInfo","1695568"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"acdf99f4-d9b6-4257-9716-ff217a71a96b","name":"Full ContactInfo","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/fullInfo/1695568"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2639"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 09 Sep 2022 20:39:11 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 1695568,\n    \"contactCtg\": 1,\n    \"name\": null,\n    \"firstName\": \"Berton\",\n    \"lastName\": \"Tim\",\n    \"middleName\": \"\",\n    \"prefix\": \"\",\n    \"suffix\": \"\",\n    \"nickName\": \"\",\n    \"otherName\": null,\n    \"maidenName\": \"\",\n    \"contactTypeId\": 10,\n    \"contactSubCtgID\": 1,\n    \"contactType\": \"General\",\n    \"contactSubCtg\": \"Adult\",\n    \"comments\": \"\",\n    \"dateOfBirth\": \"1988-01-12T00:00:00\",\n    \"dateOfDeath\": null,\n    \"maritalStatusID\": null,\n    \"genderID\": 1,\n    \"birthPlace\": \"\",\n    \"countyOfResidence\": null,\n    \"occupation\": \"\",\n    \"spouse\": \"\",\n    \"einNo\": \"\",\n    \"ssnNo\": \"0dce807a78b07f82381f63af97800c98fdd68c2b9ae74a3c\",\n    \"licenseNo\": \"\",\n    \"officeHours\": null,\n    \"codeNumber\": null,\n    \"licenseStateID\": 0,\n    \"noSSN\": false,\n    \"active\": true,\n    \"preventAutoContact\": false,\n    \"preventMailing\": false,\n    \"locked\": false,\n    \"addresses\": [\n        {\n            \"addressID\": 838855,\n            \"address1\": \"test1\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Wake Forest\",\n            \"state\": \"NC\",\n            \"zip\": \"27587\",\n            \"county\": \"Wake\",\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": false,\n            \"residence\": false,\n            \"current\": true,\n            \"mailing\": true,\n            \"comments\": null,\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2019-01-03T11:07:00\",\n            \"modifiedDate\": \"2022-08-30T16:53:00\"\n        },\n        {\n            \"addressID\": 840397,\n            \"address1\": \"test 1\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Hauppauge\",\n            \"state\": \"NY\",\n            \"zip\": \"11788\",\n            \"county\": \"Suffolk\",\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": false,\n            \"current\": true,\n            \"mailing\": true,\n            \"comments\": \"test\",\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2022-08-30T16:53:00\",\n            \"modifiedDate\": \"2022-08-30T16:55:00\"\n        },\n        {\n            \"addressID\": 840398,\n            \"address1\": \"some 2 new address\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Lindenhurst\",\n            \"state\": \"NY\",\n            \"zip\": \"11757\",\n            \"county\": null,\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": false,\n            \"residence\": false,\n            \"current\": false,\n            \"mailing\": false,\n            \"comments\": null,\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2022-09-02T10:46:00\",\n            \"modifiedDate\": \"2022-09-02T11:23:00\"\n        }\n    ],\n    \"emails\": [\n        {\n            \"emailID\": 450467,\n            \"name\": \"test@smartadvocate.com\",\n            \"comments\": null,\n            \"primary\": false,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2022-09-02T12:28:00\",\n            \"modifiedDate\": null\n        },\n        {\n            \"emailID\": 450468,\n            \"name\": \"test2@smartadvocate.com\",\n            \"comments\": null,\n            \"primary\": false,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2022-09-02T12:30:00\",\n            \"modifiedDate\": \"2022-09-02T12:32:00\"\n        },\n        {\n            \"emailID\": 450305,\n            \"name\": \"andreyi@smartadvocate.com\",\n            \"comments\": null,\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2020-01-17T11:16:00\",\n            \"modifiedDate\": \"2020-08-13T06:16:00\"\n        }\n    ],\n    \"phones\": [\n        {\n            \"phoneID\": 229,\n            \"name\": \"Cell Phone\",\n            \"phoneNumber\": \"(516) 884-3440\",\n            \"extension\": null,\n            \"comments\": null,\n            \"primary\": true,\n            \"useForTexting\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2020-06-27T18:48:00\",\n            \"modifiedDate\": \"2022-08-30T15:40:00\"\n        }\n    ],\n    \"createdDate\": \"2019-01-03T11:06:34.68\",\n    \"modifiedDate\": \"2022-09-07T12:48:03.493\"\n}"}],"_postman_id":"ff509f96-b711-48d4-9274-432b29d64852"},{"name":"FilteredContacts","id":"2514742c-4ba4-452f-a620-c202d1595329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-09-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/byDatePaged","description":"<p>Retrieves a paged list of contacts filtered by date range and other optional criteria. Useful for bulk synchronization and incremental data pulls.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/byDatePaged</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>fromDate</code> <em>(required)</em> — Start of the date range (ISO 8601 format).</li>\n<li><code>toDate</code> <em>(required)</em> — End of the date range (ISO 8601 format).</li>\n<li><code>pageNumber</code> — Page number for pagination (1-based).</li>\n<li><code>pageSize</code> — Number of records per page.</li>\n<li>Additional filter fields may be supported depending on the API version.</li>\n</ul>\n<p><strong>Returns:</strong> A paged collection of contact records matching the specified filters, along with pagination metadata.</p>\n","urlObject":{"path":["contact","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1d299d6f-a39d-4901-ad5c-df09affe54ea","name":"FilteredContacts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-09-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2393"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2025 14:45:35 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueContactId\": 188514,\n        \"firstName\": \"Alina\",\n        \"lastName\": \"Ivanova\",\n        \"otherName\": \"\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"2015-06-08T00:00:00\",\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188513,\n        \"firstName\": \"Marina\",\n        \"lastName\": \"Ivanova\",\n        \"otherName\": \"\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1982-02-17T00:00:00\",\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188512,\n        \"firstName\": \"Oleg\",\n        \"lastName\": \"Ivanov\",\n        \"otherName\": \"\",\n        \"contactTypeId\": 43,\n        \"contactType\": \"Client\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1980-10-24T00:00:00\",\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188511,\n        \"firstName\": \"jason\",\n        \"lastName\": \"m\",\n        \"contactNumber\": \"(310) 699-0974\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 2534,\n        \"name\": \"USCIS\",\n        \"contactTypeId\": 8,\n        \"contactType\": \"Court\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 2533,\n        \"name\": \"Newark Immigration Court\",\n        \"contactTypeId\": 8,\n        \"contactType\": \"Court\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 2532,\n        \"name\": \"USCIS\",\n        \"contactNumber\": \"(212) 564-5896\",\n        \"contactTypeId\": 47,\n        \"contactType\": \"USCIS\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188510,\n        \"firstName\": \"Yongzhen\",\n        \"lastName\": \"Liu\",\n        \"address1\": \"705  7th street\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"contactNumber\": \"(929) 152-4335\",\n        \"contactEmail\": \"Yongzhen@gmail.com\",\n        \"contactTypeId\": 43,\n        \"contactType\": \"Client\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1970-09-04T00:00:00\",\n        \"ssnNo\": \"   -  -\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188509,\n        \"firstName\": \"Fish called\",\n        \"lastName\": \"Nemo\",\n        \"contactNumber\": \"(516) 723-6500\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188508,\n        \"firstName\": \"Docubee\",\n        \"lastName\": \"Test\",\n        \"contactEmail\": \"jadams@accusoft.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 188507,\n        \"firstName\": \"Second\",\n        \"lastName\": \"zoro\",\n        \"otherName\": \"\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    }\n]"}],"_postman_id":"2514742c-4ba4-452f-a620-c202d1595329"},{"name":"InsertContact","id":"f85e6c21-c915-4554-9130-bda6c06a4e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactCtg\": 1,\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Burbon\",\r\n    \"contactTypeId\": 10,\r\n    \"contactSubCtgID\": 1,\r\n    \"comments\": \"som comments individual contact\",\r\n    \"dateOfBirth\": \"1978-12-31T00:00:00\",\r\n    \"genderID\": 1,\r\n    \"ssnNo\": \"0dce807a78b07f82381f63af97800c98fdd68c2b9ae74a3c\",\r\n    \"locked\": false,\r\n    \"addresses\": [        \r\n        {            \r\n            \"address1\": \"test 1\",\r\n            \"city\": \"Hauppauge\",\r\n            \"state\": \"NY\",\r\n            \"zip\": \"11788\",\r\n            \"county\": \"Suffolk\",\r\n            \"country\": \"UNITED STATES OF AMERICA\",\r\n            \"primary\": true,\r\n            \"residence\": false,\r\n            \"current\": true,\r\n            \"mailing\": true,\r\n            \"comments\": \"test\"\r\n        },\r\n        {            \r\n            \"address1\": \"some 2 new address\",\r\n            \"city\": \"Lindenhurst\",\r\n            \"state\": \"NY\",\r\n            \"zip\": \"11757\",\r\n            \"county\": null,\r\n            \"country\": \"UNITED STATES OF AMERICA\",\r\n            \"primary\": false,\r\n            \"residence\": false,\r\n            \"current\": false,\r\n            \"mailing\": false\r\n        }\r\n    ],\r\n    \"emails\": [\r\n        {\r\n            \"name\": \"test@smartadvocate.com\",            \r\n            \"primary\": false,\r\n            \"preventAutoContact\": true\r\n        },\r\n        {\r\n            \"name\": \"test2@smartadvocate.com\",\r\n            \"comments\": \"some comment\",\r\n            \"primary\": true,\r\n            \"preventAutoContact\": false\r\n        }\r\n    ],\r\n    \"phones\": [\r\n        {\r\n            \"phoneID\": 229,\r\n            \"name\": \"Cell Phone\",\r\n            \"phoneNumber\": \"(123) 456-7890\",\r\n            \"primary\": true,\r\n            \"useForTexting\": true,\r\n            \"preventAutoContact\": false\r\n        }\r\n    ],\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact","description":"<p>Creates a new contact record in the system.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact</code></p>\n<p><strong>Request Body (JSON):</strong> A contact object containing the fields to populate for the new record. Required fields typically include name and contact type. Optional fields may include address, phone numbers, email, and other profile data.</p>\n<p><strong>Returns:</strong> The newly created contact object, including the system-assigned contact ID.</p>\n","urlObject":{"path":["contact"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"43f079b3-8f21-49b4-9abc-e8a46bb6fb40","name":"Insert Individual Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactCtg\": 1,\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Burbon\",\r\n    \"contactTypeId\": 10,\r\n    \"contactSubCtgID\": 1,\r\n    \"comments\": \"som comments individual contact\",\r\n    \"dateOfBirth\": \"1978-12-31T00:00:00\",\r\n    \"genderID\": 1,\r\n    \"ssnNo\": \"0dce807a78b07f82381f63af97800c98fdd68c2b9ae74a3c\",\r\n    \"locked\": false,\r\n    \"addresses\": [        \r\n        {            \r\n            \"address1\": \"test 1\",\r\n            \"city\": \"Hauppauge\",\r\n            \"state\": \"NY\",\r\n            \"zip\": \"11788\",\r\n            \"county\": \"Suffolk\",\r\n            \"country\": \"UNITED STATES OF AMERICA\",\r\n            \"primary\": true,\r\n            \"residence\": false,\r\n            \"current\": true,\r\n            \"mailing\": true,\r\n            \"comments\": \"test\"\r\n        },\r\n        {            \r\n            \"address1\": \"some 2 new address\",\r\n            \"city\": \"Lindenhurst\",\r\n            \"state\": \"NY\",\r\n            \"zip\": \"11757\",\r\n            \"county\": null,\r\n            \"country\": \"UNITED STATES OF AMERICA\",\r\n            \"primary\": false,\r\n            \"residence\": false,\r\n            \"current\": false,\r\n            \"mailing\": false\r\n        }\r\n    ],\r\n    \"emails\": [\r\n        {\r\n            \"name\": \"test@smartadvocate.com\",            \r\n            \"primary\": false,\r\n            \"preventAutoContact\": true\r\n        },\r\n        {\r\n            \"name\": \"test2@smartadvocate.com\",\r\n            \"comments\": \"some comment\",\r\n            \"primary\": true,\r\n            \"preventAutoContact\": false\r\n        }\r\n    ],\r\n    \"phones\": [\r\n        {\r\n            \"name\": \"Cell Phone\",\r\n            \"phoneNumber\": \"(123) 456-7890\",\r\n            \"primary\": true,\r\n            \"useForTexting\": true,\r\n            \"preventAutoContact\": false\r\n        }\r\n    ],\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2090"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 09 Sep 2022 20:45:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 1698014,\n    \"contactCtg\": 1,\n    \"name\": null,\n    \"firstName\": \"John\",\n    \"lastName\": \"Burbon\",\n    \"middleName\": null,\n    \"prefix\": null,\n    \"suffix\": null,\n    \"nickName\": null,\n    \"otherName\": null,\n    \"maidenName\": null,\n    \"contactTypeId\": 10,\n    \"contactSubCtgID\": 1,\n    \"contactType\": \"General\",\n    \"contactSubCtg\": \"Adult\",\n    \"comments\": \"som comments individual contact\",\n    \"dateOfBirth\": \"1978-12-31T00:00:00\",\n    \"dateOfDeath\": null,\n    \"maritalStatusID\": null,\n    \"genderID\": 1,\n    \"birthPlace\": null,\n    \"countyOfResidence\": null,\n    \"occupation\": null,\n    \"spouse\": null,\n    \"einNo\": null,\n    \"ssnNo\": \"0dce807a78b07f82381f63af97800c98fdd68c2b9ae74a3c\",\n    \"licenseNo\": null,\n    \"officeHours\": null,\n    \"codeNumber\": null,\n    \"licenseStateID\": null,\n    \"noSSN\": null,\n    \"active\": null,\n    \"preventAutoContact\": null,\n    \"preventMailing\": null,\n    \"locked\": false,\n    \"addresses\": [\n        {\n            \"addressID\": 840401,\n            \"address1\": \"test 1\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Hauppauge\",\n            \"state\": \"NY\",\n            \"zip\": \"11788\",\n            \"county\": \"Suffolk\",\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": false,\n            \"current\": true,\n            \"mailing\": true,\n            \"comments\": null,\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2022-09-09T16:45:00\",\n            \"modifiedDate\": null\n        },\n        {\n            \"addressID\": 840402,\n            \"address1\": \"some 2 new address\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Lindenhurst\",\n            \"state\": \"NY\",\n            \"zip\": \"11757\",\n            \"county\": null,\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": false,\n            \"residence\": false,\n            \"current\": false,\n            \"mailing\": false,\n            \"comments\": null,\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2022-09-09T16:45:00\",\n            \"modifiedDate\": null\n        }\n    ],\n    \"emails\": [\n        {\n            \"emailID\": 450469,\n            \"name\": \"test@smartadvocate.com\",\n            \"comments\": null,\n            \"primary\": true,\n            \"preventAutoContact\": true,\n            \"createdDate\": \"2022-09-09T16:45:00\",\n            \"modifiedDate\": \"2022-09-09T16:45:00\"\n        },\n        {\n            \"emailID\": 450470,\n            \"name\": \"test2@smartadvocate.com\",\n            \"comments\": null,\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2022-09-09T16:45:00\",\n            \"modifiedDate\": null\n        }\n    ],\n    \"phones\": [\n        {\n            \"phoneID\": 521,\n            \"name\": \"Cell Phone\",\n            \"phoneNumber\": \"(123) 456-7890\",\n            \"extension\": null,\n            \"comments\": null,\n            \"primary\": true,\n            \"useForTexting\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2022-09-09T16:45:00\",\n            \"modifiedDate\": \"2022-09-09T16:45:00\"\n        }\n    ],\n    \"createdDate\": \"2022-09-09T16:45:25.53\",\n    \"modifiedDate\": null\n}"},{"id":"f1d6b7c4-ce4e-4eb5-8aa8-5755d8c07584","name":"Insert Organization Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactCtg\": 2,\r\n    \"name\": \"Peter & Peter inc\",\r\n    \"contactTypeId\": 10,\r\n    \"comments\": \" create  organizationb contact\",\r\n     \"officeHours\": \"7AM-6PM\",\r\n    \"codeNumber\": \"1002\",\r\n    \"licenseStateID\": 10,\r\n    \"locked\": true,\r\n    \"addresses\": [        \r\n        {            \r\n            \"address1\": \"test 1\",\r\n            \"city\": \"New York City\",\r\n            \"state\": \"NY\",\r\n            \"zip\": \"11050\",\r\n            \"country\": \"UNITED STATES OF AMERICA\",\r\n            \"primary\": true,\r\n            \"residence\": false,\r\n            \"current\": true,\r\n            \"mailing\": true,\r\n            \"comments\": \"test\"\r\n        }\r\n    ],\r\n      \"phones\": [\r\n        {\r\n            \"name\": \"Office Phone\",\r\n            \"phoneNumber\": \"(123) 456-7890\",\r\n            \"primary\": true,\r\n            \"useForTexting\": true,\r\n            \"preventAutoContact\": false\r\n        }\r\n    ],\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1312"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 16:13:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 287764,\n    \"contactCtg\": 2,\n    \"name\": \"Peter & Peter Inc\",\n    \"firstName\": null,\n    \"lastName\": null,\n    \"middleName\": null,\n    \"prefix\": null,\n    \"suffix\": null,\n    \"nickName\": null,\n    \"otherName\": null,\n    \"maidenName\": null,\n    \"contactTypeId\": 10,\n    \"contactSubCtgID\": null,\n    \"contactType\": null,\n    \"contactSubCtg\": null,\n    \"comments\": null,\n    \"dateOfBirth\": null,\n    \"dateOfDeath\": null,\n    \"maritalStatusID\": null,\n    \"genderID\": null,\n    \"birthPlace\": null,\n    \"countyOfResidence\": null,\n    \"occupation\": null,\n    \"spouse\": null,\n    \"einNo\": null,\n    \"ssnNo\": null,\n    \"licenseNo\": null,\n    \"officeHours\": \"7AM-6PM\",\n    \"codeNumber\": \"1002\",\n    \"licenseStateID\": null,\n    \"noSSN\": null,\n    \"active\": null,\n    \"preventAutoContact\": false,\n    \"preventMailing\": null,\n    \"locked\": false,\n    \"addresses\": [\n        {\n            \"addressID\": 840404,\n            \"address1\": \"test 1\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"New York City\",\n            \"state\": \"NY\",\n            \"zip\": \"11050\",\n            \"county\": null,\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": false,\n            \"current\": true,\n            \"mailing\": true,\n            \"comments\": null,\n            \"fromDate\": null,\n            \"toDate\": null,\n            \"createdDate\": \"2022-09-12T12:13:00\",\n            \"modifiedDate\": null\n        }\n    ],\n    \"emails\": [],\n    \"phones\": [\n        {\n            \"phoneID\": 522,\n            \"name\": \"Office Phone\",\n            \"phoneNumber\": \"(123) 456-7890\",\n            \"extension\": null,\n            \"comments\": null,\n            \"primary\": true,\n            \"useForTexting\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2022-09-12T12:13:00\",\n            \"modifiedDate\": \"2022-09-12T12:13:00\"\n        }\n    ],\n    \"createdDate\": \"2022-09-12T12:13:00\",\n    \"modifiedDate\": null\n}"}],"_postman_id":"f85e6c21-c915-4554-9130-bda6c06a4e82"},{"name":"UpdateContact","id":"374b8e4b-9d4c-4bcd-9632-6b3bbd689a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/123456","description":"<p>Partially updates an existing contact record. Only the fields included in the request body will be modified; all other fields remain unchanged.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/{contactID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>contactID</code> <em>(required)</em> — The unique numeric ID of the contact to update (e.g., <code>123456</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A partial contact object containing only the fields to be updated.</p>\n<p><strong>Returns:</strong> The updated contact object reflecting the applied changes.</p>\n","urlObject":{"path":["contact","123456"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2ba6e828-ab64-4279-93be-478a3c4e9585","name":"UpdateContact","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment1\"\r\n  },\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/primaryLanguage\",\r\n    \"value\": \"Spanish\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/123456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1026"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:36:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 123456,\n    \"contactCtg\": 1,\n    \"firstName\": \"Jodeci\",\n    \"lastName\": \"Burton\",\n    \"contactTypeId\": 10,\n    \"contactSubCtgID\": 1,\n    \"contactType\": \"General\",\n    \"contactSubCtg\": \"Adult\",\n    \"comments\": \"Updated comment1\",\n    \"dateOfBirth\": \"1992-01-14T00:00:00\",\n    \"genderID\": 1,\n    \"countyOfResidence\": \"OOS\",\n    \"ssnNo\": \"\",\n    \"primaryLanguage\": \"Spanish\",\n    \"active\": true,\n    \"preventMailing\": false,\n    \"locked\": false,\n    \"addresses\": [\n        {\n            \"addressID\": 24322,\n            \"address1\": \"9555 Tracy Avenue\",\n            \"address2\": \"\",\n            \"city\": \"Baton Rouge\",\n            \"state\": \"LA\",\n            \"zip\": \"70814\",\n            \"county\": \"East Baton Rouge\",\n            \"country\": \"USA\",\n            \"primary\": true,\n            \"residence\": true,\n            \"current\": true,\n            \"addressType\": \"Home - Primary\",\n            \"mailing\": true,\n            \"fromDate\": \"2006-12-06T00:00:00\",\n            \"createdDate\": \"2007-05-26T19:00:00-04:00\",\n            \"modifiedDate\": \"2021-06-11T03:00:00-04:00\"\n        }\n    ],\n    \"emails\": [\n        {\n            \"emailID\": 117494,\n            \"name\": \"gme44@zzmsn.com\",\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2009-11-24T05:27:00-05:00\",\n            \"modifiedDate\": \"2020-08-13T06:16:00-04:00\"\n        }\n    ],\n    \"phones\": [],\n    \"createdDate\": \"2007-05-26T19:00:00.31-04:00\",\n    \"modifiedDate\": \"2025-07-11T15:36:36.44-04:00\"\n}"}],"_postman_id":"374b8e4b-9d4c-4bcd-9632-6b3bbd689a98"},{"name":"ContactTypes","id":"451234a7-1542-4d3c-a5d0-c8130e9d544d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/ContactTypes?ContactCtg=1","description":"<p>Retrieves the list of available contact types for a given contact category. Used to populate type selection fields when creating or updating contacts.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/ContactTypes</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>ContactCtg</code> <em>(required)</em> — The contact category ID used to filter the returned types (e.g., <code>1</code> for individuals).</li>\n</ul>\n<p><strong>Returns:</strong> An array of contact type objects, each containing a type ID and display name.</p>\n","urlObject":{"path":["contact","ContactTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>(optional) 1- individual, 2 - organization</p>\n","type":"text/plain"},"key":"ContactCtg","value":"1"}],"variable":[]}},"response":[{"id":"0619d536-db33-44e8-aece-442663bed244","name":"ContactTypes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/contact/ContactTypes?ContactCtg=1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["contact","ContactTypes"],"query":[{"key":"ContactCtg","value":"1","description":"(optional) 1- individual, 2 - organization"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"878"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Sep 2022 20:35:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactCtg\": 1,\n        \"id\": 20,\n        \"description\": \"Adjuster\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 38,\n        \"description\": \"Arbitrator\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 13,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 32,\n        \"description\": \"Courtroom Clerk\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 19,\n        \"description\": \"Defense Attorney\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 1,\n        \"description\": \"Doctor\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 23,\n        \"description\": \"Expert\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 10,\n        \"description\": \"General\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 17,\n        \"description\": \"Investigator\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 2,\n        \"description\": \"Judge\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 31,\n        \"description\": \"Law Clerk\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 3,\n        \"description\": \"Magistrate\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 39,\n        \"description\": \"Mediator\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 44,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 25,\n        \"description\": \"Plaintiff\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 18,\n        \"description\": \"Police Officer\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 36,\n        \"description\": \"Special Master\"\n    }\n]"}],"_postman_id":"451234a7-1542-4d3c-a5d0-c8130e9d544d"},{"name":"AddressTypes","id":"be4d6c23-5317-4796-983c-117dc39b5343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/AddressTypes?ContactCtg=1","description":"<p>Retrieves the list of available address types for a given contact category. Used to populate address type selection fields when managing contact address records.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/AddressTypes</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>ContactCtg</code> <em>(required)</em> — The contact category ID used to filter the returned address types (e.g., <code>1</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of address type objects, each containing a type ID and display name.</p>\n","urlObject":{"path":["contact","AddressTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>(optional) 1- individual, 2 - organization</p>\n","type":"text/plain"},"key":"ContactCtg","value":"1"}],"variable":[]}},"response":[{"id":"947fb352-733d-464d-88cc-dbd4fcd1bce2","name":"AddressTypes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/contact/AddressTypes?ContactCtg=1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["contact","AddressTypes"],"query":[{"key":"ContactCtg","value":"1","description":"(optional) 1- individual, 2 - organization"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"249"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Sep 2022 20:22:56 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactCtg\": 1,\n        \"id\": 1,\n        \"description\": \"Home - Primary\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 5,\n        \"description\": \"Home - Vacation\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 10,\n        \"description\": \"Other\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 7,\n        \"description\": \"Work\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 14,\n        \"description\": \"XXX\"\n    }\n]"}],"_postman_id":"be4d6c23-5317-4796-983c-117dc39b5343"},{"name":"PhoneTypes","id":"fc011246-4eb7-4535-80f9-43e9c27a63f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/PhoneTypes?ContactCtg=1","description":"<p>Retrieves the list of available phone number types for a given contact category. Used to populate phone type selection fields when managing contact phone records.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/PhoneTypes</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>ContactCtg</code> <em>(required)</em> — The contact category ID used to filter the returned phone types (e.g., <code>1</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of phone type objects, each containing a type ID and display name.</p>\n","urlObject":{"path":["contact","PhoneTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>(optional) 1- individual, 2 - organization</p>\n","type":"text/plain"},"key":"ContactCtg","value":"1"}],"variable":[]}},"response":[{"id":"f18ba461-83f8-47cc-8b1c-b898d824b0a6","name":"PhoneTypes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/contact/PhoneTypes?ContactCtg=1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["contact","PhoneTypes"],"query":[{"key":"ContactCtg","value":"1","description":"(optional) 1- individual, 2 - organization"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"510"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Sep 2022 20:22:23 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactCtg\": 1,\n        \"id\": 29,\n        \"description\": \"Cell Phone\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 41,\n        \"description\": \"Conference Bridge\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 25,\n        \"description\": \"Home Primary Fax\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 1,\n        \"description\": \"Home Primary Phone\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 19,\n        \"description\": \"Home Vacation Fax\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 17,\n        \"description\": \"Home Vacation Phone\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 39,\n        \"description\": \"Originating Phone\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 30,\n        \"description\": \"Work Fax\"\n    },\n    {\n        \"contactCtg\": 1,\n        \"id\": 31,\n        \"description\": \"Work Phone\"\n    }\n]"}],"_postman_id":"fc011246-4eb7-4535-80f9-43e9c27a63f9"},{"name":"ContactSubCategory","id":"41ab07ef-f1a1-49fb-80d9-5403b6e7396c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/ContactSubCategory","description":"<p>Retrieves the list of available contact subcategories. Subcategories provide a secondary classification layer beneath the main contact category and are used when creating or filtering contacts.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/ContactSubCategory</code></p>\n<p><strong>Returns:</strong> An array of contact subcategory objects, each containing a subcategory ID and display name.</p>\n","urlObject":{"path":["contact","ContactSubCategory"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"39e1a825-70e4-49b7-8f05-520ba7df6bb3","name":"ContactSubCategory","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/ContactSubCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"135"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 21:34:34 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Adult\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Infant\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Deceased\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Incompetent\"\n    }\n]"}],"_postman_id":"41ab07ef-f1a1-49fb-80d9-5403b6e7396c"},{"name":"Get Related Contacts","id":"b75dd69b-3595-4e6d-9254-ef72c6110564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/relatedContacts","description":"<p>Retrieves all contacts that are related to a specific contact record. Related contacts represent associations such as family members, co-plaintiffs, or other linked individuals.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/contact/{contactID}/relatedContacts</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>contactID</code> <em>(required)</em> — The unique numeric ID of the contact whose related contacts should be retrieved (e.g., <code>1695568</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of related contact objects, each including the related contact's ID, name, relationship type, and basic profile information.</p>\n","urlObject":{"path":["contact","1695568","relatedContacts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"84a5ef3b-85b2-43c8-8709-d560764b47c1","name":"Get Related Contacts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/contact/1695568/relatedContacts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 27 Mar 2026 15:29:25 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"2801"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactId\": 1698204,\n        \"name\": \"Mike, Donuts\",\n        \"relationship\": {\n            \"id\": 7,\n            \"description\": \"Guardian\"\n        },\n        \"address\": {\n            \"addressID\": 840602,\n            \"address1\": \"test address 1\",\n            \"city\": \"Oakville\",\n            \"state\": \"NT\",\n            \"zip\": \"98568\",\n            \"county\": \"Grays Harbor\",\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": false,\n            \"current\": true,\n            \"addressType\": \"Home - Primary\",\n            \"mailing\": true,\n            \"createdDate\": \"2023-05-25T16:52:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:52:00-04:00\"\n        },\n        \"email\": {\n            \"emailID\": 450556,\n            \"name\": \"guardianEmail@gmail.com\",\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2023-05-30T21:58:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:58:00-04:00\"\n        },\n        \"phone\": {\n            \"phoneID\": 634,\n            \"name\": \"Originating Phone\",\n            \"phoneNumber\": \"(879) 562-3121\",\n            \"primary\": true,\n            \"useForTexting\": false,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2023-05-30T21:57:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:57:00-04:00\"\n        }\n    },\n    {\n        \"contactId\": 1698204,\n        \"name\": \"Mike, Donuts\",\n        \"relationship\": {\n            \"id\": 10,\n            \"description\": \"Sibling\"\n        },\n        \"address\": {\n            \"addressID\": 840602,\n            \"address1\": \"test address 1\",\n            \"city\": \"Oakville\",\n            \"state\": \"NT\",\n            \"zip\": \"98568\",\n            \"county\": \"Grays Harbor\",\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": false,\n            \"current\": true,\n            \"addressType\": \"Home - Primary\",\n            \"mailing\": true,\n            \"createdDate\": \"2023-05-25T16:52:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:52:00-04:00\"\n        },\n        \"email\": {\n            \"emailID\": 450556,\n            \"name\": \"guardianEmail@gmail.com\",\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2023-05-30T21:58:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:58:00-04:00\"\n        },\n        \"phone\": {\n            \"phoneID\": 634,\n            \"name\": \"Originating Phone\",\n            \"phoneNumber\": \"(879) 562-3121\",\n            \"primary\": true,\n            \"useForTexting\": false,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2023-05-30T21:57:00-04:00\",\n            \"modifiedDate\": \"2023-05-30T21:57:00-04:00\"\n        }\n    },\n    {\n        \"contactId\": 1698207,\n        \"name\": \"Mike, Tamber\",\n        \"relationship\": {\n            \"id\": 5,\n            \"description\": \"Parent\"\n        },\n        \"address\": {\n            \"addressID\": 840604,\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": true,\n            \"current\": true,\n            \"addressType\": \"Home - Primary\",\n            \"mailing\": true,\n            \"createdDate\": \"2023-05-31T12:04:00-04:00\"\n        }\n    },\n    {\n        \"contactId\": 1698207,\n        \"name\": \"Mike, Tamber\",\n        \"relationship\": {\n            \"id\": 7,\n            \"description\": \"Guardian\"\n        },\n        \"address\": {\n            \"addressID\": 840604,\n            \"country\": \"UNITED STATES OF AMERICA\",\n            \"primary\": true,\n            \"residence\": true,\n            \"current\": true,\n            \"addressType\": \"Home - Primary\",\n            \"mailing\": true,\n            \"createdDate\": \"2023-05-31T12:04:00-04:00\"\n        }\n    },\n    {\n        \"contactId\": 2256,\n        \"name\": \"Bausch & Lomb Incorporated\",\n        \"relationship\": {\n            \"id\": 2,\n            \"description\": \"Employer\"\n        },\n        \"email\": {\n            \"emailID\": 450337,\n            \"name\": \"aa@hh.ee\",\n            \"primary\": true,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2020-06-12T12:59:00-04:00\",\n            \"modifiedDate\": \"2020-08-13T06:16:00-04:00\"\n        },\n        \"phone\": {\n            \"phoneID\": 220,\n            \"name\": \"Cell Phone\",\n            \"phoneNumber\": \"(332) 222-2222\",\n            \"primary\": true,\n            \"useForTexting\": false,\n            \"preventAutoContact\": false,\n            \"createdDate\": \"2020-06-12T12:59:00-04:00\",\n            \"modifiedDate\": \"2022-01-31T05:57:00-05:00\"\n        }\n    }\n]"}],"_postman_id":"b75dd69b-3595-4e6d-9254-ef72c6110564"}],"id":"9b4befa3-86dd-4b65-9669-6a4c6a14a477","description":"<p>Endpoints for managing contact records in the CaseSync API. Contacts represent individuals and organizations associated with cases — including plaintiffs, defendants, witnesses, attorneys, medical providers, and other parties. Each contact has a category (individual or organization), a type, and optional subcategory, and can have multiple addresses, phone numbers, and email addresses.</p>\n<p>This folder provides full CRUD operations for contact records, as well as reference data endpoints for contact types, address types, phone types, and subcategories. Use the <code>FilteredContacts</code> endpoint for date-range-based bulk retrieval, and the <code>Get Related Contacts</code> endpoint to retrieve contacts linked to a specific contact record.</p>\n","_postman_id":"9b4befa3-86dd-4b65-9669-6a4c6a14a477"},{"name":"Counsel","item":[{"name":"byCaseID","id":"d4c2107e-dc74-4318-9184-68f8eb940a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/counsels","description":"<p>Retrieves all counsel records associated with a specific case by case ID.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/counsels</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of counsel records linked to the case, typically including attorney and referring attorney details, roles, and related fee information.</p>\n","urlObject":{"path":["case","516718","counsels"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"77ba4254-c7f5-4ed3-bbcf-5418c3cce568","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/counsels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"518"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 24 Sep 2025 19:21:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"counselId\": 50,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 263463,\n            \"name\": \" David M. Hicks, P.C.\"\n        },\n        \"fileNumber\": \"123\",\n        \"isPersentage\": true,\n        \"persentage\": {\n            \"id\": 45,\n            \"description\": \"MedMal (CA)\"\n        },\n        \"feeAmount\": 2,\n        \"feeCalculation\": {\n            \"id\": 3,\n            \"description\": \"With Prior\"\n        },\n        \"disbursementAmount\": 5,\n        \"isReimbursed\": false,\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Co-Counsel\"\n        },\n        \"comments\": \"Updated comments\",\n        \"createdDate\": \"2025-09-24T10:42:26.887-04:00\",\n        \"modifiedDate\": \"2025-09-24T10:53:56.09-04:00\"\n    }\n]"}],"_postman_id":"d4c2107e-dc74-4318-9184-68f8eb940a6a"},{"name":"byCaseNumber","id":"b252d161-b607-4d4a-b1d6-56f6dfa45d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/counsels","description":"<p>Retrieves all counsel records associated with a specific case. Despite the request name, the URL pattern shown uses a case identifier path.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/counsels</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of counsel records for the specified case, including associated attorney entries and related metadata.</p>\n","urlObject":{"path":["case","516718","counsels"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4a43ca4e-7567-4c28-bc81-0394dc5e6ae7","name":"byCaseID Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/counsels/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","counsels","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"518"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 Sep 2025 19:21:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"counselId\": 50,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 263463,\n            \"name\": \" David M. Hicks, P.C.\"\n        },\n        \"fileNumber\": \"123\",\n        \"isPersentage\": true,\n        \"persentage\": {\n            \"id\": 45,\n            \"description\": \"MedMal (CA)\"\n        },\n        \"feeAmount\": 2,\n        \"feeCalculation\": {\n            \"id\": 3,\n            \"description\": \"With Prior\"\n        },\n        \"disbursementAmount\": 5,\n        \"isReimbursed\": false,\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Co-Counsel\"\n        },\n        \"createdDate\": \"2025-09-24T10:42:26.887-04:00\",\n        \"modifiedDate\": \"2025-09-24T10:53:56.09-04:00\"\n    }\n]"}],"_postman_id":"b252d161-b607-4d4a-b1d6-56f6dfa45d4a"},{"name":"Get Case Counsel","id":"8d8efa85-7725-4af8-a81b-56d562c68914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/50","description":"<p>Retrieves a specific counsel record associated with a case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Counsel/{counselID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>counselID</code> — The unique identifier of the counsel record.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe details of the requested counsel record, including attorney information, role, and other stored attributes for that case association.</p>\n","urlObject":{"path":["case","516718","Counsel","50"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"813df626-155c-4c69-ae3b-983e60587fec","name":"Get Case Counsel","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/50"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"516"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 24 Sep 2025 19:22:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"counselId\": 50,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirmContact\": {\n        \"contactId\": 263463,\n        \"name\": \" David M. Hicks, P.C.\"\n    },\n    \"fileNumber\": \"123\",\n    \"isPersentage\": true,\n    \"persentage\": {\n        \"id\": 45,\n        \"description\": \"MedMal (CA)\"\n    },\n    \"feeAmount\": 2,\n    \"feeCalculation\": {\n        \"id\": 3,\n        \"description\": \"With Prior\"\n    },\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": false,\n    \"type\": {\n        \"id\": 1,\n        \"description\": \"Co-Counsel\"\n    },\n    \"createdDate\": \"2025-09-24T10:42:26.887-04:00\",\n    \"modifiedDate\": \"2025-09-24T10:53:56.09-04:00\"\n}"}],"_postman_id":"8d8efa85-7725-4af8-a81b-56d562c68914"},{"name":"Filtered Counsel","id":"96753a6d-59bf-4d43-84de-fdb1a08babaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/counsels/byDatePaged","description":"<p>Retrieves a paged list of counsel records filtered by date and other criteria for synchronization or reporting scenarios.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/counsels/byDatePaged</code></p>\n<p><strong>Key Query/Body Parameters:</strong></p>\n<ul>\n<li>Request body fields define the date range, paging options, and any additional filters supported by the API.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged result set of counsel records matching the supplied criteria, suitable for incremental sync workflows.</p>\n","urlObject":{"path":["case","counsels","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7b554464-943e-4e6e-ab26-f0c743f71202","name":"Filtered Counsel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/counsels/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2123"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 24 Sep 2025 19:50:49 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"counselId\": 46,\n        \"caseId\": 519915,\n        \"caseNumber\": \"5559\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 27902,\n            \"name\": \" Jonathan Ginsberg,Esq\"\n        },\n        \"attorneyContact\": {\n            \"contactId\": 1657881,\n            \"name\": \"Yoeli, Matthew, Esq.\"\n        },\n        \"isPersentage\": false,\n        \"type\": {\n            \"id\": 3,\n            \"description\": \"Settlement Counsel\"\n        },\n        \"createdDate\": \"2025-04-01T11:07:53.5-04:00\"\n    },\n    {\n        \"counselId\": 45,\n        \"caseId\": 519915,\n        \"caseNumber\": \"5559\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 263463,\n            \"name\": \" David M. Hicks, P.C.\"\n        },\n        \"attorneyContact\": {\n            \"contactId\": 1698890,\n            \"name\": \"A_Attorney_Test, A_Attorney_Test\"\n        },\n        \"isPersentage\": true,\n        \"persentage\": {\n            \"id\": 50,\n            \"description\": \"40% (f)\"\n        },\n        \"type\": {\n            \"id\": 2,\n            \"description\": \"Trial Counsel\"\n        },\n        \"createdDate\": \"2025-04-01T11:07:40.51-04:00\"\n    },\n    {\n        \"counselId\": 44,\n        \"caseId\": 519915,\n        \"caseNumber\": \"5559\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorneyContact\": {\n            \"contactId\": 163018,\n            \"name\": \"Abaza, Nick, Esq.\"\n        },\n        \"isPersentage\": false,\n        \"feeAmount\": 123,\n        \"type\": {\n            \"id\": 2,\n            \"description\": \"Trial Counsel\"\n        },\n        \"createdDate\": \"2025-04-01T11:07:21.113-04:00\"\n    },\n    {\n        \"counselId\": 43,\n        \"caseId\": 519907,\n        \"caseNumber\": \"5556\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorneyContact\": {\n            \"contactId\": 163018,\n            \"name\": \"Abaza, Nick, Esq.\"\n        },\n        \"isPersentage\": false,\n        \"feeAmount\": 166.11,\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Co-Counsel\"\n        },\n        \"createdDate\": \"2025-03-25T12:02:27.087-04:00\",\n        \"modifiedDate\": \"2025-03-25T12:11:41.583-04:00\"\n    },\n    {\n        \"counselId\": 42,\n        \"caseId\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": 629367,\n            \"name\": \"Falcone, Carmine\",\n            \"contactID\": 1699222\n        },\n        \"isPersentage\": false,\n        \"feeAmount\": 250.99,\n        \"type\": {\n            \"id\": 3,\n            \"description\": \"Settlement Counsel\"\n        },\n        \"createdDate\": \"2025-03-25T11:54:03.01-04:00\"\n    },\n    {\n        \"counselId\": 41,\n        \"caseId\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirmContact\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"isPersentage\": false,\n        \"type\": {\n            \"id\": 2,\n            \"description\": \"Trial Counsel\"\n        },\n        \"createdDate\": \"2025-03-18T14:20:29.02-04:00\"\n    }\n]"}],"_postman_id":"96753a6d-59bf-4d43-84de-fdb1a08babaa"},{"name":"Insert Counsel","id":"478f6743-334e-43ca-96bb-50675b786f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"caseID\": 516718,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1651739\r\n        },\r\n        \"referringFile\": \"fileNo123\",\r\n        \"isPersentage\": true,\r\n        \"persentage\": {\r\n                \"id\": 8,\r\n                \"description\": \"33 1/3%\"\r\n            },\r\n        \"retainerNumber\": \"1111111\",\r\n        \"disbursementAmount\": 5.00,\r\n        \"isReimbursed\": true,\r\n        \"comments\": \"test insert\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel","description":"<p>Creates a new counsel record for a case.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Counsel</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should include the counsel details to associate with the case, such as attorney/contact reference, role, and fee-related fields as applicable.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe newly created counsel record or a success response confirming the association was added to the case.</p>\n","urlObject":{"path":["case","516718","Counsel"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7f80967a-b6e0-4943-9790-ec1324e2bcef","name":"Insert Counsel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"caseID\": 516718,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1651739\r\n        },\r\n        \"referringFile\": \"fileNo123\",\r\n        \"isPersentage\": true,\r\n        \"persentage\": {\r\n                \"id\": 8,\r\n                \"description\": \"33 1/3%\"\r\n            },\r\n        \"retainerNumber\": \"1111111\",\r\n        \"disbursementAmount\": 5.00,\r\n        \"isReimbursed\": true,\r\n        \"comments\": \"test insert\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"332"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 24 Sep 2025 19:52:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"counselId\": 51,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"isPersentage\": true,\n    \"persentage\": {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    \"feeCalculation\": {\n        \"id\": 1,\n        \"description\": \"Gross Award\"\n    },\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": true,\n    \"createdDate\": \"2025-09-24T15:52:34.5-04:00\"\n}"}],"_postman_id":"478f6743-334e-43ca-96bb-50675b786f37"},{"name":"Update Counsel","id":"ba2ed51e-313b-43bb-8e74-f639b8b7fd43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 216991\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 1651739\r\n    },\r\n    \"referringFile\": \"fileNo123\",\r\n    \"isPersentage\": false,\r\n    \"persentage\": {\r\n        \"id\": 8,\r\n        \"description\": \"33 1/3%\"\r\n    },\r\n    \"retainerNumber\": \"1111111\",\r\n    \"disbursementAmount\": 5,\r\n    \"isReimbursed\": false,\r\n    \"isThisRetainerUsed\": false,\r\n    \"comments\": \"test update\",\r\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51","description":"<p>Fully updates an existing counsel record for a case.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Counsel/{counselID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>counselID</code> — The unique identifier of the counsel record.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should contain the full counsel representation to persist.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the updated counsel record after the existing record is replaced.</p>\n","urlObject":{"path":["case","516718","Counsel","51"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"dcee6832-8cc8-4842-a3d7-2532222ce1c1","name":"Update Counsel","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 216991\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 1651739\r\n    },\r\n    \"referringFile\": \"fileNo123\",\r\n    \"isPersentage\": false,\r\n    \"persentage\": {\r\n        \"id\": 8,\r\n        \"description\": \"33 1/3%\"\r\n    },\r\n    \"retainerNumber\": \"1111111\",\r\n    \"disbursementAmount\": 5,\r\n    \"isReimbursed\": false,\r\n    \"isThisRetainerUsed\": false,\r\n    \"comments\": \"test update\",\r\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"380"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 24 Sep 2025 20:00:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"counselId\": 51,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"isPersentage\": true,\n    \"persentage\": {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    \"feeCalculation\": {\n        \"id\": 1,\n        \"description\": \"Gross Award\"\n    },\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": false,\n    \"createdDate\": \"2025-09-24T15:52:34.5-04:00\",\n    \"modifiedDate\": \"2025-09-24T16:00:15.677-04:00\"\n}"}],"_postman_id":"ba2ed51e-313b-43bb-8e74-f639b8b7fd43"},{"name":"Update Counsel","id":"857aea02-ede6-4cd1-a279-e4faa4fcb977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51","description":"<p>Partially updates an existing counsel record for a case.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Counsel/{counselID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>counselID</code> — The unique identifier of the counsel record.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Include only the counsel fields that should be modified.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the updated counsel record with the requested changes applied.</p>\n","urlObject":{"path":["case","516718","Counsel","51"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"fe4c3e8b-6307-4d0a-b28c-2c0eff594aa1","name":"Update Councel","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"410"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 Sep 2025 20:05:31 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"counselId\": 51,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"isPersentage\": true,\n    \"persentage\": {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    \"feeCalculation\": {\n        \"id\": 1,\n        \"description\": \"Gross Award\"\n    },\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": false,\n    \"comments\": \"Updated comments\",\n    \"createdDate\": \"2025-09-24T15:52:34.5-04:00\",\n    \"modifiedDate\": \"2025-09-24T16:05:28.813-04:00\"\n}"}],"_postman_id":"857aea02-ede6-4cd1-a279-e4faa4fcb977"},{"name":"Delete Referring Attorney","id":"29645beb-2a27-4f78-b60a-80ce8c7985bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51","description":"<p>Deletes a referring attorney or counsel association from a case.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Counsel/{counselID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>counselID</code> — The unique identifier of the counsel record to remove.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response confirming that the counsel/referring attorney record was deleted from the case.</p>\n","urlObject":{"path":["case","516718","Counsel","51"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"84c3df8d-1bf6-4d1f-9b0c-ab7c707fd898","name":"Delete Counsel","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Counsel/51"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 24 Sep 2025 20:06:48 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"29645beb-2a27-4f78-b60a-80ce8c7985bd"},{"name":"GetFeeList","id":"c571cf86-f2bc-4aa6-8086-e2b9f57b877b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/fee","description":"<p>Retrieves the list of available attorney fee definitions or fee options used for referral source or counsel-related workflows.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/fee</code></p>\n<p><strong>Returns:</strong>\nA list of fee values, types, or fee configuration records that can be used when creating or updating counsel/referring attorney entries.</p>\n","urlObject":{"path":["case","referralSource","attorney","fee"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8eb7fb30-8f27-43a7-b822-c76729702f4d","name":"GetSubType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/fee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"896"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:17:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"20%\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"25%\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"30%\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"35%\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"40%\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"45%\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"50%\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"15%\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"43.3333%\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"10%\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"42.5%\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"22.5%\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"5%\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"85%\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"90%\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"3/4\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"five percent\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"29%\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"60%\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"80%\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"32%\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"37.5%\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"27.5%\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"40% (f)\"\n    }\n]"}],"_postman_id":"c571cf86-f2bc-4aa6-8086-e2b9f57b877b"},{"name":"FeeCalculation","id":"64bd8c12-a8f2-44e8-8aab-3eadc4dcd886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/counsel/FeeCalculation","description":"<p>Retrieves fee calculation data for counsel-related workflows.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/counsel/FeeCalculation</code></p>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li>This endpoint may use query parameters to supply the values needed for fee calculation, depending on API configuration.</li>\n</ul>\n<p><strong>Returns:</strong>\nCalculated fee information or reference values used to determine counsel fee amounts.</p>\n","urlObject":{"path":["case","counsel","FeeCalculation"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"64bd8c12-a8f2-44e8-8aab-3eadc4dcd886"}],"id":"b9393f6d-2f86-4f85-81f4-b9d7e40bb465","description":"<p>Endpoints for managing counsel (attorney) records associated with cases in the CaseSync API. Counsel represents the attorneys and referring attorneys linked to a case, including their roles, fee arrangements, and contact details. This folder provides operations to retrieve counsel by case ID or case number, add new counsel, update existing counsel records, remove counsel from a case, and retrieve fee-related reference data such as fee lists and fee calculations.</p>\n","_postman_id":"b9393f6d-2f86-4f85-81f4-b9d7e40bb465"},{"name":"Court","item":[{"name":"Docket","item":[{"name":"GetDockets","id":"3c460f2c-a44e-4a3f-affc-5a90c59a0442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/dockets","description":"<p>Retrieves all docket entries for a specific court on a case. Use this endpoint to list all scheduled hearings, conferences, and deadlines for a court record.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of docket entry objects. Returns an empty array if no docket entries exist.</p>\n","urlObject":{"path":["case","516718","court","18824","dockets"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b71712bf-58c8-4c03-8a5a-54707f6dd8fc","name":"GetDockets","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/dockets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"337"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:12:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"courtDocketID\": 606902,\n        \"courtID\": 18824,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 3,\n            \"description\": \"Index Number\"\n        },\n        \"docketNo\": \"123456789\",\n        \"price\": 0,\n        \"checkNo\": \"\",\n        \"active\": true,\n        \"comments\": \"\",\n        \"efile\": false,\n        \"filingDate\": \"2023-09-14T00:00:00\",\n        \"createdDate\": \"2021-09-23T15:15:00-04:00\",\n        \"modifiedDate\": \"2023-09-07T10:47:00-04:00\"\n    }\n]"}],"_postman_id":"3c460f2c-a44e-4a3f-affc-5a90c59a0442"},{"name":"GetDocket","id":"c4a701f1-4ce7-4a1e-b626-2e411881f660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606902","description":"<p>Retrieves a specific docket entry by its ID for a court on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{docketId}</code> (integer, required): The ID of the docket entry (e.g., 606902).</li>\n</ul>\n<p><strong>Response:</strong> Returns the docket entry object. Returns 404 if the docket entry does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","docket","606902"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ad8b4a71-b2d6-432d-b9f5-fb7e67cd7657","name":"GetDocket","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606902"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"335"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:15:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"courtDocketID\": 606902,\n    \"courtID\": 18824,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 3,\n        \"description\": \"Index Number\"\n    },\n    \"docketNo\": \"123456789\",\n    \"price\": 0,\n    \"checkNo\": \"\",\n    \"active\": true,\n    \"comments\": \"\",\n    \"efile\": false,\n    \"filingDate\": \"2023-09-14T00:00:00\",\n    \"createdDate\": \"2021-09-23T15:15:00-04:00\",\n    \"modifiedDate\": \"2023-09-07T10:47:00-04:00\"\n}"}],"_postman_id":"c4a701f1-4ce7-4a1e-b626-2e411881f660"},{"name":"FilteredCourtDockets","id":"9aaaf316-adf4-445f-a717-570e079986a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/courtDocket/byDatePaged","description":"<p>Retrieves a paginated, filtered list of docket entries across all cases based on date range and other criteria in the request body. Use this endpoint for calendar views, deadline reports, or bulk docket exports.</p>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range and pagination (currentPage, pageSize).</p>\n<p><strong>Response:</strong> Returns a paginated array of docket entry objects matching the filter criteria.</p>\n","urlObject":{"path":["case","courtDocket","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8ccabd3e-e5b8-42aa-b305-3d37e3f6e149","name":"FilteredCaseDockets","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/courtDocket/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"220"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:33:28 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"courtDocketID\": 606958,\n        \"courtID\": 18823,\n        \"caseID\": 518155,\n        \"caseNumber\": \"989898\",\n        \"type\": {\n            \"id\": 2,\n            \"description\": \"Docket Number\"\n        },\n        \"docketNo\": \"Unassigned\",\n        \"active\": true,\n        \"efile\": false,\n        \"createdDate\": \"2023-10-31T13:06:00-04:00\"\n    }\n]"}],"_postman_id":"9aaaf316-adf4-445f-a717-570e079986a0"},{"name":"AddDocket","id":"deeac7bf-d6a5-4f1d-9d02-599c0f22a153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": {\r\n        \"id\": 3\r\n    },\r\n    \"docketNo\": \"987654\",\r\n    \"price\": 1.00,\r\n    \"checkNo\": \"P4123\",\r\n    \"active\": true,\r\n    \"comments\": \"comments\",\r\n    \"efile\": true,\r\n    \"filingDate\": \"2025-01-31T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket","description":"<p>Creates a new docket entry for a specific court on a case. Use this endpoint to schedule a hearing, conference, or deadline.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Docket entry details including type, date, time, and description. Use the DocketTypes endpoint to retrieve valid type values.</p>\n<p><strong>Response:</strong> Returns the newly created docket entry object. Returns 400 if required fields are missing.</p>\n","urlObject":{"path":["case","516718","court","18824","docket"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"bd2a822e-d4f3-4171-9195-0167cb4fa9f6","name":"AddDocket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": {\r\n        \"id\": 3\r\n    },\r\n    \"docketNo\": \"987654\",\r\n    \"price\": 1.00,\r\n    \"checkNo\": \"P4123\",\r\n    \"active\": true,\r\n    \"comments\": \"comments\",\r\n    \"efile\": true,\r\n    \"filingDate\": \"2025-01-31T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"301"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:26:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"courtDocketID\": 606969,\n    \"courtID\": 18824,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 3,\n        \"description\": \"Index Number\"\n    },\n    \"docketNo\": \"987654\",\n    \"price\": 1,\n    \"checkNo\": \"P4123\",\n    \"active\": true,\n    \"comments\": \"comments\",\n    \"efile\": true,\n    \"filingDate\": \"2025-01-31T00:00:00\",\n    \"createdDate\": \"2025-01-31T13:27:00-05:00\"\n}"}],"_postman_id":"deeac7bf-d6a5-4f1d-9d02-599c0f22a153"},{"name":"UpdateDocket","id":"cf0a2df6-99eb-4051-a0f5-4d70e2fc2683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtDocketID\": 606969,\r\n    \"type\": {\r\n        \"id\": 3\r\n    },\r\n    \"docketNo\": \"987654\",\r\n    \"price\": 2.00,\r\n    \"checkNo\": \"P4123\",\r\n    \"active\": true,\r\n    \"comments\": \"comments\",\r\n    \"efile\": true,\r\n    \"filingDate\": \"2025-01-30T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket","description":"<p>Performs a full replacement update of a docket entry on a court. All fields must be provided; omitted fields will be cleared.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Complete docket entry object including the docket ID and all fields.</p>\n<p><strong>Response:</strong> Returns the updated docket entry object. Returns 404 if the docket entry does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","docket"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"22359893-5200-48e4-b656-189ccaebf02b","name":"UpdateDocket","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtDocketID\": 606969,\r\n    \"type\": {\r\n        \"id\": 3\r\n    },\r\n    \"docketNo\": \"987654\",\r\n    \"price\": 2.00,\r\n    \"checkNo\": \"P4123\",\r\n    \"active\": true,\r\n    \"comments\": \"comments\",\r\n    \"efile\": true,\r\n    \"filingDate\": \"2025-01-30T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"344"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:28:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"courtDocketID\": 606969,\n    \"courtID\": 18824,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 3,\n        \"description\": \"Index Number\"\n    },\n    \"docketNo\": \"987654\",\n    \"price\": 2,\n    \"checkNo\": \"P4123\",\n    \"active\": true,\n    \"comments\": \"comments\",\n    \"efile\": true,\n    \"filingDate\": \"2025-01-30T00:00:00\",\n    \"createdDate\": \"2025-01-31T13:27:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T13:29:00-05:00\"\n}"}],"_postman_id":"cf0a2df6-99eb-4051-a0f5-4d70e2fc2683"},{"name":"UpdateDocket","id":"91fb2b0c-383a-4fcc-ab56-522d7cc18589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/docketNo\",\r\n    \"value\": \"333\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606969","description":"<p>Performs a partial update of a specific docket entry. Only the fields included in the request body will be updated.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{docketId}</code> (integer, required): The ID of the docket entry to update (e.g., 606969).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Partial docket entry object with only the fields to change.</p>\n<p><strong>Response:</strong> Returns the updated docket entry object. Returns 404 if the docket entry does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","docket","606969"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a9c38e3f-f0e5-4b22-af28-bffeafcd1703","name":"UpdateDocket","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/docketNo\",\r\n    \"value\": \"333\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606969"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"341"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:30:53 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"courtDocketID\": 606969,\n    \"courtID\": 18824,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 3,\n        \"description\": \"Index Number\"\n    },\n    \"docketNo\": \"333\",\n    \"price\": 2,\n    \"checkNo\": \"P4123\",\n    \"active\": true,\n    \"comments\": \"comments\",\n    \"efile\": true,\n    \"filingDate\": \"2025-01-30T00:00:00\",\n    \"createdDate\": \"2025-01-31T13:27:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T13:31:00-05:00\"\n}"}],"_postman_id":"91fb2b0c-383a-4fcc-ab56-522d7cc18589"},{"name":"DeleteDocket","id":"b979b054-2373-465a-a97d-768e2467166a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606969","description":"<p>Deletes a specific docket entry from a court on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{docketId}</code> (integer, required): The ID of the docket entry to delete (e.g., 606969).</li>\n</ul>\n<p><strong>Response:</strong> Returns 200 on success. Returns 404 if the docket entry does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","docket","606969"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9119b73b-2278-4730-ac19-c7f810e523c2","name":"DeleteDocket","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/docket/606969"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 31 Jan 2025 18:31:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b979b054-2373-465a-a97d-768e2467166a"},{"name":"DocketTypes","id":"924c7f1f-a7cf-4463-894a-c56fabf77058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/docket/types","description":"<p>Retrieves the list of available docket entry types (e.g., Hearing, Conference, Trial, Deadline). Use this endpoint to populate type dropdowns when creating or updating a docket entry.</p>\n<p><strong>Response:</strong> Returns an array of docket type objects, each with an ID and name.</p>\n","urlObject":{"path":["case","docket","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2e48e053-93fb-44cc-92d5-282786df0e69","name":"DocketTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/docket/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"492"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:34:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Case Opening Number\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Docket Number\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Index Number\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Case Closing Number\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Surrogate Index Number\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Guardian Ad Litem Index Number\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Conservator Index Number\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Appellate #\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Calendar Number\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Third  Party Index Number\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Claim Number\"\n    }\n]"}],"_postman_id":"924c7f1f-a7cf-4463-894a-c56fabf77058"}],"id":"98334fb5-1662-4d96-a0b1-87771073da97","description":"<p>Manages docket entries (scheduled court events) associated with a specific court on a case. Docket entries represent hearings, conferences, deadlines, and other court-scheduled events. Endpoints support retrieving all dockets for a court, fetching a specific docket, performing filtered/paginated searches across all cases, adding, updating (full and partial), deleting docket entries, and retrieving available docket types.</p>\n","_postman_id":"98334fb5-1662-4d96-a0b1-87771073da97"},{"name":"Judge","item":[{"name":"GetJudges","id":"08974890-51f6-4d0d-aec0-b013543019a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgesClerks","description":"<p>Retrieves all judges and clerks assigned to a specific court on a case. Use this endpoint to list all judicial personnel associated with a court record.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of judge/clerk objects. Returns an empty array if none are assigned.</p>\n","urlObject":{"path":["case","516718","court","18824","judgesClerks"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4c6bdaab-6f44-4132-b528-96c92092733f","name":"GetJudges","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgesClerks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"283"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 22:20:26 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"judgeClerkID\": 8044,\n        \"courtID\": 18824,\n        \"docket\": {\n            \"id\": 606902,\n            \"description\": \"123456789\"\n        },\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"judgeClerkContact\": {\n            \"contactId\": 1649943,\n            \"name\": \"Norton, Daniel\"\n        },\n        \"judgeClerkRole\": {\n            \"id\": 2,\n            \"description\": \"Judge\"\n        },\n        \"createdDate\": \"2023-09-01T10:16:00-04:00\"\n    }\n]"}],"_postman_id":"08974890-51f6-4d0d-aec0-b013543019a3"},{"name":"GetJudge","id":"b3a36d52-1647-48d7-83c9-39f0e7f7205b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8044","description":"<p>Retrieves a specific judge or clerk record assigned to a court on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{judgeClerkId}</code> (integer, required): The ID of the judge/clerk assignment record (e.g., 8044).</li>\n</ul>\n<p><strong>Response:</strong> Returns the judge/clerk object. Returns 404 if the record does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","judgeClerk","8044"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6627f4bf-779d-4829-96f8-890ec58bfddf","name":"GetJudge","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8044"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"281"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 22:21:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"judgeClerkID\": 8044,\n    \"courtID\": 18824,\n    \"docket\": {\n        \"id\": 606902,\n        \"description\": \"123456789\"\n    },\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"judgeClerkContact\": {\n        \"contactId\": 1649943,\n        \"name\": \"Norton, Daniel\"\n    },\n    \"judgeClerkRole\": {\n        \"id\": 2,\n        \"description\": \"Judge\"\n    },\n    \"createdDate\": \"2023-09-01T10:16:00-04:00\"\n}"}],"_postman_id":"b3a36d52-1647-48d7-83c9-39f0e7f7205b"},{"name":"FilteredJudge","id":"1de5f1ee-c636-44f5-8645-564347531254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-08-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/judgeClerk/byDatePaged","description":"<p>Retrieves a paginated, filtered list of judge/clerk assignments across all cases based on date range and other criteria in the request body.</p>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range and pagination (currentPage, pageSize).</p>\n<p><strong>Response:</strong> Returns a paginated array of judge/clerk assignment objects.</p>\n","urlObject":{"path":["case","judgeClerk","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3bdca84b-f5f9-4bdf-b065-eb720c422688","name":"FilteredJudge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-08-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/judgeClerk/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"564"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 22:21:36 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"judgeClerkID\": 8045,\n        \"courtID\": 18823,\n        \"docket\": {\n            \"id\": 606958,\n            \"description\": \"Unassigned\"\n        },\n        \"caseID\": 518155,\n        \"caseNumber\": \"989898\",\n        \"judgeClerkContact\": {\n            \"contactId\": 1698428,\n            \"name\": \"Testjudge, T.\"\n        },\n        \"judgeClerkRole\": {\n            \"id\": 2,\n            \"description\": \"Judge\"\n        },\n        \"createdDate\": \"2023-10-31T13:06:00-04:00\"\n    },\n    {\n        \"judgeClerkID\": 8044,\n        \"courtID\": 18824,\n        \"docket\": {\n            \"id\": 606902,\n            \"description\": \"123456789\"\n        },\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"judgeClerkContact\": {\n            \"contactId\": 1649943,\n            \"name\": \"Norton, Daniel\"\n        },\n        \"judgeClerkRole\": {\n            \"id\": 2,\n            \"description\": \"Judge\"\n        },\n        \"createdDate\": \"2023-09-01T10:16:00-04:00\"\n    }\n]"}],"_postman_id":"1de5f1ee-c636-44f5-8645-564347531254"},{"name":"AddJudge","id":"b2cbe9be-5fb8-4cac-a3c7-2248921ae247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"docket\": {\r\n        \"id\": 606902\r\n    },\r\n    \"judgeClerkContact\": {\r\n        \"contactId\": 1649943\r\n    },\r\n    \"judgeClerkRole\": {\r\n        \"id\": 2        \r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk","description":"<p>Assigns a judge or clerk to a specific court on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Judge/clerk assignment details including the contact ID and role. Use the JudgeRoles endpoint to retrieve valid role values.</p>\n<p><strong>Response:</strong> Returns the newly created judge/clerk assignment object. Returns 400 if required fields are missing.</p>\n","urlObject":{"path":["case","516718","court","18824","judgeClerk"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"dd4f93e3-ba53-4438-b102-6cb2fdf45412","name":"AddJudge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"docket\": {\r\n        \"id\": 606902\r\n    },\r\n    \"judgeClerkContact\": {\r\n        \"contactId\": 1649943\r\n    },\r\n    \"judgeClerkRole\": {\r\n        \"id\": 2        \r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"265"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 20:20:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"judgeClerkID\": 8052,\n    \"courtID\": 18823,\n    \"docket\": {\n        \"id\": 606902,\n        \"description\": \"123456789\"\n    },\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"judgeClerkContact\": {\n        \"contactId\": 1649943,\n        \"name\": \"Norton, Daniel\"\n    },\n    \"judgeClerkRole\": {\n        \"id\": 2,\n        \"description\": \"Judge\"\n    },\n    \"createdDate\": \"2025-01-31T15:20:00-05:00\"\n}"}],"_postman_id":"b2cbe9be-5fb8-4cac-a3c7-2248921ae247"},{"name":"UpdateJudge","id":"63c87c31-5011-48cd-8d9c-8698e13c8a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"judgeClerkID\": 8052,\r\n    \"docket\": {\r\n        \"id\": 606902\r\n    },\r\n    \"judgeClerkContact\": {\r\n        \"contactId\": 1649943\r\n    },\r\n    \"judgeClerkRole\": {\r\n        \"id\": 2        \r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk","description":"<p>Performs a full replacement update of a judge/clerk assignment on a court. All fields must be provided.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Complete judge/clerk assignment object including the assignment ID and all fields.</p>\n<p><strong>Response:</strong> Returns the updated judge/clerk object. Returns 404 if the assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","judgeClerk"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"475b77ad-a444-4e7f-9e37-588de2fdb28d","name":"UpdateJudge","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"judgeClerkID\": 8052,\r\n    \"docket\": {\r\n        \"id\": 606902\r\n    },\r\n    \"judgeClerkContact\": {\r\n        \"contactId\": 1649943\r\n    },\r\n    \"judgeClerkRole\": {\r\n        \"id\": 2        \r\n    }    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"308"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 20:24:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"judgeClerkID\": 8052,\n    \"courtID\": 18823,\n    \"docket\": {\n        \"id\": 606902,\n        \"description\": \"123456789\"\n    },\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"judgeClerkContact\": {\n        \"contactId\": 1649943,\n        \"name\": \"Norton, Daniel\"\n    },\n    \"judgeClerkRole\": {\n        \"id\": 2,\n        \"description\": \"Judge\"\n    },\n    \"createdDate\": \"2025-01-31T15:20:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T15:24:00-05:00\"\n}"}],"_postman_id":"63c87c31-5011-48cd-8d9c-8698e13c8a0c"},{"name":"UpdateJudge","id":"43d2f6fa-2395-4215-b846-2ef75187c439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/judgeClerkRole/id\",\r\n    \"value\": \"3\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8052","description":"<p>Performs a partial update of a specific judge/clerk assignment on a court. Only the fields included in the request body will be updated.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{judgeClerkId}</code> (integer, required): The ID of the judge/clerk assignment to update (e.g., 8052).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Partial judge/clerk object with only the fields to change.</p>\n<p><strong>Response:</strong> Returns the updated judge/clerk object. Returns 404 if the assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","judgeClerk","8052"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8639fd39-bbf0-4007-83f1-c2d70b8e93b8","name":"UpdateJudge","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/judgeClerkRole/id\",\r\n    \"value\": \"3\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8052"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"313"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 20:23:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"judgeClerkID\": 8052,\n    \"courtID\": 18823,\n    \"docket\": {\n        \"id\": 606902,\n        \"description\": \"123456789\"\n    },\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"judgeClerkContact\": {\n        \"contactId\": 1649943,\n        \"name\": \"Norton, Daniel\"\n    },\n    \"judgeClerkRole\": {\n        \"id\": 3,\n        \"description\": \"Magistrate\"\n    },\n    \"createdDate\": \"2025-01-31T15:20:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T15:24:00-05:00\"\n}"}],"_postman_id":"43d2f6fa-2395-4215-b846-2ef75187c439"},{"name":"DeleteJudge","id":"f7ac5aee-92aa-4d80-a37b-91efe565ee5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8052","description":"<p>Removes a judge or clerk assignment from a court on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment (e.g., 18824).</li>\n<li><code>{judgeClerkId}</code> (integer, required): The ID of the judge/clerk assignment to delete (e.g., 8052).</li>\n</ul>\n<p><strong>Response:</strong> Returns 200 on success. Returns 404 if the assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court","18824","judgeClerk","8052"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3f5f2cef-b819-4ffe-bfd2-96233be1d0ce","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824/judgeClerk/8052"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 31 Jan 2025 20:25:13 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f7ac5aee-92aa-4d80-a37b-91efe565ee5d"},{"name":"JudgeRoles","id":"c05728c8-f0a1-4c9b-bfcb-60e5c48574fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/judgeClerk/roles","description":"<p>Retrieves the list of available roles that can be assigned to a judge or clerk on a court record (e.g., Judge, Magistrate, Clerk). Use this endpoint to populate role dropdowns when adding or updating a judge/clerk assignment.</p>\n<p><strong>Response:</strong> Returns an array of role objects, each with an ID and name.</p>\n","urlObject":{"path":["case","judgeClerk","roles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"95fe8e0e-4ff6-4bf9-925e-69786b098657","name":"JudgeRoles","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/judgeClerk/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"68"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 20:25:50 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"description\": \"Judge\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Magistrate\"\n    }\n]"}],"_postman_id":"c05728c8-f0a1-4c9b-bfcb-60e5c48574fe"}],"id":"96930736-6d4e-4724-8d19-f520879b466b","description":"<p>Manages judges and clerks assigned to a court on a case. Each court record on a case can have one or more judges or clerks associated with it. Endpoints support retrieving all judges for a court, fetching a specific judge record, performing filtered/paginated searches, adding, updating (full and partial), deleting judge assignments, and retrieving available judge role types.</p>\n","_postman_id":"96930736-6d4e-4724-8d19-f520879b466b"},{"name":"GetCourts","id":"a0f43371-c330-44ea-b5af-5d56f17ee3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/courts","description":"<p>Retrieves all court records assigned to a specific case. Use this endpoint to list all venues where a case is being litigated.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns an array of court objects for the case. Returns an empty array if no courts are assigned.</p>\n","urlObject":{"path":["case","516718","courts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"df47294e-71e0-4a48-98c9-9cbe4832ebe8","name":"GetCourts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/courts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"407"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:05:58 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"courtID\": 18824,\n        \"courtContact\": {\n            \"contactId\": 229375,\n            \"name\": \"Bankruptcy Court of Central District of Illinois\"\n        },\n        \"department\": \"Attorneys department\",\n        \"comment\": \"some comments\",\n        \"active\": false,\n        \"plaintiffCaption\": \"test edit plaintiff Caption only\",\n        \"defendantCaption\": \"defendant caption\",\n        \"createdDate\": \"2021-09-23T15:14:00-04:00\",\n        \"modifiedDate\": \"2025-01-31T13:00:00-05:00\"\n    }\n]"}],"_postman_id":"a0f43371-c330-44ea-b5af-5d56f17ee3af"},{"name":"GetCourt","id":"46a784d8-c354-4c66-853e-b4fe439b73b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824","description":"<p>Retrieves a specific court record assigned to a case by its court assignment ID. Use this endpoint when you need the full details of a single court entry on a case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment record (e.g., 18824).</li>\n</ul>\n<p><strong>Response:</strong> Returns the court object. Returns 404 if the court assignment does not exist on the case.</p>\n","urlObject":{"path":["case","516718","court","18824"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"52d7996b-d64b-4a78-8ed1-8829b0204639","name":"GetCourt","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18824"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"405"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:07:49 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"courtID\": 18824,\n    \"courtContact\": {\n        \"contactId\": 229375,\n        \"name\": \"Bankruptcy Court of Central District of Illinois\"\n    },\n    \"department\": \"Attorneys department\",\n    \"comment\": \"some comments\",\n    \"active\": false,\n    \"plaintiffCaption\": \"test edit plaintiff Caption only\",\n    \"defendantCaption\": \"defendant caption\",\n    \"createdDate\": \"2021-09-23T15:14:00-04:00\",\n    \"modifiedDate\": \"2025-01-31T13:00:00-05:00\"\n}"}],"_postman_id":"46a784d8-c354-4c66-853e-b4fe439b73b9"},{"name":"FilteredCaseCourts","id":"296a6faa-755f-4dc7-8b05-7a46b031e3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/court/byDatePaged","description":"<p>Retrieves a paginated, filtered list of court assignments across all cases based on date range and other criteria in the request body. Use this endpoint for reporting or bulk retrieval of court data.</p>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range and pagination (currentPage, pageSize).</p>\n<p><strong>Response:</strong> Returns a paginated array of court assignment objects matching the filter criteria.</p>\n","urlObject":{"path":["case","court","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"fb30aace-d929-4fa6-b4cb-4a4d90282899","name":"FilteredCaseCourts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/court/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"817"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:17:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 518108,\n        \"caseNumber\": \"0 - 000032\",\n        \"courtID\": 18886,\n        \"courtContact\": {\n            \"contactId\": 222331,\n            \"name\": \"Civil Court Bronx County\"\n        },\n        \"active\": true,\n        \"createdDate\": \"2023-10-17T15:56:00-04:00\"\n    },\n    {\n        \"caseID\": 518108,\n        \"caseNumber\": \"0 - 000032\",\n        \"courtID\": 18890,\n        \"courtContact\": {\n            \"contactId\": 222331,\n            \"name\": \"Civil Court Bronx County\"\n        },\n        \"department\": \"18886\",\n        \"active\": true,\n        \"createdDate\": \"2023-10-17T15:56:00-04:00\"\n    },\n    {\n        \"caseID\": 518108,\n        \"caseNumber\": \"0 - 000032\",\n        \"courtID\": 18885,\n        \"courtContact\": {\n            \"contactId\": 222326,\n            \"name\": \"Appellate Division Second Judicial Dept\"\n        },\n        \"active\": true,\n        \"createdDate\": \"2023-10-17T15:25:00-04:00\"\n    },\n    {\n        \"caseID\": 518108,\n        \"caseNumber\": \"0 - 000032\",\n        \"courtID\": 18889,\n        \"courtContact\": {\n            \"contactId\": 222326,\n            \"name\": \"Appellate Division Second Judicial Dept\"\n        },\n        \"department\": \"18885\",\n        \"active\": true,\n        \"createdDate\": \"2023-10-17T15:25:00-04:00\"\n    }\n]"}],"_postman_id":"296a6faa-755f-4dc7-8b05-7a46b031e3d7"},{"name":"AddCourt","id":"f72ff8da-4d53-4230-b49e-0f377868c93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtContact\": {\r\n        \"contactId\": 222326        \r\n    },\r\n    \"department\": \"some judge  department\",\r\n    \"comment\": \"some comments\",\r\n    \"active\": true,\r\n    \"plaintiffCaption\": \"plaintiff caption 1\",\r\n    \"defendantCaption\": \"defendant caption 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court","description":"<p>Assigns a new court to a case. Use this endpoint when a case is filed in a new venue or an additional court needs to be tracked.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Court assignment details including court name, venue, and relevant dates. Clarify: full required field list is not documented in this collection.</p>\n<p><strong>Response:</strong> Returns the newly created court assignment object. Returns 400 if required fields are missing.</p>\n","urlObject":{"path":["case","516718","court"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0f1a0246-88ad-49d4-b136-bdc9be267b41","name":"AddCourt","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtContact\": {\r\n        \"contactId\": 222326        \r\n    },\r\n    \"department\": \"some judge  department\",\r\n    \"comment\": \"some comments\",\r\n    \"active\": true,\r\n    \"plaintiffCaption\": \"plaintiff caption 1\",\r\n    \"defendantCaption\": \"defendant caption 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"343"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:08:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"courtID\": 18903,\n    \"courtContact\": {\n        \"contactId\": 222326,\n        \"name\": \"Appellate Division Second Judicial Dept\"\n    },\n    \"department\": \"some judge  department\",\n    \"comment\": \"some comments\",\n    \"active\": true,\n    \"plaintiffCaption\": \"plaintiff caption 1\",\n    \"defendantCaption\": \"defendant caption 2\",\n    \"createdDate\": \"2025-01-31T13:09:00-05:00\"\n}"}],"_postman_id":"f72ff8da-4d53-4230-b49e-0f377868c93d"},{"name":"UpdateCourt","id":"f7761419-f84c-4599-884a-e0c4e00b1ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtID\": 18903,\r\n    \"courtContact\": {\r\n        \"contactId\": 229375\r\n    },\r\n    \"department\": \"Attorneys department\",\r\n    \"comment\": \"some comments\",\r\n    \"active\": false,\r\n    \"plaintiffCaption\": \"plaintiff caption\",\r\n    \"defendantCaption\": \"defendant caption\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court","description":"<p>Performs a full replacement update of a court assignment on a case. All fields must be provided; omitted fields will be cleared.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Complete court assignment object including the court ID and all fields.</p>\n<p><strong>Response:</strong> Returns the updated court object. Returns 404 if the court assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5baceb73-a1e9-4e14-b434-5dbd21143152","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"courtID\": 18903,\r\n    \"courtContact\": {\r\n        \"contactId\": 229375\r\n    },\r\n    \"department\": \"Attorneys department\",\r\n    \"comment\": \"some comments\",\r\n    \"active\": false,\r\n    \"plaintiffCaption\": \"plaintiff caption\",\r\n    \"defendantCaption\": \"defendant caption\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"390"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:09:54 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"courtID\": 18903,\n    \"courtContact\": {\n        \"contactId\": 229375,\n        \"name\": \"Bankruptcy Court of Central District of Illinois\"\n    },\n    \"department\": \"Attorneys department\",\n    \"comment\": \"some comments\",\n    \"active\": false,\n    \"plaintiffCaption\": \"plaintiff caption\",\n    \"defendantCaption\": \"defendant caption\",\n    \"createdDate\": \"2025-01-31T13:09:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T13:10:00-05:00\"\n}"}],"_postman_id":"f7761419-f84c-4599-884a-e0c4e00b1ad8"},{"name":"UpdateCourt","id":"bf2e6335-f41c-4a29-831b-bf3906573fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/plaintiffCaption\",\r\n    \"value\": \"test edit plaintiff Caption only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18903","description":"<p>Performs a partial update of a specific court assignment on a case. Only the fields included in the request body will be updated.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment to update (e.g., 18903).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Partial court object with only the fields to change.</p>\n<p><strong>Response:</strong> Returns the updated court object. Returns 404 if the court assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court","18903"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"09add84a-0032-411a-bb60-537e20a3393f","name":"UpdateCourt","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/plaintiffCaption\",\r\n    \"value\": \"test edit plaintiff Caption only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18903"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"405"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 18:10:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"courtID\": 18903,\n    \"courtContact\": {\n        \"contactId\": 229375,\n        \"name\": \"Bankruptcy Court of Central District of Illinois\"\n    },\n    \"department\": \"Attorneys department\",\n    \"comment\": \"some comments\",\n    \"active\": false,\n    \"plaintiffCaption\": \"test edit plaintiff Caption only\",\n    \"defendantCaption\": \"defendant caption\",\n    \"createdDate\": \"2025-01-31T13:09:00-05:00\",\n    \"modifiedDate\": \"2025-01-31T13:11:00-05:00\"\n}"}],"_postman_id":"bf2e6335-f41c-4a29-831b-bf3906573fe8"},{"name":"DeleteCourt","id":"2754feb5-3b10-4f29-b94a-9a366702a88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18903","description":"<p>Removes a court assignment from a case. This deletes the court record and all associated docket entries and judge assignments for that court on the case.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{courtId}</code> (integer, required): The ID of the court assignment to delete (e.g., 18903).</li>\n</ul>\n<p><strong>Response:</strong> Returns 200 on success. Returns 404 if the court assignment does not exist.</p>\n","urlObject":{"path":["case","516718","court","18903"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"013fb7e4-0a23-40d4-8074-725ce8af4d83","name":"DeleteCourt","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/court/18902"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 31 Jan 2025 17:21:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2754feb5-3b10-4f29-b94a-9a366702a88d"},{"name":"GetCourtContactList","id":"5c537bf8-2a27-4e00-ad90-cbc26e8d72b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/court/contacts?currentPage=0&pageSize=10","description":"<p>Retrieves a paginated list of court contacts from the global SmartAdvocate court directory. Use this endpoint to search for and select courts when assigning a court to a case.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> (integer, required): Zero-based page index for pagination.</li>\n<li><code>pageSize</code> (integer, required): Number of records to return per page.</li>\n</ul>\n<p><strong>Response:</strong> Returns a paginated array of court contact objects from the system-wide court directory.</p>\n","urlObject":{"path":["case","court","contacts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"84466465-5227-4b33-84d4-137fed57596d","name":"GetCourtContactList","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/court/contacts?currentPage=0&pageSize=10","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","court","contacts"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"619"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 31 Jan 2025 17:22:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactId\": 287580,\n        \"name\": \" VA Medical Center22\"\n    },\n    {\n        \"contactId\": 286597,\n        \"name\": \"??\"\n    },\n    {\n        \"contactId\": 226083,\n        \"name\": \"11th JDC DeSoto Parish Louisiana\"\n    },\n    {\n        \"contactId\": 255048,\n        \"name\": \"11th Judicial District of Florida\"\n    },\n    {\n        \"contactId\": 226084,\n        \"name\": \"15th JDC Louisiana Lafayette Parish\"\n    },\n    {\n        \"contactId\": 252244,\n        \"name\": \"17th Judicial Circuit of Florida\"\n    },\n    {\n        \"contactId\": 226116,\n        \"name\": \"18th JDC Louisiana West Baton Rouge Parish\"\n    },\n    {\n        \"contactId\": 226088,\n        \"name\": \"19th JDC Louisiana East Baton Rouge Parish\"\n    },\n    {\n        \"contactId\": 226089,\n        \"name\": \"1st JDC Louisiana Caddo Parish\"\n    },\n    {\n        \"contactId\": 226114,\n        \"name\": \"20th JDC Louisiana West Feliciana Parish\"\n    }\n]"}],"_postman_id":"5c537bf8-2a27-4e00-ad90-cbc26e8d72b8"}],"id":"082afc27-5a76-4048-97f5-ba9867ebb981","description":"<p>Manages court records associated with cases. A case may have one or more courts assigned, representing the venues where the matter is being litigated. Endpoints support retrieving all courts for a case, fetching a specific court record, performing filtered/paginated searches across all cases, adding, updating (full and partial), and deleting court assignments. Also includes a global court contact directory lookup. Contains two sub-folders: Docket (court scheduling entries) and Judge (judges and clerks assigned to a court).</p>\n","_postman_id":"082afc27-5a76-4048-97f5-ba9867ebb981"},{"name":"Defendant","item":[{"name":"GetDefendant","id":"e91364a1-43fa-4d71-afed-da8ebbf26b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/defendants","description":"<p>Retrieves all defendants associated with a specific case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/defendants</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of defendant records linked to the specified case, including party details and any related case-specific metadata.</p>\n","urlObject":{"path":["case","516718","defendants"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1adc0096-2965-4c8f-a281-9cb405b133f4","name":"GetDefendant","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/defendants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"188"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 14 Jun 2023 16:24:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 813339,\n        \"name\": \"Begemot incorporated\",\n        \"roleID\": 18330,\n        \"role\": \"(D)-Default Role\",\n        \"contactID\": 287522,\n        \"primary\": true,\n        \"comments\": null,\n        \"markedAsRemoved\": false,\n        \"client\": false,\n        \"group\": null\n    }\n]"},{"id":"21828bd3-fc44-4f60-bb2b-9a5a6612c026","name":"GetDefendant","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/defendants?AddContactInfo=true","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","defendants"],"query":[{"key":"AddContactInfo","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1560"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 14 Jun 2023 16:22:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 813339,\n        \"name\": \"Begemot incorporated\",\n        \"roleID\": 18330,\n        \"role\": \"(D)-Default Role\",\n        \"contactID\": 287522,\n        \"primary\": true,\n        \"comments\": null,\n        \"markedAsRemoved\": false,\n        \"client\": false,\n        \"group\": null,\n        \"contact\": {\n            \"contactId\": 287522,\n            \"contactCtg\": 2,\n            \"name\": \"Begemot incorporated\",\n            \"firstName\": null,\n            \"lastName\": null,\n            \"middleName\": null,\n            \"prefix\": null,\n            \"suffix\": null,\n            \"nickName\": null,\n            \"otherName\": null,\n            \"maidenName\": null,\n            \"contactTypeId\": 11,\n            \"contactSubCtgID\": null,\n            \"contactType\": \"General\",\n            \"contactSubCtg\": null,\n            \"comments\": null,\n            \"dateOfBirth\": null,\n            \"dateOfDeath\": null,\n            \"maritalStatusID\": null,\n            \"genderID\": null,\n            \"birthPlace\": null,\n            \"countyOfResidence\": null,\n            \"occupation\": null,\n            \"spouse\": null,\n            \"einNo\": \"  -\",\n            \"ssnNo\": null,\n            \"licenseNo\": null,\n            \"officeHours\": null,\n            \"codeNumber\": null,\n            \"licenseStateID\": null,\n            \"noSSN\": null,\n            \"active\": null,\n            \"preventAutoContact\": null,\n            \"preventMailing\": false,\n            \"locked\": false,\n            \"addresses\": [\n                {\n                    \"addressID\": 838856,\n                    \"address1\": \"test2\",\n                    \"address2\": null,\n                    \"address3\": null,\n                    \"city\": \"Wake Forest\",\n                    \"state\": \"NC\",\n                    \"zip\": \"27587\",\n                    \"zipExt\": null,\n                    \"county\": \"Wake\",\n                    \"country\": \"UNITED STATES OF AMERICA\",\n                    \"primary\": true,\n                    \"residence\": false,\n                    \"current\": true,\n                    \"addressType\": \"HQ/Main Office\",\n                    \"mailing\": true,\n                    \"comments\": null,\n                    \"fromDate\": null,\n                    \"toDate\": null,\n                    \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n                    \"modifiedDate\": \"2021-06-11T03:57:00-04:00\"\n                }\n            ],\n            \"emails\": [\n                {\n                    \"emailID\": 450155,\n                    \"name\": \"begemot.com\",\n                    \"comments\": null,\n                    \"primary\": true,\n                    \"preventAutoContact\": false,\n                    \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n                    \"modifiedDate\": \"2020-08-13T06:16:00-04:00\"\n                }\n            ],\n            \"phones\": [],\n            \"createdDate\": \"2019-01-03T12:05:00-05:00\",\n            \"modifiedDate\": \"2019-04-03T17:12:00-04:00\"\n        }\n    }\n]"}],"_postman_id":"e91364a1-43fa-4d71-afed-da8ebbf26b5b"}],"id":"9ff8605a-52ee-4323-88cf-21cf5b3db2bf","description":"<p>Endpoints for retrieving defendant records associated with cases in the CaseSync API. Defendants are the opposing parties named in a case. This folder provides operations to retrieve all defendants linked to a specific case.</p>\n","_postman_id":"9ff8605a-52ee-4323-88cf-21cf5b3db2bf"},{"name":"Disbursement","item":[{"name":"byCaseID","id":"7f485ffd-adbd-4f96-a7ee-4fd6b83a1f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/5/Disbursement?currentPage=0&pageSize=200","description":"<p>Retrieves disbursement records for a specific case by case ID, with paging support.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> — The page index to retrieve.</li>\n<li><code>pageSize</code> — The number of disbursement records to return per page.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged list of disbursement records associated with the specified case.</p>\n","urlObject":{"path":["case","5","Disbursement"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"018f8bb6-f1c3-4702-b4b1-2fda5fa50e9e","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/5/Disbursement?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","5","Disbursement"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"484"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 25 Nov 2024 21:42:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"disbursementID\": 399734,\n        \"caseID\": 5,\n        \"caseNumber\": \"329455\",\n        \"amount\": 0.41,\n        \"client\": [\n            {\n                \"id\": 20926,\n                \"name\": \"Moriarty, Dawn\",\n                \"contactID\": 142352,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": true,\n        \"waived\": false,\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 15,\n            \"description\": \"Arbitration/Mediation Expense\"\n        },\n        \"createdDate\": \"2023-03-24T09:32:33.03-04:00\",\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Check Printed\"\n        },\n        \"documentIDs\": [\n            2184434,\n            2184435\n        ],\n        \"bankAccount\": {\n            \"id\": 94,\n            \"description\": \"BAA 1\"\n        }\n    }\n]"}],"_postman_id":"7f485ffd-adbd-4f96-a7ee-4fd6b83a1f4b"},{"name":"CaseDisbursement","id":"307ff15a-a73a-482d-8c2b-15ff77b2620b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement/400626","description":"<p>Retrieves a specific disbursement record for a case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement/{disbursementID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>disbursementID</code> — The unique identifier of the disbursement record.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe details of the requested disbursement, including stored expense and status information.</p>\n","urlObject":{"path":["case","516718","Disbursement","400626"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b5569452-ff66-423a-9327-b787b1c11e5c","name":"CaseDisbursement","originalRequest":{"method":"GET","header":[],"url":"https://localhost:5001/case/516718/Disbursement/400626"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"660"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 17:52:11 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"disbursementID\": 400626,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"invoiceNumber\": \"10\",\n    \"amount\": 155,\n    \"amountCalcCount\": 10,\n    \"amountCalcPrice\": 15.5,\n    \"client\": [\n        {\n            \"id\": 622469,\n            \"name\": \"Berton, Hannah\",\n            \"contactID\": 1698011,\n            \"type\": \"plaintiff\"\n        }\n    ],\n    \"shareAcrossClients\": false,\n    \"recoverable\": true,\n    \"waived\": false,\n    \"isLienor\": false,\n    \"disbursementType\": {\n        \"id\": 32,\n        \"description\": \"Accident Deconstruction\"\n    },\n    \"createdDate\": \"2024-11-20T21:15:23.91-05:00\",\n    \"status\": {\n        \"id\": 6,\n        \"description\": \"Check Pending\"\n    },\n    \"documentIDs\": [15, 201523],\n    \"bankAccount\": {\n        \"id\": 93,\n        \"description\": \"checking\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    }\n}"}],"_postman_id":"307ff15a-a73a-482d-8c2b-15ff77b2620b"},{"name":"byDatePaged","id":"beb0f1b1-3930-43cc-bca5-00c909ef90f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/byDatePaged","description":"<p>Retrieves a paged list of disbursement records filtered by date and other criteria for synchronization or reporting.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/byDatePaged</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should include paging information, date range filters, and any additional supported search criteria.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged result set of disbursement records matching the supplied filters.</p>\n","urlObject":{"path":["case","Disbursement","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a63d62fc-d1f3-42e9-b7dc-15e5043f04b1","name":"byDatePaged","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"6190"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:32:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"disbursementID\": 391442,\n        \"caseID\": 517980,\n        \"caseNumber\": \"9000246\",\n        \"checkDate\": \"2021-04-06T00:00:00\",\n        \"amount\": 122121,\n        \"client\": [\n            {\n                \"id\": 621610,\n                \"name\": \"Martinez, Hulio\",\n                \"contactID\": 1688526,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": true,\n        \"checkMailedDate\": \"2021-04-06T00:00:00\",\n        \"waived\": false,\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 32,\n            \"description\": \"Accident Deconstruction\"\n        },\n        \"modifiedDate\": \"2021-04-20T06:43:11.473-04:00\",\n        \"createdDate\": \"2021-04-20T05:51:30.697-04:00\",\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Bill Received\"\n        },\n        \"invoiceDate\": \"2021-03-30T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391436,\n        \"caseID\": 518072,\n        \"caseNumber\": \"0 - 000008\",\n        \"checkNumber\": \"23\",\n        \"invoiceNumber\": \"23\",\n        \"checkDate\": \"2021-03-19T00:00:00\",\n        \"amount\": 23,\n        \"description\": \"23\",\n        \"client\": [],\n        \"generalLedgerNumber\": \"23\",\n        \"shareAcrossClients\": true,\n        \"recoverable\": true,\n        \"checkMailedDate\": \"2021-03-19T00:00:00\",\n        \"waived\": true,\n        \"isLienor\": true,\n        \"disbursementType\": {\n            \"id\": 39,\n            \"description\": \"Appellate Fees **\"\n        },\n        \"createdDate\": \"2021-03-18T11:43:12.603-04:00\",\n        \"payee\": {\n            \"contactId\": 271277,\n            \"name\": \" Amsterdam Memorial Health Center \"\n        },\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Check Printed\"\n        },\n        \"invoiceDate\": \"2021-03-19T00:00:00\",\n        \"dueDate\": \"2021-03-18T00:00:00\",\n        \"statusDate\": \"2021-03-18T00:00:00-04:00\",\n        \"documentIDs\": [],\n        \"bankAccount\": {\n            \"id\": 3\n        },\n        \"expenseAccount\": {\n            \"id\": 4\n        }\n    },\n    {\n        \"disbursementID\": 391432,\n        \"caseID\": 518262,\n        \"caseNumber\": \"1 - 000009\",\n        \"amount\": 1000,\n        \"client\": [],\n        \"shareAcrossClients\": true,\n        \"recoverable\": true,\n        \"waived\": false,\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 32,\n            \"description\": \"Accident Deconstruction\"\n        },\n        \"createdDate\": \"2021-02-15T11:29:13.377-05:00\",\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Bill Received\"\n        },\n        \"invoiceDate\": \"2021-02-15T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391429,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"amount\": 93939,\n        \"client\": [\n            {\n                \"id\": 363172,\n                \"name\": \"Gome, Melissa H.\",\n                \"contactID\": 1429716,\n                \"type\": \"plaintiff\"\n            },\n            {\n                \"id\": 619329,\n                \"name\": \"Hill, Walter\",\n                \"contactID\": 186433,\n                \"type\": \"plaintiff\"\n            },\n            {\n                \"id\": 619421,\n                \"name\": \"Shawarhum, Shishkebab M.\",\n                \"contactID\": 1694488,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": true,\n        \"waived\": false,\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 16,\n            \"description\": \"Consulting-Nurse\"\n        },\n        \"modifiedDate\": \"2021-07-20T14:34:43.59-04:00\",\n        \"createdDate\": \"2021-02-15T11:00:02.71-05:00\",\n        \"payee\": {\n            \"contactId\": 1467845,\n            \"name\": \"Adams, Elizabeth\"\n        },\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Bill Received\"\n        },\n        \"invoiceDate\": \"2021-02-15T00:00:00\",\n        \"dueDate\": \"2021-02-15T00:00:00\",\n        \"documentIDs\": [],\n        \"bankAccount\": {\n            \"id\": 2\n        },\n        \"expenseAccount\": {\n            \"id\": 5\n        }\n    },\n    {\n        \"disbursementID\": 391423,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"30\",\n        \"amount\": 9000,\n        \"client\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"contactID\": 1695568,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"NRR Service Invoice\\r\\nincluded payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T17:20:48.807-05:00\",\n        \"payee\": {\n            \"contactId\": 287675,\n            \"name\": \"Monoglutumate Inc\"\n        },\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391422,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"20\",\n        \"amount\": 1235.99,\n        \"client\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"contactID\": 1695568,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"NRR Service Invoice\\r\\ndefault payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T17:20:48.623-05:00\",\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391421,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"30\",\n        \"amount\": 9000,\n        \"shareAcrossClients\": false,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"NRR Service Invoice\\r\\nincluded payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T17:13:56.99-05:00\",\n        \"payee\": {\n            \"contactId\": 287675,\n            \"name\": \"Monoglutumate Inc\"\n        },\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391420,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"20\",\n        \"amount\": 1235.99,\n        \"shareAcrossClients\": false,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"NRR Service Invoice\\r\\ndefault payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T17:13:56.807-05:00\",\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391419,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"30\",\n        \"amount\": 9000,\n        \"shareAcrossClients\": true,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"Paszkiewicz Service Invoice\\r\\nincluded payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T14:37:11.04-05:00\",\n        \"payee\": {\n            \"contactId\": 287675,\n            \"name\": \"Monoglutumate Inc\"\n        },\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"disbursementID\": 391418,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"20\",\n        \"amount\": 1235.99,\n        \"shareAcrossClients\": true,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"Paszkiewicz Service Invoice\\r\\ndefault payee\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"modifiedDate\": \"2021-10-22T12:03:41.597-04:00\",\n        \"createdDate\": \"2021-01-07T14:37:10.803-05:00\",\n        \"payee\": {\n            \"contactId\": 287676,\n            \"name\": \"Willson Corporation\"\n        },\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Bill Received\"\n        },\n        \"invoiceDate\": \"2021-01-01T00:00:00\",\n        \"statusDate\": \"2021-10-22T12:03:41.597-04:00\",\n        \"documentIDs\": [],\n        \"bankAccount\": {\n            \"id\": 3\n        },\n        \"expenseAccount\": {\n            \"id\": 4\n        }\n    },\n    {\n        \"disbursementID\": 391414,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"invoiceNumber\": \"123456P\",\n        \"amount\": 1235.99,\n        \"client\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"contactID\": 1695568,\n                \"type\": \"plaintiff\"\n            }\n        ],\n        \"shareAcrossClients\": false,\n        \"recoverable\": false,\n        \"waived\": false,\n        \"comments\": \"Paszkiewicz Service Invoice\\r\\ntest2\",\n        \"isLienor\": false,\n        \"disbursementType\": {\n            \"id\": 2,\n            \"description\": \"Medical Records\"\n        },\n        \"createdDate\": \"2021-01-07T14:28:18.277-05:00\",\n        \"status\": {\n            \"id\": 9,\n            \"description\": \"Review\"\n        },\n        \"invoiceDate\": \"2020-05-26T00:00:00\",\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"beb0f1b1-3930-43cc-bca5-00c909ef90f2"},{"name":"InsertDisbursement","id":"c464193b-f0c1-420b-96fd-4fa65c66b24a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"invoiceNumber\": \"152\",\r\n    \"amount\": 60.00,\r\n    \"amountCalcCount\": 10.00,\r\n    \"amountCalcPrice\": 15.50,\r\n    \"client\": [\r\n        {\r\n            \"id\": 622469,\r\n            \"name\": \"Berton, Hannah\",\r\n            \"contactID\": 1698011,\r\n            \"type\": \"plaintiff\"\r\n        }\r\n    ],\r\n    \"shareAcrossClients\": false,\r\n    \"recoverable\": true,\r\n    \"waived\": false,\r\n    \"isLienor\": false,\r\n    \"disbursementType\": {\r\n        \"id\": 32        \r\n    },\r\n    \"status\": {\r\n        \"id\": 6\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement","description":"<p>Creates a new disbursement record for a case.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Common required fields include <code>Status</code>, <code>Amount</code>, <code>DisbursementType</code>, and <code>Client</code>, based on the existing request notes.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe newly created disbursement record or a success response confirming creation.</p>\n","urlObject":{"path":["case","516718","Disbursement"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"47b4901c-6a14-4764-9c43-53127e705f5f","name":"InsertDisbursement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"checkNumber\": \"123456\",\r\n        \"invoiceNumber\": \"123PP25\",\r\n        \"checkDate\": \"2025-12-04T00:00:00\",\r\n        \"amount\": 30.07,\r\n        \"description\": \"some description\",\r\n        \"client\": [\r\n            {\r\n                \"id\": 620837, // plaintiffid              \r\n                \"type\": \"plaintiff\"\r\n            }\r\n        ],\r\n        \"shareAcrossClients\": false,\r\n        \"recoverable\": true,\r\n        \"checkMailedDate\": \"2025-12-03T00:00:00\",\r\n        \"waived\": false,\r\n        \"comments\": \"test comment\",\r\n        \"isLienor\": false,\r\n        \"disbursementType\": {\r\n            \"id\": 32,\r\n            \"description\": \"Accident Deconstruction\"\r\n        },\r\n        \"payee\": {\r\n            \"contactId\": 216991,\r\n            \"name\": \" Charles F. Gormley, Esq.\"\r\n        },\r\n        \"status\": {\r\n            \"id\": 9,\r\n            \"description\": \"Review\"\r\n        },\r\n        \"invoiceDate\": \"2025-12-03T00:00:00\",\r\n        \"dueDate\": \"2025-12-17T00:00:00\",\r\n        \"statusDate\": \"2025-12-03T10:12:50.492-05:00\",\r\n        \"documentIDs\": [\r\n            3172141\r\n        ],\r\n        \"bankAccount\": {\r\n            \"id\": 93,\r\n            \"description\": \"checking\"\r\n        },\r\n        \"expenseAccount\": {\r\n            \"id\": 95,\r\n            \"description\": \"EA 1\"\r\n        },\r\n        \"customField1\": \"test custom field\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://localhost:5001/case/516718/Disbursement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"562"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:32:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"disbursementID\": 400672,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"invoiceNumber\": \"152\",\n    \"amount\": 60,\n    \"amountCalcCount\": 10,\n    \"amountCalcPrice\": 15.5,\n    \"client\": [\n        {\n            \"id\": 622469,\n            \"name\": \"Berton, Hannah\",\n            \"contactID\": 1698011,\n            \"type\": \"plaintiff\"\n        }\n    ],\n    \"shareAcrossClients\": false,\n    \"recoverable\": true,\n    \"waived\": false,\n    \"isLienor\": false,\n    \"disbursementType\": {\n        \"id\": 32,\n        \"description\": \"Accident Deconstruction\"\n    },\n    \"createdDate\": \"2024-12-20T14:32:59.9-05:00\",\n    \"status\": {\n        \"id\": 6,\n        \"description\": \"Check Pending\"\n    },\n    \"documentIDs\": []\n  \n}"}],"_postman_id":"c464193b-f0c1-420b-96fd-4fa65c66b24a"},{"name":"UpdateDisbursement","id":"746221c3-3913-4dbd-8239-d2ff74310cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"invoiceNumber\": \"10\",\r\n    \"amount\": 155.00,\r\n    \"amountCalcCount\": 10.00,\r\n    \"amountCalcPrice\": 15.50,\r\n    \"client\": [\r\n        {\r\n            \"id\": 622469,\r\n            \"name\": \"Berton, Hannah\",\r\n            \"contactID\": 1698011,\r\n            \"type\": \"plaintiff\"\r\n        }\r\n    ],\r\n    \"shareAcrossClients\": false,\r\n    \"recoverable\": true,\r\n    \"waived\": false,\r\n    \"isLienor\": false,\r\n    \"disbursementType\": {\r\n        \"id\": 32        \r\n    },\r\n    \"createdDate\": \"2024-11-20T21:15:23.91-05:00\",\r\n    \"status\": {\r\n        \"id\": 6\r\n    },\r\n    \"bankAccount\": {\r\n        \"id\": 93\r\n    },\r\n    \"expenseAccount\": {\r\n        \"id\": 95\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement/400626","description":"<p>Fully updates an existing disbursement record for a case.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement/{disbursementID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>disbursementID</code> — The unique identifier of the disbursement record.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Common required fields include <code>Status</code>, <code>Amount</code>, <code>DisbursementType</code>, and <code>Client</code>, based on the existing request notes.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the fully updated disbursement record.</p>\n","urlObject":{"path":["case","516718","Disbursement","400626"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"338e986c-d22d-4581-9ce4-68688384e4dc","name":"UpdateDisbursement","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"disbursementID\": 400672,\r\n    \"invoiceNumber\": \"10\",\r\n    \"amount\": 155.00,\r\n    \"amountCalcCount\": 10.00,\r\n    \"amountCalcPrice\": 15.50,\r\n    \"client\": [\r\n        {\r\n            \"id\": 622469,\r\n            \"name\": \"Berton, Hannah\",\r\n            \"contactID\": 1698011,\r\n            \"type\": \"plaintiff\"\r\n        }\r\n    ],\r\n    \"shareAcrossClients\": false,\r\n    \"recoverable\": true,\r\n    \"waived\": false,\r\n    \"isLienor\": false,\r\n    \"disbursementType\": {\r\n        \"id\": 32        \r\n    },\r\n    \"createdDate\": \"2024-11-20T21:15:23.91-05:00\",\r\n    \"status\": {\r\n        \"id\": 6\r\n    },\r\n    \"bankAccount\": {\r\n        \"id\": 93\r\n    },\r\n    \"expenseAccount\": {\r\n        \"id\": 95\r\n    },\r\n    \"writeDownReason\": {\r\n        \"id\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:5001/case/516718/Disbursement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"705"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:34:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"disbursementID\": 400672,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"invoiceNumber\": \"10\",\n    \"amount\": 155,\n    \"amountCalcCount\": 10,\n    \"amountCalcPrice\": 15.5,\n    \"client\": [\n        {\n            \"id\": 622469,\n            \"name\": \"Berton, Hannah\",\n            \"contactID\": 1698011,\n            \"type\": \"plaintiff\"\n        }\n    ],\n    \"shareAcrossClients\": false,\n    \"recoverable\": true,\n    \"waived\": false,\n    \"isLienor\": false,\n    \"disbursementType\": {\n        \"id\": 32,\n        \"description\": \"Accident Deconstruction\"\n    },\n    \"modifiedDate\": \"2024-12-20T14:34:20.51-05:00\",\n    \"createdDate\": \"2024-12-20T14:32:59.9-05:00\",\n    \"status\": {\n        \"id\": 6,\n        \"description\": \"Check Pending\"\n    },\n    \"documentIDs\": [],\n    \"bankAccount\": {\n        \"id\": 93,\n        \"description\": \"checking\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    }\n   \n}"}],"_postman_id":"746221c3-3913-4dbd-8239-d2ff74310cc7"},{"name":"UpdateDisbursement","id":"bd3b59f4-91f8-426b-b055-50fa4ff5a5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/amount\",\r\n    \"value\": 160.00\r\n  }\r\n  ,\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"disbursementType/id\",\r\n    \"value\": 33\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement/400626","description":"<p>Partially updates an existing disbursement record for a case.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement/{disbursementID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>disbursementID</code> — The unique identifier of the disbursement record.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Include only the disbursement fields that should be modified.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the updated disbursement record reflecting the requested changes.</p>\n","urlObject":{"path":["case","516718","Disbursement","400626"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7463e74b-d178-4bd9-b0a5-b426868fad2f","name":"UpdateDisbursement","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/amount\",\r\n    \"value\": 160.00\r\n  }\r\n  ,\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"disbursementType/id\",\r\n    \"value\": 33\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement/400626"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"636"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 15:02:26 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"disbursementID\": 400626,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"invoiceNumber\": \"10\",\n    \"amount\": 160,\n    \"amountCalcCount\": 10,\n    \"amountCalcPrice\": 15.5,\n    \"client\": [\n        {\n            \"id\": 622469,\n            \"name\": \"Berton, Hannah\",\n            \"contactID\": 1698011,\n            \"type\": \"plaintiff\"\n        }\n    ],\n    \"shareAcrossClients\": false,\n    \"recoverable\": true,\n    \"waived\": false,\n    \"isLienor\": false,\n    \"disbursementType\": {\n        \"id\": 32,\n        \"description\": \"Accident Deconstruction\"\n    },\n    \"modifiedDate\": \"2025-02-27T10:02:26.5-05:00\",\n    \"createdDate\": \"2024-11-20T21:15:23.91-05:00\",\n    \"status\": {\n        \"id\": 6,\n        \"description\": \"Check Pending\"\n    },\n    \"documentIDs\": [],\n    \"bankAccount\": {\n        \"id\": 93,\n        \"description\": \"checking\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    }\n}"}],"_postman_id":"bd3b59f4-91f8-426b-b055-50fa4ff5a5e0"},{"name":"DeleteDisbursement","id":"741ec717-6b72-4e2d-a88c-6fc738b6bd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/Disbursement/400626","description":"<p>Deletes a specific disbursement record from a case.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/Disbursement/{disbursementID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>disbursementID</code> — The unique identifier of the disbursement record to delete.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response confirming that the disbursement record was removed.</p>\n","urlObject":{"path":["case","516718","Disbursement","400626"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"741ec717-6b72-4e2d-a88c-6fc738b6bd25"},{"name":"types","id":"8c2d3f4a-ef7e-4c82-a20e-9fa574d1cca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/types","description":"<p>Retrieves the list of available disbursement types.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/types</code></p>\n<p><strong>Returns:</strong>\nA list of reference values representing valid disbursement types that can be used when creating or updating disbursement records.</p>\n","urlObject":{"path":["case","Disbursement","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4da04dbf-af8b-4de6-90f6-3d47fed85438","name":"types","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1985"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 18:21:50 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Prior Attorney Expenses\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Records\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Outside Atty Services\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Postage/Delivery\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Investigation Expense\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Travel\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Meals\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Photo/Copy Expense\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Local Transportation\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Expert Expense\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Court Fees\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Appellate Expenses\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Arbitration/Mediation Expense\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Consulting-Nurse\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Trial Exhibits\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"EBT/Transcript/Translation\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Expert Report/Review/Testimony\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Telephone\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Filing Fees/Calendar\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Last Owner/Motor Vehicle Search\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"MDL Case Assessment-Direct\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Mileage/Parking/Taxi/Toll\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Direct Outside Services- other\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Other Outside Legal Services\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Police/Autopsy/Fire/Weather Rep\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Prior  Attorney Disbursements\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Prior Case Research\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Process Service\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Subpoena Witness Fee\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"Accident Deconstruction\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Storage Expense\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Supplies\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Translation Expense\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Research Expense\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"Expert - Structured Settlement\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"No Fault File\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Appellate Fees **\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Outside Typing/Paralegal Exp.\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Seminar Expense - Direct\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Other Client Expenses\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"Gerbils\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"Building Estimator\"\n    }\n]"}],"_postman_id":"8c2d3f4a-ef7e-4c82-a20e-9fa574d1cca1"},{"name":"statuses","id":"0087a7c7-b4c6-49d3-8bc5-c10f7f6a1241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/statuses","description":"<p>Retrieves the list of available disbursement statuses.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/statuses</code></p>\n<p><strong>Returns:</strong>\nA list of reference values representing valid status options for disbursement records.</p>\n","urlObject":{"path":["case","Disbursement","statuses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ead59166-c48f-4c1e-9f6a-191b34176b7f","name":"statuses","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"584"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 18:22:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Issue Check\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Check Printed\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Paid\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Bill Received\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Voided\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Check Pending\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Paid with Credit Card\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Print Check\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Review\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Failed QB Transfer\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Credit Card Charge\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Credit Card Entry - Send to QB\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Paid with Credit Card - Entered in QB\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Journal Entry\"\n    }\n]"}],"_postman_id":"0087a7c7-b4c6-49d3-8bc5-c10f7f6a1241"},{"name":"WriteDownReasons","id":"182199eb-3d85-4d26-acb0-4b338b44699b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/WriteDownReasons","description":"<p>Retrieves the list of available write-down reasons for disbursement workflows.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/WriteDownReasons</code></p>\n<p><strong>Returns:</strong>\nA list of reference values representing valid reasons for writing down or adjusting disbursement amounts.</p>\n","urlObject":{"path":["case","Disbursement","WriteDownReasons"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8788b46d-f88b-4898-82cb-758787ca43c5","name":"WriteDownReasons","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/WriteDownReasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"171"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 18:24:22 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"WD1 - Write Down reason 1\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"WD2 - Write Down reason 2 Text\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"WDAT - Write Down reason Another Test\"\n    }\n]"}],"_postman_id":"182199eb-3d85-4d26-acb0-4b338b44699b"},{"name":"BankAccounts","id":"411c071a-5a83-422f-bda0-fb263c28af02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/BankAccounts","description":"<p>Retrieves the list of bank accounts available for disbursement-related transactions.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/BankAccounts</code></p>\n<p><strong>Returns:</strong>\nA list of bank account reference records that can be used in disbursement workflows.</p>\n","urlObject":{"path":["case","Disbursement","BankAccounts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"aa717d7b-131b-41cb-8bde-f24d48d57a9c","name":"BankAccounts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/BankAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"185"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 18:25:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 93,\n        \"description\": \"checking\"\n    },\n    {\n        \"id\": 94,\n        \"description\": \"BAA 1\"\n    },\n    {\n        \"id\": 97,\n        \"description\": \"Mastercard\"\n    },\n    {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    },\n    {\n        \"id\": 100,\n        \"description\": \"IOLTA trust account\"\n    }\n]"}],"_postman_id":"411c071a-5a83-422f-bda0-fb263c28af02"},{"name":"ExpenseAccounts","id":"8f02f2c4-69c2-4451-8422-197cb1ee09a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/ExpenseAccounts","description":"<p>Retrieves the list of expense accounts available for disbursement-related accounting.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/ExpenseAccounts</code></p>\n<p><strong>Returns:</strong>\nA list of expense account reference records that can be used when categorizing or posting disbursement entries.</p>\n","urlObject":{"path":["case","Disbursement","ExpenseAccounts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e264ca85-ffc7-4c61-aea9-b45eb3823f39","name":"ExpenseAccounts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/Disbursement/ExpenseAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"117"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Nov 2024 18:25:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    {\n        \"id\": 96,\n        \"description\": \"EA 2\"\n    },\n    {\n        \"id\": 101,\n        \"description\": \"Customer liability account\"\n    }\n]"}],"_postman_id":"8f02f2c4-69c2-4451-8422-197cb1ee09a9"}],"id":"68643dbf-6fc0-4ea5-84d0-ded08c14b466","description":"<p>Endpoints for managing disbursement records associated with cases in the CaseSync API. Disbursements represent case-related expenses and cost advances tracked against a case. This folder provides operations to retrieve disbursements by case ID, get or update a specific disbursement, insert new disbursements, delete disbursements, and retrieve a filtered/paged list across cases. It also exposes reference data endpoints for disbursement statuses, types, write-down reasons, bank accounts, and expense accounts.</p>\n","_postman_id":"68643dbf-6fc0-4ea5-84d0-ded08c14b466"},{"name":"Documents","item":[{"name":"byCaseNumber","id":"747656cc-78b0-4c1d-8715-6a3d10b42ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200&categoryIDs=12,45,55&subcategoryIDs=332,542&fromContactID=1542&toContactID=29568","description":"<p>Retrieves documents for a case using a case number, with support for paging and document filtering.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/byCaseNumber</code></p>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li><code>CaseNumber</code> — The case number used to locate the case.</li>\n<li><code>currentPage</code> — The page index to retrieve.</li>\n<li><code>pageSize</code> — The number of documents to return per page.</li>\n<li><code>categoryIDs</code> — Optional comma-separated document category IDs.</li>\n<li><code>subcategoryIDs</code> — Optional comma-separated document subcategory IDs.</li>\n<li><code>fromContactID</code> — Optional originating contact filter.</li>\n<li><code>toContactID</code> — Optional destination contact filter.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged list of documents associated with the specified case number, filtered by the supplied criteria.</p>\n","urlObject":{"path":["case","documents","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>Case number</p>\n","type":"text/plain"},"key":"CaseNumber","value":"9000002"},{"description":{"content":"<p>(Optional) The current page number in the paginated response (starts at 0) (default 0)</p>\n","type":"text/plain"},"key":"currentPage","value":"0"},{"description":{"content":"<p>(Optional) The number of records to return per page. Used for pagination (default 200)</p>\n","type":"text/plain"},"key":"pageSize","value":"200"},{"description":{"content":"<p>(Optional) A comma-separated list of category IDs used to filter documents by their assigned categories.</p>\n","type":"text/plain"},"key":"categoryIDs","value":"12,45,55"},{"description":{"content":"<p>(Optional) A comma-separated list of subcategory IDs used to further filter the documents within the selected categories.</p>\n","type":"text/plain"},"key":"subcategoryIDs","value":"332,542"},{"description":{"content":"<p>(Optional) The contact ID representing the sender/creator of the document(s).</p>\n","type":"text/plain"},"key":"fromContactID","value":"1542"},{"description":{"content":"<p>(Optional) The internal contact ID representing the recipient or target contact for the document(s).</p>\n","type":"text/plain"},"key":"toContactID","value":"29568"}],"variable":[]}},"response":[{"id":"4e7b3c3f-6f87-4901-a4e9-2cf9e3b39f41","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=10&categoryIDs=12,45,55&subcategoryIDs=332,542&fromContactID=1542&toContactID=29568","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","documents","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002","description":"Case number"},{"key":"currentPage","value":"0","description":"(Optional) The current page number in the paginated response (starts at 0) (default 0)"},{"key":"pageSize","value":"10","description":"(Optional) The number of records to return per page. Used for pagination (default 200)"},{"key":"categoryIDs","value":"12,45,55"},{"key":"subcategoryIDs","value":"332,542"},{"key":"fromContactID","value":"1542"},{"key":"toContactID","value":"29568"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"139448"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Fri, 27 Feb 2026 15:53:50 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"documentID\": 3173811,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"9000002_Tim_ Berton_Medical_Billing_Request_Doctor_or_Hospital_12_18_2025_2_05_54_PM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Harris Health Smith Clinic\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3147,\n        \"attachFlag\": false,\n        \"description\": \"Testing Auto-generated letter for medical requestMedical Billing Request - Doctor or Hospital\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 631,\n        \"createdDate\": \"2025-12-18T14:05:54.563-05:00\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 287781,\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 287781,\n        \"documentDate\": \"2025-12-18T14:06:00-05:00\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"documentFolder\": \"Medical Requests\",\n        \"caseDocumentID\": 264,\n        \"medProviderName\": \"Harris Health Smith Clinic\"\n    },\n    {\n        \"documentID\": 3173809,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"9000002_Tim_ Berton_Medical_Billing_Request_Doctor_or_Hospital_12_18_2025_2_05_41_PM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Harris Health Smith Clinic\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3147,\n        \"attachFlag\": false,\n        \"description\": \"Testing Auto-generated letter for medical requestMedical Billing Request - Doctor or Hospital\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 631,\n        \"createdDate\": \"2025-12-18T14:05:41.363-05:00\",\n        \"modifiedUserID\": 488,\n        \"modifiedDate\": \"2026-02-27T10:54:00-05:00\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 287781,\n        \"comments\": \"\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 287781,\n        \"documentDate\": \"2025-12-18T14:06:00-05:00\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"isSharedInPortal\": false,\n        \"isSharedWithEveryoneInPortal\": true,\n        \"documentFolder\": \"Medical Requests\",\n        \"caseDocumentID\": 263,\n        \"medProviderName\": \"Harris Health Smith Clinic\",\n        \"tags\": [\n            {\n                \"id\": 5,\n                \"description\": \"Just Tag 1\"\n            },\n            {\n                \"id\": 15,\n                \"description\": \"_Filed_test_ira\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"Simply Tag 2\"\n            }\n        ]\n    },\n    {\n        \"documentID\": 3173336,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"Parker Waichman LLP Case_ 9000002 - Berton Tim341.eml\",\n        \"fromUniqueContactID\": 1492959,\n        \"toContactName\": \"Zufall Health Center/Amy R. Salerno,MD\",\n        \"fromContactName\": \"O'Krasnoov, Andrey, CNP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"Parker Waichman LLP Case# 9000002 - Berton Tim\",\n        \"docsrflag\": \" \",\n        \"createdUserID\": 347,\n        \"createdDate\": \"2025-12-12T15:44:26.567-05:00\",\n        \"categoryID\": 75,\n        \"categoryName\": \"Exchange\",\n        \"subCategoryID\": 614,\n        \"subCategoryName\": \"Mail\",\n        \"toUniqueContactID\": 281984,\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"documentFolder\": \"Emails\",\n        \"caseDocumentID\": 261,\n        \"relatedTo\": [\n            {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        ]\n    }\n   \n]"}],"_postman_id":"747656cc-78b0-4c1d-8715-6a3d10b42ddb"},{"name":"GetCaseDocuments","id":"45b6e741-7d96-4cf9-9828-dd0934e425d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/documents?currentPage=0&pageSize=200&categoryIDs=12,45,55&subcategoryIDs=332,542&fromContactID=1542&toContactID=29568","description":"<p>Retrieves documents for a specific case by case ID, with support for paging and document filtering.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/documents</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li><code>currentPage</code> — The page index to retrieve.</li>\n<li><code>pageSize</code> — The number of documents to return per page.</li>\n<li><code>categoryIDs</code> — Optional comma-separated document category IDs.</li>\n<li><code>subcategoryIDs</code> — Optional comma-separated document subcategory IDs.</li>\n<li><code>fromContactID</code> — Optional originating contact filter.</li>\n<li><code>toContactID</code> — Optional destination contact filter.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged list of documents associated with the specified case, filtered by the supplied criteria.</p>\n","urlObject":{"path":["case","516718","documents"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>(Optional) The current page number in the paginated response (starts at 0) (default 0)</p>\n","type":"text/plain"},"key":"currentPage","value":"0"},{"description":{"content":"<p>(Optional) The number of records to return per page. Used for pagination (default 200)</p>\n","type":"text/plain"},"key":"pageSize","value":"200"},{"description":{"content":"<p>(Optional) A comma-separated list of category IDs used to filter documents by their assigned categories.</p>\n","type":"text/plain"},"key":"categoryIDs","value":"12,45,55"},{"description":{"content":"<p>(Optional) A comma-separated list of subcategory IDs used to further filter the documents within the selected categories.</p>\n","type":"text/plain"},"key":"subcategoryIDs","value":"332,542"},{"description":{"content":"<p>(Optional) The contact ID representing the sender/creator of the document(s).</p>\n","type":"text/plain"},"key":"fromContactID","value":"1542"},{"description":{"content":"<p>(Optional) The internal contact ID representing the recipient or target contact for the document(s).</p>\n","type":"text/plain"},"key":"toContactID","value":"29568"}],"variable":[]}},"response":[{"id":"bcb56c2a-c934-4186-ad43-1cc864b186f8","name":"GetCaseDocuments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/documents?currentPage=0&pageSize=5","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","documents"],"query":[{"key":"currentPage","value":"0","description":"(Optional) The current page number in the paginated response (starts at 0) (default 0)"},{"key":"pageSize","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"5069"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Feb 2026 15:56:57 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"documentID\": 3173811,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"9000002_Tim_ Berton_Medical_Billing_Request_Doctor_or_Hospital_12_18_2025_2_05_54_PM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Harris Health Smith Clinic\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3147,\n        \"attachFlag\": false,\n        \"description\": \"Testing Auto-generated letter for medical requestMedical Billing Request - Doctor or Hospital\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 631,\n        \"createdDate\": \"2025-12-18T14:05:54.563-05:00\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 287781,\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 287781,\n        \"documentDate\": \"2025-12-18T14:06:00-05:00\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"documentFolder\": \"Medical Requests\",\n        \"caseDocumentID\": 264,\n        \"medProviderName\": \"Harris Health Smith Clinic\"\n    },\n    {\n        \"documentID\": 3173809,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"9000002_Tim_ Berton_Medical_Billing_Request_Doctor_or_Hospital_12_18_2025_2_05_41_PM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Harris Health Smith Clinic\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3147,\n        \"attachFlag\": false,\n        \"description\": \"Testing Auto-generated letter for medical requestMedical Billing Request - Doctor or Hospital\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 631,\n        \"createdDate\": \"2025-12-18T14:05:41.363-05:00\",\n        \"modifiedUserID\": 488,\n        \"modifiedDate\": \"2026-02-27T10:54:00-05:00\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 287781,\n        \"comments\": \"\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 287781,\n        \"documentDate\": \"2025-12-18T14:06:00-05:00\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"isSharedInPortal\": false,\n        \"isSharedWithEveryoneInPortal\": true,\n        \"documentFolder\": \"Medical Requests\",\n        \"caseDocumentID\": 263,\n        \"medProviderName\": \"Harris Health Smith Clinic\",\n        \"tags\": [\n            {\n                \"id\": 5,\n                \"description\": \"Just Tag 1\"\n            },\n            {\n                \"id\": 15,\n                \"description\": \"_Filed_test_ira\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"Simply Tag 2\"\n            }\n        ]\n    },\n    {\n        \"documentID\": 3173710,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"9000002_Tim_ Berton_Medical_Billing_Request_Doctor_or_Hospital_12_16_2025_1_12_49_PM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Harris Health Smith Clinic\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3147,\n        \"attachFlag\": false,\n        \"description\": \"Testing Auto-generated letter for medical requestMedical Billing Request - Doctor or Hospital\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 631,\n        \"createdDate\": \"2025-12-16T13:12:49.793-05:00\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 287781,\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 287781,\n        \"documentDate\": \"2025-12-16T13:13:00-05:00\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"documentFolder\": \"Medical Requests\",\n        \"caseDocumentID\": 262,\n        \"medProviderName\": \"Harris Health Smith Clinic\"\n    },\n    {\n        \"documentID\": 3173336,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"Parker Waichman LLP Case_ 9000002 - Berton Tim341.eml\",\n        \"fromUniqueContactID\": 1492959,\n        \"toContactName\": \"Zufall Health Center/Amy R. Salerno,MD\",\n        \"fromContactName\": \"O'Krasnoov, Andrey, CNP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"Parker Waichman LLP Case# 9000002 - Berton Tim\",\n        \"docsrflag\": \" \",\n        \"createdUserID\": 347,\n        \"createdDate\": \"2025-12-12T15:44:26.567-05:00\",\n        \"categoryID\": 75,\n        \"categoryName\": \"Exchange\",\n        \"subCategoryID\": 614,\n        \"subCategoryName\": \"Mail\",\n        \"toUniqueContactID\": 281984,\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"documentFolder\": \"Emails\",\n        \"caseDocumentID\": 261,\n        \"relatedTo\": [\n            {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        ]\n    },\n    {\n        \"documentID\": 3173335,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"Parker Waichman LLP Case_ 9000002 - Berton Tim59.eml\",\n        \"fromUniqueContactID\": 1492959,\n        \"toContactName\": \"Zufall Health Center/Amy R. Salerno,MD\",\n        \"fromContactName\": \"O'Krasnoov, Andrey, CNP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"Parker Waichman LLP Case# 9000002 - Berton Tim\",\n        \"docsrflag\": \" \",\n        \"createdUserID\": 347,\n        \"createdDate\": \"2025-12-12T15:44:26.533-05:00\",\n        \"categoryID\": 75,\n        \"categoryName\": \"Exchange\",\n        \"subCategoryID\": 614,\n        \"subCategoryName\": \"Mail\",\n        \"toUniqueContactID\": 281984,\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"deleteFlag\": false,\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"documentFolder\": \"Emails\",\n        \"caseDocumentID\": 260,\n        \"relatedTo\": [\n            {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        ]\n    }\n]"}],"_postman_id":"45b6e741-7d96-4cf9-9828-dd0934e425d3"},{"name":"GetDocument","id":"3c9bc8ec-84f8-4c33-882b-67212c2353bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2180747","description":"<p>Retrieves metadata for a specific document.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/{documentID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>documentID</code> — The unique identifier of the document.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe document record, typically including metadata such as title, category, tags, related case information, and other stored attributes.</p>\n","urlObject":{"path":["case","document","2180747"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"375d682f-dbac-48c1-957c-1c29ce4dc30b","name":"GetDocument","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2180747"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 15:28:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 2180747,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"test file - Copy410.docx\",\n    \"fromUniqueContactID\": 258104,\n    \"toContactName\": \"Parker Waichman LLP\",\n    \"fromContactName\": \"Parker Waichman LLP\",\n    \"docType\": \"Img\",\n    \"templateID\": 0,\n    \"attachFlag\": true,\n    \"description\": \"test multiple check box\",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2019-07-03T19:51:00Z\",\n    \"categoryID\": 1,\n    \"categoryName\": \"Appeals\",\n    \"subCategoryID\": 1,\n    \"subCategoryName\": \"Brief\",\n    \"comments\": \"\",\n    \"isReviewed\": false,\n    \"toUniqueContactID\": 258104,\n    \"documentDate\": \"2019-07-03T19:50:00Z\",\n    \"priority\": 3,\n    \"priorityName\": \"Normal\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"deliveryMethodId\": 5,\n    \"deliveryName\": \"Fax\"\n}"}],"_postman_id":"3c9bc8ec-84f8-4c33-882b-67212c2353bb"},{"name":"FilteredDocuments","id":"28b000b8-495e-42b8-a472-eb781f378af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"modifiedFromDateTime\": \"2021-01-24T14:15:22Z\",\r\n  \"modifiedToDateTime\": \"2021-08-24T14:15:22Z\",\r\n  \"caseNumbers\": [\r\n    \"9000002\", \"1017260\"\r\n  ],\r\n  \"pageRequest\": {\r\n    \"currentPage\": 0,\r\n    \"pageSize\": 5       \r\n  },\r\n  \"categoryIDs\":[12,45,55],\r\n  \"subcategoryIDs\":[332,542],\r\n  \"fromContactID\": 1542,\r\n  \"toContactID\":29568\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/byDatePaged","description":"<p>Retrieves a paged list of documents filtered by date and other criteria for synchronization, export, or reporting.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/byDatePaged</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should include paging values, date range filters, and any additional supported search criteria.</li>\n</ul>\n<p><strong>Returns:</strong>\nA paged result set of document records matching the supplied criteria.</p>\n","urlObject":{"path":["case","documents","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"672025fb-0a0b-458f-b023-8ce76dbae600","name":"FilteredDocuments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"modifiedFromDateTime\": \"2021-01-24T14:15:22Z\",\r\n  \"modifiedToDateTime\": \"2021-08-24T14:15:22Z\",\r\n  \"caseNumbers\": [\r\n    \"9000002\", \"1017260\"\r\n  ],\r\n  \"pageRequest\": {\r\n    \"currentPage\": 0,\r\n    \"pageSize\": 5,\r\n    \"filterExpression\": {}\r\n \r\n    \r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 15:30:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"documentID\": 2182307,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Parker Waichman LLP\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Img\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"test\",\n        \"createdUserID\": 488,\n        \"createdDate\": \"2021-05-27T17:19:00Z\",\n        \"modifiedUserID\": 488,\n        \"modifiedDate\": \"2021-05-27T17:20:00Z\",\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subCategoryID\": 1,\n        \"subCategoryName\": \"Brief\",\n        \"comments\": \"test\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 258104,\n        \"documentDate\": \"2021-05-26T17:19:00Z\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 1,\n        \"directionName\": \"Incoming\",\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"isSharedInPortal\": false,\n        \"isSharedWithEveryoneInPortal\": true,\n        \"deliveryMethodId\": 3,\n        \"deliveryName\": \"FedEx\",\n        \"caseDocumentID\": 129\n    },\n    {\n        \"documentID\": 2182306,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"1060494_Watson_ Adrianne_Medical_Records_Request_Pharmacy_Records_5_24_2021_9_27_24_AM.docx\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Moody Airforce Base -PHARMACY\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Doc\",\n        \"templateID\": 3187,\n        \"attachFlag\": false,\n        \"description\": \"Auto-generated letter for medical request.Medical Records Request - Pharmacy Records\",\n        \"docsrflag\": \"S\",\n        \"createdUserID\": 675,\n        \"createdDate\": \"2021-05-24T13:27:00Z\",\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subCategoryID\": 259,\n        \"subCategoryName\": \"Letter\",\n        \"subSubCategoryID\": 0,\n        \"subSubSubCategoryID\": 0,\n        \"medProvUniqueContactID\": 276115,\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 276115,\n        \"documentDate\": \"2021-05-24T13:27:00Z\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 2,\n        \"directionName\": \"Outgoing\",\n        \"documentOrigin\": 1,\n        \"originName\": \"Generated\",\n        \"caseDocumentID\": 1,\n        \"medProviderName\": \"Moody Airforce Base -PHARMACY\"\n    },\n    {\n        \"documentID\": 2182301,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"documentName\": \"IMG_8034.PNG\",\n        \"fromUniqueContactID\": 28424,\n        \"toContactName\": \"113 Rock Hotel Corp.\",\n        \"fromContactName\": \"Law Office of Karen L. Lawrence\",\n        \"docType\": \"Img\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"You\",\n        \"createdUserID\": 345,\n        \"createdDate\": \"2021-05-17T13:47:00Z\",\n        \"modifiedUserID\": 660,\n        \"modifiedDate\": \"2021-05-21T19:30:00Z\",\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subCategoryID\": 466,\n        \"subCategoryName\": \"Brief/Memorandum\",\n        \"comments\": \"\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 251513,\n        \"documentDate\": \"2021-05-17T20:46:00Z\",\n        \"priority\": 1,\n        \"priorityName\": \"Critical\",\n        \"documentDirection\": 1,\n        \"directionName\": \"Incoming\",\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"isSharedInPortal\": false,\n        \"isSharedWithEveryoneInPortal\": true\n    },\n    {\n        \"documentID\": 2182274,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"documentName\": \"Dermatology Associates of Virginia - Reynolds Crossing MED Davis,D_1.pdf\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Parker Waichman LLP\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"pdf\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"Dermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf (Received from Retrieval Service)\",\n        \"createdUserID\": 368,\n        \"createdDate\": \"2021-04-16T17:49:00Z\",\n        \"modifiedUserID\": 488,\n        \"modifiedDate\": \"2021-05-11T15:52:00Z\",\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subCategoryID\": 478,\n        \"subCategoryName\": \"Authorization\",\n        \"comments\": \"V76.43 (ICD9)\\nScreening for malignant neoplasms of skin\\nPage:3 (97.94)\\n702.19 (ICD9)\\nOther seborrheic keratosis\\nPage:3 (99.58)\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 258104,\n        \"documentDate\": \"2021-04-16T17:49:00Z\",\n        \"priority\": 2,\n        \"priorityName\": \"High\",\n        \"documentDirection\": 1,\n        \"directionName\": \"Incoming\",\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"isSharedInPortal\": false,\n        \"isSharedWithEveryoneInPortal\": true,\n        \"tags\": [\n            {\n                \"id\": 5,\n                \"description\": \"Just Tag 1\"\n            },\n            {\n                \"id\": 15,\n                \"description\": \"_Filed_test_ira\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"Simply Tag 2\"\n            }\n        ],\n         \"relatedTo\": [\n            {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        ]\n    },\n    {\n        \"documentID\": 2182292,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"documentName\": \"TsAllUsr37.Dat\",\n        \"fromUniqueContactID\": 258104,\n        \"toContactName\": \"Parker Waichman LLP\",\n        \"fromContactName\": \"Parker Waichman LLP\",\n        \"docType\": \"Img\",\n        \"templateID\": 0,\n        \"attachFlag\": true,\n        \"description\": \"wdw\",\n        \"createdUserID\": 673,\n        \"createdDate\": \"2021-04-23T14:55:00Z\",\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subCategoryID\": 466,\n        \"subCategoryName\": \"Brief/Memorandum\",\n        \"comments\": \"wdw\",\n        \"isReviewed\": false,\n        \"toUniqueContactID\": 258104,\n        \"documentDate\": \"2021-04-23T14:54:00Z\",\n        \"priority\": 3,\n        \"priorityName\": \"Normal\",\n        \"documentDirection\": 1,\n        \"directionName\": \"Incoming\",\n        \"documentOrigin\": 2,\n        \"originName\": \"Attached\",\n        \"caseDocumentID\": 49\n    }\n]"}],"_postman_id":"28b000b8-495e-42b8-a472-eb781f378af5"},{"name":"DocumentCategory","id":"5633d782-cd13-4b63-bdca-2dc8bc5dba0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/category","description":"<p>Retrieves the list of available document categories.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/category</code></p>\n<p><strong>Returns:</strong>\nA list of document category reference values that can be used when creating, filtering, or updating documents.</p>\n","urlObject":{"path":["case","document","category"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"692ea7d4-dd78-4e4d-a040-5793800c7519","name":"DocumentCategory","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 16:25:14 GMT"},{"key":"Content-Length","value":"33371"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 137,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 138,\n        \"subcategoryName\": \"Insurance Policy\"\n    },\n    {\n        \"categoryID\": 37,\n        \"categoryName\": \"Social Security\",\n        \"subcategoryID\": 139,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 428,\n        \"subcategoryName\": \"Verification\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 429,\n        \"subcategoryName\": \"Envelope\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 430,\n        \"subcategoryName\": \"Fax Cover Sheet\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 431,\n        \"subcategoryName\": \"Legal Backs\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 432,\n        \"subcategoryName\": \"MedWatch\"\n    },\n    {\n        \"categoryID\": 26,\n        \"categoryName\": \"Plaintiff Attorney\",\n        \"subcategoryID\": 415,\n        \"subcategoryName\": \"Closing Documents\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 436,\n        \"subcategoryName\": \"Hold Harmless\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 439,\n        \"subcategoryName\": \"Settlement Consent\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 440,\n        \"subcategoryName\": \"Decision/Order\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 157,\n        \"subcategoryName\": \"DMV - Search\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 158,\n        \"subcategoryName\": \"Physician Affirmation\"\n    },\n    {\n        \"categoryID\": 39,\n        \"categoryName\": \"Department of Veterans Affairs\",\n        \"subcategoryID\": 168,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 441,\n        \"subcategoryName\": \"Affidavit of Service\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 442,\n        \"subcategoryName\": \"Petition\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 445,\n        \"subcategoryName\": \"Appearance\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 179,\n        \"subcategoryName\": \"Questionaire(Spanish)\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 446,\n        \"subcategoryName\": \"Case Scheduling Order\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 185,\n        \"subcategoryName\": \"Exhibits\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 447,\n        \"subcategoryName\": \"Stipulations\"\n    },\n    {\n        \"categoryID\": 60,\n        \"categoryName\": \"Defendant\",\n        \"subcategoryID\": 449,\n        \"subcategoryName\": \"Tolling Agreement\"\n    },\n    {\n        \"categoryID\": 28,\n        \"categoryName\": \"Prior Attorney\",\n        \"subcategoryID\": 452,\n        \"subcategoryName\": \"File\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 453,\n        \"subcategoryName\": \"Notice of Appearance\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 455,\n        \"subcategoryName\": \"Client Survey\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 457,\n        \"subcategoryName\": \"Retainer Agreement(Ecosign)\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 458,\n        \"subcategoryName\": \"Decree\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 460,\n        \"subcategoryName\": \"Reject\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 461,\n        \"subcategoryName\": \"Reject (Info Missing)\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 195,\n        \"subcategoryName\": \"Explanation of Benefits\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 465,\n        \"subcategoryName\": \"Stipulation/Stipulation to Extend\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 468,\n        \"subcategoryName\": \"Affidavit of Engagement\"\n    },\n    {\n        \"categoryID\": 43,\n        \"categoryName\": \"Retainer/Closing Statements\",\n        \"subcategoryID\": 472,\n        \"subcategoryName\": \"Retainer Statement\"\n    },\n    {\n        \"categoryID\": 43,\n        \"categoryName\": \"Retainer/Closing Statements\",\n        \"subcategoryID\": 473,\n        \"subcategoryName\": \"Closing Statement\"\n    },\n    {\n        \"categoryID\": 62,\n        \"categoryName\": \"Legalback\",\n        \"subcategoryID\": 474,\n        \"subcategoryName\": \"Legalback\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 487,\n        \"subcategoryName\": \"EUO\"\n    },\n    {\n        \"categoryID\": 64,\n        \"categoryName\": \"Research\",\n        \"subcategoryID\": 488,\n        \"subcategoryName\": \"Legal\"\n    },\n    {\n        \"categoryID\": 64,\n        \"categoryName\": \"Research\",\n        \"subcategoryID\": 489,\n        \"subcategoryName\": \"Medical\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 490,\n        \"subcategoryName\": \"Police Report\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 491,\n        \"subcategoryName\": \"Voir Dire Information - Federal Court\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 213,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 65,\n        \"categoryName\": \"Testing\",\n        \"subcategoryID\": 493,\n        \"subcategoryName\": \"Water\"\n    },\n    {\n        \"categoryID\": 60,\n        \"categoryName\": \"Defendant\",\n        \"subcategoryID\": 497,\n        \"subcategoryName\": \"Form Declining Magistate Judge Jurisdiction\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 498,\n        \"subcategoryName\": \"Motion\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 499,\n        \"subcategoryName\": \"Plaintiff's Demands\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 230,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 500,\n        \"subcategoryName\": \"Defendant's Demands\"\n    },\n    {\n        \"categoryID\": 66,\n        \"categoryName\": \"Attorney Fees\",\n        \"subcategoryID\": 505,\n        \"subcategoryName\": \"Fee Petition\"\n    },\n    {\n        \"categoryID\": 67,\n        \"categoryName\": \"Motion\",\n        \"subcategoryID\": 506,\n        \"subcategoryName\": \"To Dismiss\"\n    },\n    {\n        \"categoryID\": 67,\n        \"categoryName\": \"Motion\",\n        \"subcategoryID\": 507,\n        \"subcategoryName\": \"Exhibits\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 508,\n        \"subcategoryName\": \"Outline &/or Notes of Presentation\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 509,\n        \"subcategoryName\": \"Witness Information\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 510,\n        \"subcategoryName\": \"Briefing Schedule\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 511,\n        \"subcategoryName\": \"Memorandum of Conversation/Communication\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 251,\n        \"subcategoryName\": \"Order with Notice of Entry\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 513,\n        \"subcategoryName\": \"Notes from settlement meeting/call\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 515,\n        \"subcategoryName\": \"Notes from meeting\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 519,\n        \"subcategoryName\": \"Deposition Notice\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 520,\n        \"subcategoryName\": \"Protective Order\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 521,\n        \"subcategoryName\": \"Remanding Case to State Court\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 259,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 42,\n        \"categoryName\": \"Closed\",\n        \"subcategoryID\": 262,\n        \"subcategoryName\": \"File Closed\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 522,\n        \"subcategoryName\": \"Discovery Protocol (ESI and Hard Copy Documents)\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 524,\n        \"subcategoryName\": \"To continue hearing date\"\n    },\n    {\n        \"categoryID\": 28,\n        \"categoryName\": \"Prior Attorney\",\n        \"subcategoryID\": 525,\n        \"subcategoryName\": \"Letter/E-Mail with documents\"\n    },\n    {\n        \"categoryID\": 70,\n        \"categoryName\": \"Negotiations\",\n        \"subcategoryID\": 533,\n        \"subcategoryName\": \"Correspondence from Def re Settlement Negotiations\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 534,\n        \"subcategoryName\": \"Severance Agreement\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 273,\n        \"subcategoryName\": \"Denial of Claim Form\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 538,\n        \"subcategoryName\": \"Photographs - Face\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 539,\n        \"subcategoryName\": \"Photographs - Injuries\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 277,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 43,\n        \"categoryName\": \"Retainer/Closing Statements\",\n        \"subcategoryID\": 279,\n        \"subcategoryName\": \"Retainer Card\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 540,\n        \"subcategoryName\": \"Photographs - Damages\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 284,\n        \"subcategoryName\": \"Preliminary Conference- Request/filed\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 541,\n        \"subcategoryName\": \"Photographs - Defective Condition\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 545,\n        \"subcategoryName\": \"Letter from Defendants re Deficiencies\"\n    },\n    {\n        \"categoryID\": 70,\n        \"categoryName\": \"Negotiations\",\n        \"subcategoryID\": 547,\n        \"subcategoryName\": \"Info from Plaintiffs Lien Resolution Company\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 293,\n        \"subcategoryName\": \"Fact Sheet Form\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 549,\n        \"subcategoryName\": \"To Compel Production Pursuant to Demands Served\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 550,\n        \"subcategoryName\": \"Brief in Support of Motion to Compel Discovery\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 551,\n        \"subcategoryName\": \"Exhibits to Motion\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 299,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 300,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 553,\n        \"subcategoryName\": \"Medical Records Summary\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 554,\n        \"subcategoryName\": \"Request for a hearing on discovery\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 307,\n        \"subcategoryName\": \"Records\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 555,\n        \"subcategoryName\": \"Order Acknowledging Appeal Has Been Filed\"\n    },\n    {\n        \"categoryID\": 39,\n        \"categoryName\": \"Department of Veterans Affairs\",\n        \"subcategoryID\": 309,\n        \"subcategoryName\": \"VA Claims Folder\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 556,\n        \"subcategoryName\": \"Granting defendants motion to dismiss\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 565,\n        \"subcategoryName\": \"Granting Pro Hac Vice Admission\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 315,\n        \"subcategoryName\": \"Answer\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 562,\n        \"subcategoryName\": \"Settlement Counter-Offer Letter\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 317,\n        \"subcategoryName\": \"Summons/Complaint\"\n    },\n    {\n        \"categoryID\": 71,\n        \"categoryName\": \"Police Report\",\n        \"subcategoryID\": 567,\n        \"subcategoryName\": \"Accident Report\"\n    },\n    {\n        \"categoryID\": 71,\n        \"categoryName\": \"Police Report\",\n        \"subcategoryID\": 568,\n        \"subcategoryName\": \"Aided Report\"\n    },\n    {\n        \"categoryID\": 71,\n        \"categoryName\": \"Police Report\",\n        \"subcategoryID\": 569,\n        \"subcategoryName\": \"AIS Report\"\n    },\n    {\n        \"categoryID\": 71,\n        \"categoryName\": \"Police Report\",\n        \"subcategoryID\": 570,\n        \"subcategoryName\": \"Photographs\"\n    },\n    {\n        \"categoryID\": 71,\n        \"categoryName\": \"Police Report\",\n        \"subcategoryID\": 571,\n        \"subcategoryName\": \"Letters\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 575,\n        \"subcategoryName\": \"Background Check\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 578,\n        \"subcategoryName\": \"Order\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 344,\n        \"subcategoryName\": \"Proof of Mailing\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 579,\n        \"subcategoryName\": \"Stip of Discontinuance\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 580,\n        \"subcategoryName\": \"Hold Harmless\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 581,\n        \"subcategoryName\": \"Check\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 586,\n        \"subcategoryName\": \"Memorandum of Meeting - Plaintiffs Treating Doctor\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 350,\n        \"subcategoryName\": \"Birth Certificate\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 587,\n        \"subcategoryName\": \"Memorandum of Meeting - Expert Witness\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 588,\n        \"subcategoryName\": \"Memorandum of Telephone Call - Expert Witness\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 353,\n        \"subcategoryName\": \"Invoice/Assignment\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 592,\n        \"subcategoryName\": \"Driver's License\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 356,\n        \"subcategoryName\": \"Mediation/Arbitration Date\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 357,\n        \"subcategoryName\": \"(PC) Preliminary Conference Date\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 358,\n        \"subcategoryName\": \"(CC) Compliance/Certification Conference Date\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 593,\n        \"subcategoryName\": \"Divorce Decree\"\n    },\n    {\n        \"categoryID\": 69,\n        \"categoryName\": \"Orders\",\n        \"subcategoryID\": 594,\n        \"subcategoryName\": \"Scheduling Order\"\n    },\n    {\n        \"categoryID\": 8,\n        \"categoryName\": \"Defendant Insurance Company\",\n        \"subcategoryID\": 599,\n        \"subcategoryName\": \"Defendant's Insurance Policy\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 372,\n        \"subcategoryName\": \"Notice of Motion\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 600,\n        \"subcategoryName\": \"Service List\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 601,\n        \"subcategoryName\": \"test123\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 602,\n        \"subcategoryName\": \"Pictures\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 611,\n        \"subcategoryName\": \"$A\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 396,\n        \"subcategoryName\": \"Disability Letter\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 400,\n        \"subcategoryName\": \"Retainer Agreement\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 403,\n        \"subcategoryName\": \"Preliminary Conference Order\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 413,\n        \"subcategoryName\": \"Expert Disclosure\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 420,\n        \"subcategoryName\": \"Proposed Order\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 423,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 1,\n        \"subcategoryName\": \"Brief\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 2,\n        \"subcategoryName\": \"Memo of Law\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 3,\n        \"subcategoryName\": \"Notice of Appeal\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 4,\n        \"subcategoryName\": \"Pre-Argument Statement\"\n    },\n    {\n        \"categoryID\": 2,\n        \"categoryName\": \"Bankruptcy\",\n        \"subcategoryID\": 5,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 424,\n        \"subcategoryName\": \"Court\"\n    },\n    {\n        \"categoryID\": 60,\n        \"categoryName\": \"Defendant\",\n        \"subcategoryID\": 443,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 462,\n        \"subcategoryName\": \"Invoice with Reject\"\n    },\n    {\n        \"categoryID\": 2,\n        \"categoryName\": \"Bankruptcy\",\n        \"subcategoryID\": 9,\n        \"subcategoryName\": \"Notice\"\n    },\n    {\n        \"categoryID\": 2,\n        \"categoryName\": \"Bankruptcy\",\n        \"subcategoryID\": 10,\n        \"subcategoryName\": \"Order\"\n    },\n    {\n        \"categoryID\": 3,\n        \"categoryName\": \"IME\",\n        \"subcategoryID\": 11,\n        \"subcategoryName\": \"Notice\"\n    },\n    {\n        \"categoryID\": 3,\n        \"categoryName\": \"IME\",\n        \"subcategoryID\": 12,\n        \"subcategoryName\": \"Report\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 13,\n        \"subcategoryName\": \"Affidavit/Certificate of Service\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 14,\n        \"subcategoryName\": \"Amended/Supplemental Complaint\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 15,\n        \"subcategoryName\": \"Civil Cover Sheet\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 16,\n        \"subcategoryName\": \"Filed Summons/Complaint\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 17,\n        \"subcategoryName\": \"Third Party Summons & Complaint\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 463,\n        \"subcategoryName\": \"Invoice with Reject(Info Missing)\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 19,\n        \"subcategoryName\": \"Counter Claim\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 20,\n        \"subcategoryName\": \"Cross Claim\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 21,\n        \"subcategoryName\": \"Decision/Order\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 469,\n        \"subcategoryName\": \"Affidavit\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 470,\n        \"subcategoryName\": \"Affidavit of Service\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 471,\n        \"subcategoryName\": \"Application\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 25,\n        \"subcategoryName\": \"MV-104\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 486,\n        \"subcategoryName\": \"Correction Sheet - EBT or 50H\"\n    },\n    {\n        \"categoryID\": 8,\n        \"categoryName\": \"Defendant Insurance Company\",\n        \"subcategoryID\": 27,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 64,\n        \"categoryName\": \"Research\",\n        \"subcategoryID\": 542,\n        \"subcategoryName\": \"Scientific\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 543,\n        \"subcategoryName\": \"Hearing/Conference Notes\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 544,\n        \"subcategoryName\": \"Letter to Defendants re Deficiencies\"\n    },\n    {\n        \"categoryID\": 74,\n        \"categoryName\": \"Checks\",\n        \"subcategoryID\": 583,\n        \"subcategoryName\": \"Settlement\"\n    },\n    {\n        \"categoryID\": 74,\n        \"categoryName\": \"Checks\",\n        \"subcategoryID\": 585,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 41,\n        \"subcategoryName\": \"Defendant Fact Sheet\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 42,\n        \"subcategoryName\": \"Interrogatories\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 43,\n        \"subcategoryName\": \"Demands/Notices\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 44,\n        \"subcategoryName\": \"Plaintiff Fact Sheet\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 48,\n        \"subcategoryName\": \"Response to Demands/Notices\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 49,\n        \"subcategoryName\": \"Judicial Intervention - Request/filed\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 50,\n        \"subcategoryName\": \"Stipulation\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 51,\n        \"subcategoryName\": \"Attendance/Grades\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 52,\n        \"subcategoryName\": \"Letter/Records\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 53,\n        \"subcategoryName\": \"Report Card\"\n    },\n    {\n        \"categoryID\": 15,\n        \"categoryName\": \"Employment\",\n        \"subcategoryID\": 54,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 15,\n        \"categoryName\": \"Employment\",\n        \"subcategoryID\": 57,\n        \"subcategoryName\": \"Pay stub\"\n    },\n    {\n        \"categoryID\": 15,\n        \"categoryName\": \"Employment\",\n        \"subcategoryID\": 58,\n        \"subcategoryName\": \"W-2's/IRS\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 64,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 66,\n        \"subcategoryName\": \"Reports/Photos/Diagrams\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 67,\n        \"subcategoryName\": \"Diagrams\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 69,\n        \"subcategoryName\": \"Maps\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 70,\n        \"subcategoryName\": \"Photographs\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 71,\n        \"subcategoryName\": \"Reports\"\n    },\n    {\n        \"categoryID\": 19,\n        \"categoryName\": \"Liens\",\n        \"subcategoryID\": 72,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 80,\n        \"subcategoryName\": \"Billing\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 81,\n        \"subcategoryName\": \"Records and Itemized Billing Statement\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 82,\n        \"subcategoryName\": \"Reports\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 83,\n        \"subcategoryName\": \"Affidavit\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 84,\n        \"subcategoryName\": \"Affirmation/Declaration/Certification\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 85,\n        \"subcategoryName\": \"Affirmation in Opposition\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 86,\n        \"subcategoryName\": \"Memo of Law in Support of Motion\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 90,\n        \"subcategoryName\": \"Reply Affirmation\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 91,\n        \"subcategoryName\": \"Sur Reply\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 93,\n        \"subcategoryName\": \"No Fault Application\"\n    },\n    {\n        \"categoryID\": 24,\n        \"categoryName\": \"Nurses\",\n        \"subcategoryID\": 97,\n        \"subcategoryName\": \"Report\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 98,\n        \"subcategoryName\": \"Authorization\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 99,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 100,\n        \"subcategoryName\": \"Questionnaire\"\n    },\n    {\n        \"categoryID\": 26,\n        \"categoryName\": \"Plaintiff Attorney\",\n        \"subcategoryID\": 101,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 26,\n        \"categoryName\": \"Plaintiff Attorney\",\n        \"subcategoryID\": 102,\n        \"subcategoryName\": \"Fee Agreement\"\n    },\n    {\n        \"categoryID\": 28,\n        \"categoryName\": \"Prior Attorney\",\n        \"subcategoryID\": 110,\n        \"subcategoryName\": \"Change of Attorney Form\"\n    },\n    {\n        \"categoryID\": 28,\n        \"categoryName\": \"Prior Attorney\",\n        \"subcategoryID\": 111,\n        \"subcategoryName\": \"Fee Agreement\"\n    },\n    {\n        \"categoryID\": 28,\n        \"categoryName\": \"Prior Attorney\",\n        \"subcategoryID\": 112,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 118,\n        \"subcategoryName\": \"Death Compromise\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 119,\n        \"subcategoryName\": \"Infant Compromise\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 120,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 124,\n        \"subcategoryName\": \"Release/Release & Trust Agreement\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 128,\n        \"subcategoryName\": \"Last Will & Testament\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 129,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 130,\n        \"subcategoryName\": \"Letters of Administration\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 131,\n        \"subcategoryName\": \"Letters Testamentary\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 132,\n        \"subcategoryName\": \"Waiver & Consent\"\n    },\n    {\n        \"categoryID\": 56,\n        \"categoryName\": \"Subpoena\",\n        \"subcategoryID\": 133,\n        \"subcategoryName\": \"Affidavit of Service\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 451,\n        \"subcategoryName\": \"Pre-Trial/Trial Date\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 459,\n        \"subcategoryName\": \"Printable Authorization\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 512,\n        \"subcategoryName\": \"Contract/Statement of Work\"\n    },\n    {\n        \"categoryID\": 70,\n        \"categoryName\": \"Negotiations\",\n        \"subcategoryID\": 526,\n        \"subcategoryName\": \"Notes from Settlement Negotiations\"\n    },\n    {\n        \"categoryID\": 70,\n        \"categoryName\": \"Negotiations\",\n        \"subcategoryID\": 527,\n        \"subcategoryName\": \"Outline for Settlement Negotiations\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 548,\n        \"subcategoryName\": \"Memorandum of Law\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 164,\n        \"subcategoryName\": \"Note of Issue\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 406,\n        \"subcategoryName\": \"Compliance/Certification Conf. Order.\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 559,\n        \"subcategoryName\": \"Third Party Subpoena Response\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 167,\n        \"subcategoryName\": \"Foil report\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 560,\n        \"subcategoryName\": \"Settlement Models\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 182,\n        \"subcategoryName\": \"No records found for client\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 563,\n        \"subcategoryName\": \"Order\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 184,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 598,\n        \"subcategoryName\": \"Scheduling Letter\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 271,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 294,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 318,\n        \"subcategoryName\": \"N/F File\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 362,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 366,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 52,\n        \"categoryName\": \"Other\",\n        \"subcategoryID\": 371,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 387,\n        \"subcategoryName\": \"Consent to Change Atty/Substitution Notice\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 409,\n        \"subcategoryName\": \"Notice of Settle Order\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 466,\n        \"subcategoryName\": \"Brief/Memorandum\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 148,\n        \"subcategoryName\": \"Witness Statement\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 476,\n        \"subcategoryName\": \"Certificate of Merit\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 477,\n        \"subcategoryName\": \"Notice of Medical or Dental Malpractice\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 478,\n        \"subcategoryName\": \"Authorization\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 517,\n        \"subcategoryName\": \"Closing Statement\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 591,\n        \"subcategoryName\": \"Retainer Agreement\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 296,\n        \"subcategoryName\": \"Citation\"\n    },\n    {\n        \"categoryID\": 15,\n        \"categoryName\": \"Employment\",\n        \"subcategoryID\": 397,\n        \"subcategoryName\": \"Employee Records\"\n    },\n    {\n        \"categoryID\": 56,\n        \"categoryName\": \"Subpoena\",\n        \"subcategoryID\": 414,\n        \"subcategoryName\": \"Subpoena Served\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 514,\n        \"subcategoryName\": \"Notes concerning motion papers\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 536,\n        \"subcategoryName\": \"Draft Complaint\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 172,\n        \"subcategoryName\": \"Order\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 537,\n        \"subcategoryName\": \"Complaint filed vs plainitff\"\n    },\n    {\n        \"categoryID\": 72,\n        \"categoryName\": \"Disability\",\n        \"subcategoryID\": 572,\n        \"subcategoryName\": \"Worker's Compensation\"\n    },\n    {\n        \"categoryID\": 72,\n        \"categoryName\": \"Disability\",\n        \"subcategoryID\": 574,\n        \"subcategoryName\": \"Pension Records\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 260,\n        \"subcategoryName\": \"Signature Page/ Correction Sheet\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 377,\n        \"subcategoryName\": \"Decision/Order\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 425,\n        \"subcategoryName\": \"Affirmation/Affidavit\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 426,\n        \"subcategoryName\": \"Affirmation/Affidavit\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 219,\n        \"subcategoryName\": \"Power of Attorney\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 221,\n        \"subcategoryName\": \"Death Certificate\"\n    },\n    {\n        \"categoryID\": 57,\n        \"categoryName\": \"Notice of Claim\",\n        \"subcategoryID\": 427,\n        \"subcategoryName\": \"Stamped/Filed Notice of Claim\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 437,\n        \"subcategoryName\": \"Retainer Agreements\"\n    },\n    {\n        \"categoryID\": 57,\n        \"categoryName\": \"Notice of Claim\",\n        \"subcategoryID\": 438,\n        \"subcategoryName\": \"Notice of Claim\"\n    },\n    {\n        \"categoryID\": 4,\n        \"categoryName\": \"Pleadings/Legal\",\n        \"subcategoryID\": 450,\n        \"subcategoryName\": \"Waiver of the Service of Summons\"\n    },\n    {\n        \"categoryID\": 73,\n        \"categoryName\": \"Warranty\",\n        \"subcategoryID\": 576,\n        \"subcategoryName\": \"Claim Form\"\n    },\n    {\n        \"categoryID\": 73,\n        \"categoryName\": \"Warranty\",\n        \"subcategoryID\": 577,\n        \"subcategoryName\": \"Denial\"\n    },\n    {\n        \"categoryID\": 74,\n        \"categoryName\": \"Checks\",\n        \"subcategoryID\": 584,\n        \"subcategoryName\": \"No Fault\"\n    },\n    {\n        \"categoryID\": 26,\n        \"categoryName\": \"Plaintiff Attorney\",\n        \"subcategoryID\": 322,\n        \"subcategoryName\": \"File\"\n    },\n    {\n        \"categoryID\": 19,\n        \"categoryName\": \"Liens\",\n        \"subcategoryID\": 359,\n        \"subcategoryName\": \"Questionnaire\"\n    },\n    {\n        \"categoryID\": 36,\n        \"categoryName\": \"Plaintiff Insurance Co.\",\n        \"subcategoryID\": 363,\n        \"subcategoryName\": \"Statement/EUO\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 404,\n        \"subcategoryName\": \"Invoice With Records\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 405,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 44,\n        \"categoryName\": \"Arbitration/Mediation\",\n        \"subcategoryID\": 407,\n        \"subcategoryName\": \"Decision\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 410,\n        \"subcategoryName\": \"Order to Show Cause\"\n    },\n    {\n        \"categoryID\": 61,\n        \"categoryName\": \"Defendant Attorney (DO NOT USE FOR BAR CODING)\",\n        \"subcategoryID\": 444,\n        \"subcategoryName\": \"Letter (DO NOT USE FOR BARCODING)\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 454,\n        \"subcategoryName\": \"Funeral bill\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 282,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 456,\n        \"subcategoryName\": \"Signed SOL letter\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 482,\n        \"subcategoryName\": \"Retainer Statement\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 483,\n        \"subcategoryName\": \"Closing Statement\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 484,\n        \"subcategoryName\": \"Memorandum of Meeting\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 338,\n        \"subcategoryName\": \"Plaintiff\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 339,\n        \"subcategoryName\": \"Witness\"\n    },\n    {\n        \"categoryID\": 63,\n        \"categoryName\": \"Memorandum\",\n        \"subcategoryID\": 485,\n        \"subcategoryName\": \"Memorandum of Court Conference\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 395,\n        \"subcategoryName\": \"Not A Patient\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 501,\n        \"subcategoryName\": \"Preservation Letter to Defendants\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 502,\n        \"subcategoryName\": \"Preservation Letter - PW Sent to Plaintiffs\"\n    },\n    {\n        \"categoryID\": 56,\n        \"categoryName\": \"Subpoena\",\n        \"subcategoryID\": 557,\n        \"subcategoryName\": \"Subpoena Received\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 566,\n        \"subcategoryName\": \"Report\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 479,\n        \"subcategoryName\": \"Arbitration\"\n    },\n    {\n        \"categoryID\": 24,\n        \"categoryName\": \"Nurses\",\n        \"subcategoryID\": 261,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 43,\n        \"categoryName\": \"Retainer/Closing Statements\",\n        \"subcategoryID\": 278,\n        \"subcategoryName\": \"Closing Card\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 480,\n        \"subcategoryName\": \"Affidavit\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 481,\n        \"subcategoryName\": \"Letter\"\n    },\n    {\n        \"categoryID\": 18,\n        \"categoryName\": \"Investigations\",\n        \"subcategoryID\": 321,\n        \"subcategoryName\": \"Owner/Property Search\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 337,\n        \"subcategoryName\": \"Defendant\"\n    },\n    {\n        \"categoryID\": 32,\n        \"categoryName\": \"Surrogate Court\",\n        \"subcategoryID\": 343,\n        \"subcategoryName\": \"List of Assets/Inventory\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 504,\n        \"subcategoryName\": \"Jury Charges\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 523,\n        \"subcategoryName\": \"Discovery Protocol (ESI Only)\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 558,\n        \"subcategoryName\": \"Third Party Subpoena\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 564,\n        \"subcategoryName\": \"Agreed Order\"\n    },\n    {\n        \"categoryID\": 72,\n        \"categoryName\": \"Disability\",\n        \"subcategoryID\": 573,\n        \"subcategoryName\": \"Social Security Disability\"\n    },\n    {\n        \"categoryID\": 1,\n        \"categoryName\": \"Appeals\",\n        \"subcategoryID\": 597,\n        \"subcategoryName\": \"Invoice\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 433,\n        \"subcategoryName\": \"Memorandum\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 434,\n        \"subcategoryName\": \"Settlement Consent\"\n    },\n    {\n        \"categoryID\": 31,\n        \"categoryName\": \"Settlement\",\n        \"subcategoryID\": 283,\n        \"subcategoryName\": \"Settlement Offer Letter\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 292,\n        \"subcategoryName\": \"Other\"\n    },\n    {\n        \"categoryID\": 58,\n        \"categoryName\": \"Forms\",\n        \"subcategoryID\": 435,\n        \"subcategoryName\": \"SF-95\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 464,\n        \"subcategoryName\": \"Bill of Particulars\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 518,\n        \"subcategoryName\": \"Brief\"\n    },\n    {\n        \"categoryID\": 56,\n        \"categoryName\": \"Subpoena\",\n        \"subcategoryID\": 582,\n        \"subcategoryName\": \"Certification of Medical Record\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 378,\n        \"subcategoryName\": \"Stipulation\"\n    },\n    {\n        \"categoryID\": 17,\n        \"categoryName\": \"Expert\",\n        \"subcategoryID\": 590,\n        \"subcategoryName\": \"Confidentiality Order\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 392,\n        \"subcategoryName\": \"Operative Report\"\n    },\n    {\n        \"categoryID\": 56,\n        \"categoryName\": \"Subpoena\",\n        \"subcategoryID\": 595,\n        \"subcategoryName\": \"Letter from attorney for subpoenaed party re ext\"\n    },\n    {\n        \"categoryID\": 6,\n        \"categoryName\": \"Court\",\n        \"subcategoryID\": 448,\n        \"subcategoryName\": \"CAMP Conference date\"\n    },\n    {\n        \"categoryID\": 12,\n        \"categoryName\": \"Transcripts\",\n        \"subcategoryID\": 375,\n        \"subcategoryName\": \"50H\"\n    },\n    {\n        \"categoryID\": 37,\n        \"categoryName\": \"Social Security\",\n        \"subcategoryID\": 376,\n        \"subcategoryName\": \"IME\"\n    },\n    {\n        \"categoryID\": 19,\n        \"categoryName\": \"Liens\",\n        \"subcategoryID\": 467,\n        \"subcategoryName\": \"Agreement/Application\"\n    },\n    {\n        \"categoryID\": 25,\n        \"categoryName\": \"Plaintiff\",\n        \"subcategoryID\": 419,\n        \"subcategoryName\": \"Initial Intake Questionnaire\"\n    },\n    {\n        \"categoryID\": 22,\n        \"categoryName\": \"Motions & OTSC\",\n        \"subcategoryID\": 492,\n        \"subcategoryName\": \"Preservation of Evidence\"\n    },\n    {\n        \"categoryID\": 21,\n        \"categoryName\": \"Medical\",\n        \"subcategoryID\": 516,\n        \"subcategoryName\": \"Invoice (Record Retrieval Company)\"\n    },\n    {\n        \"categoryID\": 13,\n        \"categoryName\": \"Discovery\",\n        \"subcategoryID\": 552,\n        \"subcategoryName\": \"ESI - Problems\"\n    },\n    {\n        \"categoryID\": 68,\n        \"categoryName\": \"Order To Show Cause (OTSC)\"\n    }\n]"}],"_postman_id":"5633d782-cd13-4b63-bdca-2dc8bc5dba0e"},{"name":"DocumentFolders","id":"8419d3f8-69b1-429e-8e1d-870ff729e173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/documents/folders","description":"<p>Retrieves the available document folders for a specific case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/documents/folders</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of document folders associated with the case, which can be used to organize or filter documents.</p>\n","urlObject":{"path":["case","516718","documents","folders"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5151a679-4d6f-4c92-a15e-c0552c0e7071","name":"DocumentFolders","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/documents/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Jan 2022 17:07:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    \"Some Folder\",\n    \"Test Folder\"\n]"}],"_postman_id":"8419d3f8-69b1-429e-8e1d-870ff729e173"},{"name":"InsertDocumentParameters","id":"d89e66cc-9897-4b0e-9675-d650ec982d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\r\n        \"fromUniqueContactID\": 258104,\r\n        \"toUniqueContactID\": 258104,\r\n        \"docType\": \"Img\",\r\n        \"templateID\": 0,\r\n        \"attachFlag\": true,\r\n        \"description\": \"test\",\r\n        \"documentDate\": \"2021-05-27T17:19:00Z\",\r\n        \"categoryID\": 1,        \r\n        \"subCategoryID\": 1,        \r\n        \"comments\": \"test\",\r\n        \"isReviewed\": false,\r\n        \"priority\": 3,        \r\n        \"documentDirection\": 1,        \r\n        \"documentOrigin\": 2,        \r\n        \"documentFolder\": \"TestFolder\",        \r\n        \"isSharedInPortal\": false,\r\n        \"isSharedWithEveryoneInPortal\": true,\r\n        \"deliveryMethodId\": 3,        \r\n        \"caseDocumentID\": 129,\r\n        \"medProvUniqueContactID\": 276115,\r\n        \"tags\": [\r\n            {\r\n                \"id\": 5\r\n            },\r\n            {\r\n                \"id\": 15\r\n            },\r\n            {\r\n                \"id\": 6\r\n            }\r\n        ],\r\n         \"relatedTo\": [\r\n            {\r\n                \"contactId\": 281984\r\n            }\r\n        ]\r\n     \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document","description":"<p>Creates a new document metadata record.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should include the document parameters and metadata to create, such as related case information, category, title, and other document attributes.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe newly created document metadata record or a success response confirming creation.</p>\n","urlObject":{"path":["case","document"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e8d9ee0e-04e5-4e2f-937f-e6bf7cdddeca","name":"InsertDocumentParameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\r\n        \"fromUniqueContactID\": 258104,\r\n        \"toUniqueContactID\": 258104,\r\n        \"docType\": \"Img\",\r\n        \"templateID\": 0,\r\n        \"attachFlag\": true,\r\n        \"description\": \"test\",\r\n        \"authorID\": 58104,\r\n        \"documentDate\": \"2021-05-27T17:19:00Z\",\r\n        \"categoryID\": 1,        \r\n        \"subCategoryID\": 1,        \r\n        \"comments\": \"test\",\r\n        \"isReviewed\": false,\r\n        \"priority\": 3,        \r\n        \"documentDirection\": 1,        \r\n        \"documentOrigin\": 2,        \r\n        \"isSharedInPortal\": false,\r\n        \"isSharedWithEveryoneInPortal\": true,\r\n        \"deliveryMethodId\": 3,        \r\n        \"caseDocumentID\": 129,\r\n         \"medProvUniqueContactID\": 276115,\r\n         \"tags\": [\r\n            {\r\n                \"id\": 5\r\n            },\r\n            {\r\n                \"id\": 15\r\n            },\r\n            {\r\n                \"id\": 6\r\n            }\r\n        ],\r\n         \"relatedTo\": [\r\n            {\r\n                \"contactId\": 281984\r\n            }\r\n        ]\r\n     \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 15:32:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 2182309,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\n    \"fromUniqueContactID\": 258104,\n    \"fromContactName\": \"Parker Waichman LLP\",\n    \"docType\": \"Img\",\n    \"templateID\": 0,\n    \"attachFlag\": true,\n    \"description\": \"test\",\n    \"createdUserID\": 677,\n    \"createdDate\": \"2021-05-28T15:33:00Z\",\n    \"categoryID\": 1,\n    \"categoryName\": \"Appeals\",\n    \"subCategoryID\": 1,\n    \"subCategoryName\": \"Brief\",\n    \"medProvUniqueContactID\": 276115,\n    \"comments\": \"test\",\n    \"isReviewed\": false,\n    \"toUniqueContactID\": 258104,\n    \"priority\": 3,\n    \"priorityName\": \"Normal\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"isSharedInPortal\": false,\n    \"isSharedWithEveryoneInPortal\": true,\n    \"documentFolder\": \"TestFolder\",        \n    \"deliveryMethodId\": 3,\n    \"deliveryName\": \"FedEx\",\n    \"caseDocumentID\": 129,\n    \"medProviderName\": \"Moody Airforce Base -PHARMACY\",\n    \"tags\": [\n            {\n                \"id\": 5\n            },\n            {\n                \"id\": 15\n            },\n            {\n                \"id\": 6\n            }\n        ],\n         \"relatedTo\": [\n            {\n                \"contactId\": 281984\n            }\n        ]\n}"}],"_postman_id":"d89e66cc-9897-4b0e-9675-d650ec982d0d"},{"name":"UpdateDocumentParameters","id":"aaac7e0b-267b-45c1-8e89-f079c9a09036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentID\": 2182309,\r\n        \"caseID\": 516718,\r\n        \"fromUniqueContactID\": 258104,\r\n        \"toUniqueContactID\": 258104,\r\n        \"docType\": \"Img\",\r\n        \"templateID\": 0,\r\n        \"attachFlag\": true,\r\n        \"description\": \"test2\",\r\n        \"documentDate\": \"2021-05-27T17:19:00Z\",\r\n        \"categoryID\": 1,        \r\n        \"subCategoryID\": 1,        \r\n        \"comments\": \"test\",\r\n        \"isReviewed\": false,\r\n        \"priority\": 3,        \r\n        \"documentDirection\": 1,        \r\n        \"documentOrigin\": 2,        \r\n        \"isSharedInPortal\": false,\r\n        \"documentFolder\": \"TestFolder\",  \r\n        \"isSharedWithEveryoneInPortal\": true,\r\n        \"deliveryMethodId\": 3     \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document","description":"<p>Fully updates an existing document metadata record.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should contain the full document metadata representation, including the document identifier and updated values.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the fully updated document record.</p>\n","urlObject":{"path":["case","document"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"78ec5c46-d6c1-42b2-9ba6-1ed564ff32fd","name":"UpdateDocumentParameters","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"documentID\": 2182309,\r\n        \"caseID\": 516718,\r\n        \"fromUniqueContactID\": 258104,\r\n        \"toUniqueContactID\": 258104,\r\n        \"docType\": \"Img\",\r\n        \"templateID\": 0,\r\n        \"attachFlag\": true,\r\n        \"description\": \"test2\",\r\n        \"documentDate\": \"2021-05-27T17:19:00Z\",\r\n        \"categoryID\": 1,        \r\n        \"subCategoryID\": 1,        \r\n        \"comments\": \"test\",\r\n        \"isReviewed\": false,\r\n        \"priority\": 3,        \r\n        \"documentDirection\": 1,        \r\n        \"documentOrigin\": 2,        \r\n        \"isSharedInPortal\": false,\r\n        \"isSharedWithEveryoneInPortal\": true,\r\n        \"deliveryMethodId\": 3     \r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 15:41:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 2182309,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\n    \"fromUniqueContactID\": 258104,\n    \"fromContactName\": \"Parker Waichman LLP\",\n    \"docType\": \"Img\",\n    \"templateID\": 0,\n    \"attachFlag\": true,\n    \"description\": \"test2\",\n    \"createdUserID\": 677,\n    \"createdDate\": \"2021-05-28T15:33:00Z\",\n    \"modifiedUserID\": 677,\n    \"modifiedDate\": \"2021-05-28T15:42:00Z\",\n    \"categoryID\": 1,\n    \"categoryName\": \"Appeals\",\n    \"subCategoryID\": 1,\n    \"subCategoryName\": \"Brief\",\n    \"medProvUniqueContactID\": 276115,\n    \"comments\": \"test\",\n    \"isReviewed\": false,\n    \"toUniqueContactID\": 258104,\n    \"documentDate\": \"2021-05-27T17:19:00Z\",\n    \"priority\": 3,\n    \"priorityName\": \"Normal\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"isSharedInPortal\": false,\n    \"isSharedWithEveryoneInPortal\": true,\n    \"documentFolder\": \"TestFolder\",        \n    \"deliveryMethodId\": 3,\n    \"deliveryName\": \"FedEx\",\n    \"caseDocumentID\": 129,\n    \"medProviderName\": \"Moody Airforce Base -PHARMACY\"\n}"}],"_postman_id":"aaac7e0b-267b-45c1-8e89-f079c9a09036"},{"name":"UpdateDocumentParameters","id":"a7ab67bb-b2fe-4ba0-8764-b3259c703cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/amount\",\r\n    \"value\": 160.00\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2182309","description":"<p>Partially updates an existing document metadata record.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/{documentID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>documentID</code> — The unique identifier of the document.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Include only the document fields that should be modified.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the updated document record reflecting the requested changes.</p>\n","urlObject":{"path":["case","document","2182309"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"dff18272-5671-48d1-a15c-ffe20f2ec0f1","name":"UpdateDocumentParameters","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/description\",\r\n    \"value\": \"test4\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2182309"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1074"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 15:10:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 2182309,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"IS190323 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\n    \"fromUniqueContactID\": 258104,\n    \"toContactName\": \"Parker Waichman LLP\",\n    \"fromContactName\": \"Parker Waichman LLP\",\n    \"docType\": \"Img\",\n    \"templateID\": 0,\n    \"attachFlag\": true,\n    \"description\": \"test4\",\n    \"createdUserID\": 677,\n    \"createdDate\": \"2021-05-28T11:33:00-04:00\",\n    \"modifiedUserID\": 488,\n    \"modifiedDate\": \"2025-02-27T10:11:00-05:00\",\n    \"categoryID\": 1,\n    \"categoryName\": \"Appeals\",\n    \"subCategoryID\": 1,\n    \"subCategoryName\": \"Brief\",\n    \"medProvUniqueContactID\": 276115,\n    \"comments\": \"test\",\n    \"reviewerContactId\": 660,\n    \"reviewDate\": \"2021-05-31T06:03:11.357-04:00\",\n    \"isReviewed\": true,\n    \"toUniqueContactID\": 258104,\n    \"documentDate\": \"2021-05-27T13:19:00-04:00\",\n    \"priority\": 3,\n    \"priorityName\": \"Normal\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"isSharedInPortal\": false,\n    \"isSharedWithEveryoneInPortal\": false,\n    \"deliveryMethodId\": 3,\n    \"deliveryName\": \"FedEx\",\n    \"caseDocumentID\": 129,\n    \"medProviderName\": \"Moody Airforce Base -PHARMACY\",\n    \"reviewerName\": \"Romona, \"\n}"}],"_postman_id":"a7ab67bb-b2fe-4ba0-8764-b3259c703cb1"},{"name":"DocumentContent","id":"e2f1a7f9-073a-42bc-ae3d-0d7b1a0519e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2180747/content","description":"<p>Retrieves the binary or rendered content of a specific document.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/{documentID}/content</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>documentID</code> — The unique identifier of the document.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe content of the requested document file.</p>\n","urlObject":{"path":["case","document","2180747","content"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2f1a7f9-073a-42bc-ae3d-0d7b1a0519e6"},{"name":"Document Upload","id":"f86b6e7d-6031-45e3-b327-dc2aafc5b952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"/C:/Users/ailinykh/Downloads/1017260 Plaintiff Letter Parker Waichman LLP 11-04-2020.docx"}]},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2182313/content","description":"<p>Uploads content for a specific document record.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/{documentID}/content</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>documentID</code> — The unique identifier of the document record to receive content.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should contain the file payload or upload data required by the endpoint.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response confirming the document content upload, and possibly the updated document record.</p>\n","urlObject":{"path":["case","document","2182313","content"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3775c395-55f8-4eb4-972b-dd57e47f4f87","name":"Document Upload","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"/C:/Users/ailinykh/Downloads/1017260 Plaintiff Letter Parker Waichman LLP 11-04-2020.docx"}]},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/2182313/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 20:33:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 2182313,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"swg_icon_2.pdf\",\n    \"fromUniqueContactID\": 249798,\n    \"toContactName\": \"Parker Waichman LLP\",\n    \"fromContactName\": \"2775 Linden Blvd.,LLC\",\n    \"docType\": \"pdf\",\n    \"templateID\": 0,\n    \"attachFlag\": true,\n    \"description\": \"swg_icon.pdf (Received from Retrieval Service)\",\n    \"createdUserID\": 368,\n    \"createdDate\": \"2021-05-28T16:53:00Z\",\n    \"modifiedDate\": \"2021-05-28T16:53:00Z\",\n    \"categoryID\": 21,\n    \"categoryName\": \"Medical\",\n    \"subCategoryID\": 553,\n    \"subCategoryName\": \"Medical Records Summary\",\n    \"comments\": \"test doc comment\",\n    \"reviewerContactId\": 368,\n    \"reviewDate\": \"2021-05-28T16:53:15.377Z\",\n    \"isReviewed\": false,\n    \"toUniqueContactID\": 258104,\n    \"documentDate\": \"2021-05-28T16:53:00Z\",\n    \"priority\": 2,\n    \"priorityName\": \"High\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"reviewerName\": \"Fre, \"\n}"}],"_postman_id":"f86b6e7d-6031-45e3-b327-dc2aafc5b952"},{"name":"MultipartDocumentUpload","id":"276c5979-4064-4823-ba0a-fbdae05e868c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","uuid":"aabd3882-1d6d-492d-9bcd-fb1a1572ab21","src":"/C:/Users/astark/Desktop/multiple choice.pdf"},{"key":"caseID","type":"text","uuid":"7f7b2063-b839-40c9-9641-4392d89c5e57","value":"516718"},{"key":"documentName","value":"3 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf","type":"text","uuid":"77019d4b-9d54-4b7f-869f-3186bd72bca5"},{"key":"fromUniqueContactID","value":"258104","type":"text","uuid":"ba2b3c9a-da69-47e5-b680-0a78b78ebbab"},{"key":"toUniqueContactID","value":"258104","type":"text","uuid":"3720a856-3aca-4c19-b8a1-773947c1797b"},{"key":"docType","value":"Img","type":"text","uuid":"fa45d55c-c54b-4355-ab7c-84de2098a122"},{"key":"description","value":"Test Document","type":"text","uuid":"e23c4be9-4aa8-4586-9a66-281fd1a44c03"},{"key":"documentDate","value":"2021-05-27T17:19:00Z","type":"text","uuid":"9c3496f8-9630-4b90-92cb-eb2d4ca3db58"},{"key":"categoryID","value":"1","type":"text","uuid":"5a736da9-66ae-4da8-acb3-43ccf1e66a00"},{"key":"subCategoryID","value":"1","type":"text","uuid":"b79a031b-eacf-422b-b889-0e47f7d1eeef"},{"key":"comments","value":"Test comments","type":"text","uuid":"dce620ec-6556-4ce9-8505-245b0d81eecc"},{"key":"isReviewed","value":"false","type":"text","uuid":"79007be7-8d4a-4b96-9a75-989141064ae9"},{"key":"priority","value":"3","type":"text","uuid":"0494d3a0-ba8e-417c-aba4-08ea33a368f6"},{"key":"documentDirection","value":"1","type":"text","uuid":"09f741a8-f5f2-4c69-8dbf-66d9a4fa2721"},{"key":"documentOrigin","value":"2","type":"text","uuid":"09902fc3-c10a-4b2f-b2e7-0bbb2fd61b22"},{"key":"documentFolder","value":"\"test Folder\"","type":"text","uuid":"ffb227b7-7ee3-4bcb-a764-cf41d9c3be18"},{"key":"isSharedInPortal","value":"false","type":"text","uuid":"46670b8e-cdb9-4e68-9c4e-ce1fc5167437"},{"key":"isSharedWithEveryoneInPortal","value":"true","type":"text","uuid":"7120ff72-0f79-489f-a36b-11548eda2a0c"},{"key":"deliveryMethodId","value":"3","type":"text","uuid":"f5d48488-7d5a-43c7-ac25-a7fd84dd3002"},{"key":"caseDocumentID","value":"129","type":"text","uuid":"885291c1-5908-4609-b960-3c5b3c7bffed"},{"key":"medProvUniqueContactID","value":"276115","type":"text","uuid":"6ebd9c71-badf-4691-a721-11bc3a103f10"}]},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/multipart","description":"<p>Uploads a document using multipart form data.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/document/multipart</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Multipart form data should include the document file and any associated metadata required by the API.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response confirming the multipart document upload, and possibly the created or updated document record.</p>\n","urlObject":{"path":["case","document","multipart"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9ade5be1-ac8b-465e-8e2d-b705bac604c9","name":"MultipartDocument","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","uuid":"aabd3882-1d6d-492d-9bcd-fb1a1572ab21","src":"/C:/Users/astark/Desktop/multiple choice.pdf"},{"key":"caseID","type":"text","uuid":"7f7b2063-b839-40c9-9641-4392d89c5e57","value":"516718"},{"key":"documentName","value":"3 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf","type":"text","uuid":"77019d4b-9d54-4b7f-869f-3186bd72bca5"},{"key":"fromUniqueContactID","value":"258104","type":"text","uuid":"ba2b3c9a-da69-47e5-b680-0a78b78ebbab"},{"key":"toUniqueContactID","value":"258104","type":"text","uuid":"3720a856-3aca-4c19-b8a1-773947c1797b"},{"key":"docType","value":"Img","type":"text","uuid":"fa45d55c-c54b-4355-ab7c-84de2098a122"},{"key":"description","value":"Test Document","type":"text","uuid":"e23c4be9-4aa8-4586-9a66-281fd1a44c03"},{"key":"documentDate","value":"2021-05-27T17:19:00Z","type":"text","uuid":"9c3496f8-9630-4b90-92cb-eb2d4ca3db58"},{"key":"categoryID","value":"1","type":"text","uuid":"5a736da9-66ae-4da8-acb3-43ccf1e66a00"},{"key":"subCategoryID","value":"1","type":"text","uuid":"b79a031b-eacf-422b-b889-0e47f7d1eeef"},{"key":"comments","value":"Test comments","type":"text","uuid":"dce620ec-6556-4ce9-8505-245b0d81eecc"},{"key":"isReviewed","value":"false","type":"text","uuid":"79007be7-8d4a-4b96-9a75-989141064ae9"},{"key":"priority","value":"3","type":"text","uuid":"0494d3a0-ba8e-417c-aba4-08ea33a368f6"},{"key":"documentDirection","value":"1","type":"text","uuid":"09f741a8-f5f2-4c69-8dbf-66d9a4fa2721"},{"key":"documentOrigin","value":"2","type":"text","uuid":"09902fc3-c10a-4b2f-b2e7-0bbb2fd61b22"},{"key":"documentFolder","value":"\"test Folder\"","type":"text","uuid":"ffb227b7-7ee3-4bcb-a764-cf41d9c3be18"},{"key":"isSharedInPortal","value":"false","type":"text","uuid":"46670b8e-cdb9-4e68-9c4e-ce1fc5167437"},{"key":"isSharedWithEveryoneInPortal","value":"true","type":"text","uuid":"7120ff72-0f79-489f-a36b-11548eda2a0c"},{"key":"deliveryMethodId","value":"3","type":"text","uuid":"f5d48488-7d5a-43c7-ac25-a7fd84dd3002"},{"key":"caseDocumentID","value":"129","type":"text","uuid":"885291c1-5908-4609-b960-3c5b3c7bffed"},{"key":"medProvUniqueContactID","value":"276115","type":"text","uuid":"6ebd9c71-badf-4691-a721-11bc3a103f10"}]},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/document/multipart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"893"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 22 Apr 2025 16:23:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": 3168716,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"documentName\": \"3 Forms Retainer Agreements SmartAdvocate, LLC 06-23-2020.pdf\",\n    \"fromUniqueContactID\": 258104,\n    \"fromContactName\": \"Parker Waichman LLP\",\n    \"docType\": \"Img\",\n    \"description\": \"Test Document\",\n    \"createdUserID\": 488,\n    \"createdDate\": \"2025-04-22T12:23:04.273-04:00\",\n    \"categoryID\": 1,\n    \"categoryName\": \"Appeals\",\n    \"subCategoryID\": 1,\n    \"subCategoryName\": \"Brief\",\n    \"medProvUniqueContactID\": 276115,\n    \"comments\": \"Test comments\",\n    \"isReviewed\": false,\n    \"toUniqueContactID\": 258104,\n    \"documentDate\": \"2021-05-27T13:19:00-04:00\",\n    \"priority\": 3,\n    \"priorityName\": \"Normal\",\n    \"documentDirection\": 1,\n    \"directionName\": \"Incoming\",\n    \"documentOrigin\": 2,\n    \"originName\": \"Attached\",\n    \"isSharedInPortal\": false,\n    \"isSharedWithEveryoneInPortal\": true,\n    \"deliveryMethodId\": 3,\n    \"deliveryName\": \"FedEx\",\n    \"documentFolder\": \"\\\"test Folder\\\"\",\n    \"caseDocumentID\": 129,\n    \"medProviderName\": \"Moody Airforce Base -PHARMACY\"\n}"}],"_postman_id":"276c5979-4064-4823-ba0a-fbdae05e868c"},{"name":"Create Batch Documents Request","id":"e08973a3-018e-468b-ab83-d762538d6731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DocumentIds\": [\r\n        3174648,\r\n        3174647,\r\n        3174646,\r\n        3174645,\r\n        3174644,\r\n        3174643,\r\n        3174642,\r\n        3174641,\r\n        3174640,\r\n        3174639,\r\n        3174638,\r\n        3174637,\r\n        3174636,\r\n        3174635,\r\n        3174634,\r\n        3174633,\r\n        3174632,\r\n        3174631,\r\n        3174625,\r\n        3174624,\r\n        3174623,\r\n        3174622,\r\n        3174621,\r\n        3174620,\r\n        3174619,\r\n        3174618,\r\n        3174617,\r\n        3174616,\r\n        3174615,\r\n        3174614,\r\n        3174613,\r\n        3174612,\r\n        3174611,\r\n        3174610,\r\n        3174609,\r\n        3174608,\r\n        3174607,\r\n        3174606,\r\n        3174605,\r\n        3174604,\r\n        3174603,\r\n        3174602,\r\n        3174601,\r\n        3174600,\r\n        3174599,\r\n        3174598,\r\n        3174597,\r\n        3174596,\r\n        3174595,\r\n        3174594,\r\n        3174593,\r\n        3174592,\r\n        3174591,\r\n        3174590,\r\n        3174589,\r\n        3174588,\r\n        3174587,\r\n        3174586,\r\n        3174585,\r\n        3174584,\r\n        3174583,\r\n        3174582,\r\n        3174581,\r\n        3174580,\r\n        3174579,\r\n        3174578,\r\n        3174577,\r\n        3174576,\r\n        3174575,\r\n        3174574,\r\n        3174572,\r\n        3174571,\r\n        3174570,\r\n        3174569,\r\n        3174568,\r\n        3174567,\r\n        3174566,\r\n        3174565,\r\n        3174564,\r\n        3174563,\r\n        3174562,\r\n        3174561,\r\n        3174560,\r\n        3174559,\r\n        3174558,\r\n        3174556,\r\n        3174555,\r\n        3174554,\r\n        3174553,\r\n        3174552,\r\n        3174551,\r\n        3174550,\r\n        3174549,\r\n        3174548,\r\n        3174547,\r\n        3174546,\r\n        3174545,\r\n        3174543,\r\n        3174542,\r\n        3174541\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export","description":"<p>Creates a batch document export request for downloading multiple documents.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export</code></p>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should define the set of documents to export or the selection criteria for the batch operation.</li>\n</ul>\n<p><strong>Returns:</strong>\nA batch export request identifier or job record that can be used to check export status and download the generated package when ready.</p>\n","urlObject":{"path":["case","documents","batch-export"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0045c6c6-2540-4a4c-b4b0-178e758439d2","name":"Create Batch Documents Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DocumentIds\": [\r\n        3174648,\r\n        3174647,\r\n        3174646,\r\n        3174645,\r\n        3174644,\r\n        3174643,\r\n        3174642,\r\n        3174641,\r\n        3174640,\r\n        3174639,\r\n        3174638,\r\n        3174637,\r\n        3174636,\r\n        3174635,\r\n        3174634,\r\n        3174633,\r\n        3174632,\r\n        3174631,\r\n        3174625,\r\n        3174624,\r\n        3174623,\r\n        3174622,\r\n        3174621,\r\n        3174620,\r\n        3174619,\r\n        3174618,\r\n        3174617,\r\n        3174616,\r\n        3174615,\r\n        3174614,\r\n        3174613,\r\n        3174612,\r\n        3174611,\r\n        3174610,\r\n        3174609,\r\n        3174608,\r\n        3174607,\r\n        3174606,\r\n        3174605,\r\n        3174604,\r\n        3174603,\r\n        3174602,\r\n        3174601,\r\n        3174600,\r\n        3174599,\r\n        3174598,\r\n        3174597,\r\n        3174596,\r\n        3174595,\r\n        3174594,\r\n        3174593,\r\n        3174592,\r\n        3174591,\r\n        3174590,\r\n        3174589,\r\n        3174588,\r\n        3174587,\r\n        3174586,\r\n        3174585,\r\n        3174584,\r\n        3174583,\r\n        3174582,\r\n        3174581,\r\n        3174580,\r\n        3174579,\r\n        3174578,\r\n        3174577,\r\n        3174576,\r\n        3174575,\r\n        3174574,\r\n        3174572,\r\n        3174571,\r\n        3174570,\r\n        3174569,\r\n        3174568,\r\n        3174567,\r\n        3174566,\r\n        3174565,\r\n        3174564,\r\n        3174563,\r\n        3174562,\r\n        3174561,\r\n        3174560,\r\n        3174559,\r\n        3174558,\r\n        3174556,\r\n        3174555,\r\n        3174554,\r\n        3174553,\r\n        3174552,\r\n        3174551,\r\n        3174550,\r\n        3174549,\r\n        3174548,\r\n        3174547,\r\n        3174546,\r\n        3174545,\r\n        3174543,\r\n        3174542,\r\n        3174541\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"113"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Feb 2026 20:35:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"batchId\": \"45734e16-8a2e-484e-98e1-4a55cafe8f46\",\n    \"status\": \"QUEUED\",\n    \"estimatedCompletion\": \"2026-02-27T20:40:52Z\"\n}"}],"_postman_id":"e08973a3-018e-468b-ab83-d762538d6731"},{"name":"Batch Documents Status","id":"a74d5379-367d-4568-947a-5aece121191d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export/45734e16-8a2e-484e-98e1-4a55cafe8f46","description":"<p>Retrieves the status of a batch document export request.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export/{batchRequestID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>batchRequestID</code> — The identifier of the batch export request.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe current processing status and related metadata for the batch export request.</p>\n","urlObject":{"path":["case","documents","batch-export","45734e16-8a2e-484e-98e1-4a55cafe8f46"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ef5e0d04-7654-4381-8a38-794584ec0314","name":"Batch Documents Status","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export/45734e16-8a2e-484e-98e1-4a55cafe8f46"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"219"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 27 Feb 2026 20:36:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"batchId\": \"45734e16-8a2e-484e-98e1-4a55cafe8f46\",\n    \"status\": \"COMPLETED\",\n    \"downloadUrl\": \"https://localhost:5001/case/documents/batch-export/45734e16-8a2e-484e-98e1-4a55cafe8f46/download\",\n    \"expiresAt\": \"2026-02-28T20:35:56Z\"\n}"}],"_postman_id":"a74d5379-367d-4568-947a-5aece121191d"},{"name":"Batch Documents Download","id":"d0cfb568-88de-47fa-a8f4-93f96d538b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export/45734e16-8a2e-484e-98e1-4a55cafe8f46/download","description":"<p>Downloads the output generated by a completed batch document export request.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/batch-export/{batchRequestID}/download</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>batchRequestID</code> — The identifier of the completed batch export request.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe exported batch document file or archive for download.</p>\n","urlObject":{"path":["case","documents","batch-export","45734e16-8a2e-484e-98e1-4a55cafe8f46","download"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0cfb568-88de-47fa-a8f4-93f96d538b0e"},{"name":"DocumentTags","id":"9524b3fa-7c5e-4d36-a963-0bb9435ff2bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/tags","description":"<p>Retrieves the list of available document tags.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/documents/tags</code></p>\n<p><strong>Returns:</strong>\nA list of tag reference values that can be used to categorize, search, or organize documents.</p>\n","urlObject":{"path":["case","documents","tags"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"fa97d226-8167-4635-b80a-2d36701d6c25","name":"DocumentTags","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/documents/tags"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 06 Apr 2026 16:45:52 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"525"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15,\n        \"description\": \"_Filed_test_ira\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"_Y\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Another Long and Beautiful Tag to check how UI would handle that\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Just Tag 1\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Long and Beautiful Tag to check how UI would handle that\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Not Active Tag\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Really Long and Beautiful Tag to check how UI would handle that\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Simply Tag 2\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"tag_Email\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Tegus Grandiosus\"\n    }\n]"}],"_postman_id":"9524b3fa-7c5e-4d36-a963-0bb9435ff2bc"}],"id":"ee5849cd-12a8-4185-8065-517664bb6aab","description":"<p>Endpoints for managing documents associated with cases in the CaseSync API. This folder covers the full document lifecycle — retrieving case documents by case ID or case number, fetching individual document metadata and content, uploading document content (single or multipart), inserting and updating document parameters, deleting documents, and retrieving reference data such as categories, folders, and tags. It also supports batch export operations for downloading multiple documents at once, and filtered/paged document queries across all cases.</p>\n","_postman_id":"ee5849cd-12a8-4185-8065-517664bb6aab"},{"name":"Funding","item":[{"name":"byCaseNumber","event":[{"listen":"test","script":{"id":"fc478473-a239-450d-91eb-2f20ad091ddc","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"43d093eb-7273-433a-bea5-72f0abe212e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/fundings/byCaseNumber?CaseNumber=9000002","urlObject":{"path":["case","fundings","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"602ba68c-6d18-4b6b-8257-4ae0a2caa72c","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/fundings/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","fundings","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"346"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:08:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundingId\": 63,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fundedBy\": {\n            \"contactId\": 253480,\n            \"name\": \"Wells Fargo Bank c/o Ocwen Loan Servicing, LLC\"\n        },\n        \"feeType\": {\n            \"id\": 3,\n            \"description\": \"Gross\"\n        },\n        \"payBackPercent\": 10,\n        \"comment\": \"test\",\n        \"agreementDate\": \"2025-10-22T00:00:00\",\n        \"createdDate\": \"2025-10-22T13:03:00-04:00\",\n        \"modifiedDate\": \"2025-10-22T13:08:00-04:00\"\n    }\n]"}],"_postman_id":"43d093eb-7273-433a-bea5-72f0abe212e4"},{"name":"byCaseID","id":"53e4fb48-f879-4864-a851-23c2e699972e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/fundings","urlObject":{"path":["case","516718","fundings"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4ffc5eb4-9657-4a58-93bc-743f2a9f75bb","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/fundings"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"346"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:09:01 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundingId\": 63,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fundedBy\": {\n            \"contactId\": 253480,\n            \"name\": \"Wells Fargo Bank c/o Ocwen Loan Servicing, LLC\"\n        },\n        \"feeType\": {\n            \"id\": 3,\n            \"description\": \"Gross\"\n        },\n        \"payBackPercent\": 10,\n        \"comment\": \"test\",\n        \"agreementDate\": \"2025-10-22T00:00:00\",\n        \"createdDate\": \"2025-10-22T13:03:00-04:00\",\n        \"modifiedDate\": \"2025-10-22T13:08:00-04:00\"\n    }\n]"}],"_postman_id":"53e4fb48-f879-4864-a851-23c2e699972e"},{"name":"GetFunding","id":"908e9420-5c14-4239-a2af-cbfc3b9b7f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/65","urlObject":{"path":["case","516718","funding","65"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b2b2fd2f-ae80-4a5a-9796-a1e5201989e7","name":"funding","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/65"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"351"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:39:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingId\": 65,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"fundedBy\": {\n        \"contactId\": 27830,\n        \"name\": \"Citibank USA, N.A.\"\n    },\n    \"feeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"payBackAmount\": 1000,\n    \"comment\": \"Updated comments from patch request\",\n    \"agreementDate\": \"2025-10-22T00:00:00\",\n    \"createdDate\": \"2025-10-22T13:37:00-04:00\",\n    \"modifiedDate\": \"2025-10-22T13:38:00-04:00\"\n}"}],"_postman_id":"908e9420-5c14-4239-a2af-cbfc3b9b7f8a"},{"name":"Insert Funding","id":"6761900d-324f-4e5d-8395-247a6bca3bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fundedBy\": {\r\n        \"contactId\": 27830            \r\n    },\r\n    \"feeType\": {\r\n        \"id\": 2\r\n    },\r\n    \"PayBackAmount\": 1000,\r\n    \"comment\": \"test insert record\",\r\n    \"agreementDate\": \"2025-10-22T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding","urlObject":{"path":["case","516718","funding"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"94479c02-043f-4a6b-8c3b-bd8c84fa4fbc","name":"Insert Funding","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fundedBy\": {\r\n        \"contactId\": 27830            \r\n    },\r\n    \"feeType\": {\r\n        \"id\": 2\r\n    },\r\n    \"PayBackAmount\": 1000,\r\n    \"comment\": \"test insert record\",\r\n    \"agreementDate\": \"2025-10-22T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"291"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:36:47 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingId\": 65,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"fundedBy\": {\n        \"contactId\": 27830,\n        \"name\": \"Citibank USA, N.A.\"\n    },\n    \"feeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"payBackAmount\": 1000,\n    \"comment\": \"test insert record\",\n    \"agreementDate\": \"2025-10-22T00:00:00\",\n    \"createdDate\": \"2025-10-22T13:37:00-04:00\"\n}"}],"_postman_id":"6761900d-324f-4e5d-8395-247a6bca3bff"},{"name":"Update Funding","id":"7661d738-7c51-4bba-9745-4e28079f6b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fundedBy\": {\r\n        \"contactId\": 27830            \r\n    },\r\n    \"feeType\": {\r\n        \"id\": 2\r\n    },\r\n    \"PayBackAmount\": 500,\r\n    \"comment\": \"Update request\",\r\n    \"agreementDate\": \"2025-10-22T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/64","urlObject":{"path":["case","516718","funding","64"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ee92c897-2509-4640-8283-e6852a960091","name":"UpdateFunding","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fundedBy\": {\r\n        \"contactId\": 27830            \r\n    },\r\n    \"feeType\": {\r\n        \"id\": 2\r\n    },\r\n    \"PayBackAmount\": 500,\r\n    \"comment\": \"Update request\",\r\n    \"agreementDate\": \"2025-10-22T00:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/64"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"329"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:35:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingId\": 64,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"fundedBy\": {\n        \"contactId\": 27830,\n        \"name\": \"Citibank USA, N.A.\"\n    },\n    \"feeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"payBackAmount\": 500,\n    \"comment\": \"Update request\",\n    \"agreementDate\": \"2025-10-22T00:00:00\",\n    \"createdDate\": \"2025-10-22T13:26:00-04:00\",\n    \"modifiedDate\": \"2025-10-22T13:35:00-04:00\"\n}"}],"_postman_id":"7661d738-7c51-4bba-9745-4e28079f6b56"},{"name":"Update Funding","id":"4f374a8a-a11d-4ad3-93f2-7e35550f046c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comment\",\r\n    \"value\": \"Updated comments from patch request\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/65","urlObject":{"path":["case","516718","funding","65"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f9103c72-fe62-4f45-9ab2-396ebfd14f96","name":"UpdateFunding","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comment\",\r\n    \"value\": \"Updated comments from patch request\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/65"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"351"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:37:57 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingId\": 65,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"fundedBy\": {\n        \"contactId\": 27830,\n        \"name\": \"Citibank USA, N.A.\"\n    },\n    \"feeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"payBackAmount\": 1000,\n    \"comment\": \"Updated comments from patch request\",\n    \"agreementDate\": \"2025-10-22T00:00:00\",\n    \"createdDate\": \"2025-10-22T13:37:00-04:00\",\n    \"modifiedDate\": \"2025-10-22T13:38:00-04:00\"\n}"}],"_postman_id":"4f374a8a-a11d-4ad3-93f2-7e35550f046c"},{"name":"Filtered Fundings","id":"bc90e690-9108-439a-a98d-145c60a80c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-09-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/fundings/byDatePaged","urlObject":{"path":["case","fundings","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b1295f13-9f7c-451b-86e3-c83c80025243","name":"FilteredFundings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-09-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/fundings/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2316"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:38:32 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundingId\": 65,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fundedBy\": {\n            \"contactId\": 27830,\n            \"name\": \"Citibank USA, N.A.\"\n        },\n        \"feeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"payBackAmount\": 1000,\n        \"comment\": \"Updated comments from patch request\",\n        \"agreementDate\": \"2025-10-22T00:00:00\",\n        \"createdDate\": \"2025-10-22T13:37:00-04:00\",\n        \"modifiedDate\": \"2025-10-22T13:38:00-04:00\"\n    },\n    {\n        \"fundingId\": 63,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"fundedBy\": {\n            \"contactId\": 27830,\n            \"name\": \"Citibank USA, N.A.\"\n        },\n        \"feeType\": {\n            \"id\": 3,\n            \"description\": \"Gross\"\n        },\n        \"payBackPercent\": 10,\n        \"comment\": \"test\",\n        \"agreementDate\": \"2025-10-22T00:00:00\",\n        \"createdDate\": \"2025-10-22T13:03:00-04:00\",\n        \"modifiedDate\": \"2025-10-22T13:11:00-04:00\"\n    },\n    {\n        \"fundingId\": 62,\n        \"caseId\": 519920,\n        \"caseNumber\": \"5 - 000010\",\n        \"fundedBy\": {\n            \"contactId\": 255124\n        },\n        \"createdDate\": \"2025-10-15T12:04:00-04:00\"\n    },\n    {\n        \"fundingId\": 61,\n        \"caseId\": 519920,\n        \"caseNumber\": \"5 - 000010\",\n        \"fundedBy\": {\n            \"contactId\": 1394263,\n            \"name\": \"Zucaro, Deborah\"\n        },\n        \"feeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"payBackAmount\": 800,\n        \"comment\": \"test------\",\n        \"agreementDate\": \"2025-10-29T00:00:00\",\n        \"createdDate\": \"2025-10-15T11:56:00-04:00\",\n        \"modifiedDate\": \"2025-10-15T11:57:00-04:00\"\n    },\n    {\n        \"fundingId\": 60,\n        \"caseId\": 519837,\n        \"caseNumber\": \"4 - 000216\",\n        \"fundedBy\": {\n            \"contactId\": 1698431,\n            \"name\": \"Novikov, Nikolay\"\n        },\n        \"feeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"payBackAmount\": 1,\n        \"createdDate\": \"2025-10-14T14:45:00-04:00\",\n        \"modifiedDate\": \"2025-10-14T14:46:00-04:00\"\n    },\n    {\n        \"fundingId\": 59,\n        \"caseId\": 519920,\n        \"caseNumber\": \"5 - 000010\",\n        \"fundedBy\": {\n            \"contactId\": 255124\n        },\n        \"feeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"payBackAmount\": 200000,\n        \"agreementDate\": \"2025-10-21T00:00:00\",\n        \"createdDate\": \"2025-10-14T08:13:00-04:00\"\n    },\n    {\n        \"fundingId\": 58,\n        \"caseId\": 519929,\n        \"caseNumber\": \"5 - 000014\",\n        \"fundedBy\": {\n            \"contactId\": 1677721,\n            \"name\": \"zzzzzz, zzzzzzzzzz\"\n        },\n        \"feeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"agreementDate\": \"2025-10-03T00:00:00\",\n        \"createdDate\": \"2025-10-02T14:32:00-04:00\"\n    },\n    {\n        \"fundingId\": 57,\n        \"caseId\": 519929,\n        \"caseNumber\": \"5 - 000014\",\n        \"fundedBy\": {\n            \"contactId\": 1564963,\n            \"name\": \"\"\n        },\n        \"createdDate\": \"2025-10-02T14:31:00-04:00\"\n    },\n    {\n        \"fundingId\": 55,\n        \"caseId\": 519916,\n        \"caseNumber\": \"2500008\",\n        \"fundedBy\": {\n            \"contactId\": 1699218,\n            \"name\": \"Espresso1, Jim\"\n        },\n        \"feeType\": {\n            \"id\": 1,\n            \"description\": \"Net\"\n        },\n        \"payBackPercent\": 50,\n        \"agreementDate\": \"2025-09-02T00:00:00\",\n        \"createdDate\": \"2025-04-29T12:54:00-04:00\",\n        \"modifiedDate\": \"2025-10-21T14:14:00-04:00\"\n    }\n]"}],"_postman_id":"bc90e690-9108-439a-a98d-145c60a80c3e"},{"name":"Delete Funding","id":"3d2ea61a-6fcb-4cb2-9c6f-d60aa981aa5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/64","urlObject":{"path":["case","516718","funding","64"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"963f5c72-d8d9-4a63-9724-54ab00b16ff5","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/funding/64"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 22 Oct 2025 17:36:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d2ea61a-6fcb-4cb2-9c6f-d60aa981aa5f"},{"name":"PayBackTypes","id":"83e966f9-ef63-44be-8402-9ec5ca168c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/funding/PayBackTypes","urlObject":{"path":["case","funding","PayBackTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"88202b46-82bf-4b76-b8aa-2ba64cf76d52","name":"PayBackTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/funding/PayBackTypes"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"93"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 22 Oct 2025 17:19:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Net\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Gross\"\n    }\n]"}],"_postman_id":"83e966f9-ef63-44be-8402-9ec5ca168c69"}],"id":"63e35cd2-1c5b-42b8-9af9-a7c12d74270d","_postman_id":"63e35cd2-1c5b-42b8-9af9-a7c12d74270d","description":""},{"name":"Incident","item":[{"name":"byCaseNumber","event":[{"listen":"test","script":{"id":"fc478473-a239-450d-91eb-2f20ad091ddc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"169c622b-a28f-446a-913b-f01758c14fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves the incident record for a case identified by its human-readable case number. Use this endpoint when you have the case number and need the incident details.</p>\n<p><strong>Query Parameter:</strong></p>\n<ul>\n<li><code>CaseNumber</code> (string, required): The human-readable case number (e.g., 9000002).</li>\n</ul>\n<p><strong>Response:</strong> Returns the incident object for the case. Returns 404 if the case number does not exist or has no incident record.</p>\n","urlObject":{"path":["case","incident","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"e890d0cb-1ce4-4792-be76-c1ac53e67ebd","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/byCaseNumber?CaseNumber=25 WC 005813","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","incident","byCaseNumber"],"query":[{"key":"CaseNumber","value":"25 WC 005813"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"373"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 25 Sep 2025 19:44:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"incidentID\": 11,\n    \"caseID\": 11,\n    \"caseNumber\": \"25 WC 005813\",\n    \"incidentFacts\": \"Plaintiff Harry Potter got injured while driving magic vehicle by defendant Voldemort\",\n    \"mergedFacts\": \"some merge facts\",\n    \"comments\": \"test comment\",\n    \"modifiedDate\": \"2025-09-25T15:44:00\",\n    \"caseIncidentInfo\": [\n        {\n            \"incidentDate\": \"2019-02-04T00:00:00\",\n            \"incidentState\": {\n                \"id\": 19,\n                \"description\": \"WA-Washington\"\n            }\n        }\n    ]\n}"}],"_postman_id":"169c622b-a28f-446a-913b-f01758c14fda"},{"name":"byCaseID","id":"e6a6baa9-0539-41eb-9dc4-513d6cd99119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/incident","description":"<p>Retrieves the incident record for a case identified by its internal case ID. Use this endpoint when you have the case ID and need the incident details.</p>\n<p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n</ul>\n<p><strong>Response:</strong> Returns the incident object for the case. Returns 404 if the case does not exist or has no incident record.</p>\n","urlObject":{"path":["case","516718","incident"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"42debe17-66fb-4c7b-a6f2-3281c9243ad3","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/11/incident"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"373"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 25 Sep 2025 19:45:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"incidentID\": 11,\n    \"caseID\": 11,\n    \"caseNumber\": \"25 WC 005813\",\n    \"incidentFacts\": \"Plaintiff Harry Potter got injured while driving magic vehicle by defendant Voldemort\",\n    \"mergedFacts\": \"some merge facts\",\n    \"comments\": \"test comment\",\n    \"modifiedDate\": \"2025-09-25T15:44:00\",\n    \"caseIncidentInfo\": [\n        {\n            \"incidentDate\": \"2019-02-04T00:00:00\",\n            \"incidentState\": {\n                \"id\": 19,\n                \"description\": \"WA-Washington\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e6a6baa9-0539-41eb-9dc4-513d6cd99119"},{"name":"UpdateIncident","id":"a2de25e2-d0ea-4f64-bba8-c9edd8be0924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"incidentFacts\": \"updated incident facts\",\r\n    \"caseIncidentInfo\": [\r\n        {\r\n            \"incidentDate\": \"2019-01-02T12:20:00\",\r\n            \"incidentState\": {\r\n                \"id\": 60\r\n                \r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/incident/342588","description":"<p>Performs a full replacement update of an incident record. All fields must be provided; omitted fields will be cleared.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{incidentId}</code> (integer, required): The ID of the incident record to update (e.g., 342588).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Complete incident object including all fields such as date, location, description, state, county, and liability code.</p>\n<p><strong>Response:</strong> Returns the updated incident object. Returns 404 if the incident record does not exist.</p>\n","urlObject":{"path":["case","516718","incident","342588"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e636898b-baf5-4231-9fbb-d32fa9d3476e","name":"UpdateIncident","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"incidentFacts\": \"updated incident facts\",\r\n    \"caseIncidentInfo\": [\r\n        {\r\n            \"incidentDate\": \"2019-01-02T12:20:00\",\r\n            \"incidentState\": {\r\n                \"id\": 60\r\n                \r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/incident/342588"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"252"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 26 Mar 2025 17:08:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"incidentID\": 342588,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"incidentFacts\": \"updated incident facts\",\n    \"modifiedDate\": \"2025-03-26T13:08:00\",\n    \"caseIncidentInfo\": [\n        {\n            \"incidentDate\": \"2019-01-02T12:20:00\",\n            \"incidentState\": {\n                \"id\": 60,\n                \"description\": \"VA-Virginia\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a2de25e2-d0ea-4f64-bba8-c9edd8be0924"},{"name":"UpdateIncident","id":"e5abbe83-b820-4e80-9d07-6d7e7811a26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/incidentFacts\",\r\n    \"value\": \"Updated incident facts\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/incident/342588","description":"<p>Performs a partial update of an incident record. Only the fields included in the request body will be updated; all other fields remain unchanged.</p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>{caseId}</code> (integer, required): The internal SmartAdvocate case ID (e.g., 516718).</li>\n<li><code>{incidentId}</code> (integer, required): The ID of the incident record to update (e.g., 342588).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> Partial incident object containing only the fields to update.</p>\n<p><strong>Response:</strong> Returns the updated incident object. Returns 404 if the incident record does not exist.</p>\n","urlObject":{"path":["case","516718","incident","342588"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a42148da-e4d7-4783-afb1-a033a2dd7eeb","name":"UpdateNote","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/incidentFacts\",\r\n    \"value\": \"Updated incident facts\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/incident/342588"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"258"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 22:36:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"incidentID\": 342588,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"incidentFacts\": \"Updated incident facts\",\n    \"modifiedDate\": \"2025-03-23T18:36:00\",\n    \"caseIncidentInfo\": [\n        {\n            \"incidentDate\": \"2019-01-02T10:20:00\",\n            \"incidentState\": {\n                \"id\": 58,\n                \"description\": \"NC-North Carolina\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e5abbe83-b820-4e80-9d07-6d7e7811a26a"},{"name":"FilteredIncidents","id":"a3d39bb4-4705-4562-bae7-c617a34df990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/byDatePaged","description":"<p>Retrieves a paginated, filtered list of incident records across all cases based on date range and other criteria in the request body. Use this endpoint for reporting on incidents within a date range.</p>\n<p><strong>Request Body (JSON):</strong> Supply filter criteria including date range and pagination (currentPage, pageSize).</p>\n<p><strong>Response:</strong> Returns a paginated array of incident objects matching the filter criteria.</p>\n","urlObject":{"path":["case","incident","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1bc0ca95-d010-47f0-9ace-059cfae7cab8","name":"FilteredIncident","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3360"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 22:31:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"incidentID\": 343941,\n        \"caseID\": 519312,\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-04-17T14:31:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-04-17T14:30:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343940,\n        \"caseID\": 519311,\n        \"caseNumber\": \"00155\",\n        \"incidentFacts\": \"Vgbuntcdrv ghjiy4ec6u. G fc$rvynun. Gvtv6\",\n        \"createdDate\": \"2024-04-17T14:25:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-04-17T14:24:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-04-16T14:24:00\",\n                \"incidentState\": {\n                    \"id\": 3,\n                    \"description\": \"FL-Florida\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-04-17T14:24:00\",\n                \"incidentState\": {\n                    \"id\": 26,\n                    \"description\": \"NY-New York\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-04-17T14:24:00\",\n                \"incidentState\": {\n                    \"id\": 31,\n                    \"description\": \"AK-Alaska\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343939,\n        \"caseID\": 519310,\n        \"incidentFacts\": \"Vtuvgivyivyivutvutv.  H h h h h h h hbybygy\",\n        \"createdDate\": \"2024-04-17T14:20:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-04-17T14:18:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343931,\n        \"caseID\": 519302,\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-03-27T09:06:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-03-27T15:04:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-03-27T15:04:00\",\n                \"incidentState\": {\n                    \"id\": 26,\n                    \"description\": \"NY-New York\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-03-27T15:05:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            },\n            {\n                \"incidentDate\": \"2024-03-27T15:06:00\",\n                \"incidentState\": {\n                    \"id\": 26,\n                    \"description\": \"NY-New York\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343926,\n        \"caseID\": 519283,\n        \"caseNumber\": \"00147\",\n        \"incidentFacts\": \" He ghvhghgv veggie by myself but it wasn’t good for him too I think he’s just like the rest of his family but I know I can do that and he can do that for him he doesn’t know he is going to do that he is a big man but I think he’s a good guy he’s so proud he \",\n        \"createdDate\": \"2024-03-04T13:47:00\",\n        \"modifiedDate\": \"2024-03-04T13:49:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-03-04T13:46:00\",\n                \"incidentState\": {\n                    \"id\": 3,\n                    \"description\": \"FL-Florida\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343925,\n        \"caseID\": 519282,\n        \"caseNumber\": \"2400009\",\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-03-04T13:42:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-03-04T13:41:00\",\n                \"incidentState\": {\n                    \"id\": 26,\n                    \"description\": \"NY-New York\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343925,\n        \"caseID\": 519282,\n        \"caseNumber\": \"2400009\",\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-03-04T13:42:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-03-04T13:41:00\",\n                \"incidentState\": {\n                    \"id\": 26,\n                    \"description\": \"NY-New York\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343924,\n        \"caseID\": 519281,\n        \"caseNumber\": \"00146\",\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-02-28T17:12:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-02-28T17:11:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343923,\n        \"caseID\": 519278,\n        \"caseNumber\": \"00145\",\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-02-28T17:00:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-02-28T16:59:00\",\n                \"incidentState\": {\n                    \"id\": 3,\n                    \"description\": \"FL-Florida\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343922,\n        \"caseID\": 519277,\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-02-19T08:28:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-02-19T15:26:00\",\n                \"incidentState\": {\n                    \"id\": 10,\n                    \"description\": \"NJ-New Jersey\"\n                }\n            }\n        ]\n    },\n    {\n        \"incidentID\": 343921,\n        \"caseID\": 519276,\n        \"incidentFacts\": \"\",\n        \"createdDate\": \"2024-02-19T08:03:00\",\n        \"caseIncidentInfo\": [\n            {\n                \"incidentDate\": \"2024-02-19T15:00:00\",\n                \"incidentState\": {\n                    \"id\": 3,\n                    \"description\": \"FL-Florida\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"a3d39bb4-4705-4562-bae7-c617a34df990"},{"name":"LiabilityCodes","id":"c3c58430-c332-4419-bed1-7ee69e6da501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/liabilityCodes","description":"<p>Retrieves the list of available liability codes that can be assigned to an incident record (e.g., 100% Liable, Comparative Negligence, No Liability). Use this endpoint to populate liability code dropdowns when creating or updating an incident.</p>\n<p><strong>Response:</strong> Returns an array of liability code objects, each with an ID and name.</p>\n","urlObject":{"path":["case","incident","liabilityCodes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"dcf8974d-b4b2-42d2-ab06-b78a49b4b6f4","name":"LiabilityCodes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/liabilityCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"293"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 22:36:48 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"10%\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"25%\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"1/3\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"40%\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"45%\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"50%\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"2/3\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"75%\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"90%\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"100%\"\n    }\n]"}],"_postman_id":"c3c58430-c332-4419-bed1-7ee69e6da501"},{"name":"States","id":"aef519b6-51b7-4b7f-a92c-843720b1a3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/states","description":"<p>Retrieves the list of US states available for use in incident records. Use this endpoint to populate state dropdowns when creating or updating an incident location.</p>\n<p><strong>Response:</strong> Returns an array of state objects, each with an ID, abbreviation, and full name.</p>\n","urlObject":{"path":["case","incident","states"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"25588bcb-6b94-4c4f-8efb-5591318e7693","name":"States","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3108"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 22:38:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"MP-Northern Mariana Islands\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"PA-Pennsylvania\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"FL-Florida\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"MS-Mississippi\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"GA-Georgia\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"SD-South Dakota\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"WV-West Virginia\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"HI-Hawaii\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"ME-Maine\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"NJ-New Jersey\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"MO-Missouri\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"WI-Wisconsin\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"MI-Michigan\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"RI-Rhode Island\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"KY-Kentucky\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"NE-Nebraska\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"IL-Illinois\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"MN-Minnesota\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"WA-Washington\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"MA-Massachusetts\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"VI-Virgin Islands\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"WY-Wyoming\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"OK-Oklahoma\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"LA-Louisiana\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"AR-Arkansas\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"NY-New York\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"SC-South Carolina\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"CO-Colorado\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"CA-California\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"AL-Alabama\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"AK-Alaska\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"DC-District Of Columbia\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"GU-Guam\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"IN-Indiana\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"ND-North Dakota\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"AS-American Samoa\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"IA-Iowa\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"MT-Montana\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"PR-Puerto Rico\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"AE-Armed Forces Europe\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"NH-New Hampshire\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"NM-New Mexico\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"AP-Armed Forces Pacific\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"TN-Tennessee\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"TX-Texas\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"AZ-Arizona\"\n    },\n    {\n        \"id\": 48,\n        \"description\": \"DE-Delaware\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"ID-Idaho\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"VT-Vermont\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"NV-Nevada\"\n    },\n    {\n        \"id\": 53,\n        \"description\": \"OR-Oregon\"\n    },\n    {\n        \"id\": 54,\n        \"description\": \"CT-Connecticut\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"AA-Armed Forces Americas\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"UT-Utah\"\n    },\n    {\n        \"id\": 57,\n        \"description\": \"KS-Kansas\"\n    },\n    {\n        \"id\": 58,\n        \"description\": \"NC-North Carolina\"\n    },\n    {\n        \"id\": 59,\n        \"description\": \"MH-Marshall Islands\"\n    },\n    {\n        \"id\": 60,\n        \"description\": \"VA-Virginia\"\n    },\n    {\n        \"id\": 61,\n        \"description\": \"OH-Ohio\"\n    },\n    {\n        \"id\": 62,\n        \"description\": \"MD-Maryland\"\n    },\n    {\n        \"id\": 63,\n        \"description\": \"CN-Canada\"\n    },\n    {\n        \"id\": 64,\n        \"description\": \"FO-Foreign (outside US &Canada)\"\n    },\n    {\n        \"id\": 65,\n        \"description\": \"MX-Mexico\"\n    },\n    {\n        \"id\": 66,\n        \"description\": \"NS-Nova Scotia\"\n    },\n    {\n        \"id\": 67,\n        \"description\": \"-U---Unknown State\"\n    },\n    {\n        \"id\": 68,\n        \"description\": \"AB-Alberta\"\n    },\n    {\n        \"id\": 69,\n        \"description\": \"BC-British Columbia\"\n    },\n    {\n        \"id\": 70,\n        \"description\": \"MB-Manitoba\"\n    },\n    {\n        \"id\": 71,\n        \"description\": \"NB-New Brunswick\"\n    },\n    {\n        \"id\": 72,\n        \"description\": \"NL-Newfoundland and Labrador\"\n    },\n    {\n        \"id\": 73,\n        \"description\": \"NT-Northwest Territory\"\n    },\n    {\n        \"id\": 74,\n        \"description\": \"NU-Nunavut Territory\"\n    },\n    {\n        \"id\": 75,\n        \"description\": \"ON-Ontario\"\n    },\n    {\n        \"id\": 76,\n        \"description\": \"PE-Prince Edward Island\"\n    },\n    {\n        \"id\": 77,\n        \"description\": \"QC-Quebec\"\n    },\n    {\n        \"id\": 78,\n        \"description\": \"SK-Saskatchewan\"\n    },\n    {\n        \"id\": 79,\n        \"description\": \"YT-Yukon\"\n    }\n]"}],"_postman_id":"aef519b6-51b7-4b7f-a92c-843720b1a3e7"},{"name":"counties","id":"18b34f99-3296-4cd8-8ede-357187514a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/counties","description":"<p>Retrieves the list of counties available for use in incident records. Use this endpoint to populate county dropdowns when creating or updating an incident location. Clarify: whether this endpoint filters by state is not documented in this collection.</p>\n<p><strong>Response:</strong> Returns an array of county objects, each with an ID and name.</p>\n","urlObject":{"path":["case","incident","counties"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"13d07692-d25c-4580-a98f-3f5fbd58fb6d","name":"States Copy","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/incident/counties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"153571"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 23 Mar 2025 22:38:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Northern Mariana Islands (Northern Mariana Islands)\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \". (Pennsylvania)\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Adams (Pennsylvania)\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Allegheny (Pennsylvania)\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Armstrong (Pennsylvania)\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Beaver (Pennsylvania)\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Bedford (Pennsylvania)\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Berks (Pennsylvania)\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Blair (Pennsylvania)\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Bradford (Pennsylvania)\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Bucks (Pennsylvania)\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Butler (Pennsylvania)\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Cambria (Pennsylvania)\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Cameron (Pennsylvania)\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Carbon (Pennsylvania)\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Centre (Pennsylvania)\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Chester (Pennsylvania)\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Clarion (Pennsylvania)\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Clearfield (Pennsylvania)\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Clinton (Pennsylvania)\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Columbia (Pennsylvania)\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Crawford (Pennsylvania)\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Cumberland (Pennsylvania)\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Dauphin (Pennsylvania)\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Delaware (Pennsylvania)\"\n    }"}],"_postman_id":"18b34f99-3296-4cd8-8ede-357187514a9f"}],"id":"277ead61-67da-4b82-8b2a-74aa07956891","description":"<p>Manages incident records associated with cases. An incident captures the details of the event that gave rise to the case, such as the date, location, description, and liability information. Endpoints support retrieving the incident by case ID or case number, performing filtered/paginated searches, updating the incident record (full and partial), and retrieving reference data for states, counties, and liability codes. Note: Each case typically has one incident record.</p>\n","_postman_id":"277ead61-67da-4b82-8b2a-74aa07956891"},{"name":"Injury","item":[{"name":"byCaseID","id":"b3d556b7-6560-4f35-9333-09955380dbb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury","description":"<p>Retrieves all injury records associated with a specific case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{CaseID}/injury</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>CaseID</code> <em>(required)</em> — The unique numeric ID of the case. Can be supplied as a literal value or via the <code>{{CaseID}}</code> collection variable.</li>\n</ul>\n<p><strong>Returns:</strong> An array of injury objects for the specified case, each containing the injury ID, name, body part, and other associated fields.</p>\n","urlObject":{"path":["case","{{CaseID}}","injury"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"41641b08-2442-4b26-a271-31123535683e","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"222"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 25 Sep 2024 20:41:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"injuryID\": 2445,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injuriesSummary\": \"test\",\n        \"pleadingsSummary\": \"test\",\n        \"createdDate\": \"2019-04-03T17:13:00-04:00\",\n        \"modifiedDate\": \"2021-09-16T10:57:00-04:00\"\n    }\n]"}],"_postman_id":"b3d556b7-6560-4f35-9333-09955380dbb6"},{"name":"GetInjury","id":"318467c6-6be0-42c6-9114-55175a604f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445","description":"<p>Retrieves a specific injury record by its ID within a given case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{CaseID}/injury/{InjuryID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>CaseID</code> <em>(required)</em> — The unique numeric ID of the case. Can be supplied via the <code>{{CaseID}}</code> collection variable.</li>\n<li><code>InjuryID</code> <em>(required)</em> — The unique numeric ID of the injury record. Can be supplied via the <code>2445</code> collection variable.</li>\n</ul>\n<p><strong>Returns:</strong> A single injury object containing all fields for the specified injury record.</p>\n","urlObject":{"path":["case","{{CaseID}}","injury","2445"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"75af9051-4cd1-445a-a9c3-09c200b1873e","name":"GetInjury","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"220"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 25 Sep 2024 20:44:26 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"injuryID\": 2445,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"injuriesSummary\": \"test\",\n    \"pleadingsSummary\": \"test\",\n    \"createdDate\": \"2019-04-03T17:13:00-04:00\",\n    \"modifiedDate\": \"2021-09-16T10:57:00-04:00\"\n}"}],"_postman_id":"318467c6-6be0-42c6-9114-55175a604f03"},{"name":"FilteredCaseinjury","id":"05a1b5dd-b862-4392-b01a-41e66fb4c18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/byDatePaged","description":"<p>Retrieves a paged list of case injury records filtered by date range and other optional criteria. Useful for bulk synchronization and incremental data pulls across all cases.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/injury/byDatePaged</code></p>\n<p><strong>Request Body (JSON):</strong></p>\n<ul>\n<li><code>fromDate</code> <em>(required)</em> — Start of the date range (ISO 8601 format).</li>\n<li><code>toDate</code> <em>(required)</em> — End of the date range (ISO 8601 format).</li>\n<li><code>pageNumber</code> — Page number for pagination (1-based).</li>\n<li><code>pageSize</code> — Number of records per page.</li>\n</ul>\n<p><strong>Returns:</strong> A paged collection of injury records matching the specified filters, along with pagination metadata.</p>\n","urlObject":{"path":["case","injury","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0d74c644-89cd-4cea-82a6-cc13f2ab62c1","name":"FilteredCaseinjury","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1799"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Feb 2026 20:28:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"injuryID\": 2871,\n        \"caseID\": 519167,\n        \"caseNumber\": \"00121\",\n        \"plaintiff\": {\n            \"id\": 622902,\n            \"name\": \"ddd, fff\",\n            \"contactID\": 1698433\n        },\n        \"createdDate\": \"2023-11-06T12:58:00-05:00\"\n    },\n    {\n        \"injuryID\": 2870,\n        \"caseID\": 519165,\n        \"caseNumber\": \"00120\",\n        \"plaintiff\": {\n            \"id\": 622899,\n            \"name\": \"hgf, lkokio\",\n            \"contactID\": 1698429\n        },\n        \"createdDate\": \"2023-11-01T10:06:00-04:00\"\n    },\n    {\n        \"injuryID\": 2869,\n        \"caseID\": 519164,\n        \"caseNumber\": \"00119\",\n        \"plaintiff\": {\n            \"id\": 622898,\n            \"name\": \"Trest, Kotory L.\",\n            \"contactID\": 1698426\n        },\n        \"createdDate\": \"2023-10-27T08:35:00-04:00\"\n    },\n    {\n        \"injuryID\": 2867,\n        \"caseID\": 519144,\n        \"caseNumber\": \"2300036\",\n        \"plaintiff\": {\n            \"id\": 622877,\n            \"name\": \"Dose, Pole\",\n            \"contactID\": 1698406\n        },\n        \"createdDate\": \"2023-10-16T10:36:00-04:00\"\n    },\n    {\n        \"injuryID\": 2866,\n        \"caseID\": 519143,\n        \"caseNumber\": \"2300035\",\n        \"plaintiff\": {\n            \"id\": 622876,\n            \"name\": \"dos, tres\",\n            \"contactID\": 1698405\n        },\n        \"createdDate\": \"2023-10-13T15:10:00-04:00\"\n    },\n    {\n        \"injuryID\": 2865,\n        \"caseID\": 518108,\n        \"caseNumber\": \"0 - 000032\",\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"Levinsky, Monica\",\n            \"contactID\": 1695895\n        },\n        \"createdDate\": \"2023-10-13T13:57:00-04:00\"\n    },\n    {\n        \"injuryID\": 2863,\n        \"caseID\": 519142,\n        \"caseNumber\": \"2300034\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"createdDate\": \"2023-10-13T13:39:00-04:00\"\n    },\n    {\n        \"injuryID\": 2864,\n        \"caseID\": 519142,\n        \"caseNumber\": \"2300034\",\n        \"plaintiff\": {\n            \"id\": 622875,\n            \"name\": \"Dfd, Df\",\n            \"contactID\": 1698404\n        },\n        \"createdDate\": \"2023-10-13T13:39:00-04:00\"\n    },\n    {\n        \"injuryID\": 2862,\n        \"caseID\": 519141,\n        \"caseNumber\": \"2300033\",\n        \"plaintiff\": {\n            \"id\": 622874,\n            \"name\": \"ee, gg\",\n            \"contactID\": 1698402\n        },\n        \"createdDate\": \"2023-10-13T13:35:00-04:00\"\n    },\n    {\n        \"injuryID\": 2861,\n        \"caseID\": 519140,\n        \"caseNumber\": \"2300032\",\n        \"plaintiff\": {\n            \"id\": 622873,\n            \"name\": \"mnmj, kjkjj\",\n            \"contactID\": 1698399\n        },\n        \"createdDate\": \"2023-10-13T12:34:00-04:00\"\n    },\n    {\n        \"injuryID\": 2860,\n        \"caseID\": 519139,\n        \"caseNumber\": \"2300031\",\n        \"plaintiff\": {\n            \"id\": 622872,\n            \"name\": \"Vfb, Vbv\",\n            \"contactID\": 1698397\n        },\n        \"createdDate\": \"2023-10-12T13:55:00-04:00\"\n    }\n]"}],"_postman_id":"05a1b5dd-b862-4392-b01a-41e66fb4c18e"},{"name":"AddInjury","id":"a27d2d66-a3f3-4195-a33b-29b6e85bf21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622469\r\n    },\r\n    \"injuriesSummary\": \"new injury\",\r\n    \"pleadingsSummary\": \"new plerading summary \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury","description":"<p>Creates a new injury record on a specific case.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> An injury object containing the fields to populate for the new record, such as injury name, body part, and severity.</p>\n<p><strong>Returns:</strong> The newly created injury object, including the system-assigned injury ID.</p>\n","urlObject":{"path":["case","516718","injury"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"68832883-41b3-4cc0-8b1f-b4b30a48bb9e","name":"AddInjury","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"plaintiff\": {\r\n            \"id\": 622469\r\n        },\r\n        \"injuriesSummary\": \"new injury\",\r\n        \"pleadingsSummary\": \"new plerading summary \"\r\n\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"243"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 20:37:36 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"injuryID\": 3305,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622469,\n        \"name\": \"Berton, Hannah\",\n        \"contactID\": 1698011\n    },\n    \"injuriesSummary\": \"new injury\",\n    \"pleadingsSummary\": \"new plerading summary \",\n    \"createdDate\": \"2026-02-26T15:38:00-05:00\"\n}"}],"_postman_id":"a27d2d66-a3f3-4195-a33b-29b6e85bf21e"},{"name":"UpdateInjury","id":"c5428bf0-a852-4bfb-9b9e-8bd4c30b3419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"injuriesSummary\": \"Update  injury summary\",\r\n    \"pleadingsSummary\": \"update pleading summary\",\r\n    \"confinementHospital\":\"confinementHospital test\",\r\n    \"confinementBed\":\"ConfinementBed text\",\r\n    \"confinementHome\":\"ConfinementBed text\",\r\n    \"confinementIncapacitated\":\"confinementIncapacitated text\",\r\n    \"comments\":\"test comments\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3305","description":"<p>Fully replaces an existing injury record with the provided data. All fields must be supplied; any omitted fields may be cleared.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury record to replace (e.g., <code>3305</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A complete injury object with all fields to be set.</p>\n<p><strong>Returns:</strong> The updated injury object reflecting all applied changes.</p>\n","urlObject":{"path":["case","516718","injury","3305"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4ea2533e-a648-4b09-95be-f8a251154a46","name":"UpdateInjury","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"injuriesSummary\": \"Update  injury summary\",\r\n    \"pleadingsSummary\": \"update pleading summary\",\r\n    \"confinementHospital\":\"confinementHospital test\",\r\n    \"confinementBed\":\"ConfinementBed text\",\r\n    \"confinementHome\":\"ConfinementBed text\",\r\n    \"confinementIncapacitated\":\"confinementIncapacitated text\",\r\n    \"comments\":\"test comments\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3305"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"513"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Feb 2026 20:51:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"injuryID\": 3305,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622469,\n        \"name\": \"Berton, Hannah\",\n        \"contactID\": 1698011\n    },\n    \"injuriesSummary\": \"Update  injury summary\",\n    \"pleadingsSummary\": \"update pleading summary\",\n    \"confinementHospital\": \"confinementHospital test\",\n    \"confinementBed\": \"ConfinementBed text\",\n    \"confinementHome\": \"ConfinementBed text\",\n    \"confinementIncapacitated\": \"confinementIncapacitated text\",\n    \"comments\": \"test comments\",\n    \"createdDate\": \"2026-02-26T15:38:00-05:00\",\n    \"modifiedDate\": \"2026-02-26T15:51:00-05:00\"\n}"}],"_postman_id":"c5428bf0-a852-4bfb-9b9e-8bd4c30b3419"},{"name":"DeleteInjury","id":"8d1b14aa-c00f-43c5-98cb-b2d1ddcdf86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3305","description":"<p>Deletes a specific injury record from a case.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury record to delete (e.g., <code>3305</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This operation is irreversible and will also remove associated injury details.</p>\n","urlObject":{"path":["case","516718","injury","3305"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3a2a48c3-113a-47ec-befd-4beb5decbb21","name":"DeleteInjury","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3305"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 26 Feb 2026 20:52:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8d1b14aa-c00f-43c5-98cb-b2d1ddcdf86c"},{"name":"Injury Details","id":"a714fa6c-40b7-41a2-9c72-8970b3e9bb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445/details","description":"<p>Retrieves all detail records associated with a specific injury on a case. Injury details capture granular information such as specific diagnoses, procedures, body part sub-regions, and treatment notes.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{CaseID}/injury/{InjuryID}/details</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>CaseID</code> <em>(required)</em> — The unique numeric ID of the case. Can be supplied via the <code>{{CaseID}}</code> collection variable.</li>\n<li><code>InjuryID</code> <em>(required)</em> — The unique numeric ID of the injury. Can be supplied via the <code>2445</code> collection variable.</li>\n</ul>\n<p><strong>Returns:</strong> An array of injury detail objects for the specified injury.</p>\n","urlObject":{"path":["case","{{CaseID}}","injury","2445","details"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"d0b7f1cb-d6e9-404a-a2c0-1deb8f8c210b","name":"Injury Details","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445/details"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"3089"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Mar 2026 19:12:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"injuryDetailsID\": 387339,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injuryDate\": \"2025-12-08T00:00:00\",\n        \"injury\": \"Abdomen - Blunt Force Trauma\",\n        \"injuryType\": {\n            \"id\": 1,\n            \"description\": \"Specific\"\n        },\n        \"bodyPart\": {\n            \"id\": 80,\n            \"description\": \"Abdomen\"\n        },\n        \"subBP\": 0,\n        \"treatment\": [\n            {\n                \"id\": 855,\n                \"description\": \"Laparoscopy\"\n            }\n        ],\n        \"sequelae\": [\n            {\n                \"id\": 704,\n                \"description\": \"Edema\"\n            }\n        ],\n        \"injuryIds\": [\n            726\n        ],\n        \"description\": \"injury description\",\n        \"comments\": \"some comments\",\n        \"createdDate\": \"2025-12-04T12:41:00-05:00\",\n        \"modifiedDate\": \"2026-02-26T18:03:00-05:00\",\n        \"consequential\": false,\n        \"documentIDs\": [\n            3173809\n        ]\n    },\n    {\n        \"injuryDetailsID\": 387386,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injuryDate\": \"2026-02-26T00:00:00\",\n        \"injury\": \"Veneral Disease and Death\",\n        \"injuryType\": {\n            \"id\": 2,\n            \"description\": \"Quick\"\n        },\n        \"subBP\": 1,\n        \"injuryIds\": [\n            604\n        ],\n        \"description\": \"some description\",\n        \"comments\": \"comments test\",\n        \"createdDate\": \"2026-02-26T17:45:00-05:00\",\n        \"modifiedDate\": \"2026-02-26T17:45:00-05:00\",\n        \"establishedDate\": \"2026-02-27T00:00:00\",\n        \"consequential\": true,\n        \"mergeableDescription\": \"<div style=\\\"font-family: IBMPlexMono, &quot;Courier New&quot;, monospace, Consolas, &quot;Courier New&quot;, monospace; line-height: 18px; white-space: pre;\\\"><span style=\\\"color: #0451a5;\\\">Screening for malignant neoplasms of skin\\\\r\\\\nOther seborrheic keratos</span></div>\",\n        \"documentIDs\": []\n    },\n    {\n        \"injuryDetailsID\": 387389,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Isol trach tb-exam unkn\",\n        \"injuryType\": {\n            \"id\": 3,\n            \"description\": \"Other\"\n        },\n        \"otherInjury\": \"Isol trach tb-exam unkn\",\n        \"description\": \"Isolated tracheal or bronchial tuberculosis, bacteriological or histological examination unknown (at present)\",\n        \"createdDate\": \"2026-02-26T18:18:00-05:00\",\n        \"consequential\": false,\n        \"icdCodes\": \"01222\",\n        \"documentIDs\": []\n    },\n    {\n        \"injuryDetailsID\": 387390,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Zoonotic bact dis NOS\",\n        \"injuryType\": {\n            \"id\": 3,\n            \"description\": \"Other\"\n        },\n        \"otherInjury\": \"Zoonotic bact dis NOS\",\n        \"description\": \"Unspecified zoonotic bacterial disease\",\n        \"createdDate\": \"2026-02-26T18:18:00-05:00\",\n        \"consequential\": false,\n        \"icdCodes\": \"0279\",\n        \"documentIDs\": []\n    },\n    {\n        \"injuryDetailsID\": 387419,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Upper Gastrointestinal Motility Studies.\\nOther Diagnostic Gastroenterology Procedures.\",\n        \"injuryType\": {\n            \"id\": 4,\n            \"description\": \"Procedure\"\n        },\n        \"otherInjury\": \"Upper Gastrointestinal Motility Studies.\\nOther Diagnostic Gastroenterology Procedures.\",\n        \"subBP\": 0,\n        \"description\": \"The provider uses a manometer to analyze esophageal muscle pressure and movement in a patient with gastroesophageal reflux disease or GERD. He interprets the findings and prepares a report.\\nUse  to report diagnostic procedures in the gastrointestinal system that do not have a specific code.Â\",\n        \"createdDate\": \"2026-03-09T15:12:00-04:00\",\n        \"consequential\": false,\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"a714fa6c-40b7-41a2-9c72-8970b3e9bb8b"},{"name":"Injury Detail","id":"ff347f14-e429-4216-be3b-77594aa51812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445/details/384769","description":"<p>Retrieves a single injury detail record by its ID for a specific injury on a case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{CaseID}/injury/{InjuryID}/details/{detailID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>CaseID</code> <em>(required)</em> — The unique numeric ID of the case. Can be supplied via the <code>{{CaseID}}</code> collection variable.</li>\n<li><code>InjuryID</code> <em>(required)</em> — The unique numeric ID of the injury. Can be supplied via the <code>2445</code> collection variable.</li>\n<li><code>detailID</code> <em>(required)</em> — The unique numeric ID of the injury detail record (e.g., <code>384769</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A single injury detail object containing all fields for the specified record.</p>\n","urlObject":{"path":["case","{{CaseID}}","injury","2445","details","384769"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f6b9349e-b876-4c64-bdb0-4788a19cbcd0","name":"Injury Detail","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/{{CaseID}}/injury/2445/details/384769"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"730"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 25 Sep 2024 21:21:10 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"injuryDetailsID\": 384769,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"injury\": \"Screening for malignant neoplasms of skin\\r\\nOther seborrheic keratosis\\r\\n\\r\\n\\r\\n\",\n    \"description\": \"Screening for malignant neoplasms of skin\\r\\nOther seborrheic keratosis\\r\\n\\r\\n\\r\\n\",\n    \"comments\": \"Dermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf\\r\\nDermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf\\r\\nDermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf\\r\\nDermatology Associates of Virginia - Reynolds Crossing MED Davis,D.pdf\",\n    \"createdDate\": \"2021-04-16T11:47:00-04:00\",\n    \"modifiedDate\": \"2021-04-16T13:49:00-04:00\",\n    \"icdCodes\": \"V7643;70219\",\n    \"documentIDs\": []\n}"}],"_postman_id":"ff347f14-e429-4216-be3b-77594aa51812"},{"name":"InsertInjuryDetails","id":"449c6c86-c7db-4e4b-9e08-ec7d803ec960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {      \r\n        \"injuryDate\": \"2026-01-01T00:00:00\",\r\n        \"injuryType\": {\r\n            \"id\": 1,\r\n            \"description\": \"Specific\"\r\n        },\r\n        \"bodyPart\": {\r\n            \"id\": 80  \r\n        },\r\n        \"subBP\": 0,\r\n        \"treatment\": [\r\n            {\r\n                \"id\": 855                \r\n            }\r\n        ],\r\n        \"sequelae\": [\r\n            {\r\n                \"id\": 704\r\n            }\r\n        ],      \r\n        \"description\": \"injury description\",\r\n        \"comments\": \"some comments\",\r\n        \"consequential\": true,\r\n        \"documentIDs\": [\r\n            3173809\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details","description":"<p>Creates one or more injury detail records for a specific injury on a case.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}/details</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury (e.g., <code>3122</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> An injury detail object or array specifying the details to add. The <code>InjuryType</code> field controls the type of detail entry:</p>\n<ul>\n<li><code>1</code> — Specific Injury</li>\n<li><code>2</code> — Quick Injury</li>\n<li><code>3</code> — Other Injury</li>\n</ul>\n<p><strong>Returns:</strong> The newly created injury detail record(s), including system-assigned IDs.</p>\n","urlObject":{"path":["case","516718","injury","3122","details"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5109c1ca-6f8f-4f91-82a1-41d5975719ab","name":"InsertInjuryDetails","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {      \r\n        \"injuryDate\": \"2026-01-01T00:00:00\",\r\n        \"injury\": \"Abdomen - Blunt Force Trauma\",\r\n        \"injuryType\": {\r\n            \"id\": 1,\r\n            \"description\": \"Specific\"\r\n        },\r\n        \"bodyPart\": {\r\n            \"id\": 80  \r\n        },\r\n        \"subBP\": 0,\r\n        \"treatment\": [\r\n            {\r\n                \"id\": 855                \r\n            }\r\n        ],\r\n        \"sequelae\": [\r\n            {\r\n                \"id\": 704\r\n            }\r\n        ],      \r\n        \"description\": \"injury description\",\r\n        \"comments\": \"some comments\",\r\n        \"consequential\": true,\r\n        \"documentIDs\": [\r\n            3173809\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"539"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 23:03:38 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"injuryDetailsID\": 387388,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"injuryDate\": \"2026-01-01T00:00:00\",\n    \"injury\": \"Abdomen - \",\n    \"injuryType\": {\n        \"id\": 1,\n        \"description\": \"Specific\"\n    },\n    \"bodyPart\": {\n        \"id\": 80,\n        \"description\": \"Abdomen\"\n    },\n    \"subBP\": 0,\n    \"treatment\": [\n        {\n            \"id\": 855,\n            \"description\": \"Laparoscopy\"\n        }\n    ],\n    \"sequelae\": [\n        {\n            \"id\": 704,\n            \"description\": \"Edema\"\n        }\n    ],\n    \"description\": \"injury description\",\n    \"comments\": \"some comments\",\n    \"createdDate\": \"2026-02-26T18:01:00-05:00\",\n    \"consequential\": true,\n    \"documentIDs\": [\n        3173809\n    ]\n}"}],"_postman_id":"449c6c86-c7db-4e4b-9e08-ec7d803ec960"},{"name":"UpdateInjuryDetails","id":"a2c2e2ab-5077-4d53-8628-3a71014323d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/","description":"<p>Fully replaces an existing injury detail record with the provided data.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}/details/</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury (e.g., <code>3122</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A complete injury detail object including the detail ID and all fields to be set.</p>\n<p><strong>Returns:</strong> The updated injury detail object reflecting all applied changes.</p>\n","urlObject":{"path":["case","516718","injury","3122","details",""],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c0062f41-869b-4996-92fd-338b2ecae27a","name":"UpdateInjuryDetails","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {      \r\n        \"injuryDate\": \"2026-01-01T00:00:00\",\r\n        \"injuryType\": {\r\n            \"id\": 1,\r\n            \"description\": \"Specific\"\r\n        },\r\n        \"bodyPart\": {\r\n            \"id\": 80  \r\n        },\r\n        \"subBP\": 0,\r\n        \"treatment\": [\r\n            {\r\n                \"id\": 855                \r\n            }\r\n        ],\r\n        \"sequelae\": [\r\n            {\r\n                \"id\": 704\r\n            }\r\n        ],      \r\n        \"description\": \"injury description\",\r\n        \"comments\": \"some comments\",\r\n        \"consequential\": true,\r\n        \"documentIDs\": [\r\n            3173809\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/387388"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"582"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 23:09:53 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"injuryDetailsID\": 387388,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"injuryDate\": \"2026-01-01T00:00:00\",\n    \"injury\": \"Abdomen - \",\n    \"injuryType\": {\n        \"id\": 1,\n        \"description\": \"Specific\"\n    },\n    \"bodyPart\": {\n        \"id\": 80,\n        \"description\": \"Abdomen\"\n    },\n    \"subBP\": 0,\n    \"treatment\": [\n        {\n            \"id\": 855,\n            \"description\": \"Laparoscopy\"\n        }\n    ],\n    \"sequelae\": [\n        {\n            \"id\": 704,\n            \"description\": \"Edema\"\n        }\n    ],\n    \"description\": \"injury description\",\n    \"comments\": \"some comments\",\n    \"createdDate\": \"2026-02-26T18:01:00-05:00\",\n    \"modifiedDate\": \"2026-02-26T18:10:00-05:00\",\n    \"consequential\": true,\n    \"documentIDs\": [\n        3173809\n    ]\n}"}],"_postman_id":"a2c2e2ab-5077-4d53-8628-3a71014323d6"},{"name":"DeleteInjuryDetails","id":"de99e79b-e9d8-43ad-be9d-927846566b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/387388","description":"<p>Deletes a specific injury detail record from an injury on a case.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}/details/{detailID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury (e.g., <code>3122</code>).</li>\n<li><code>detailID</code> <em>(required)</em> — The unique numeric ID of the injury detail record to delete (e.g., <code>387388</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This operation is irreversible.</p>\n","urlObject":{"path":["case","516718","injury","3122","details","387388"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"58e75ae4-3e17-4674-8f22-3f40f76bbf86","name":"DeleteInjuryDetails","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/387388"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 26 Feb 2026 23:11:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"de99e79b-e9d8-43ad-be9d-927846566b2e"},{"name":"AddInjuryByICD","id":"c6c16ffc-b808-4d0b-9b71-f68ea2f9808a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ICDCodes\": [\r\n        \"01222\",\r\n        \"0279\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/by-icd","description":"<p>Adds an injury detail record to a specific injury by looking up a diagnosis using an ICD (International Classification of Diseases) code.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}/details/by-icd</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury (e.g., <code>3122</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> An object containing the ICD code to look up and associate with the injury.</p>\n<p><strong>Returns:</strong> The newly created injury detail record populated with the matched ICD diagnosis data.</p>\n","urlObject":{"path":["case","516718","injury","3122","details","by-icd"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"dfea7fca-0289-4536-8dff-3ebc95de9c9d","name":"AddInjuryByICD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ICDCodes\": [\r\n        \"01222\",\r\n        \"0279\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/by-icd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"881"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 23:18:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"injuryDetailsID\": 387389,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Isol trach tb-exam unkn\",\n        \"injuryType\": {\n            \"id\": 3,\n            \"description\": \"Other\"\n        },\n        \"otherInjury\": \"Isol trach tb-exam unkn\",\n        \"description\": \"Isolated tracheal or bronchial tuberculosis, bacteriological or histological examination unknown (at present)\",\n        \"createdDate\": \"2026-02-26T18:18:00-05:00\",\n        \"consequential\": false,\n        \"icdCodes\": \"01222\",\n        \"documentIDs\": []\n    },\n    {\n        \"injuryDetailsID\": 387390,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Zoonotic bact dis NOS\",\n        \"injuryType\": {\n            \"id\": 3,\n            \"description\": \"Other\"\n        },\n        \"otherInjury\": \"Zoonotic bact dis NOS\",\n        \"description\": \"Unspecified zoonotic bacterial disease\",\n        \"createdDate\": \"2026-02-26T18:18:00-05:00\",\n        \"consequential\": false,\n        \"icdCodes\": \"0279\",\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"c6c16ffc-b808-4d0b-9b71-f68ea2f9808a"},{"name":"AddProcedureByCPT","id":"8baa5c04-6f40-4b60-9b04-31b64a5da382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CPTCodes\": [\r\n        \"92499\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/by-cpt","description":"<p>Adds a procedure detail record to a specific injury by looking up a procedure using a CPT (Current Procedural Terminology) code.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/injury/{injuryID}/details/by-cpt</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>injuryID</code> <em>(required)</em> — The unique numeric ID of the injury (e.g., <code>3122</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> An object containing the CPT code to look up and associate with the injury.</p>\n<p><strong>Returns:</strong> The newly created injury detail record populated with the matched CPT procedure data.</p>\n","urlObject":{"path":["case","516718","injury","3122","details","by-cpt"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b5c0ac78-457c-4ecb-8d4f-cd4a7ff1ab11","name":"AddProcedureByCPT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CPTCodes\": [\r\n        \"92499\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/injury/3122/details/by-cpt"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"496"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 09 Mar 2026 19:21:57 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"injuryDetailsID\": 387420,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"injury\": \"Other Ophthalmological Services or Procedures.\",\n        \"injuryType\": {\n            \"id\": 4,\n            \"description\": \"Procedure\"\n        },\n        \"otherInjury\": \"Other Ophthalmological Services or Procedures.\",\n        \"description\": \"Use  to report ophthalmological procedures that do not have a specific code.\",\n        \"createdDate\": \"2026-03-09T15:22:00-04:00\",\n        \"consequential\": false,\n        \"cptCodes\": \"92499\",\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"8baa5c04-6f40-4b60-9b04-31b64a5da382"},{"name":"Treatments","id":"cdb3b860-9126-4d09-ad8d-ea36d0f34a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/treatments?bodyPartId=80&injuryId=0","description":"<p>Retrieves the list of available treatment types for injuries. Treatments are associated with specific body parts and injury records to describe the medical care provided.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/injury/treatments</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>bodyPartId</code> — Filter treatments by a specific body part ID (e.g., <code>80</code>).</li>\n<li><code>injuryId</code> — Filter treatments by a specific injury ID (use <code>0</code> for all).</li>\n</ul>\n<p><strong>Returns:</strong> An array of treatment type objects, each containing a treatment ID and display name.</p>\n","urlObject":{"path":["case","injury","treatments"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"bodyPartId","value":"80"},{"key":"injuryId","value":"0"}],"variable":[]}},"response":[{"id":"e5eb18dc-8327-417c-a471-a6384cd2aa42","name":"Treatments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/treatments?bodyPartId=80&injuryId=0","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","injury","treatments"],"query":[{"key":"bodyPartId","value":"80"},{"key":"injuryId","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"216"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 22:38:38 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 428,\n        \"description\": \"Antibiotic Therapy\"\n    },\n    {\n        \"id\": 780,\n        \"description\": \"Blood Transfusions\"\n    },\n    {\n        \"id\": 2091,\n        \"description\": \"Computed Axial Tomography\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"Stitches\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"Surgery\"\n    }\n]"}],"_postman_id":"cdb3b860-9126-4d09-ad8d-ea36d0f34a20"},{"name":"BodyParts","id":"53718704-e7ce-44d2-b6fd-f7a228030de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts","description":"<p>Retrieves the list of available body parts for use on injury records. Body parts define the anatomical location of an injury.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts</code></p>\n<p><strong>Returns:</strong> An array of body part objects, each containing a body part ID and display name. To retrieve sequelae (secondary conditions) for a specific body part, use the Sequelae endpoint with the <code>bodyPartId</code> parameter.</p>\n","urlObject":{"path":["case","injury","BodyParts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"d465c09d-8a37-4932-9478-298c53732481","name":"BodyParts","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"6707"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 21:59:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 80,\n        \"description\": \"Abdomen\"\n    },\n    {\n        \"id\": 202,\n        \"description\": \"Abdominal Hernia\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Adrenal Glands\"\n    },\n    {\n        \"id\": 81,\n        \"description\": \"Airway\"\n    },\n    {\n        \"id\": 200,\n        \"description\": \"Ankle\"\n    },\n    {\n        \"id\": 195,\n        \"description\": \"Anterior cruciate\"\n    },\n    {\n        \"id\": 188,\n        \"description\": \"Anterior fossa\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Arm\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Artery\"\n    },\n    {\n        \"id\": 199,\n        \"description\": \"Back\"\n    },\n    {\n        \"id\": 187,\n        \"description\": \"Basal\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Bladder\"\n    },\n    {\n        \"id\": 95,\n        \"description\": \"Blood\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Brain\"\n    },\n    {\n        \"id\": 79,\n        \"description\": \"Brain stem\"\n    },\n    {\n        \"id\": 82,\n        \"description\": \"Breast\"\n    },\n    {\n        \"id\": 130,\n        \"description\": \"Zygomatic Bone\"\n    }\n]"}],"_postman_id":"53718704-e7ce-44d2-b6fd-f7a228030de3"},{"name":"Sequalea","id":"50d6dabc-1cc9-453a-8d95-fca5dd895399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts?bodyPartId=80","description":"<p>Retrieves the list of sequelae (secondary conditions or complications) associated with a specific body part. Sequelae represent downstream effects or complications resulting from an injury to a particular body part.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>bodyPartId</code> <em>(required)</em> — The ID of the body part for which to retrieve sequelae (e.g., <code>80</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of sequela objects, each containing a sequela ID and display name.</p>\n","urlObject":{"path":["case","injury","BodyParts"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"bodyPartId","value":"80"}],"variable":[]}},"response":[{"id":"dafd5d61-2b23-403b-aff4-fb44da6046d4","name":"Sequalea","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/BodyParts?bodyPartId=80","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","injury","BodyParts"],"query":[{"key":"bodyPartId","value":"80"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"6707"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 22:28:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 80,\n        \"description\": \"Abdomen\"\n    },\n    {\n        \"id\": 202,\n        \"description\": \"Abdominal Hernia\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Adrenal Glands\"\n    },\n    {\n        \"id\": 81,\n        \"description\": \"Airway\"\n    },\n    {\n        \"id\": 200,\n        \"description\": \"Ankle\"\n    },\n    {\n        \"id\": 195,\n        \"description\": \"Anterior cruciate\"\n    },\n    {\n        \"id\": 188,\n        \"description\": \"Anterior fossa\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Arm\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Artery\"\n    },\n    {\n        \"id\": 199,\n        \"description\": \"Back\"\n    },\n    {\n        \"id\": 187,\n        \"description\": \"Basal\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Bladder\"\n    },\n    {\n        \"id\": 95,\n        \"description\": \"Blood\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Brain\"\n    },\n    {\n        \"id\": 79,\n        \"description\": \"Brain stem\"\n    },\n    {\n        \"id\": 82,\n        \"description\": \"Breast\"\n    },\n    {\n        \"id\": 146,\n        \"description\": \"Calcaneus\"\n    }\n]"}],"_postman_id":"50d6dabc-1cc9-453a-8d95-fca5dd895399"},{"name":"InjuryNames","id":"1548e012-3783-4a0e-8762-4bec7b9f07b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/injurynames","description":"<p>Retrieves the list of available injury names (diagnoses) that can be assigned to injury records. Injury names provide a standardized vocabulary for classifying the type of harm sustained.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/injury/injurynames</code></p>\n<p><strong>Returns:</strong> An array of injury name objects, each containing an injury name ID and display name.</p>\n","urlObject":{"path":["case","injury","injurynames"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"579f2e1e-c6ca-46d1-a805-519da59674f9","name":"InjuryNames","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/injury/injurynames?bodyPartId=80","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","injury","injurynames"],"query":[{"key":"bodyPartId","value":"80"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"485"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 26 Feb 2026 22:31:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 162,\n        \"description\": \"Abrasion\"\n    },\n    {\n        \"id\": 726,\n        \"description\": \"Blunt Force Trauma\"\n    },\n    {\n        \"id\": 1219,\n        \"description\": \"Burns\"\n    },\n    {\n        \"id\": 541,\n        \"description\": \"Contusion\"\n    },\n    {\n        \"id\": 1262,\n        \"description\": \"Crush\"\n    },\n    {\n        \"id\": 2604,\n        \"description\": \"Death\"\n    },\n    {\n        \"id\": 1899,\n        \"description\": \"Disfigurement\"\n    },\n    {\n        \"id\": 1584,\n        \"description\": \"Ecchymosis\"\n    },\n    {\n        \"id\": 1966,\n        \"description\": \"Edema\"\n    },\n    {\n        \"id\": 2195,\n        \"description\": \"Emboli\"\n    },\n    {\n        \"id\": 2131,\n        \"description\": \"Hysterectomy\"\n    },\n    {\n        \"id\": 2136,\n        \"description\": \"Sterility\"\n    },\n    {\n        \"id\": 923,\n        \"description\": \"Trauma\"\n    }\n]"}],"_postman_id":"1548e012-3783-4a0e-8762-4bec7b9f07b1"}],"id":"544bd9b1-246d-46ff-9406-35e936528de4","description":"<p>Endpoints for managing injury records associated with cases in the CaseSync API. Injuries represent the physical harm sustained by a plaintiff as a result of the incident. Each injury record can have multiple detail records that capture specific diagnoses, body parts, treatments, and sequelae (secondary conditions).</p>\n<p>This folder provides full CRUD operations for both injury records and injury detail records. Injury details can be added manually or by supplying ICD (diagnosis) or CPT (procedure) codes for automatic lookup and population. Reference data endpoints are included for body parts, treatments, sequelae, and injury names. Use the <code>FilteredCaseinjury</code> endpoint for date-range-based bulk retrieval across all cases.</p>\n","_postman_id":"544bd9b1-246d-46ff-9406-35e936528de4"},{"name":"Insurance","item":[{"name":"byCaseNumber","id":"a2064caf-396b-4d37-ae3e-1f301d5fe8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/insurance/byCaseNumber?CaseNumber=9000002&Party=D&AddContactInfo=false","description":"<p>Retrieves all insurance records for a specific case, identified by case number, filtered by party type.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/insurance/byCaseNumber</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>CaseNumber</code> <em>(required)</em> — The human-readable case number (e.g., <code>9000002</code>).</li>\n<li><code>Party</code> <em>(required)</em> — The party type to filter by: <code>D</code> for defendant, <code>P</code> for plaintiff.</li>\n<li><code>AddContactInfo</code> — Whether to include contact information for the insured party (<code>true</code> or <code>false</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of insurance records for the specified case and party type.</p>\n","urlObject":{"path":["case","insurance","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"Party","value":"D"},{"key":"AddContactInfo","value":"false"}],"variable":[]}},"response":[{"id":"e3ea767f-3829-4c48-89b1-d269e4e95e1c","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/insurance/byCaseNumber?CaseNumber=9000002&Party=P&AddContactInfo=false","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","insurance","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"Party","value":"P"},{"key":"AddContactInfo","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1933"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 20 Sep 2023 15:55:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"insuranceID\": 317400,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"role\": \"(P)-Point of Contact\",\n            \"contactID\": 1695568,\n            \"primary\": true,\n            \"primaryContact\": true,\n            \"comments\": \"Updated comment1\",\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": 1\n        },\n        \"primary\": false,\n        \"insurance\": {\n            \"uniqueContactId\": 24250,\n            \"name\": \"State Insurance Fund\",\n            \"address1\": \"199 Church Street\",\n            \"address2\": \"\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"zip\": \"10007\",\n            \"contactTypeId\": 7,\n            \"contactType\": \"Insurance Company\",\n            \"comments\": \"O-\",\n            \"isDeleted\": false,\n            \"county\": \"New York\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"adjuster\": {\n            \"uniqueContactId\": 1394274,\n            \"firstName\": \"Cynthia\",\n            \"lastName\": \"Jones\",\n            \"address1\": \"199 Church Street\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"zip\": \"10007\",\n            \"contactTypeId\": 20,\n            \"contactType\": \"Adjuster\",\n            \"isDeleted\": false,\n            \"county\": \"New York\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"selfInsured\": true,\n        \"policyStartDate\": \"2023-02-06T00:00:00\",\n        \"policyEndDate\": \"2024-06-13T00:00:00\",\n        \"groupNumber\": \"asd1231\",\n        \"idNumber\": \"123123\",\n        \"insuranceType\": \"Occupational Insurance\",\n        \"claimNo\": \"123123\",\n        \"policyNo\": \"frfr234234\",\n        \"coverageAmount\": 12113000,\n        \"selfInsuredAmount\": 1231223,\n        \"deductible\": 2313,\n        \"policyLimit\": 1222,\n        \"policyLimitUp\": 300000,\n        \"umPolicyLimit\": 112223445,\n        \"umPolicyLimitUp\": 11234,\n        \"umDeductible\": 123,\n        \"thirdPartyInsurance\": {\n            \"uniqueContactId\": 2260,\n            \"name\": \"Cooper, Jerome, Esq.\",\n            \"address1\": \"165-25 147th Avenue\",\n            \"address2\": \"\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zip\": \"11434\",\n            \"contactTypeId\": 12,\n            \"contactType\": \"Law Firm\",\n            \"isDeleted\": false,\n            \"county\": \"Queens\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"thirdPartyAdjuster\": {\n            \"uniqueContactId\": 1693124,\n            \"firstName\": \"test123\",\n            \"lastName\": \"test123\",\n            \"address1\": \"165-25 147th Avenue\",\n            \"address2\": \"\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zip\": \"11434\",\n            \"contactTypeId\": 20,\n            \"contactType\": \"Adjuster\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"thirdPartyClaimNo\": \"2we3\",\n        \"comments\": \"plaintiff insurance\"\n    }\n]"}],"_postman_id":"a2064caf-396b-4d37-ae3e-1f301d5fe8fd"},{"name":"byCaseID","id":"4466f924-9905-4414-8e40-d95e81a249d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=D&AddContactInfo=false","description":"<p>Retrieves all insurance records for a specific case, identified by the internal case ID, filtered by party type.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Party</code> <em>(required)</em> — The party type to filter by: <code>D</code> for defendant, <code>P</code> for plaintiff.</li>\n<li><code>AddContactInfo</code> — Whether to include contact information for the insured party (<code>true</code> or <code>false</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of insurance records for the specified case and party type.</p>\n","urlObject":{"path":["case","516718","insurance"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Party","value":"D"},{"key":"AddContactInfo","value":"false"}],"variable":[]}},"response":[{"id":"888920ec-7401-4288-a7d1-23c0b46f6e02","name":"byCaseID-defendant","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=D&AddContactInfo=false","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","insurance"],"query":[{"key":"Party","value":"D"},{"key":"AddContactInfo","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1470"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 20 Sep 2023 16:07:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"insuranceID\": 317399,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"defendant\": {\n            \"id\": 813339,\n            \"name\": \"Begemot incorporated 1\",\n            \"roleID\": 18330,\n            \"role\": \"(D)-Default Role\",\n            \"contactID\": 287522,\n            \"primary\": true,\n            \"markedAsRemoved\": false,\n            \"client\": false\n        },\n        \"insured\": {\n            \"uniqueContactId\": 111,\n            \"firstName\": \"Yuriy\",\n            \"lastName\": \"Nikulin &Co\",\n            \"otherName\": \"\",\n            \"address1\": \"123 William Street\",\n            \"address2\": \"suite 2121\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zip\": \"11421\",\n            \"contactNumber\": \"(267) 772-1811\",\n            \"contactTypeId\": 18,\n            \"contactType\": \"Police Officer\",\n            \"comments\": \"\",\n            \"isDeleted\": false,\n            \"county\": \"Queens\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"primary\": true,\n        \"insurance\": {\n            \"uniqueContactId\": 21049,\n            \"name\": \"Affinity Health Plan\",\n            \"otherName\": \"\",\n            \"address1\": \"One Fordham Plaza\",\n            \"address2\": \"\",\n            \"city\": \"Bronx\",\n            \"state\": \"NY\",\n            \"zip\": \"10458\",\n            \"contactEmail\": \"dff@fbhfg.ggg\",\n            \"contactTypeId\": 7,\n            \"contactType\": \"Insurance Company\",\n            \"comments\": \"O-oo\",\n            \"isDeleted\": false,\n            \"county\": \"Bronx\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"adjuster\": {\n            \"uniqueContactId\": 1696413,\n            \"firstName\": \"Sam\",\n            \"lastName\": \"Slomo\",\n            \"otherName\": \"\",\n            \"address1\": \"One Fordham Plaza\",\n            \"address2\": \"\",\n            \"city\": \"Bronx\",\n            \"state\": \"NY\",\n            \"zip\": \"10458\",\n            \"contactEmail\": \"grfd@rdgrdg.jddj\",\n            \"contactTypeId\": 20,\n            \"contactType\": \"Adjuster\",\n            \"comments\": \"\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"selfInsured\": false,\n        \"policyStartDate\": \"2023-06-04T00:00:00\",\n        \"policyEndDate\": \"2023-06-13T00:00:00\",\n        \"groupNumber\": \"GBo123\",\n        \"insuranceType\": \"Collision\",\n        \"claimNo\": \"564654\",\n        \"policyNo\": \"552565\",\n        \"comments\": \"test\"\n    }\n]"},{"id":"57aa6af9-3b08-4118-bb2f-ca12f595cd90","name":"byCaseID-plaintiff","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=P&AddContactInfo=false","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","insurance"],"query":[{"key":"Party","value":"P"},{"key":"AddContactInfo","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1933"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 20 Sep 2023 16:08:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"insuranceID\": 317400,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"role\": \"(P)-Point of Contact\",\n            \"contactID\": 1695568,\n            \"primary\": true,\n            \"primaryContact\": true,\n            \"comments\": \"Updated comment1\",\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": 1\n        },\n        \"primary\": false,\n        \"insurance\": {\n            \"uniqueContactId\": 24250,\n            \"name\": \"State Insurance Fund\",\n            \"address1\": \"199 Church Street\",\n            \"address2\": \"\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"zip\": \"10007\",\n            \"contactTypeId\": 7,\n            \"contactType\": \"Insurance Company\",\n            \"comments\": \"O-\",\n            \"isDeleted\": false,\n            \"county\": \"New York\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"adjuster\": {\n            \"uniqueContactId\": 1394274,\n            \"firstName\": \"Cynthia\",\n            \"lastName\": \"Jones\",\n            \"address1\": \"199 Church Street\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"zip\": \"10007\",\n            \"contactTypeId\": 20,\n            \"contactType\": \"Adjuster\",\n            \"isDeleted\": false,\n            \"county\": \"New York\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"selfInsured\": true,\n        \"policyStartDate\": \"2023-02-06T00:00:00\",\n        \"policyEndDate\": \"2024-06-13T00:00:00\",\n        \"groupNumber\": \"asd1231\",\n        \"idNumber\": \"123123\",\n        \"insuranceType\": \"Occupational Insurance\",\n        \"claimNo\": \"123123\",\n        \"policyNo\": \"frfr234234\",\n        \"coverageAmount\": 12113000,\n        \"selfInsuredAmount\": 1231223,\n        \"deductible\": 2313,\n        \"policyLimit\": 1222,\n        \"policyLimitUp\": 300000,\n        \"umPolicyLimit\": 112223445,\n        \"umPolicyLimitUp\": 11234,\n        \"umDeductible\": 123,\n        \"thirdPartyInsurance\": {\n            \"uniqueContactId\": 2260,\n            \"name\": \"Cooper, Jerome, Esq.\",\n            \"address1\": \"165-25 147th Avenue\",\n            \"address2\": \"\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zip\": \"11434\",\n            \"contactTypeId\": 12,\n            \"contactType\": \"Law Firm\",\n            \"isDeleted\": false,\n            \"county\": \"Queens\",\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"thirdPartyAdjuster\": {\n            \"uniqueContactId\": 1693124,\n            \"firstName\": \"test123\",\n            \"lastName\": \"test123\",\n            \"address1\": \"165-25 147th Avenue\",\n            \"address2\": \"\",\n            \"city\": \"Jamaica\",\n            \"state\": \"NY\",\n            \"zip\": \"11434\",\n            \"contactTypeId\": 20,\n            \"contactType\": \"Adjuster\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"locked\": false\n        },\n        \"thirdPartyClaimNo\": \"2we3\",\n        \"comments\": \"plaintiff insurance\"\n    }\n]"}],"_postman_id":"4466f924-9905-4414-8e40-d95e81a249d5"},{"name":"InsuranceInfo","id":"6fe0a092-8173-43ef-a7f6-35d838316750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317400","description":"<p>Retrieves the details of a single insurance record by its unique insurance ID within a specific case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance/{insuranceID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>insuranceID</code> <em>(required)</em> — The unique numeric ID of the insurance record (e.g., <code>317400</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A single insurance record object with full details including policy number, coverage limits, insurer information, and party designation.</p>\n","urlObject":{"path":["case","516718","insurance","317400"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c379643b-b86e-45b0-be99-4fbbb189b61e","name":"InsuranceInfo","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317400"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2096"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 11 Dec 2025 15:45:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"insuranceID\": 317400,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"roleID\": 19707,\n        \"role\": \"(P)-Point of Contact\",\n        \"contactID\": 1695568,\n        \"primary\": true,\n        \"primaryContact\": false,\n        \"comments\": \"Updated comment1\",\n        \"missing\": false,\n        \"markedAsRemoved\": false,\n        \"client\": true,\n        \"group\": 1,\n        \"tableType\": \"Main\"\n    },\n    \"primary\": false,\n    \"insurance\": {\n        \"uniqueContactId\": 24250,\n        \"name\": \"State Insurance Fund\",\n        \"address1\": \"199 Church Street\",\n        \"address2\": \"\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"adjuster\": {\n        \"uniqueContactId\": 1394274,\n        \"firstName\": \"Cynthia\",\n        \"lastName\": \"Jones\",\n        \"address1\": \"199 Church Street\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"selfInsured\": true,\n    \"carrierHasLien\": false,\n    \"coverageDenied\": false,\n    \"policyStartDate\": \"2023-02-06T00:00:00\",\n    \"policyEndDate\": \"2024-06-13T00:00:00\",\n    \"groupNumber\": \"asd1231\",\n    \"idNumber\": \"123123\",\n    \"insuranceType\": \"Occupational Insurance\",\n    \"claimNo\": \"123123\",\n    \"policyNo\": \"frfr234234\",\n    \"coverageAmount\": 12113000,\n    \"selfInsuredAmount\": 1231223,\n    \"deductible\": 2313,\n    \"policyLimit\": 1222,\n    \"policyLimitUp\": 300000,\n    \"umPolicyLimit\": 112223445,\n    \"umPolicyLimitUp\": 11234,\n    \"umDeductible\": 123,\n    \"thirdPartyInsurance\": {\n        \"uniqueContactId\": 2260,\n        \"name\": \"Cooper, Jerome, Esq.\",\n        \"otherName\": \"\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 12,\n        \"contactType\": \"Law Firm\",\n        \"comments\": \"lien comments contact card\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyAdjuster\": {\n        \"uniqueContactId\": 1693124,\n        \"firstName\": \"test123\",\n        \"lastName\": \"test123\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyClaimNo\": \"2we3\",\n    \"comments\": \"plaintiff insurance\"\n}"}],"_postman_id":"6fe0a092-8173-43ef-a7f6-35d838316750"},{"name":"Insert Insurance","id":"c1344a91-c7f1-46eb-b4df-8a64484612f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"defendant\": {\r\n            \"id\": 813339\r\n        },\r\n        \"insured\": {\r\n            \"uniqueContactId\": 111\r\n        },\r\n        \"primary\": true,\r\n        \"insurance\": {\r\n            \"uniqueContactId\": 21049\r\n        },\r\n        \"adjuster\": {\r\n            \"uniqueContactId\": 1696413\r\n        },\r\n        \"selfInsured\": false,\r\n        \"carrierHasLien\": false,\r\n        \"coverageDenied\": false,\r\n        \"policyStartDate\": \"2023-06-04T00:00:00\",\r\n        \"policyEndDate\": \"2023-06-13T00:00:00\",\r\n        \"groupNumber\": \"GBo123\",\r\n        \"claimNo\": \"564654\",\r\n        \"policyNo\": \"552565\",\r\n        \"comments\": \"test\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=D","description":"<p>Creates a new insurance record on a specific case for the designated party.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Party</code> <em>(required)</em> — The party type for the insurance record: <code>D</code> for defendant, <code>P</code> for plaintiff.</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> An insurance object containing the fields to populate for the new record, such as insurer name, policy number, coverage type, and coverage limits.</p>\n<p><strong>Returns:</strong> The newly created insurance record, including the system-assigned insurance ID.</p>\n","urlObject":{"path":["case","516718","insurance"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Party","value":"D"}],"variable":[]}},"response":[{"id":"bfdbebfd-b81b-4bd2-9632-5bcdb6faeb2e","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"insuranceID\": 317400,\r\n    \"caseID\": 516718,\r\n    \"caseNumber\": \"9000002\",\r\n    \"defendant\": {\r\n        \"id\": 622470\r\n    },\r\n    \"primary\": true,\r\n    \"insurance\": {\r\n        \"uniqueContactId\": 24250\r\n    },\r\n    \"adjuster\": {\r\n        \"uniqueContactId\": 1394274\r\n    },\r\n    \"selfInsured\": true,\r\n    \"carrierHasLien\": false,\r\n    \"coverageDenied\": false,\r\n    \"policyStartDate\": \"2025-01-01T00:00:00\",\r\n    \"policyEndDate\": \"2025-12-31T00:00:00\",\r\n    \"groupNumber\": \"asd1231\",\r\n    \"idNumber\": \"123123\",\r\n    \"type\": {\r\n        \"id\": 1\r\n    },\r\n    \"claimNo\": \"123123\",\r\n    \"policyNo\": \"frfr234234\",\r\n    \"coverageAmount\": 12113000.00,\r\n    \"selfInsuredAmount\": 1231223.00,\r\n    \"deductible\": 2313.00,\r\n    \"policyLimit\": 1222.00,\r\n    \"policyLimitUp\": 300000.00,\r\n    \"umPolicyLimit\": 112223445.00,\r\n    \"umPolicyLimitUp\": 11234.00,\r\n    \"umDeductible\": 123.00,\r\n    \"thirdPartyInsurance\": {\r\n        \"uniqueContactId\": 2260\r\n    },\r\n    \"thirdPartyAdjuster\": {\r\n        \"uniqueContactId\": 1693124\r\n    },\r\n    \"thirdPartyClaimNo\": \"2we3\",\r\n    \"comments\": \"plaintiff insurance\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=P","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","insurance"],"query":[{"key":"Party","value":"P"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2091"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 11 Dec 2025 16:07:29 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"insuranceID\": 317551,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"roleID\": 19707,\n        \"role\": \"(P)-Point of Contact\",\n        \"contactID\": 1695568,\n        \"primary\": true,\n        \"primaryContact\": false,\n        \"comments\": \"Updated comment1\",\n        \"missing\": false,\n        \"markedAsRemoved\": false,\n        \"client\": true,\n        \"group\": 1,\n        \"tableType\": \"Main\"\n    },\n    \"primary\": true,\n    \"insurance\": {\n        \"uniqueContactId\": 24250,\n        \"name\": \"State Insurance Fund\",\n        \"address1\": \"199 Church Street\",\n        \"address2\": \"\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"adjuster\": {\n        \"uniqueContactId\": 1394274,\n        \"firstName\": \"Cynthia\",\n        \"lastName\": \"Jones\",\n        \"address1\": \"199 Church Street\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"selfInsured\": true,\n    \"carrierHasLien\": false,\n    \"coverageDenied\": false,\n    \"policyStartDate\": \"2025-01-01T00:00:00\",\n    \"policyEndDate\": \"2025-12-31T00:00:00\",\n    \"groupNumber\": \"asd1231\",\n    \"idNumber\": \"123123\",\n    \"insuranceType\": \"Uninsured Motorist\",\n    \"claimNo\": \"123123\",\n    \"policyNo\": \"frfr234234\",\n    \"coverageAmount\": 12113000,\n    \"selfInsuredAmount\": 1231223,\n    \"deductible\": 2313,\n    \"policyLimit\": 1222,\n    \"policyLimitUp\": 300000,\n    \"umPolicyLimit\": 112223445,\n    \"umPolicyLimitUp\": 11234,\n    \"umDeductible\": 123,\n    \"thirdPartyInsurance\": {\n        \"uniqueContactId\": 2260,\n        \"name\": \"Cooper, Jerome, Esq.\",\n        \"otherName\": \"\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 12,\n        \"contactType\": \"Law Firm\",\n        \"comments\": \"lien comments contact card\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyAdjuster\": {\n        \"uniqueContactId\": 1693124,\n        \"firstName\": \"test123\",\n        \"lastName\": \"test123\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyClaimNo\": \"2we3\",\n    \"comments\": \"plaintiff insurance\"\n}"},{"id":"9824e7d0-bf57-4add-909c-6de0942faedb","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"defendant\": {\r\n            \"id\": 813339\r\n        },\r\n        \"insured\": {\r\n            \"uniqueContactId\": 111\r\n        },\r\n        \"primary\": true,\r\n        \"insurance\": {\r\n            \"uniqueContactId\": 21049\r\n        },\r\n        \"adjuster\": {\r\n            \"uniqueContactId\": 1696413\r\n        },\r\n        \"selfInsured\": false,\r\n        \"carrierHasLien\": false,\r\n        \"coverageDenied\": false,\r\n        \"policyStartDate\": \"2023-06-04T00:00:00\",\r\n        \"policyEndDate\": \"2023-06-13T00:00:00\",\r\n        \"groupNumber\": \"GBo123\",\r\n        \"insuranceType\": \"Collision\",\r\n        \"claimNo\": \"564654\",\r\n        \"policyNo\": \"552565\",\r\n        \"comments\": \"test\"\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance?Party=D","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","insurance"],"query":[{"key":"Party","value":"D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1533"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Thu, 11 Dec 2025 16:43:51 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"insuranceID\": 317552,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"defendant\": {\n        \"id\": 813339,\n        \"name\": \"Begemot incorporated 1\",\n        \"roleID\": 18330,\n        \"role\": \"(D)-Default Role\",\n        \"contactID\": 287522,\n        \"primary\": true,\n        \"markedAsRemoved\": false,\n        \"client\": false\n    },\n    \"insured\": {\n        \"uniqueContactId\": 111,\n        \"firstName\": \"Yuriy\",\n        \"lastName\": \"Nikulin &Co\",\n        \"otherName\": \"\",\n        \"address1\": \"123 William Street\",\n        \"address2\": \"suite 2121\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11421\",\n        \"contactNumber\": \"(267) 772-1811\",\n        \"contactTypeId\": 18,\n        \"contactType\": \"Police Officer\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"primary\": true,\n    \"insurance\": {\n        \"uniqueContactId\": 21049,\n        \"name\": \"Affinity Health Plan\",\n        \"otherName\": \"\",\n        \"address1\": \"One Fordham Plaza\",\n        \"address2\": \"\",\n        \"city\": \"Bronx\",\n        \"state\": \"NY\",\n        \"zip\": \"10458\",\n        \"contactEmail\": \"dff@fbhfg.ggg\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-oo\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Bronx\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"adjuster\": {\n        \"uniqueContactId\": 1696413,\n        \"firstName\": \"Sam\",\n        \"lastName\": \"Slomo\",\n        \"otherName\": \"\",\n        \"address1\": \"One Fordham Plaza\",\n        \"address2\": \"\",\n        \"city\": \"Bronx\",\n        \"state\": \"NY\",\n        \"zip\": \"10458\",\n        \"contactEmail\": \"grfd@rdgrdg.jddj\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"   -  -\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"selfInsured\": false,\n    \"carrierHasLien\": false,\n    \"coverageDenied\": false,\n    \"policyStartDate\": \"2023-06-04T00:00:00\",\n    \"policyEndDate\": \"2023-06-13T00:00:00\",\n    \"groupNumber\": \"GBo123\",\n    \"claimNo\": \"564654\",\n    \"policyNo\": \"552565\",\n    \"comments\": \"test\"\n}"}],"_postman_id":"c1344a91-c7f1-46eb-b4df-8a64484612f2"},{"name":"Update Insurance","id":"1f07e4c8-f821-44c5-b2ef-037be8c4a4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"primary\": true,\r\n    \"insurance\": {\r\n        \"uniqueContactId\": 24250\r\n    },\r\n    \"adjuster\": {\r\n        \"uniqueContactId\": 1394274\r\n    },\r\n    \"selfInsured\": true,\r\n    \"carrierHasLien\": false,\r\n    \"coverageDenied\": false,\r\n    \"policyStartDate\": \"2025-01-01T00:00:00\",\r\n    \"policyEndDate\": \"2025-12-31T00:00:00\",\r\n    \"groupNumber\": \"asd1231\",\r\n    \"idNumber\": \"123123\",\r\n    \"type\": {\r\n        \"id\": 1\r\n    },\r\n    \"claimNo\": \"123123\",\r\n    \"policyNo\": \"frfr234234\",\r\n    \"coverageAmount\": 12113000.00,\r\n    \"selfInsuredAmount\": 1231223.00,\r\n    \"deductible\": 2313.00,\r\n    \"policyLimit\": 1222.00,\r\n    \"policyLimitUp\": 300000.00,\r\n    \"umPolicyLimit\": 112223445.00,\r\n    \"umPolicyLimitUp\": 11234.00,\r\n    \"umDeductible\": 123.00,\r\n    \"thirdPartyInsurance\": {\r\n        \"uniqueContactId\": 2260\r\n    },\r\n    \"thirdPartyAdjuster\": {\r\n        \"uniqueContactId\": 1693124\r\n    },\r\n    \"thirdPartyClaimNo\": \"2we3\",\r\n    \"comments\": \"plaintiff insurance\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317551?Party=P","description":"<p>Fully replaces an existing insurance record with the provided data. All fields must be supplied; any omitted fields may be cleared.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance/{insuranceID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>insuranceID</code> <em>(required)</em> — The unique numeric ID of the insurance record to replace (e.g., <code>317551</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Party</code> <em>(required)</em> — The party type for the insurance record: <code>D</code> for defendant, <code>P</code> for plaintiff (e.g., <code>P</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A complete insurance object with all fields to be set.</p>\n<p><strong>Returns:</strong> The updated insurance record reflecting all applied changes.</p>\n","urlObject":{"path":["case","516718","insurance","317551"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Party","value":"P"}],"variable":[]}},"response":[],"_postman_id":"1f07e4c8-f821-44c5-b2ef-037be8c4a4b3"},{"name":"Update Insurance","id":"492b2868-5b26-4ed6-a9be-331b77545f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/policyNo\",\r\n    \"value\": \"321\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317551?Party=P","description":"<p>Partially updates an existing insurance record. Only the fields included in the request body will be modified; all other fields remain unchanged.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance/{insuranceID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>insuranceID</code> <em>(required)</em> — The unique numeric ID of the insurance record to update (e.g., <code>317551</code>).</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Party</code> <em>(required)</em> — The party type for the insurance record: <code>D</code> for defendant, <code>P</code> for plaintiff (e.g., <code>P</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A partial insurance object containing only the fields to be updated.</p>\n<p><strong>Returns:</strong> The updated insurance record reflecting the applied changes.</p>\n","urlObject":{"path":["case","516718","insurance","317551"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Party","value":"P"}],"variable":[]}},"response":[{"id":"e70a1c85-b9ce-456c-94b2-bef99cb2f105","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/policyNo\",\r\n    \"value\": \"321\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317551?Party=P","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","insurance","317551"],"query":[{"key":"Party","value":"P"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2047"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 16:51:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"insuranceID\": 317551,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"roleID\": 19707,\n        \"role\": \"(P)-Point of Contact\",\n        \"contactID\": 1695568,\n        \"primary\": true,\n        \"primaryContact\": false,\n        \"comments\": \"Updated comment1\",\n        \"missing\": false,\n        \"markedAsRemoved\": false,\n        \"client\": true,\n        \"group\": 1,\n        \"tableType\": \"Main\"\n    },\n    \"primary\": true,\n    \"insurance\": {\n        \"uniqueContactId\": 24250,\n        \"name\": \"State Insurance Fund\",\n        \"address1\": \"199 Church Street\",\n        \"address2\": \"\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 7,\n        \"contactType\": \"Insurance Company\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"adjuster\": {\n        \"uniqueContactId\": 1394274,\n        \"firstName\": \"Cynthia\",\n        \"lastName\": \"Jones\",\n        \"address1\": \"199 Church Street\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10007\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"New York\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"selfInsured\": true,\n    \"carrierHasLien\": false,\n    \"coverageDenied\": false,\n    \"policyStartDate\": \"2025-01-01T00:00:00\",\n    \"policyEndDate\": \"2025-12-31T00:00:00\",\n    \"groupNumber\": \"asd1231\",\n    \"idNumber\": \"123123\",\n    \"claimNo\": \"123123\",\n    \"policyNo\": \"321\",\n    \"coverageAmount\": 12113000,\n    \"selfInsuredAmount\": 1231223,\n    \"deductible\": 2313,\n    \"policyLimit\": 1222,\n    \"policyLimitUp\": 300000,\n    \"umPolicyLimit\": 112223445,\n    \"umPolicyLimitUp\": 11234,\n    \"umDeductible\": 123,\n    \"thirdPartyInsurance\": {\n        \"uniqueContactId\": 2260,\n        \"name\": \"Cooper, Jerome, Esq.\",\n        \"otherName\": \"\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 12,\n        \"contactType\": \"Law Firm\",\n        \"comments\": \"lien comments contact card\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyAdjuster\": {\n        \"uniqueContactId\": 1693124,\n        \"firstName\": \"test123\",\n        \"lastName\": \"test123\",\n        \"address1\": \"165-25 147th Avenue\",\n        \"address2\": \"\",\n        \"city\": \"Jamaica\",\n        \"state\": \"NY\",\n        \"zip\": \"11434\",\n        \"contactTypeId\": 20,\n        \"contactType\": \"Adjuster\",\n        \"isDeleted\": false,\n        \"ssnNo\": \"\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    \"thirdPartyClaimNo\": \"2we3\",\n    \"comments\": \"plaintiff insurance\"\n}"}],"_postman_id":"492b2868-5b26-4ed6-a9be-331b77545f9a"},{"name":"Delete Insurance","id":"e8dccdaf-2e82-4897-8b9c-a35f96000e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317551","description":"<p>Deletes a specific insurance record from a case.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/insurance/{insuranceID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> <em>(required)</em> — The unique numeric ID of the case (e.g., <code>516718</code>).</li>\n<li><code>insuranceID</code> <em>(required)</em> — The unique numeric ID of the insurance record to delete (e.g., <code>317551</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This operation is irreversible.</p>\n","urlObject":{"path":["case","516718","insurance","317551"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"da1abb89-2f49-4ea1-9ba7-3dc94a5ee5f1","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/insurance/317551"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 11 Dec 2025 16:53:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e8dccdaf-2e82-4897-8b9c-a35f96000e80"},{"name":"Insurance Types","id":"42ed8d7f-c684-45b4-8b54-04bf7cbf281f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/insurance/types","description":"<p>Retrieves the list of available insurance types that can be assigned to insurance records. Insurance types classify the nature of the coverage (e.g., auto liability, medical payments, uninsured motorist).</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/insurance/types</code></p>\n<p><strong>Returns:</strong> An array of insurance type objects, each containing a type ID and display name. Use these values when creating or updating insurance records.</p>\n","urlObject":{"path":["case","insurance","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"cf196013-97e1-4b45-8298-73ea1612539c","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/insurance/types"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1372"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:04:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Uninsured Motorist\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Home Owner\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"No Fault Primary\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"No Fault Secondary\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"No Fault Supplemental\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"UM/SUM Primary\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"UM/SUM Secondary\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Collision\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Workers Compensation\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Med Pay\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Plaintiff Self Insured\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Liability Primary\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Liability Secondary\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Liability Excess Primary\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Liability Excess Secondary\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Property Damage\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Defendant Self Insured\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Disability\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Medicare\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Medicaid\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Underinsured Motorist\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"No Fault Household policy\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"UM/SUM\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Flood\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Fire\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Commercial\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Liability Disclaimed\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Insurance Canceled\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"Insurance Denied\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Not In Effect\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Occupational Insurance\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"_aaa\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"BB1\"\n    }\n]"}],"_postman_id":"42ed8d7f-c684-45b4-8b54-04bf7cbf281f"}],"id":"95fda825-0bfe-4df2-b32f-865c9d17a8d3","description":"<p>Endpoints for managing insurance records associated with cases in the CaseSync API. Insurance records track policy information for both plaintiff (<code>P</code>) and defendant (<code>D</code>) parties, including insurer details, policy numbers, coverage types, and coverage limits.</p>\n<p>The <code>Party</code> query parameter is required on most write operations to designate whether the insurance record belongs to the plaintiff or defendant side of the case. Use the Insurance Types reference endpoint to retrieve valid coverage type values for use when creating or updating records.</p>\n","_postman_id":"95fda825-0bfe-4df2-b32f-865c9d17a8d3"},{"name":"Liens","item":[{"name":"LienHistory","item":[{"name":"GetLienDetails","id":"d413d2c3-8ed9-4ba8-866e-a39d22f0ee0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history","description":"<p>Retrieves the full history of a specific lien, returning all historical records associated with the given lien ID.</p>\n","urlObject":{"path":["case","lien","7469","history"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"50ce4fa3-3578-4423-bdee-42371d9da180","name":"GetLienDetails","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"784"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:27:38 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lienDetailID\": 683146,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"lienDate\": \"2024-09-04T00:00:00\",\n        \"methodService\": {\n            \"id\": 3,\n            \"description\": \"Fax\"\n        },\n        \"unconfirmedAmount\": 100,\n        \"confirmedAmount\": 200,\n        \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\n        \"lienType\": {\n            \"id\": 3,\n            \"description\": \"Assignment\"\n        },\n        \"isConfirmed\": 1,\n        \"firmStaff\": {\n            \"id\": 59,\n            \"name\": \"Alexander, Kelli A.\",\n            \"contactID\": 111103\n        },\n        \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\n        \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\n        \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\n        \"clientRespondedDate\": \"2024-09-04T00:00:00\",\n        \"comments\": \"test\",\n        \"waived\": true,\n        \"createdDate\": \"2024-09-04T10:19:00-04:00\",\n        \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\n        \"serviceDateFrom\": \"2024-09-04T00:00:00\",\n        \"serviceDateTo\": \"2024-08-07T00:00:00\",\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [\n            2186665\n        ]\n    }\n]"}],"_postman_id":"d413d2c3-8ed9-4ba8-866e-a39d22f0ee0b"},{"name":"GetLienDetail","id":"31375131-1d89-41f6-900e-4d5c303ec1ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history/683146","description":"<p>Retrieves a single lien history record by its history entry ID for the specified lien.</p>\n","urlObject":{"path":["case","lien","7469","history","683146"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ddb520b3-9961-4930-9477-5684e727db1f","name":"GetCaseLienDetails","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history/683146"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"782"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:32:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienDetailID\": 683146,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"lienDate\": \"2024-09-04T00:00:00\",\n    \"methodService\": {\n        \"id\": 3,\n        \"description\": \"Fax\"\n    },\n    \"unconfirmedAmount\": 100,\n    \"confirmedAmount\": 200,\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"isConfirmed\": 1,\n    \"firmStaff\": {\n        \"id\": 59,\n        \"name\": \"Alexander, Kelli A.\",\n        \"contactID\": 111103\n    },\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\n    \"comments\": \"test\",\n    \"waived\": true,\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\n    \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\n    \"dontPayAtSettlement\": false,\n    \"documentIDs\": [\n        2186665\n    ]\n}"}],"_postman_id":"31375131-1d89-41f6-900e-4d5c303ec1ab"},{"name":"InsertLienDetails","id":"dfce931e-3ba6-479f-85ac-4b150b00f8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lienDetailID\": 683146,\r\n    \"lienDate\": \"2024-09-04T00:00:00\",\r\n    \"methodService\": {\r\n        \"id\": 3\r\n    },\r\n    \"unconfirmedAmount\": 100,\r\n    \"confirmedAmount\": 200,\r\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\r\n    \"lienType\": {\r\n        \"id\": 3\r\n    },\r\n    \"isConfirmed\": 1,\r\n    \"firmStaff\": {\r\n        \"id\": 59\r\n    },\r\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\r\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\r\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\r\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\r\n    \"comments\": \"test\",\r\n    \"waived\": true,\r\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\r\n    \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\r\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\r\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\r\n    \"dontPayAtSettlement\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history","description":"<p>Creates a new history entry for the specified lien. Provide the history details in the request body.</p>\n","urlObject":{"path":["case","lien","7469","history"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a858a733-5c66-4255-bb41-2e654789aaee","name":"InsertLienDetails","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lienDetailID\": 683146,\r\n    \"lienDate\": \"2024-09-04T00:00:00\",\r\n    \"methodService\": {\r\n        \"id\": 3\r\n    },\r\n    \"unconfirmedAmount\": 100,\r\n    \"confirmedAmount\": 200,\r\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\r\n    \"lienType\": {\r\n        \"id\": 3\r\n    },\r\n    \"isConfirmed\": 1,\r\n    \"firmStaff\": {\r\n        \"id\": 59\r\n    },\r\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\r\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\r\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\r\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\r\n    \"comments\": \"test\",\r\n    \"waived\": true,\r\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\r\n    \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\r\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\r\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\r\n    \"dontPayAtSettlement\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"732"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:36:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienDetailID\": 683147,\n    \"caseID\": 516718,\n    \"lienDate\": \"2024-09-04T00:00:00\",\n    \"methodService\": {\n        \"id\": 3,\n        \"description\": \"Fax\"\n    },\n    \"unconfirmedAmount\": 100,\n    \"confirmedAmount\": 200,\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"isConfirmed\": 1,\n    \"firmStaff\": {\n        \"id\": 59,\n        \"name\": \"Alexander, Kelli A.\",\n        \"contactID\": 111103\n    },\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\n    \"comments\": \"test\",\n    \"waived\": true,\n    \"createdDate\": \"2024-09-19T11:36:00-04:00\",\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\n    \"dontPayAtSettlement\": false,\n    \"documentIDs\": []\n}"}],"_postman_id":"dfce931e-3ba6-479f-85ac-4b150b00f8c7"},{"name":"UpdateLienDetails","id":"f8fb9785-7f08-44bd-8f5e-59d9b1d5a43b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lienDetailID\": 683146,\r\n    \"lienDate\": \"2024-09-04T00:00:00\",\r\n    \"methodService\": {\r\n        \"id\": 3\r\n    },\r\n    \"unconfirmedAmount\": 100,\r\n    \"confirmedAmount\": 200,\r\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\r\n    \"lienType\": {\r\n        \"id\": 3\r\n    },\r\n    \"isConfirmed\": 1,\r\n    \"firmStaff\": {\r\n        \"id\": 59\r\n    },\r\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\r\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\r\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\r\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\r\n    \"comments\": \"test\",\r\n    \"waived\": true,\r\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\r\n    \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\r\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\r\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\r\n    \"dontPayAtSettlement\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history","description":"<p>Performs a full update on an existing lien history record. All fields must be provided in the request body.</p>\n","urlObject":{"path":["case","lien","7469","history"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3b93363b-6cff-48f2-86be-fe88d13b4bf4","name":"UpdateLienDetails","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lienDetailID\": 683146,\r\n    \"lienDate\": \"2024-09-04T00:00:00\",\r\n    \"methodService\": {\r\n        \"id\": 3\r\n    },\r\n    \"unconfirmedAmount\": 100,\r\n    \"confirmedAmount\": 200,\r\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\r\n    \"lienType\": {\r\n        \"id\": 3\r\n    },\r\n    \"isConfirmed\": 1,\r\n    \"firmStaff\": {\r\n        \"id\": 59\r\n    },\r\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\r\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\r\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\r\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\r\n    \"comments\": \"test\",\r\n    \"waived\": true,\r\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\r\n    \"modifiedDate\": \"2024-09-04T10:26:00-04:00\",\r\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\r\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\r\n    \"dontPayAtSettlement\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"782"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:36:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienDetailID\": 683146,\n    \"caseID\": 516718,\n    \"lienDate\": \"2024-09-04T00:00:00\",\n    \"methodService\": {\n        \"id\": 3,\n        \"description\": \"Fax\"\n    },\n    \"unconfirmedAmount\": 100,\n    \"confirmedAmount\": 200,\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"isConfirmed\": 1,\n    \"firmStaff\": {\n        \"id\": 59,\n        \"name\": \"Alexander, Kelli A.\",\n        \"contactID\": 111103\n    },\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\n    \"comments\": \"test\",\n    \"waived\": true,\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\n    \"modifiedDate\": \"2024-09-19T11:37:00-04:00\",\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\n    \"dontPayAtSettlement\": false,\n    \"documentIDs\": [\n        2186665\n    ]\n}"}],"_postman_id":"f8fb9785-7f08-44bd-8f5e-59d9b1d5a43b"},{"name":"UpdateLienDetails","id":"2b890b57-d62d-4c51-879c-0f9494609999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/unconfirmedAmount\",\r\n    \"value\": 160.00\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history/683146","description":"<p>Performs a partial update on a specific lien history entry. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","lien","7469","history","683146"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7535489c-d907-4501-8ee2-af9bf7230434","name":"UpdateLienDetails","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/unconfirmedAmount\",\r\n    \"value\": 160.00\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/7469/history/683146"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"798"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 15:39:45 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienDetailID\": 683146,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"lienDate\": \"2024-09-04T00:00:00\",\n    \"methodService\": {\n        \"id\": 3,\n        \"description\": \"Fax\"\n    },\n    \"unconfirmedAmount\": 160,\n    \"confirmedAmount\": 200,\n    \"confirmationReceivedDate\": \"2024-09-10T00:00:00\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"isConfirmed\": 1,\n    \"firmStaff\": {\n        \"id\": 59,\n        \"name\": \"Alexander, Kelli A.\",\n        \"contactID\": 111103\n    },\n    \"itemizationRequestedDate\": \"2024-08-28T00:00:00\",\n    \"itemizationReceivedDate\": \"2024-09-02T00:00:00\",\n    \"clientNotifiedDate\": \"2024-08-29T00:00:00\",\n    \"clientRespondedDate\": \"2024-09-04T00:00:00\",\n    \"comments\": \"test\",\n    \"waived\": true,\n    \"createdDate\": \"2024-09-04T10:19:00-04:00\",\n    \"modifiedDate\": \"2025-02-27T10:40:00-05:00\",\n    \"serviceDateFrom\": \"2024-09-04T00:00:00\",\n    \"serviceDateTo\": \"2024-08-07T00:00:00\",\n    \"dontPayAtSettlement\": false,\n    \"documentIDs\": []\n}"}],"_postman_id":"2b890b57-d62d-4c51-879c-0f9494609999"}],"id":"67426c98-fb81-4efd-a542-1f5e92a4b65f","_postman_id":"67426c98-fb81-4efd-a542-1f5e92a4b65f","description":""},{"name":"Funding request","item":[{"name":"byCaseID","id":"8c7dd7f6-a617-446a-a8c2-430e12ddb995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest","description":"<p>Retrieves all funding requests associated with a specific case, identified by the case ID in the URL path.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"99e24b5b-7130-4585-bdd4-7921562ac3cf","name":"FundingRequest","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"629"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 12 Feb 2026 23:37:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundingRequestId\": 273,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lienor\": {\n            \"contactId\": 276167,\n            \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n        },\n        \"postSettlement\": false,\n        \"fundingDate\": \"2026-02-12T18:35:20.217\",\n        \"loanAmountRequested\": 2000,\n        \"priorFunding\": true,\n        \"priorFundingAmount\": 1000,\n        \"comments\": \"some funding comment\",\n        \"createdDate\": \"2026-02-12T18:36:17.83-05:00\",\n        \"isBuyout\": false,\n        \"priorCompany\": {\n            \"contactId\": 287781,\n            \"name\": \"Harris Health Smith Clinic\"\n        },\n        \"documentIDs\": [\n            2182084,\n            2182089,\n            2182094,\n            2182099,\n            2182104,\n            2182109,\n            2182270,\n            3172141,\n            3172143,\n            3172144\n        ]\n    }\n]"}],"_postman_id":"8c7dd7f6-a617-446a-a8c2-430e12ddb995"},{"name":"byCaseNumber","id":"ae702795-b224-48b0-b3f1-6bcac7508294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/fundingRequest/byCaseNumber?CaseNumber=9000002 ","description":"<p>Retrieves all funding requests for a case using the case number as a query parameter instead of the case ID.</p>\n","urlObject":{"path":["case","lien","fundingRequest","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002 "}],"variable":[]}},"response":[{"id":"ff28f6db-49b3-463e-83e5-a7f7a01930cc","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/fundingRequest/byCaseNumber?CaseNumber=9000002 ","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","lien","fundingRequest","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002 "}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"629"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 12 Feb 2026 23:40:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundingRequestId\": 273,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lienor\": {\n            \"contactId\": 276167,\n            \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n        },\n        \"postSettlement\": false,\n        \"fundingDate\": \"2026-02-12T18:35:20.217\",\n        \"loanAmountRequested\": 2000,\n        \"priorFunding\": true,\n        \"priorFundingAmount\": 1000,\n        \"comments\": \"some funding comment\",\n        \"createdDate\": \"2026-02-12T18:36:17.83-05:00\",\n        \"isBuyout\": false,\n        \"priorCompany\": {\n            \"contactId\": 287781,\n            \"name\": \"Harris Health Smith Clinic\"\n        },\n        \"documentIDs\": [\n            2182084,\n            2182089,\n            2182094,\n            2182099,\n            2182104,\n            2182109,\n            2182270,\n            3172141,\n            3172143,\n            3172144\n        ]\n    }\n]"}],"_postman_id":"ae702795-b224-48b0-b3f1-6bcac7508294"},{"name":"FundingRequest","id":"d09f8a27-eed3-4d30-b8c4-9397caa30668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/273","description":"<p>Retrieves the details of a specific funding request by its funding request ID within a given case.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest","273"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"971fa31e-2f86-4c96-ac8e-b87f3bfcf6e2","name":"FundingRequest","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/273"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"627"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Feb 2026 18:27:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingRequestId\": 273,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lienor\": {\n        \"contactId\": 276167,\n        \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n    },\n    \"postSettlement\": false,\n    \"fundingDate\": \"2026-02-12T18:35:20.217\",\n    \"loanAmountRequested\": 2000,\n    \"priorFunding\": true,\n    \"priorFundingAmount\": 1000,\n    \"comments\": \"some funding comment\",\n    \"createdDate\": \"2026-02-12T18:36:17.83-05:00\",\n    \"isBuyout\": false,\n    \"priorCompany\": {\n        \"contactId\": 287781,\n        \"name\": \"Harris Health Smith Clinic\"\n    },\n    \"documentIDs\": [\n        2182084,\n        2182089,\n        2182094,\n        2182099,\n        2182104,\n        2182109,\n        2182270,\n        3172141,\n        3172143,\n        3172144\n    ]\n}"}],"_postman_id":"d09f8a27-eed3-4d30-b8c4-9397caa30668"},{"name":"FilteredFundingRequests","id":"1208b240-edfb-4b0e-83f0-8ee853642dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2026-02-28T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/fundingRequest/byDatePaged","description":"<p>Retrieves a paginated list of funding requests filtered by date range. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","lien","fundingRequest","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2f878b18-875b-4bf9-98bc-0388ca53628b","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2026-02-28T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/fundingRequest/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Length","value":"1085"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Feb 2026 18:20:16 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"fundingRequestId\": 273,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lienor\": {\n            \"contactId\": 276167,\n            \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n        },\n        \"postSettlement\": false,\n        \"fundingDate\": \"2026-02-12T18:35:20.217\",\n        \"loanAmountRequested\": 2000,\n        \"priorFunding\": true,\n        \"priorFundingAmount\": 1000,\n        \"comments\": \"some funding comment\",\n        \"createdDate\": \"2026-02-12T18:36:17.83-05:00\",\n        \"isBuyout\": false,\n        \"priorCompany\": {\n            \"contactId\": 287781,\n            \"name\": \"Harris Health Smith Clinic\"\n        },\n        \"documentIDs\": [\n            2182084,\n            2182089,\n            2182094,\n            2182099,\n            2182104,\n            2182109,\n            2182270,\n            3172141,\n            3172143,\n            3172144\n        ]\n    },\n    {\n        \"fundingRequestId\": 272,\n        \"caseId\": 519837,\n        \"caseNumber\": \"4 - 000216\",\n        \"plaintiff\": {\n            \"id\": 627957,\n            \"name\": \"nnntest, 123\",\n            \"contactID\": 1699156\n        },\n        \"lienor\": {\n            \"contactId\": 247701,\n            \"name\": \"Ace Medical\"\n        },\n        \"postSettlement\": true,\n        \"fundingDate\": \"2026-01-30T04:57:36.703\",\n        \"priorFunding\": false,\n        \"createdDate\": \"2026-01-30T04:57:49.55-05:00\",\n        \"modifiedDate\": \"2026-02-02T10:08:59.1-05:00\",\n        \"isBuyout\": false,\n        \"priorCompany\": {\n            \"contactId\": 1698431,\n            \"name\": \"Novikov, Nikolay\"\n        },\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"1208b240-edfb-4b0e-83f0-8ee853642dae"},{"name":"InsertFundingRequest","id":"1419e7d5-dfe7-4a9b-a054-b0317ead1c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"lienor\": {\r\n        \"contactId\": 276167\r\n    },\r\n    \"postSettlement\": false,\r\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\r\n    \"loanAmountRequested\": 2000,\r\n    \"priorFunding\": true,\r\n    \"priorFundingAmount\": 1000,\r\n    \"comments\": \"some funding comment\",\r\n    \"isBuyout\": false,\r\n    \"priorCompany\": {\r\n        \"contactId\": 287781\r\n    },\r\n    \"documentIDs\": [\r\n        2182084\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest","description":"<p>Creates a new funding request for the specified case. Provide the funding request details in the request body.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b22be97e-2a36-4954-b501-97b8c0380d0e","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"lienor\": {\r\n        \"contactId\": 276167\r\n    },\r\n    \"postSettlement\": false,\r\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\r\n    \"loanAmountRequested\": 2000,\r\n    \"priorFunding\": true,\r\n    \"priorFundingAmount\": 1000,\r\n    \"comments\": \"some funding comment\",\r\n    \"isBuyout\": false,\r\n    \"priorCompany\": {\r\n        \"contactId\": 287781\r\n    },\r\n    \"documentIDs\": [\r\n        2182084\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"556"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Feb 2026 18:27:36 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingRequestId\": 274,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lienor\": {\n        \"contactId\": 276167,\n        \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n    },\n    \"postSettlement\": false,\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\n    \"loanAmountRequested\": 2000,\n    \"priorFunding\": true,\n    \"priorFundingAmount\": 1000,\n    \"comments\": \"some funding comment\",\n    \"createdDate\": \"2026-02-16T13:27:36.443-05:00\",\n    \"isBuyout\": false,\n    \"priorCompany\": {\n        \"contactId\": 287781,\n        \"name\": \"Harris Health Smith Clinic\"\n    },\n    \"documentIDs\": [\n        2182084\n    ]\n}"}],"_postman_id":"1419e7d5-dfe7-4a9b-a054-b0317ead1c05"},{"name":"UpdateFundingRequest","id":"1b863acf-75f9-4c5b-847e-4c1d456d795a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"lienor\": {\r\n        \"contactId\": 276167\r\n    },\r\n    \"postSettlement\": false,\r\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\r\n    \"loanAmountRequested\": 2000,\r\n    \"priorFunding\": true,\r\n    \"priorFundingAmount\": 1000,\r\n    \"comments\": \"Update full funding request \",\r\n    \"createdDate\": \"2026-02-16T13:27:36.443-05:00\",\r\n    \"isBuyout\": false\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274","description":"<p>Performs a full update on an existing funding request. All fields must be provided in the request body.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest","274"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"51cf7ad5-5a5e-4f86-9dae-91a00dbe6126","name":"UpdateFundingRequest","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"lienor\": {\r\n        \"contactId\": 276167\r\n    },\r\n    \"postSettlement\": false,\r\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\r\n    \"loanAmountRequested\": 2000,\r\n    \"priorFunding\": true,\r\n    \"priorFundingAmount\": 1000,\r\n    \"comments\": \"Update full funding request \",\r\n    \"createdDate\": \"2026-02-16T13:27:36.443-05:00\",\r\n    \"isBuyout\": false\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"532"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Feb 2026 18:33:29 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingRequestId\": 274,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lienor\": {\n        \"contactId\": 276167,\n        \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n    },\n    \"postSettlement\": false,\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\n    \"loanAmountRequested\": 2000,\n    \"priorFunding\": true,\n    \"priorFundingAmount\": 1000,\n    \"comments\": \"Update full funding request \",\n    \"createdDate\": \"2026-02-16T13:27:36.443-05:00\",\n    \"modifiedDate\": \"2026-02-16T13:33:12.513-05:00\",\n    \"isBuyout\": false,\n    \"documentIDs\": []\n}"}],"_postman_id":"1b863acf-75f9-4c5b-847e-4c1d456d795a"},{"name":"PatchFundingReqest","id":"6176e246-255d-4820-ab60-b60b4a82d798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"comments\",\r\n    \"value\": \"Update only comment\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274","description":"<p>Performs a partial update on a specific funding request. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest","274"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"89856c4a-2c12-4f8c-bd43-f22f782fdeb2","name":"PatchFundingReqest","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"comments\",\r\n    \"value\": \"Update only comment\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"523"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 16 Feb 2026 18:36:10 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundingRequestId\": 274,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lienor\": {\n        \"contactId\": 276167,\n        \"name\": \" Franciscan Orthopedic & Sports Medicine Associates\"\n    },\n    \"postSettlement\": false,\n    \"fundingDate\": \"2026-02-16T18:35:20.217\",\n    \"loanAmountRequested\": 2000,\n    \"priorFunding\": true,\n    \"priorFundingAmount\": 1000,\n    \"comments\": \"Update only comment\",\n    \"createdDate\": \"2026-02-16T13:27:36.443-05:00\",\n    \"modifiedDate\": \"2026-02-16T13:36:07.127-05:00\",\n    \"isBuyout\": false,\n    \"documentIDs\": []\n}"}],"_postman_id":"6176e246-255d-4820-ab60-b60b4a82d798"},{"name":"DeleteFundingRequest","id":"6077167d-6fd1-4513-b5db-cbfdf3a50443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274","description":"<p>Permanently deletes a specific funding request by its ID from the given case. This action cannot be undone.</p>\n","urlObject":{"path":["case","516718","lien","fundingRequest","274"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c89154b6-8e4d-4998-9408-6799cbe8d4b6","name":"DeleteFundingRequest","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/fundingRequest/274"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 16 Feb 2026 18:37:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6077167d-6fd1-4513-b5db-cbfdf3a50443"}],"id":"5a30aacb-78a6-4635-b74e-2ad18fe2203d","_postman_id":"5a30aacb-78a6-4635-b74e-2ad18fe2203d","description":""},{"name":"byCaseID","id":"86f86722-4c4b-4071-b980-4d2b534c9807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien","description":"<p>Retrieves all liens associated with a specific case. Use the case ID in the URL path to filter liens belonging to that case.</p>\n","urlObject":{"path":["case","516718","lien"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"189aefe5-5632-4a7a-ad9e-b60cfaca1402","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1077"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:15:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lienorID\": 7469,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"lienorType\": {\n            \"id\": 3,\n            \"description\": \"Assignment\"\n        },\n        \"lienor\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"contactPerson\": {\n            \"contactId\": 196832,\n            \"name\": \"Rivaoui, Mohammed\"\n        },\n        \"agent\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"agentPerson\": {\n            \"contactId\": 1696413,\n            \"name\": \"Slomo, Sam\"\n        },\n        \"negotiatedAmount\": 1,\n        \"confirmedAmount\": 200,\n        \"unconfirmedAmount\": 100,\n        \"policyReceipt\": 0,\n        \"erisa\": 0,\n        \"final\": false,\n        \"createdDate\": \"2024-08-28T10:13:00-04:00\",\n        \"modifiedDate\": \"2024-09-04T10:27:00-04:00\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        }\n    },\n    {\n        \"lienID\": 7471,\n        \"lienType\": {\n            \"id\": 3,\n            \"description\": \"Assignment\"\n        },\n        \"lienor\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"contactPerson\": {\n            \"contactId\": 196832,\n            \"name\": \"Rivaoui, Mohammed\"\n        },\n        \"agent\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"agentPerson\": {\n            \"contactId\": 1696413,\n            \"name\": \"Slomo, Sam\"\n        },\n        \"policyReceipt\": 0,\n        \"erisa\": 0,\n        \"final\": false,\n        \"createdDate\": \"2024-09-04T10:11:00-04:00\",\n        \"modifiedDate\": \"2024-09-04T10:12:00-04:00\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        }\n    }\n]"}],"_postman_id":"86f86722-4c4b-4071-b980-4d2b534c9807"},{"name":"GetLien","id":"4adaf9a4-5610-4412-b69e-8d5e0991af0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/7469","description":"<p>Retrieves the details of a specific lien by its lien ID within a given case.</p>\n","urlObject":{"path":["case","516718","lien","7469"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"fc2f1a1a-d3f5-4063-97c9-3cb8726303fa","name":"GetLien","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/7469"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"575"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:17:01 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienID\": 7469,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"lienor\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"contactPerson\": {\n        \"contactId\": 196832,\n        \"name\": \"Rivaoui, Mohammed\"\n    },\n    \"agent\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"agentPerson\": {\n        \"contactId\": 1696413,\n        \"name\": \"Slomo, Sam\"\n    },\n    \"negotiatedAmount\": 1,\n    \"confirmedAmount\": 200,\n    \"unconfirmedAmount\": 100,\n    \"policyReceipt\": 0,\n    \"erisa\": 0,\n    \"final\": false,\n    \"createdDate\": \"2024-08-28T10:13:00-04:00\",\n    \"modifiedDate\": \"2024-09-04T10:27:00-04:00\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    }\n}"}],"_postman_id":"4adaf9a4-5610-4412-b69e-8d5e0991af0f"},{"name":"InsertLien","id":"c2bd3bd7-48d8-4fd9-aa7b-ff1107cf65cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"lienType\": {\r\n            \"id\": 3\r\n        },\r\n        \"lienor\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"contactPerson\": {\r\n            \"contactId\": 196832            \r\n        },\r\n        \"agent\": {\r\n            \"contactId\": 230168            \r\n        },\r\n        \"agentPerson\": {\r\n            \"contactId\": 1696413            \r\n        },\r\n        \"policyReceipt\": 0,\r\n        \"erisa\": 0,\r\n        \"final\": false,\r\n        \"createdDate\": \"2024-08-28T10:13:00-04:00\",\r\n        \"plaintiff\": {\r\n            \"id\": 622470\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien","description":"<p>Creates a new lien record for the specified case. Provide the lien details in the request body.</p>\n","urlObject":{"path":["case","516718","lien"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"23694f48-ed9c-4b49-8b17-f1fe3733fa38","name":"InsertLien","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"lienType\": {\r\n            \"id\": 3\r\n        },\r\n        \"lienor\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"contactPerson\": {\r\n            \"contactId\": 196832            \r\n        },\r\n        \"agent\": {\r\n            \"contactId\": 230168            \r\n        },\r\n        \"agentPerson\": {\r\n            \"contactId\": 1696413            \r\n        },\r\n        \"policyReceipt\": 0,\r\n        \"erisa\": 0,\r\n        \"final\": false,\r\n        \"createdDate\": \"2024-08-28T10:13:00-04:00\",\r\n        \"plaintiff\": {\r\n            \"id\": 622470\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"456"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:18:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienID\": 7472,\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"lienor\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"contactPerson\": {\n        \"contactId\": 196832,\n        \"name\": \"Rivaoui, Mohammed\"\n    },\n    \"agent\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"agentPerson\": {\n        \"contactId\": 1696413,\n        \"name\": \"Slomo, Sam\"\n    },\n    \"policyReceipt\": 0,\n    \"erisa\": 0,\n    \"final\": false,\n    \"createdDate\": \"2024-09-19T11:19:00-04:00\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    }\n}"}],"_postman_id":"c2bd3bd7-48d8-4fd9-aa7b-ff1107cf65cc"},{"name":"UpdateLien","id":"e457a665-ed94-4580-aa25-6113cbf358a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"lienID\": 7469,\r\n        \"lienType\": {\r\n            \"id\": 3\r\n        },\r\n        \"lienor\": {\r\n            \"contactId\": 230168            \r\n        },\r\n        \"contactPerson\": {\r\n            \"contactId\": 196832            \r\n        },\r\n        \"agent\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"agentPerson\": {\r\n            \"contactId\": 1696413\r\n        },\r\n        \"policyReceipt\": 0,\r\n        \"erisa\": 0,\r\n        \"final\": false,\r\n        \"createdDate\": \"2024-08-28T10:13:00-04:00\",\r\n        \"plaintiff\": {\r\n            \"id\": 622470\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien","description":"<p>Performs a full update on an existing lien record for the specified case. All lien fields must be provided in the request body.</p>\n","urlObject":{"path":["case","516718","lien"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"226071c1-2f89-4016-9089-42109397f40f","name":"UpdateLien","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"lienID\": 7469,\r\n        \"lienType\": {\r\n            \"id\": 3\r\n        },\r\n        \"lienor\": {\r\n            \"contactId\": 230168            \r\n        },\r\n        \"contactPerson\": {\r\n            \"contactId\": 196832            \r\n        },\r\n        \"agent\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"agentPerson\": {\r\n            \"contactId\": 1696413\r\n        },\r\n        \"policyReceipt\": 0,\r\n        \"erisa\": 0,\r\n        \"final\": false,\r\n        \"createdDate\": \"2024-08-28T10:13:00-04:00\",\r\n        \"plaintiff\": {\r\n            \"id\": 622470\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"551"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:19:53 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienID\": 7469,\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"lienor\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"contactPerson\": {\n        \"contactId\": 196832,\n        \"name\": \"Rivaoui, Mohammed\"\n    },\n    \"agent\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"agentPerson\": {\n        \"contactId\": 1696413,\n        \"name\": \"Slomo, Sam\"\n    },\n    \"confirmedAmount\": 200,\n    \"unconfirmedAmount\": 100,\n    \"policyReceipt\": 0,\n    \"erisa\": 0,\n    \"final\": false,\n    \"createdDate\": \"2024-08-28T10:13:00-04:00\",\n    \"modifiedDate\": \"2024-09-19T11:20:00-04:00\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    }\n}"}],"_postman_id":"e457a665-ed94-4580-aa25-6113cbf358a6"},{"name":"UpdateLien","id":"37ef5d32-fb1c-47d7-9b79-f50800ce6f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"lienType/id\",\r\n    \"value\": 3\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/7469","description":"<p>Performs a partial update on a specific lien record. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","516718","lien","7469"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"eae32c2d-dfd9-4459-92d9-a16e2a7528d4","name":"UpdateLien","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"lienType/id\",\r\n    \"value\": 3\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/lien/7469"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"590"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 15:23:45 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"lienID\": 7469,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"lienType\": {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    \"lienor\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"contactPerson\": {\n        \"contactId\": 196832,\n        \"name\": \"Rivaoui, Mohammed\"\n    },\n    \"agent\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"agentPerson\": {\n        \"contactId\": 1696413,\n        \"name\": \"Slomo, Sam\"\n    },\n    \"confirmedAmount\": 400,\n    \"unconfirmedAmount\": 200,\n    \"policyReceipt\": 0,\n    \"erisa\": 0,\n    \"final\": false,\n    \"createdDate\": \"2024-08-28T10:13:00-04:00\",\n    \"modifiedDate\": \"2025-02-27T10:24:00-05:00\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    }\n}"}],"_postman_id":"37ef5d32-fb1c-47d7-9b79-f50800ce6f41"},{"name":"LienTypes","id":"f6d4f0da-c841-4229-ba96-71cff1d7ed70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/types","description":"<p>Retrieves the list of all available lien types. Use this endpoint to populate lien type dropdowns or validate lien type values.</p>\n","urlObject":{"path":["case","lien","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c3d73607-633e-43b4-8390-fb996a564d9e","name":"LienTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1792"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:00:13 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"description\": \"Assignment\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Excess PIP\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Hospital\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Medicaid\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Medicare\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"PIP Deductible\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Workers Compensation\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Health Insurance (PRI)\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Prior Atty Lien\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Disability\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Referring Attorney\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Doctor\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Restraining Notice/Order\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Public Assistance/SSI\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Plaintiff Support Services\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"Med Pay\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"Liability Primary\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"No Fault Primary\"\n    },\n    {\n        \"id\": 48,\n        \"description\": \"Commercial\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"No Fault Household policy\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"UM/SUM Secondary\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"UM/SUM Primary\"\n    },\n    {\n        \"id\": 52,\n        \"description\": \"Fire\"\n    },\n    {\n        \"id\": 53,\n        \"description\": \"Liability Excess Primary\"\n    },\n    {\n        \"id\": 54,\n        \"description\": \"UM/SUM\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"Defendant Self Insured\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"No Fault Secondary\"\n    },\n    {\n        \"id\": 57,\n        \"description\": \"Property Damage\"\n    },\n    {\n        \"id\": 58,\n        \"description\": \"No Fault Supplemental\"\n    },\n    {\n        \"id\": 59,\n        \"description\": \"Health Insurance\"\n    },\n    {\n        \"id\": 60,\n        \"description\": \"Collision\"\n    },\n    {\n        \"id\": 61,\n        \"description\": \"Home Owner\"\n    },\n    {\n        \"id\": 62,\n        \"description\": \"Liability Excess Secondary\"\n    },\n    {\n        \"id\": 63,\n        \"description\": \"Liability Secondary\"\n    },\n    {\n        \"id\": 64,\n        \"description\": \"Uninsured Motorist\"\n    },\n    {\n        \"id\": 65,\n        \"description\": \"Underinsured Motorist\"\n    },\n    {\n        \"id\": 66\n    },\n    {\n        \"id\": 67,\n        \"description\": \"Flood\"\n    },\n    {\n        \"id\": 68,\n        \"description\": \"Child Support\"\n    },\n    {\n        \"id\": 69,\n        \"description\": \"Plaintiff Pre-Settlement Funding\"\n    },\n    {\n        \"id\": 70,\n        \"description\": \"Plaintiff Settlement Funding\"\n    },\n    {\n        \"id\": 71,\n        \"description\": \"Funding Company\"\n    }\n]"}],"_postman_id":"f6d4f0da-c841-4229-ba96-71cff1d7ed70"},{"name":"LienServises","id":"cf9da263-b270-4e3f-b157-56436ef5ce4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/servises","description":"<p>Retrieves the list of all available lien services. Use this endpoint to populate lien service options when creating or updating a lien.</p>\n","urlObject":{"path":["case","lien","servises"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b710fb48-60f7-4ddf-b4d6-6a6cfda8c73c","name":"LienServises","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/servises"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"428"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:02:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Regular Mail\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Overnight Mail\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Fax\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"E-mail\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Personal Service\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Leave and Mail\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Nail and Mail\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Secretary of State\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Telephone\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Court Order \"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Certified Mail - RRR\"\n    }\n]"}],"_postman_id":"cf9da263-b270-4e3f-b157-56436ef5ce4b"},{"name":"LienStatuses","id":"b8c8b74b-d2c4-4529-8bc6-0db1228e47b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/statuses","description":"<p>Retrieves the list of all available lien statuses. Use this endpoint to populate status dropdowns or validate status values when managing liens.</p>\n","urlObject":{"path":["case","lien","statuses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a57dde5d-4f3f-4000-bfdc-3cd81d3f8dfb","name":"LienStatuses","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/lien/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"101"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Sep 2024 15:01:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Pending\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Satisfied\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Waived\"\n    }\n]"}],"_postman_id":"b8c8b74b-d2c4-4529-8bc6-0db1228e47b8"}],"id":"a8271467-307e-4a2a-93ee-a881ff112c91","description":"<p>The <strong>Liens</strong> folder contains all endpoints for managing liens associated with cases in the CaseSync API. It provides full CRUD operations for lien records, as well as lookup endpoints for lien types, services, and statuses.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Retrieve all liens for a case (<code>GET /case/{caseId}/lien</code>)</li>\n<li>Get a specific lien by ID (<code>GET /case/{caseId}/lien/{lienId}</code>)</li>\n<li>Create a new lien (<code>POST /case/{caseId}/lien</code>)</li>\n<li>Update a lien fully (<code>PUT</code>) or partially (<code>PATCH</code>)</li>\n<li>Look up reference data: lien types, services, and statuses</li>\n</ul>\n<p><strong>Sub-folders:</strong></p>\n<ul>\n<li><strong>LienHistory</strong> – Manage historical records for liens</li>\n<li><strong>Funding Request</strong> – Handle funding requests associated with liens</li>\n</ul>\n","_postman_id":"a8271467-307e-4a2a-93ee-a881ff112c91"},{"name":"Medical Providers","item":[{"name":"Visits","item":[{"name":"GetVisits","id":"9fcf2a28-2ce8-472f-8edf-20d6216ad104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visits","description":"<p>Retrieves all visit records associated with a specific case and medical provider, identified by their respective IDs in the URL path.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visits"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e1ec3918-8da0-4215-b8ec-defe7bc0e994","name":"GetVisits","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1497"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:58:23 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"visitId\": 62211,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-18T11:15:00\",\n        \"endDate\": \"2025-06-18T11:15:00\",\n        \"complaint\": \"shoulder pain \",\n        \"diagnosis\": \"Broken clavicle\",\n        \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n        \"comments\": \"Test entry for EMR validation\",\n        \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n        \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n        \"documentIDs\": [\n            2185710\n        ],\n        \"createdDate\": \"2025-06-18T11:19:00\"\n    },\n    {\n        \"visitId\": 62212,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-01T11:15:00\",\n        \"endDate\": \"2025-06-01T13:00:00\",\n        \"complaint\": \"sharp pain\",\n        \"diagnosis\": \"unknown\",\n        \"treatmentPlan\": \"X-Ray\",\n        \"comments\": \"\",\n        \"attorneyNotes\": \"\",\n        \"description\": \"<div>X-ray is not revealed a broken bone. No other injuries noted. </div>\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-06-18T15:20:00\"\n    }\n]"}],"_postman_id":"9fcf2a28-2ce8-472f-8edf-20d6216ad104"},{"name":"GetVisit","id":"4dab27d7-0587-4574-ad0d-b125fe1108ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62211","description":"<p>Retrieves the details of a specific visit record by its visit ID, within the context of a given case and medical provider.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visit","62211"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"01823469-2553-435b-b895-7fde88d9eb9d","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62211"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"986"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 16:55:49 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"visitId\": 62211,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"visitType\": {\n        \"id\": 6,\n        \"description\": \"Hospital Visit\"\n    },\n    \"startDate\": \"2025-06-18T11:15:00\",\n    \"endDate\": \"2025-06-18T11:15:00\",\n    \"complaint\": \"shoulder pain \",\n    \"diagnosis\": \"Broken clavicle\",\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n    \"comments\": \"Test entry for EMR validation\",\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n    \"documentIDs\": [\n        2185710\n    ],\n    \"createdDate\": \"2025-06-18T11:19:00\"\n}"}],"_postman_id":"4dab27d7-0587-4574-ad0d-b125fe1108ab"},{"name":"FilteredVisits","id":"c0277ab1-d18e-48fd-b336-992dab1b9d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-18T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visits/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of visit records across medical providers. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","MedicalProvider","visits","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"732e17bf-3c4c-473f-8b6c-8339a8115dce","name":"FilteredVisits","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-18T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visits/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"484"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:05:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"visitId\": 62179,\n        \"medicalProvider\": {\n            \"id\": 111148,\n            \"name\": \" Aragon, Lucas R\",\n            \"contactID\": 1474066\n        },\n        \"caseId\": 519758,\n        \"caseNumber\": \"2400039\",\n        \"visitType\": {\n            \"id\": 13,\n            \"description\": \"Ambulance\"\n        },\n        \"visitResult\": {\n            \"id\": 47,\n            \"description\": \"_Test\"\n        },\n        \"startDate\": \"2024-03-13T15:26:00\",\n        \"endDate\": \"2024-03-13T15:26:00\",\n        \"complaint\": \"tyioghkj,\",\n        \"diagnosis\": \"uigljkb,\",\n        \"treatmentPlan\": \"oiulhk,m\",\n        \"comments\": \"2024 visit\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-05T15:26:00\",\n        \"modifiedDate\": \"2025-06-03T14:43:00\"\n    }\n]"}],"_postman_id":"c0277ab1-d18e-48fd-b336-992dab1b9d33"},{"name":"InsertVisit","id":"02744b40-8599-4c08-9959-5f8f85b50a50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalProvider\": {\r\n        \"id\": 110888\r\n    },\r\n    \"visitType\": {\r\n        \"id\": 6,\r\n        \"description\": \"Hospital Visit\"\r\n    },\r\n    \"startDate\": \"2025-07-01T11:15:00\",\r\n    \"endDate\": \"2025-07-01T12:15:00\",\r\n    \"complaint\": \"shoulder pain \",\r\n    \"diagnosis\": \"Broken clavicle\",\r\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\r\n    \"comments\": \"Test entry for EMR validation\",\r\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\r\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\r\n    \"documentIDs\": [\r\n        2185710\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit","description":"<p>Creates a new visit record for the specified case and medical provider. Provide all required visit details in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visit"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b5285df9-f035-4419-bf41-61dc87f8d8b8","name":"InsertVisit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalProvider\": {\r\n        \"id\": 110888\r\n    },\r\n    \"visitType\": {\r\n        \"id\": 6,\r\n        \"description\": \"Hospital Visit\"\r\n    },\r\n    \"startDate\": \"2025-07-01T11:15:00\",\r\n    \"endDate\": \"2025-07-01T12:15:00\",\r\n    \"complaint\": \"shoulder pain \",\r\n    \"diagnosis\": \"Broken clavicle\",\r\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\r\n    \"comments\": \"Test entry for EMR validation\",\r\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\r\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\r\n    \"documentIDs\": [\r\n        2185710\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"979"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:09:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"visitId\": 62213,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"visitType\": {\n        \"id\": 6,\n        \"description\": \"Hospital Visit\"\n    },\n    \"startDate\": \"2025-07-01T11:15:00\",\n    \"endDate\": \"2025-07-01T12:15:00\",\n    \"complaint\": \"shoulder pain \",\n    \"diagnosis\": \"Broken clavicle\",\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n    \"comments\": \"Test entry for EMR validation\",\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n    \"documentIDs\": [2185710],\n    \"createdDate\": \"2025-07-11T13:09:00\"\n}"}],"_postman_id":"02744b40-8599-4c08-9959-5f8f85b50a50"},{"name":"UpdateVisit","id":"c1d07987-7349-45cf-be74-0de9b39a995f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"visitId\": 62213,\r\n    \"medicalProvider\": {\r\n        \"id\": 110888\r\n    },\r\n    \"visitType\": {\r\n        \"id\": 6,\r\n        \"description\": \"Hospital Visit\"\r\n    },\r\n    \"startDate\": \"2025-07-01T11:15:00\",\r\n    \"endDate\": \"2025-07-01T12:15:00\",\r\n    \"complaint\": \"shoulder pain \",\r\n    \"diagnosis\": \"Broken clavicle\",\r\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\r\n    \"comments\": \"Test update\",\r\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\r\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\r\n    \"documentIDs\": [\r\n        2185710\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit","description":"<p>Performs a full update on an existing visit record for the specified case and medical provider. All visit fields must be included in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visit"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ed01a204-c200-426b-b281-e830aa7c4e6b","name":"UpdateVisit","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"visitId\": 62213,\r\n    \"medicalProvider\": {\r\n        \"id\": 110888\r\n    },\r\n    \"visitType\": {\r\n        \"id\": 6,\r\n        \"description\": \"Hospital Visit\"\r\n    },\r\n    \"startDate\": \"2025-07-01T11:15:00\",\r\n    \"endDate\": \"2025-07-01T12:15:00\",\r\n    \"complaint\": \"shoulder pain \",\r\n    \"diagnosis\": \"Broken clavicle\",\r\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\r\n    \"comments\": \"Test update\",\r\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\r\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\r\n    \"documentIDs\": [\r\n        2185710\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"998"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:11:47 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"visitId\": 62213,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"visitType\": {\n        \"id\": 6,\n        \"description\": \"Hospital Visit\"\n    },\n    \"startDate\": \"2025-07-01T11:15:00\",\n    \"endDate\": \"2025-07-01T12:15:00\",\n    \"complaint\": \"shoulder pain \",\n    \"diagnosis\": \"Broken clavicle\",\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n    \"comments\": \"Test update\",\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n    \"documentIDs\": [2185710],\n    \"createdDate\": \"2025-07-11T13:09:00\",\n    \"modifiedDate\": \"2025-07-11T13:12:00\"\n}"}],"_postman_id":"c1d07987-7349-45cf-be74-0de9b39a995f"},{"name":"UpdateVisit","id":"bcac8d80-49a1-4665-a149-04d4790957b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62213","description":"<p>Performs a partial update on a specific visit record. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visit","62213"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"038aadd6-d74d-406e-8583-6b82112e8477","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62213"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"997"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:24:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"visitId\": 62213,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"visitType\": {\n        \"id\": 6,\n        \"description\": \"Hospital Visit\"\n    },\n    \"startDate\": \"2025-07-01T11:15:00\",\n    \"endDate\": \"2025-07-01T12:15:00\",\n    \"complaint\": \"shoulder pain \",\n    \"diagnosis\": \"Broken clavicle\",\n    \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n    \"comments\": \"Test patch\",\n    \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n    \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n    \"documentIDs\": [2185710],\n    \"createdDate\": \"2025-07-11T13:09:00\",\n    \"modifiedDate\": \"2025-07-11T13:24:00\"\n}"}],"_postman_id":"bcac8d80-49a1-4665-a149-04d4790957b8"},{"name":"Delete Visit","id":"c33fbdb3-c3a5-41b7-b678-d2ebe89bb104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62213","description":"<p>Permanently deletes a specific visit record by its ID from the given case and medical provider. This action cannot be undone.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","visit","62213"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"baa75098-8855-44c6-9959-8399c5b3e6ae","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/visit/62213"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 11 Jul 2025 17:25:10 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c33fbdb3-c3a5-41b7-b678-d2ebe89bb104"},{"name":"VisitTypes","id":"ebda0f72-777d-495b-9662-f1f4601448bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visit/types","description":"<p>Retrieves the list of all available visit types. Use this endpoint to populate visit type dropdowns when creating or updating visit records.</p>\n","urlObject":{"path":["case","MedicalProvider","visit","types"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6cb37422-a32f-47e7-8c3a-4b5750767eb3","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visit/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"903"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:25:54 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Emergency Room Treatment\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Outpatient Clinic\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Hospital Admission\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Office Visit\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Home Visit\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Hospital Visit\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Physical Therapy\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Surgery\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Diagnostic Studies\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Rehabilitation\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Pharmacy\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Nursing Home Stay\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Ambulance\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"MRI\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Injections\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Prognosis Type\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Arthrodesis (AD)\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Arthroscopy (AR)\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Aspiration of Hematoma (AH)\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Oxygen (OX)\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Plastic Surgery (PS)\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"_kels visit type\"\n    }\n]"}],"_postman_id":"ebda0f72-777d-495b-9662-f1f4601448bb"},{"name":"VisitResults","id":"7b76d4e3-9041-4b1d-8237-dbe08ad09033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visit/results","description":"<p>Retrieves the list of all available visit result options. Use this endpoint to populate result dropdowns when recording or updating visit outcomes.</p>\n","urlObject":{"path":["case","MedicalProvider","visit","results"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b08a13ee-2b7f-4d9b-b783-49145f900589","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/visit/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1501"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:26:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 11,\n        \"description\": \"Recommended\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Client Refused\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Complete\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Future Possibility\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Scheduled\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"N/A\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Recommended\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Client Refused\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Positive - Herniation\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Positive - Rupture\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Negative\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"N/A\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Injections\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Complete\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Scheduled\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"N/A\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Positive - Bulge\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Undetermined (U)\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Complaints/no treatment recommended (C)\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Complete\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"N/A\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"_yan\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"_Test\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"_kels visit type1\"\n    }\n]"}],"_postman_id":"7b76d4e3-9041-4b1d-8237-dbe08ad09033"}],"id":"995bf863-3ba2-4629-b48c-dda125d4789c","description":"<p>The <strong>Visits</strong> sub-folder contains all endpoints for managing medical visit records associated with a specific case and medical provider in the CaseSync API. It supports full CRUD operations on visit records, filtered/paginated retrieval, and reference data lookups for visit types and results.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Retrieve all visits for a case and provider</li>\n<li>Get a specific visit by ID</li>\n<li>Create a new visit record</li>\n<li>Fully or partially update an existing visit</li>\n<li>Delete a visit record</li>\n<li>Retrieve filtered/paginated visit lists</li>\n<li>Look up available visit types and visit results</li>\n</ul>\n","_postman_id":"995bf863-3ba2-4629-b48c-dda125d4789c"},{"name":"Bills","item":[{"name":"GetBills","id":"ba66fb5a-08ec-4a42-84f2-604afdcd2776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Bills","description":"<p>Retrieves all bill records associated with a specific case and medical provider, identified by their respective IDs in the URL path.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","Bills"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6693097c-9b77-4c50-accf-019e06762e61","name":"GetBills","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Bills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2107"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:44:46 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"billId\": 5298,\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 500,\n        \"submitDate\": \"2025-07-01T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": 0,\n        \"negotiatedBalanceAmount\": 300,\n        \"additionalFields\": {\n            \"Paid by Client\": 50,\n            \"Paid by Insurance\": 250,\n            \"Paid by PIP\": null,\n            \"Written off\": 200\n        },\n        \"createdDate\": \"2025-07-11T13:40:00\"\n    },\n    {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -7000,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    }\n]"}],"_postman_id":"ba66fb5a-08ec-4a42-84f2-604afdcd2776"},{"name":"GetBill","id":"83e26246-99cc-4987-bc25-a89703d5a0b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Bill/5297","description":"<p>Retrieves the details of a specific bill record by its bill ID, within the context of a given case and medical provider.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","Bill","5297"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b29df29e-9f54-4b7d-8e81-dbf0ebcf899b","name":"GetBill","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Bill/5297"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1618"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:45:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"billId\": 5297,\n    \"billNumber\": \"1254\",\n    \"accountNumber\": \"g75645\",\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"billAmount\": 10000,\n    \"negotiatedBillAmount\": 8000,\n    \"comments\": \"some comments\",\n    \"associatedVisit\": {\n        \"visitId\": 62211,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-18T11:15:00\",\n        \"endDate\": \"2025-06-18T11:15:00\",\n        \"complaint\": \"shoulder pain \",\n        \"diagnosis\": \"Broken clavicle\",\n        \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n        \"comments\": \"Test entry for EMR validation\",\n        \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n        \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n        \"documentIDs\": [\n            2185710\n        ],\n        \"createdDate\": \"2025-06-18T11:19:00\"\n    },\n    \"submitDate\": \"2025-06-20T00:00:00\",\n    \"fromDate\": \"2025-06-18T11:15:00\",\n    \"toDate\": \"2025-06-18T11:15:00\",\n    \"balanceAmount\": -7000,\n    \"negotiatedBalanceAmount\": 8000,\n    \"additionalFields\": {\n        \"Paid by Client\": 3000,\n        \"Paid by Insurance\": 5000,\n        \"Paid by PIP\": null,\n        \"Written off\": 2000\n    },\n    \"createdDate\": \"2025-06-18T11:20:00\",\n    \"modifiedDate\": \"2025-07-11T13:42:00\"\n}"}],"_postman_id":"83e26246-99cc-4987-bc25-a89703d5a0b1"},{"name":"FilteredBills","id":"6339acb7-ae01-4d19-9ac8-e7ee7203d2b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-20T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/bills/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of bill records across medical providers. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","MedicalProvider","bills","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c664b1df-a648-435e-ae00-e665829578a1","name":"FilteredBill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-20T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/bills/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1620"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 17:46:01 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -7000,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    }\n]"}],"_postman_id":"6339acb7-ae01-4d19-9ac8-e7ee7203d2b2"},{"name":"InsertBill","id":"de33d6e6-03a5-4773-aa92-8d38c8c7b663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"accountNumber\": \"g75645\",\r\n        \"billNumber\": \"1254\",\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"billAmount\": 500,\r\n        \"associatedVisit\": {\r\n            \"visitId\": 62211           \r\n        },\r\n        \"submitDate\": \"2025-07-01T00:00:00\",\r\n        \"fromDate\": \"2025-06-18T11:15:00\",\r\n        \"toDate\": \"2025-06-18T11:15:00\",\r\n        \"negotiatedBalanceAmount\": 300,\r\n        \"additionalFields\": {\r\n            \"Paid by Client\": 50,\r\n            \"Paid by Insurance\": 250,\r\n            \"Paid by PIP\": null,\r\n            \"Written off\": 200\r\n        }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill","description":"<p>Creates a new bill record for the specified case and medical provider. Provide all required billing details in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","bill"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"69a7f5a8-f3f6-4406-9c9c-d069b8d6dd6d","name":"InsertBill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"accountNumber\": \"g75645\",\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"billAmount\": 500,\r\n        \"associatedVisit\": {\r\n            \"visitId\": 62211           \r\n        },\r\n        \"submitDate\": \"2025-07-01T00:00:00\",\r\n        \"fromDate\": \"2025-06-18T11:15:00\",\r\n        \"toDate\": \"2025-06-18T11:15:00\",\r\n        \"negotiatedBalanceAmount\": 300,\r\n        \"additionalFields\": {\r\n            \"Paid by Client\": 50,\r\n            \"Paid by Insurance\": 250,\r\n            \"Paid by PIP\": null,\r\n            \"Written off\": 200\r\n        }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1491"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:15:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"billId\": 5299,\n    \"accountNumber\": \"g75645\",\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"billAmount\": 500,\n    \"associatedVisit\": {\n        \"visitId\": 62211,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-18T11:15:00\",\n        \"endDate\": \"2025-06-18T11:15:00\",\n        \"complaint\": \"shoulder pain \",\n        \"diagnosis\": \"Broken clavicle\",\n        \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n        \"comments\": \"Test entry for EMR validation\",\n        \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n        \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n        \"documentIDs\": [\n            2185710\n        ],\n        \"createdDate\": \"2025-06-18T11:19:00\"\n    },\n    \"submitDate\": \"2025-07-01T00:00:00\",\n    \"fromDate\": \"2025-06-18T11:15:00\",\n    \"toDate\": \"2025-06-18T11:15:00\",\n    \"balanceAmount\": 0,\n    \"negotiatedBalanceAmount\": 300,\n    \"additionalFields\": {\n        \"Paid by Client\": 50,\n        \"Paid by Insurance\": 250,\n        \"Paid by PIP\": null,\n        \"Written off\": 200\n    },\n    \"createdDate\": \"2025-07-11T15:15:00\"\n}"}],"_postman_id":"de33d6e6-03a5-4773-aa92-8d38c8c7b663"},{"name":"UpdateBill","id":"dc2838ac-9408-457d-b360-1a3e4b03f567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"billId\": 5299,\r\n        \"accountNumber\": \"g75645\",\r\n        \"billNumber\": \"1254\",\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"comments\": \"test\",\r\n        \"billAmount\": 500,\r\n        \"associatedVisit\": {\r\n            \"visitId\": 62211           \r\n        },\r\n        \"submitDate\": \"2025-07-01T00:00:00\",\r\n        \"fromDate\": \"2025-06-18T11:15:00\",\r\n        \"toDate\": \"2025-06-18T11:15:00\",\r\n        \"negotiatedBalanceAmount\": 300,\r\n        \"additionalFields\": {\r\n            \"Paid by Client\": 50,\r\n            \"Paid by Insurance\": 250,\r\n            \"Paid by PIP\": null,\r\n            \"Written off\": 200\r\n        }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill","description":"<p>Performs a full update on an existing bill record for the specified case and medical provider. All bill fields must be included in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","bill"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8f526efe-2701-46f0-b9db-685f56a4a8fb","name":"UpdateBill","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"billId\": 5299,\r\n        \"accountNumber\": \"g75645\",\r\n        \"billNumber\": \"1254\",\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"comments\": \"test\",\r\n        \"billAmount\": 500,\r\n        \"associatedVisit\": {\r\n            \"visitId\": 62211           \r\n        },\r\n        \"submitDate\": \"2025-07-01T00:00:00\",\r\n        \"fromDate\": \"2025-06-18T11:15:00\",\r\n        \"toDate\": \"2025-06-18T11:15:00\",\r\n        \"negotiatedBalanceAmount\": 300,\r\n        \"additionalFields\": {\r\n            \"Paid by Client\": 50,\r\n            \"Paid by Insurance\": 250,\r\n            \"Paid by PIP\": null,\r\n            \"Written off\": 200\r\n        }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1566"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:17:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"billId\": 5299,\n    \"billNumber\": \"1254\",\n    \"accountNumber\": \"g75645\",\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"billAmount\": 500,\n    \"comments\": \"test\",\n    \"associatedVisit\": {\n        \"visitId\": 62211,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-18T11:15:00\",\n        \"endDate\": \"2025-06-18T11:15:00\",\n        \"complaint\": \"shoulder pain \",\n        \"diagnosis\": \"Broken clavicle\",\n        \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n        \"comments\": \"Test entry for EMR validation\",\n        \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n        \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n        \"documentIDs\": [\n            2185710\n        ],\n        \"createdDate\": \"2025-06-18T11:19:00\"\n    },\n    \"submitDate\": \"2025-07-01T00:00:00\",\n    \"fromDate\": \"2025-06-18T11:15:00\",\n    \"toDate\": \"2025-06-18T11:15:00\",\n    \"balanceAmount\": 0,\n    \"negotiatedBalanceAmount\": 300,\n    \"additionalFields\": {\n        \"Paid by Client\": 50,\n        \"Paid by Insurance\": 250,\n        \"Paid by PIP\": null,\n        \"Written off\": 200\n    },\n    \"createdDate\": \"2025-07-11T15:15:00\",\n    \"modifiedDate\": \"2025-07-11T15:18:00\"\n}"}],"_postman_id":"dc2838ac-9408-457d-b360-1a3e4b03f567"},{"name":"UpdateBill","id":"c6a4510b-271b-4d34-b027-47f9b3a496b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill/5299","description":"<p>Performs a partial update on a specific bill record. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","bill","5299"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8b6abdee-95ad-4359-b0e2-589d6b17c794","name":"UpdateBill","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill/5299"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1572"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:18:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"billId\": 5299,\n    \"billNumber\": \"1254\",\n    \"accountNumber\": \"g75645\",\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"billAmount\": 500,\n    \"comments\": \"Test patch\",\n    \"associatedVisit\": {\n        \"visitId\": 62211,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"visitType\": {\n            \"id\": 6,\n            \"description\": \"Hospital Visit\"\n        },\n        \"startDate\": \"2025-06-18T11:15:00\",\n        \"endDate\": \"2025-06-18T11:15:00\",\n        \"complaint\": \"shoulder pain \",\n        \"diagnosis\": \"Broken clavicle\",\n        \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n        \"comments\": \"Test entry for EMR validation\",\n        \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n        \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n        \"documentIDs\": [\n            2185710\n        ],\n        \"createdDate\": \"2025-06-18T11:19:00\"\n    },\n    \"submitDate\": \"2025-07-01T00:00:00\",\n    \"fromDate\": \"2025-06-18T11:15:00\",\n    \"toDate\": \"2025-06-18T11:15:00\",\n    \"balanceAmount\": 0,\n    \"negotiatedBalanceAmount\": 300,\n    \"additionalFields\": {\n        \"Paid by Client\": 50,\n        \"Paid by Insurance\": 250,\n        \"Paid by PIP\": null,\n        \"Written off\": 200\n    },\n    \"createdDate\": \"2025-07-11T15:15:00\",\n    \"modifiedDate\": \"2025-07-11T15:18:00\"\n}"}],"_postman_id":"c6a4510b-271b-4d34-b027-47f9b3a496b5"},{"name":"DeleteBill","id":"00aaf629-5140-4e4e-a5cf-4905083e6175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill/5298","description":"<p>Permanently deletes a specific bill record by its ID from the given case and medical provider. This action cannot be undone.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","bill","5298"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1f4aceb0-ffe6-43d7-870e-7ec78efd55c2","name":"DeleteBill","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/bill/5298"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 11 Jul 2025 19:15:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"00aaf629-5140-4e4e-a5cf-4905083e6175"}],"id":"0265df9e-7d4b-46e3-b1cf-772847c6551c","description":"<p>The <strong>Bills</strong> sub-folder contains all endpoints for managing medical billing records associated with a specific case and medical provider in the CaseSync API. It supports full CRUD operations on bill records as well as filtered, paginated retrieval.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Retrieve all bills for a case and provider</li>\n<li>Get a specific bill by ID</li>\n<li>Create a new bill record</li>\n<li>Fully or partially update an existing bill</li>\n<li>Delete a bill record</li>\n<li>Retrieve filtered/paginated bill lists by date</li>\n</ul>\n","_postman_id":"0265df9e-7d4b-46e3-b1cf-772847c6551c"},{"name":"Payments","item":[{"name":"GetPayments","id":"a92ba876-9f89-4ef4-8b81-3c830d9ccfb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Payments","description":"<p>Retrieves all payment records associated with a specific case and medical provider, identified by their respective IDs in the URL path.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","Payments"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9e3eb54f-3836-4033-be38-b8c7ba51435c","name":"GetPayment","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2075"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:22:49 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"paymentId\": 3412,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 5000,\n        \"collateralType\": {\n            \"id\": 2,\n            \"description\": \"No Fault Insurance\"\n        },\n        \"claimSubmittedDate\": \"2025-06-20T00:00:00\",\n        \"paidDate\": \"2025-06-20T00:00:00\",\n        \"carrierContact\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"associatedBill\": {\n            \"billId\": 5297,\n            \"billNumber\": \"1254\",\n            \"accountNumber\": \"g75645\",\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"billAmount\": 10000,\n            \"negotiatedBillAmount\": 8000,\n            \"comments\": \"some comments\",\n            \"associatedVisit\": {\n                \"visitId\": 62211,\n                \"medicalProvider\": {\n                    \"id\": 110888,\n                    \"name\": \"Harris Health Smith Clinic\",\n                    \"contactID\": 287781\n                },\n                \"caseId\": 516718,\n                \"caseNumber\": \"9000002\",\n                \"visitType\": {\n                    \"id\": 6,\n                    \"description\": \"Hospital Visit\"\n                },\n                \"startDate\": \"2025-06-18T11:15:00\",\n                \"endDate\": \"2025-06-18T11:15:00\",\n                \"complaint\": \"shoulder pain \",\n                \"diagnosis\": \"Broken clavicle\",\n                \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n                \"comments\": \"Test entry for EMR validation\",\n                \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n                \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n                \"documentIDs\": [\n                    2185710\n                ],\n                \"createdDate\": \"2025-06-18T11:19:00\"\n            },\n            \"submitDate\": \"2025-06-20T00:00:00\",\n            \"fromDate\": \"2025-06-18T11:15:00\",\n            \"toDate\": \"2025-06-18T11:15:00\",\n            \"balanceAmount\": -7000,\n            \"negotiatedBalanceAmount\": 8000,\n            \"additionalFields\": {\n                \"Paid by Client\": 3000,\n                \"Paid by Insurance\": 5000,\n                \"Paid by PIP\": null,\n                \"Written off\": 2000\n            },\n            \"createdDate\": \"2025-06-18T11:20:00\",\n            \"modifiedDate\": \"2025-07-11T13:42:00\"\n        },\n        \"comments\": \"\",\n        \"adjustment\": false,\n        \"createdDate\": \"2025-06-18T11:20:00\"\n    }\n]"}],"_postman_id":"a92ba876-9f89-4ef4-8b81-3c830d9ccfb9"},{"name":"GetPayment","id":"89dcb2cb-bf2e-4881-8911-8d6f79bf3849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Payment/3412","description":"<p>Retrieves the details of a specific payment record by its payment ID, within the context of a given case and medical provider.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","Payment","3412"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"856d6c5e-b217-4fc9-b3f3-66b5a9caaeec","name":"GetPayment","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/Payment/3412"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2073"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:23:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 3412,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 5000,\n    \"collateralType\": {\n        \"id\": 2,\n        \"description\": \"No Fault Insurance\"\n    },\n    \"claimSubmittedDate\": \"2025-06-20T00:00:00\",\n    \"paidDate\": \"2025-06-20T00:00:00\",\n    \"carrierContact\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"associatedBill\": {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -7000,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    },\n    \"comments\": \"\",\n    \"adjustment\": false,\n    \"createdDate\": \"2025-06-18T11:20:00\"\n}"}],"_postman_id":"89dcb2cb-bf2e-4881-8911-8d6f79bf3849"},{"name":"FilteredPayments","id":"be1a90b0-8389-40ba-a49b-cd926d77ce84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-20T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/payments/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of payment records across medical providers. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","MedicalProvider","payments","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"83f9be65-0347-49cf-9b0f-6a4c24a585f9","name":"FilteredPayments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-06-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-06-20T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/payments/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2075"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:23:58 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"paymentId\": 3412,\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 5000,\n        \"collateralType\": {\n            \"id\": 2,\n            \"description\": \"No Fault Insurance\"\n        },\n        \"claimSubmittedDate\": \"2025-06-20T00:00:00\",\n        \"paidDate\": \"2025-06-20T00:00:00\",\n        \"carrierContact\": {\n            \"contactId\": 230168,\n            \"name\": \"21st Century Insurance\"\n        },\n        \"associatedBill\": {\n            \"billId\": 5297,\n            \"billNumber\": \"1254\",\n            \"accountNumber\": \"g75645\",\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"billAmount\": 10000,\n            \"negotiatedBillAmount\": 8000,\n            \"comments\": \"some comments\",\n            \"associatedVisit\": {\n                \"visitId\": 62211,\n                \"medicalProvider\": {\n                    \"id\": 110888,\n                    \"name\": \"Harris Health Smith Clinic\",\n                    \"contactID\": 287781\n                },\n                \"caseId\": 516718,\n                \"caseNumber\": \"9000002\",\n                \"visitType\": {\n                    \"id\": 6,\n                    \"description\": \"Hospital Visit\"\n                },\n                \"startDate\": \"2025-06-18T11:15:00\",\n                \"endDate\": \"2025-06-18T11:15:00\",\n                \"complaint\": \"shoulder pain \",\n                \"diagnosis\": \"Broken clavicle\",\n                \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n                \"comments\": \"Test entry for EMR validation\",\n                \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n                \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n                \"documentIDs\": [\n                    2185710\n                ],\n                \"createdDate\": \"2025-06-18T11:19:00\"\n            },\n            \"submitDate\": \"2025-06-20T00:00:00\",\n            \"fromDate\": \"2025-06-18T11:15:00\",\n            \"toDate\": \"2025-06-18T11:15:00\",\n            \"balanceAmount\": -7000,\n            \"negotiatedBalanceAmount\": 8000,\n            \"additionalFields\": {\n                \"Paid by Client\": 3000,\n                \"Paid by Insurance\": 5000,\n                \"Paid by PIP\": null,\n                \"Written off\": 2000\n            },\n            \"createdDate\": \"2025-06-18T11:20:00\",\n            \"modifiedDate\": \"2025-07-11T13:42:00\"\n        },\n        \"comments\": \"\",\n        \"adjustment\": false,\n        \"createdDate\": \"2025-06-18T11:20:00\"\n    }\n]"}],"_postman_id":"be1a90b0-8389-40ba-a49b-cd926d77ce84"},{"name":"InsertPayment","id":"72f244f8-93ed-4a84-be1d-07b3fca5729d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"amount\": 5000,\r\n        \"collateralType\": {\r\n            \"id\": 2,\r\n            \"description\": \"No Fault Insurance\"\r\n        },\r\n        \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\r\n        \"paidDate\": \"2025-07-05T00:00:00\",\r\n        \"carrierContact\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"associatedBill\": {\r\n            \"billId\": 5297            \r\n        },\r\n        \"comments\": \"test insert\",\r\n        \"adjustment\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment","description":"<p>Creates a new payment record for the specified case and medical provider. Provide all required payment details in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","payment"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a12c7623-079d-43fc-bb9d-0f19951d4bea","name":"InsertPayment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"amount\": 5000,\r\n        \"collateralType\": {\r\n            \"id\": 2,\r\n            \"description\": \"No Fault Insurance\"\r\n        },\r\n        \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\r\n        \"paidDate\": \"2025-07-05T00:00:00\",\r\n        \"carrierContact\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"associatedBill\": {\r\n            \"billId\": 5297            \r\n        },\r\n        \"comments\": \"test insert\",\r\n        \"adjustment\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2085"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:28:03 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 3413,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 5000,\n    \"collateralType\": {\n        \"id\": 2,\n        \"description\": \"No Fault Insurance\"\n    },\n    \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\n    \"paidDate\": \"2025-07-05T00:00:00\",\n    \"carrierContact\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"associatedBill\": {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -12000,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    },\n    \"comments\": \"test insert\",\n    \"adjustment\": false,\n    \"createdDate\": \"2025-07-11T15:28:00\"\n}"}],"_postman_id":"72f244f8-93ed-4a84-be1d-07b3fca5729d"},{"name":"UpdatePayment","id":"80f95e79-c5ff-48a7-a4cd-d304eba9a64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"paymentId\": 3413,\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"amount\": 300,\r\n        \"collateralType\": {\r\n            \"id\": 2\r\n        },\r\n        \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\r\n        \"paidDate\": \"2025-07-05T00:00:00\",\r\n        \"carrierContact\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"associatedBill\": {\r\n            \"billId\": 5297            \r\n        },\r\n        \"comments\": \"test update\",\r\n        \"adjustment\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment","description":"<p>Performs a full update on an existing payment record for the specified case and medical provider. All payment fields must be included in the request body.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","payment"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"67dfefd4-026e-4d1d-a14c-f6e99a7ac24e","name":"UpdatePayment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"paymentId\": 3413,\r\n        \"medicalProvider\": {\r\n            \"id\": 110888\r\n        },\r\n        \"amount\": 300,\r\n        \"collateralType\": {\r\n            \"id\": 2\r\n        },\r\n        \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\r\n        \"paidDate\": \"2025-07-05T00:00:00\",\r\n        \"carrierContact\": {\r\n            \"contactId\": 230168\r\n        },\r\n        \"associatedBill\": {\r\n            \"billId\": 5297            \r\n        },\r\n        \"comments\": \"test update\",\r\n        \"adjustment\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2120"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:31:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 3413,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 300,\n    \"collateralType\": {\n        \"id\": 2,\n        \"description\": \"No Fault Insurance\"\n    },\n    \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\n    \"paidDate\": \"2025-07-05T00:00:00\",\n    \"carrierContact\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"associatedBill\": {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -7300,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    },\n    \"comments\": \"test update\",\n    \"adjustment\": false,\n    \"createdDate\": \"2025-07-11T15:28:00\",\n    \"modifiedDate\": \"2025-07-11T15:31:00\"\n}"}],"_postman_id":"80f95e79-c5ff-48a7-a4cd-d304eba9a64d"},{"name":"UpdatePayment","id":"16c1481b-0f48-4e22-8116-8470469978f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment/3413","description":"<p>Performs a partial update on a specific payment record. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","payment","3413"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"19ea705a-9908-4021-8858-90e276ab7390","name":"UpdatePayment","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Test patch\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment/3413"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2119"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:32:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentId\": 3413,\n    \"medicalProvider\": {\n        \"id\": 110888,\n        \"name\": \"Harris Health Smith Clinic\",\n        \"contactID\": 287781\n    },\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 300,\n    \"collateralType\": {\n        \"id\": 2,\n        \"description\": \"No Fault Insurance\"\n    },\n    \"claimSubmittedDate\": \"2025-07-01T00:00:00\",\n    \"paidDate\": \"2025-07-05T00:00:00\",\n    \"carrierContact\": {\n        \"contactId\": 230168,\n        \"name\": \"21st Century Insurance\"\n    },\n    \"associatedBill\": {\n        \"billId\": 5297,\n        \"billNumber\": \"1254\",\n        \"accountNumber\": \"g75645\",\n        \"medicalProvider\": {\n            \"id\": 110888,\n            \"name\": \"Harris Health Smith Clinic\",\n            \"contactID\": 287781\n        },\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"billAmount\": 10000,\n        \"negotiatedBillAmount\": 8000,\n        \"comments\": \"some comments\",\n        \"associatedVisit\": {\n            \"visitId\": 62211,\n            \"medicalProvider\": {\n                \"id\": 110888,\n                \"name\": \"Harris Health Smith Clinic\",\n                \"contactID\": 287781\n            },\n            \"caseId\": 516718,\n            \"caseNumber\": \"9000002\",\n            \"visitType\": {\n                \"id\": 6,\n                \"description\": \"Hospital Visit\"\n            },\n            \"startDate\": \"2025-06-18T11:15:00\",\n            \"endDate\": \"2025-06-18T11:15:00\",\n            \"complaint\": \"shoulder pain \",\n            \"diagnosis\": \"Broken clavicle\",\n            \"treatmentPlan\": \"Patient advised to wear a sling for 4–6 weeks. Follow-up in 2 weeks with orthopedic specialist\",\n            \"comments\": \"Test entry for EMR validation\",\n            \"attorneyNotes\": \"Client advised to retain all medical records for insurance purposes.\",\n            \"description\": \"<div>Patient visited due to shoulder pain following a fall. X-ray revealed a broken clavicle. No other injuries noted. Patient was prescribed pain relievers and given instructions for sling usage. Referral provided to ortho specialist. No prior history of similar injuries. Patient is compliant and understands care plan.</div><div><br /></div>\",\n            \"documentIDs\": [\n                2185710\n            ],\n            \"createdDate\": \"2025-06-18T11:19:00\"\n        },\n        \"submitDate\": \"2025-06-20T00:00:00\",\n        \"fromDate\": \"2025-06-18T11:15:00\",\n        \"toDate\": \"2025-06-18T11:15:00\",\n        \"balanceAmount\": -7300,\n        \"negotiatedBalanceAmount\": 8000,\n        \"additionalFields\": {\n            \"Paid by Client\": 3000,\n            \"Paid by Insurance\": 5000,\n            \"Paid by PIP\": null,\n            \"Written off\": 2000\n        },\n        \"createdDate\": \"2025-06-18T11:20:00\",\n        \"modifiedDate\": \"2025-07-11T13:42:00\"\n    },\n    \"comments\": \"Test patch\",\n    \"adjustment\": false,\n    \"createdDate\": \"2025-07-11T15:28:00\",\n    \"modifiedDate\": \"2025-07-11T15:32:00\"\n}"}],"_postman_id":"16c1481b-0f48-4e22-8116-8470469978f4"},{"name":"DeletePayment","id":"63695234-34ea-4581-8e38-4e9b8f87de88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment/3413","description":"<p>Permanently deletes a specific payment record by its ID from the given case and medical provider. This action cannot be undone.</p>\n","urlObject":{"path":["case","516718","MedicalProvider","110888","payment","3413"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"437f228a-36ef-488d-929c-abf8fbe3a0d7","name":"DeleteBill","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProvider/110888/payment/3413"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 11 Jul 2025 19:33:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63695234-34ea-4581-8e38-4e9b8f87de88"},{"name":"GetCollateralTypes","id":"95996330-bf9d-45f2-abe9-cd5bbc1a4510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/payment/collateralTypes","description":"<p>Retrieves the list of all available collateral types for payments. Use this endpoint to populate collateral type dropdowns when creating or updating payment records.</p>\n","urlObject":{"path":["case","MedicalProvider","payment","collateralTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ab350e37-e661-4e3b-b5e8-92e7cc615d1c","name":"GetCollateralTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/payment/collateralTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"501"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 11 Jul 2025 19:33:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"No Fault Insurance\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Supplemental No Fault Insurance\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Disability Insurance - Private\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Disability Insurance - State\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Disability Insurance - Federal\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Workers Compensation\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Employer Sick Pay\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Private Medical Insurance\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Charity/Write-Off/Adjustment Amount\"\n    }\n]"}],"_postman_id":"95996330-bf9d-45f2-abe9-cd5bbc1a4510"}],"id":"9d4b52ce-ceb4-4c45-8082-b5655076b632","description":"<p>The <strong>Payments</strong> sub-folder contains all endpoints for managing payment records associated with a specific case and medical provider in the CaseSync API. It supports full CRUD operations on payment records, filtered/paginated retrieval, and reference data lookups for collateral types.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Retrieve all payments for a case and provider</li>\n<li>Get a specific payment by ID</li>\n<li>Create a new payment record</li>\n<li>Fully or partially update an existing payment</li>\n<li>Delete a payment record</li>\n<li>Retrieve filtered/paginated payment lists by date</li>\n<li>Look up available collateral types for payments</li>\n</ul>\n","_postman_id":"9d4b52ce-ceb4-4c45-8082-b5655076b632"},{"name":"LookupMedicalProvider","id":"47c97116-23fc-4432-96da-37add430cbb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProviders?ProviderName=%Linden%","description":"<p>Searches for medical providers by name using a partial match pattern. Pass the provider name (or partial name) as the <code>ProviderName</code> query parameter to retrieve matching results.</p>\n","urlObject":{"path":["case","MedicalProviders"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ProviderName","value":"%Linden%"}],"variable":[]}},"response":[{"id":"b8639ab2-63de-4395-83df-fb1f47bc4d72","name":"LookupMedicalProvider","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProviders?ProviderName=%Linden%","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","MedicalProviders"],"query":[{"key":"ProviderName","value":"%Linden%"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"9490"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 26 Jan 2023 17:29:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueContactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": null,\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": null,\n        \"state\": null,\n        \"zip\": null,\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 11,\n        \"contactType\": \"General\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": null,\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 213069,\n        \"name\": \"HIP Lindenwood Center\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"2832 Linden Blvd.\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"city\": \"Brooklyn\",\n        \"state\": \"NY\",\n        \"zip\": \"11208\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 5,\n        \"contactType\": \"Nursing Home\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Kings\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 284450,\n        \"name\": \"Linden Care Pharmacy\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"130 Crossways Parkway Drive\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Woodbury\",\n        \"state\": \"NY\",\n        \"zip\": \"11797\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 26,\n        \"contactType\": \"Pharmacy\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Nassau\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 284785,\n        \"name\": \"Linden Center for Nursing and Rehabilitation\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"2237 Linden Boulevard\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": null,\n        \"state\": null,\n        \"zip\": \"11207\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 11,\n        \"contactType\": \"General\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": null,\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 21290,\n        \"name\": \"Linden Children's Services\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"350 Ocean Ave, Suite B\",\n        \"address2\": \"\",\n        \"address3\": null,\n        \"city\": \"Brooklyn\",\n        \"state\": \"NY\",\n        \"zip\": \"11226\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 5,\n        \"contactType\": \"Nursing Home\",\n        \"comments\": \"O-\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Kings\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 284232,\n        \"name\": \"Linden Grove \",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"W180 N8071\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Menomonee Falls\",\n        \"state\": \"WI\",\n        \"zip\": \"53051\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Waukesha\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 248880,\n        \"name\": \"Linden Medical Care\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"230-11 Linden Blvrd\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Cambria Heights\",\n        \"state\": \"NY\",\n        \"zip\": \"11411\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 4,\n        \"contactType\": \"Hospital\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 248880,\n        \"name\": \"Linden Medical Care\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"230-11 Linden Blvrd\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Cambria Heights\",\n        \"state\": \"NY\",\n        \"zip\": \"11411\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 4,\n        \"contactType\": \"Hospital\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 286185,\n        \"name\": \"Linden Medical Center\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"225-21 Linden Blvd\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Cambria Heights\",\n        \"state\": \"NY\",\n        \"zip\": \"11411\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 11,\n        \"contactType\": \"General\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 261472,\n        \"name\": \"Linden Medical Health Association, P.C.\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"322 Linden Boulevard\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Brooklyn\",\n        \"state\": \"NY\",\n        \"zip\": \"11226\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Kings\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 252771,\n        \"name\": \"Linden Park Pharmacy\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"8243 153rd Avenue\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Howard Beach\",\n        \"state\": \"NY\",\n        \"zip\": \"11414\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Queens\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 262573,\n        \"name\": \"Linden Tree Family Health Center\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"2444 East Main Road\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Portsmouth\",\n        \"state\": \"RI\",\n        \"zip\": \"02871\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 5,\n        \"contactType\": \"Nursing Home\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Newport\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 1623180,\n        \"name\": null,\n        \"firstName\": \"Robert\",\n        \"lastName\": \"Linden\",\n        \"otherName\": null,\n        \"address1\": \"22 West Main St\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Niantic\",\n        \"state\": \"CT\",\n        \"zip\": \"06357\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 1,\n        \"contactType\": \"Doctor\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"New London\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 249102,\n        \"name\": \"Lindenwood Health Partners\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"2832 Linden Blvd\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"Brooklyn\",\n        \"state\": \"NY\",\n        \"zip\": \"11208\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 4,\n        \"contactType\": \"Hospital\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Kings\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 1684085,\n        \"name\": null,\n        \"firstName\": \"Linden\",\n        \"lastName\": \"Pearson\",\n        \"otherName\": null,\n        \"address1\": \"4230 Lincolnshire Drive\",\n        \"address2\": \"#G\",\n        \"address3\": null,\n        \"city\": \"Mount Vernon\",\n        \"state\": \"IL\",\n        \"zip\": \"62864\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 1,\n        \"contactType\": \"Doctor\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Jefferson\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 278542,\n        \"name\": \"Premier Care of Lindenhurst\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"656 Wellwood Ave\",\n        \"address2\": \"Suite G\",\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Suffolk\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 278542,\n        \"name\": \"Premier Care of Lindenhurst\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"656 Wellwood Ave\",\n        \"address2\": \"Suite G\",\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Suffolk\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    },\n    {\n        \"uniqueContactId\": 278542,\n        \"name\": \"Premier Care of Lindenhurst\",\n        \"firstName\": null,\n        \"lastName\": null,\n        \"otherName\": null,\n        \"address1\": \"656 Wellwood Ave\",\n        \"address2\": \"Suite G\",\n        \"address3\": null,\n        \"city\": \"Lindenhurst\",\n        \"state\": \"NY\",\n        \"zip\": \"11757\",\n        \"contactNumber\": null,\n        \"contactEmail\": null,\n        \"contactTypeId\": 28,\n        \"contactType\": \"Medical Office\",\n        \"comments\": null,\n        \"isDeleted\": false,\n        \"dateOfBirth\": null,\n        \"ssnNo\": null,\n        \"county\": \"Suffolk\",\n        \"isActive\": true,\n        \"locked\": false,\n        \"preventMailing\": null,\n        \"noAutoCommunication\": null,\n        \"category\": null,\n        \"createdDate\": null,\n        \"modifiedDate\": null\n    }\n]"}],"_postman_id":"47c97116-23fc-4432-96da-37add430cbb7"},{"name":"byCaseNumber","id":"68fe89cf-04b7-4a69-993e-f701732dc9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProviders/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all medical providers associated with a specific case using the case number as a query parameter.</p>\n","urlObject":{"path":["case","MedicalProviders","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"28e8fa24-f37f-4cb7-a8a5-905ba3a9adb1","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProviders/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","MedicalProviders","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1378"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 09 Nov 2023 22:43:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalProviderID\": 110707,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 249798,\n            \"name\": \"2775 Linden Blvd.,LLC\"\n        },\n        \"startDate\": \"2023-11-08T00:00:00\",\n        \"endDate\": \"2023-11-07T00:00:00\",\n        \"referredDate\": \"2023-11-08T16:40:26.907\",\n        \"willTestify\": false,\n        \"hospitalFile\": \"232323\",\n        \"medicalRecordsStatus\": {\n            \"id\": 2,\n            \"description\": \"Required\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": true,\n        \"expert\": true,\n        \"isReferred\": true,\n        \"dontPayAtSettlement\": false,\n        \"comments\": \"test\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-07-27T12:06:00-04:00\",\n        \"modifiedDate\": \"2023-11-08T16:44:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 110888,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 287781,\n            \"name\": \"Harris Health Smith Clinic\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:01:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 110890,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 287782,\n            \"name\": \"Totalcare For Women\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:06:00-05:00\"\n    }\n]"}],"_postman_id":"68fe89cf-04b7-4a69-993e-f701732dc9f4"},{"name":"byCaseID","id":"d66c1f51-8537-430b-9c72-0e54735602ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/5/MedicalProviders","description":"<p>Retrieves all medical providers linked to a specific case, identified by the case ID in the URL path.</p>\n","urlObject":{"path":["case","5","MedicalProviders"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"25133d22-50f3-440a-a88c-e41408599a88","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalProviders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1378"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 09 Nov 2023 22:43:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalProviderID\": 110707,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 249798,\n            \"name\": \"2775 Linden Blvd.,LLC\"\n        },\n        \"startDate\": \"2023-11-08T00:00:00\",\n        \"endDate\": \"2023-11-07T00:00:00\",\n        \"referredDate\": \"2023-11-08T16:40:26.907\",\n        \"willTestify\": false,\n        \"hospitalFile\": \"232323\",\n        \"medicalRecordsStatus\": {\n            \"id\": 2,\n            \"description\": \"Required\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": true,\n        \"expert\": true,\n        \"isReferred\": true,\n        \"dontPayAtSettlement\": false,\n        \"comments\": \"test\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-07-27T12:06:00-04:00\",\n        \"modifiedDate\": \"2023-11-08T16:44:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 110888,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 287781,\n            \"name\": \"Harris Health Smith Clinic\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:01:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 110890,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"provider\": {\n            \"contactId\": 287782,\n            \"name\": \"Totalcare For Women\"\n        },\n        \"isBillsFinalized\": false,\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:06:00-05:00\"\n    }\n]"}],"_postman_id":"d66c1f51-8537-430b-9c72-0e54735602ee"},{"name":"MedicalProvider","id":"32cab0c4-8ff2-4221-bbed-703635dd5a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/23852","description":"<p>Retrieves the full details of a specific medical provider record by its unique provider ID.</p>\n","urlObject":{"path":["case","MedicalProvider","23852"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"33ff91f4-0d40-4fe3-9b2d-23631be64709","name":"GetMedicalProvider","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/110707"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"635"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 09 Nov 2023 22:43:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalProviderID\": 110707,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"provider\": {\n        \"contactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\"\n    },\n    \"startDate\": \"2023-11-08T00:00:00\",\n    \"endDate\": \"2023-11-07T00:00:00\",\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\n    \"willTestify\": false,\n    \"hospitalFile\": \"232323\",\n    \"medicalRecordsStatus\": {\n        \"id\": 2,\n        \"description\": \"Required\"\n    },\n    \"isBillsFinalized\": false,\n    \"isTreatementEnded\": true,\n    \"expert\": true,\n    \"isReferred\": true,\n    \"dontPayAtSettlement\": false,\n    \"comments\": \"test\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2020-07-27T12:06:00-04:00\",\n    \"modifiedDate\": \"2023-11-08T16:44:00-05:00\"\n}"}],"_postman_id":"32cab0c4-8ff2-4221-bbed-703635dd5a9d"},{"name":"MedicalRecordsStatusType","id":"5beaea5a-f474-43b1-9a29-65ae4c2e0913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/RecordsRequirementsList","description":"<p>Retrieves the list of available medical records status types and requirements. Use this endpoint to populate status dropdowns when managing medical provider records.</p>\n","urlObject":{"path":["case","MedicalProvider","RecordsRequirementsList"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b3d8a62e-eb6e-4570-9cbf-375d27d341de","name":"MedicalRecordsStatusType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalProvider/RecordsRequirementsList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"195"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 08 Nov 2023 22:00:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Undecided\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Required\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Not Required\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Pending Receipt\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"All records received\"\n    }\n]"}],"_postman_id":"5beaea5a-f474-43b1-9a29-65ae4c2e0913"},{"name":"FilteredMedicalProvider","id":"0e59fc52-98b0-4506-9ef7-ea5a2e03499c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of medical providers. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","medicalprovider","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"564b0a27-8ef7-4968-9884-34a9d83c3565","name":"FilteredMedicalProvider","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4771"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 21 Mar 2024 16:20:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalProviderID\": 1,\n        \"caseID\": 2,\n        \"caseNumber\": \"1802860\",\n        \"plaintiff\": {\n            \"id\": 2,\n            \"name\": \"Costanza, George\",\n            \"contactID\": 113\n        },\n        \"provider\": {\n            \"contactId\": 27,\n            \"name\": \"Coney Island Hospital\"\n        },\n        \"startDate\": \"2018-05-01T00:00:00\",\n        \"endDate\": \"2018-10-31T09:45:00\",\n        \"medicalRecordsStatus\": {\n            \"id\": 1,\n            \"description\": \"Required\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2018-10-18T11:49:00-04:00\",\n        \"modifiedDate\": \"2018-10-31T09:45:00-04:00\"\n    },\n    {\n        \"medicalProviderID\": 3,\n        \"caseID\": 2,\n        \"caseNumber\": \"1802860\",\n        \"plaintiff\": {\n            \"id\": 2,\n            \"name\": \"Costanza, George\",\n            \"contactID\": 113\n        },\n        \"provider\": {\n            \"contactId\": 213,\n            \"name\": \"Alliance Physical Therapy\"\n        },\n        \"startDate\": \"2018-05-08T09:49:00\",\n        \"endDate\": \"2018-10-01T00:00:00\",\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2018-10-31T09:48:00-04:00\",\n        \"modifiedDate\": \"2018-10-31T09:51:00-04:00\"\n    },\n    {\n        \"medicalProviderID\": 6,\n        \"caseID\": 1,\n        \"caseNumber\": \"1017260\",\n        \"plaintiff\": {\n            \"id\": 1,\n            \"name\": \"Robuck, George\",\n            \"contactID\": 112\n        },\n        \"provider\": {\n            \"contactId\": 223,\n            \"name\": \"Sunrise Hospital\"\n        },\n        \"startDate\": \"2019-02-08T16:38:00\",\n        \"endDate\": \"2019-02-08T16:38:00\",\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-02-08T16:38:00-05:00\",\n        \"modifiedDate\": \"2019-02-08T16:38:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 16,\n        \"caseID\": 1,\n        \"caseNumber\": \"1017260\",\n        \"plaintiff\": {\n            \"id\": 1,\n            \"name\": \"Robuck, George\",\n            \"contactID\": 112\n        },\n        \"provider\": {\n            \"contactId\": 222,\n            \"name\": \"Allstate\"\n        },\n        \"startDate\": \"2019-10-01T00:00:00\",\n        \"endDate\": \"2019-10-15T00:00:00\",\n        \"medicalRecordsStatus\": {\n            \"id\": 1,\n            \"description\": \"Required\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-10-22T14:46:00-04:00\"\n    },\n    {\n        \"medicalProviderID\": 17,\n        \"caseID\": 4,\n        \"caseNumber\": \"1802862\",\n        \"plaintiff\": {\n            \"id\": 4,\n            \"name\": \"Vader, Darth\",\n            \"contactID\": 168662\n        },\n        \"provider\": {\n            \"contactId\": 27,\n            \"name\": \"Coney Island Hospital\"\n        },\n        \"startDate\": \"2017-11-02T00:00:00\",\n        \"endDate\": \"2017-11-03T12:32:00\",\n        \"medicalRecordsStatus\": {\n            \"id\": 1,\n            \"description\": \"Required\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-11-22T12:31:00-05:00\",\n        \"modifiedDate\": \"2019-11-22T12:34:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 18,\n        \"caseID\": 3,\n        \"caseNumber\": \"1802861\",\n        \"plaintiff\": {\n            \"id\": 3,\n            \"name\": \"Smithers, John\",\n            \"contactID\": 114\n        },\n        \"provider\": {\n            \"contactId\": 213,\n            \"name\": \"Alliance Physical Therapy\"\n        },\n        \"willTestify\": true,\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-01-08T15:14:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 7,\n        \"caseID\": 11,\n        \"caseNumber\": \"1900003\",\n        \"plaintiff\": {\n            \"id\": 12,\n            \"name\": \"Potter, Harry L.\",\n            \"contactID\": 132\n        },\n        \"provider\": {\n            \"contactId\": 225,\n            \"name\": \"Mercy Hospital\"\n        },\n        \"startDate\": \"2019-01-01T00:00:00\",\n        \"endDate\": \"2019-05-15T12:07:00\",\n        \"hospitalFile\": \"2019-156\",\n        \"medicalRecordsStatus\": {\n            \"id\": 1,\n            \"description\": \"Required\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-03-26T10:32:00-04:00\",\n        \"modifiedDate\": \"2020-02-11T12:07:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 22,\n        \"caseID\": 21,\n        \"caseNumber\": \"1900009\",\n        \"plaintiff\": {\n            \"id\": 21,\n            \"name\": \"Smith, Max\",\n            \"contactID\": 146\n        },\n        \"provider\": {\n            \"contactId\": 213,\n            \"name\": \"Alliance Physical Therapy\"\n        },\n        \"startDate\": \"2019-10-07T00:00:00\",\n        \"endDate\": \"2020-02-05T00:00:00\",\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-02-12T12:15:00-05:00\",\n        \"modifiedDate\": \"2020-02-12T12:16:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 23,\n        \"caseID\": 21,\n        \"caseNumber\": \"1900009\",\n        \"plaintiff\": {\n            \"id\": 21,\n            \"name\": \"Smith, Max\",\n            \"contactID\": 146\n        },\n        \"provider\": {\n            \"contactId\": 233,\n            \"name\": \"Alice Peck Day Memorial Hospital\"\n        },\n        \"startDate\": \"2019-10-22T00:00:00\",\n        \"endDate\": \"2020-02-12T12:20:00\",\n        \"hospitalFile\": \"6564\",\n        \"medicalRecordsStatus\": {\n            \"id\": 1,\n            \"description\": \"Required\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"comments\": \"Great\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-02-12T12:20:00-05:00\",\n        \"modifiedDate\": \"2020-02-12T12:22:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 24,\n        \"caseID\": 3,\n        \"caseNumber\": \"1802861\",\n        \"plaintiff\": {\n            \"id\": 3,\n            \"name\": \"Smithers, John\",\n            \"contactID\": 114\n        },\n        \"provider\": {\n            \"contactId\": 29,\n            \"name\": \"Elmhurst Hospital\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-02-14T17:19:00-05:00\"\n    },\n    {\n        \"medicalProviderID\": 26,\n        \"caseID\": 1,\n        \"caseNumber\": \"1017260\",\n        \"plaintiff\": {\n            \"id\": 1,\n            \"name\": \"Robuck, George\",\n            \"contactID\": 112\n        },\n        \"provider\": {\n            \"contactId\": 178,\n            \"name\": \"Fugate, Scott\"\n        },\n        \"isTreatementEnded\": false,\n        \"expert\": true,\n        \"isReferred\": false,\n        \"dontPayAtSettlement\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2020-03-04T09:57:00-05:00\"\n    }\n]"}],"_postman_id":"0e59fc52-98b0-4506-9ef7-ea5a2e03499c"},{"name":"InsertMedicalProvider","id":"293217b0-a64a-4011-bfb0-ad93071e1d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseID\": 516718,\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"provider\": {\r\n        \"contactId\": 249798\r\n    },\r\n    \"startDate\": \"2023-11-08T00:00:00\",\r\n    \"endDate\": \"2023-11-07T00:00:00\",\r\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\r\n    \"willTestify\": false,\r\n    \"hospitalFile\": \"12345EM\",\r\n    \"medicalRecordsStatus\": {\r\n        \"id\": 2\r\n    },\r\n    \"isBillsFinalized\": false,\r\n    \"isTreatementEnded\": true,\r\n    \"expert\": true,\r\n    \"isReferred\": true,\r\n    \"dontPayAtSettlement\": false,\r\n    \"comments\": \"test\",\r\n    \"documentIDs\": [\r\n        3654125,\r\n        365245\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider","description":"<p>Creates a new medical provider record. Provide all required provider details in the request body.</p>\n","urlObject":{"path":["case","medicalprovider"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b47f6e4f-9115-44b8-bb42-44e1d0c3df71","name":"InsertMedicalProvider","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"caseID\": 516718,\r\n        \"plaintiff\": {\r\n            \"id\": 622470\r\n        },\r\n        \"provider\": {\r\n            \"contactId\": 249798            \r\n        },\r\n        \"startDate\": \"2023-11-08T00:00:00\",\r\n        \"endDate\": \"2023-11-07T00:00:00\",\r\n        \"referredDate\": \"2023-11-08T16:40:26.907\",\r\n        \"willTestify\": false,\r\n        \"hospitalFile\": \"12345EM\",\r\n        \"medicalRecordsStatus\": {\r\n            \"id\": 2\r\n        },\r\n        \"isBillsFinalized\": false,\r\n        \"isTreatementEnded\": true,\r\n        \"expert\": true,\r\n        \"isReferred\": true,\r\n        \"dontPayAtSettlement\": false,\r\n        \"comments\": \"test\",\r\n        \"documentIDs\": [3654125, 365245]\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"573"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 09 Nov 2023 22:44:13 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalProviderID\": 111024,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"provider\": {\n        \"contactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\"\n    },\n    \"startDate\": \"2023-11-08T00:00:00\",\n    \"endDate\": \"2023-11-07T00:00:00\",\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\n    \"hospitalFile\": \"12345EM\",\n    \"medicalRecordsStatus\": {\n        \"id\": 2,\n        \"description\": \"Required\"\n    },\n    \"isBillsFinalized\": false,\n    \"isTreatementEnded\": true,\n    \"expert\": true,\n    \"isReferred\": true,\n    \"dontPayAtSettlement\": false,\n    \"comments\": \"test\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2023-11-09T17:44:00-05:00\"\n}"}],"_postman_id":"293217b0-a64a-4011-bfb0-ad93071e1d7b"},{"name":"UpdateMedicalProvider","id":"bd72353e-f65d-491a-beb5-4c7a49360856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalProviderID\": 111067,\r\n    \"caseID\": 516718,\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"provider\": {\r\n        \"contactId\": 249798\r\n    },\r\n    \"startDate\": \"2023-11-08T00:00:00\",\r\n    \"endDate\": \"2023-11-07T00:00:00\",\r\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\r\n    \"willTestify\": false,\r\n    \"hospitalFile\": \"12345EM\",\r\n    \"medicalRecordsStatus\": {\r\n        \"id\": 2\r\n    },\r\n    \"isBillsFinalized\": false,\r\n    \"isTreatementEnded\": true,\r\n    \"expert\": true,\r\n    \"isReferred\": true,\r\n    \"dontPayAtSettlement\": false,\r\n    \"comments\": \"test update\"\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider","description":"<p>Performs a full update on an existing medical provider record. All provider fields must be included in the request body.</p>\n","urlObject":{"path":["case","medicalprovider"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"64d01ec2-6b93-41d3-829e-34da085d9162","name":"UpdateMedicalProvider","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalProviderID\": 111067,\r\n    \"caseID\": 516718,\r\n    \"plaintiff\": {\r\n        \"id\": 622470\r\n    },\r\n    \"provider\": {\r\n        \"contactId\": 249798\r\n    },\r\n    \"startDate\": \"2023-11-08T00:00:00\",\r\n    \"endDate\": \"2023-11-07T00:00:00\",\r\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\r\n    \"willTestify\": false,\r\n    \"hospitalFile\": \"12345EM\",\r\n    \"medicalRecordsStatus\": {\r\n        \"id\": 2\r\n    },\r\n    \"isBillsFinalized\": false,\r\n    \"isTreatementEnded\": true,\r\n    \"expert\": true,\r\n    \"isReferred\": true,\r\n    \"dontPayAtSettlement\": false,\r\n    \"comments\": \"test update\"\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"623"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 Mar 2024 18:42:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalProviderID\": 111067,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"provider\": {\n        \"contactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\"\n    },\n    \"startDate\": \"2023-11-08T00:00:00\",\n    \"endDate\": \"2023-11-07T00:00:00\",\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\n    \"hospitalFile\": \"12345EM\",\n    \"medicalRecordsStatus\": {\n        \"id\": 2,\n        \"description\": \"Required\"\n    },\n    \"isBillsFinalized\": false,\n    \"isTreatementEnded\": true,\n    \"expert\": true,\n    \"isReferred\": true,\n    \"dontPayAtSettlement\": false,\n    \"comments\": \"test update\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2024-03-05T13:41:00-05:00\",\n    \"modifiedDate\": \"2024-03-05T13:43:00-05:00\"\n}"}],"_postman_id":"bd72353e-f65d-491a-beb5-4c7a49360856"},{"name":"UpdateMedicalProvider","id":"3680fd35-1baa-413f-bcc5-32820cee35af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"test edit comments only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider/110707","description":"<p>Performs a partial update on a specific medical provider record. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","medicalprovider","110707"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"650828f6-32e9-47dd-bae8-fb2b6bf1b608","name":"UpdateMedicalProvider","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"test edit comments only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider/111067"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"635"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 Mar 2024 18:43:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalProviderID\": 111067,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 622470,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"provider\": {\n        \"contactId\": 249798,\n        \"name\": \"2775 Linden Blvd.,LLC\"\n    },\n    \"startDate\": \"2023-11-08T00:00:00\",\n    \"endDate\": \"2023-11-07T00:00:00\",\n    \"referredDate\": \"2023-11-08T16:40:26.907\",\n    \"hospitalFile\": \"12345EM\",\n    \"medicalRecordsStatus\": {\n        \"id\": 2,\n        \"description\": \"Required\"\n    },\n    \"isBillsFinalized\": false,\n    \"isTreatementEnded\": true,\n    \"expert\": true,\n    \"isReferred\": true,\n    \"dontPayAtSettlement\": false,\n    \"comments\": \"test edit comments only\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2024-03-05T13:41:00-05:00\",\n    \"modifiedDate\": \"2024-03-05T13:43:00-05:00\"\n}"}],"_postman_id":"3680fd35-1baa-413f-bcc5-32820cee35af"},{"name":"DeleteMedicalProvider","id":"8fdeae59-7975-4086-8b0e-2a7aa88b1e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalprovider/110707","description":"<p>Permanently deletes a specific medical provider record by its ID. This action cannot be undone.</p>\n","urlObject":{"path":["case","medicalprovider","110707"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fdeae59-7975-4086-8b0e-2a7aa88b1e62"}],"id":"2c10155b-a107-4fc6-8cc2-8fe1fe8e76b4","description":"<p>The <strong>Medical Providers</strong> folder contains all endpoints for managing medical providers associated with cases in the CaseSync API. It supports full CRUD operations on medical provider records, lookup and filtering capabilities, and reference data retrieval.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Look up medical providers by name (<code>GET /case/MedicalProviders</code>)</li>\n<li>Retrieve providers by case number or case ID</li>\n<li>Get a specific medical provider by ID</li>\n<li>Create, fully update, partially update, and delete medical provider records</li>\n<li>Retrieve filtered/paginated lists of medical providers</li>\n<li>Look up medical records status types and requirements</li>\n</ul>\n<p><strong>Sub-folders:</strong></p>\n<ul>\n<li><strong>Visits</strong> – Manage medical visit records linked to a provider and case</li>\n<li><strong>Bills</strong> – Manage billing records associated with medical provider visits</li>\n<li><strong>Payments</strong> – Manage payment records for medical provider bills</li>\n</ul>\n","_postman_id":"2c10155b-a107-4fc6-8cc2-8fe1fe8e76b4"},{"name":"Medical Requests","item":[{"name":"byCaseNumber","id":"bcadd7b8-2722-4f6d-8ad6-78cfea9ac0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalRequests/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all medical request records associated with a specific case, identified by the case number provided as a query parameter.</p>\n","urlObject":{"path":["case","MedicalRequests","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"8770e688-af39-4978-bd64-d2178fa11008","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalRequests/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","MedicalRequests","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"13108"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:17:47 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalRequestID\": 30983,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110707,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2020-04-01T16:50:00\",\n        \"fromDate\": \"2020-11-01T00:00:00\",\n        \"toDate\": \"2020-11-20T16:50:00\",\n        \"comments\": \" Response: No matching email address Response: No matching email address\",\n        \"assignedToUser\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 22,\n            \"description\": \"Need To Cancel - NRR\"\n        },\n        \"statusDate\": \"2022-02-08T17:23:03.687\",\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2182527\n        ],\n        \"createdDate\": \"2023-03-02T13:45:00-05:00\",\n        \"modifiedDate\": \"2022-02-08T17:23:00-05:00\",\n        \"medicalProviderNotes\": \"test\",\n        \"orderAffidavit\": false,\n        \"followUpNotes\": \"test123\\n\\rrecords file uploaded: Test pdf.pdf\"\n    },\n    {\n        \"medicalRequestID\": 30984,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110707,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2020-11-20T16:50:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2020-11-20T16:50:00\",\n        \"assignedToUser\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 9,\n            \"description\": \"Custom Request\"\n        },\n        \"completeDate\": \"2023-05-15T13:01:00-04:00\",\n        \"canceled\": true,\n        \"status\": {\n            \"id\": 4,\n            \"description\": \"Canceled\"\n        },\n        \"statusDate\": \"2023-05-31T18:03:54.837\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2183820\n        ],\n        \"createdDate\": \"2023-03-02T13:45:00-05:00\",\n        \"modifiedDate\": \"2023-05-31T18:04:00-04:00\",\n        \"orderAffidavit\": false,\n        \"retrievalOrderNo\": \"276727\"\n    },\n    {\n        \"medicalRequestID\": 31096,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110707,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-01-31T11:32:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-01-31T11:32:00\",\n        \"assignedToUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"requestedByUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 6,\n            \"description\": \"Billing Records\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 12,\n            \"description\": \"Paszkiewicz -Progress\"\n        },\n        \"statusDate\": \"2023-09-18T13:45:08.547\",\n        \"isAllRecords\": false,\n        \"followUpDate\": \"2023-01-31T11:34:42.97\",\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-03-02T13:45:00-05:00\",\n        \"modifiedDate\": \"2023-09-18T13:45:00-04:00\",\n        \"orderAffidavit\": false,\n        \"retrievalOrderNo\": \"\\\"Missing provider address\\\"\"\n    },\n    {\n        \"medicalRequestID\": 31097,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110707,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-01-31T11:36:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-01-31T11:36:00\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 6,\n            \"description\": \"Billing Records\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-02-14T18:07:21.097\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-03-02T13:45:00-05:00\",\n        \"modifiedDate\": \"2023-02-14T18:07:00-05:00\",\n        \"orderAffidavit\": false,\n        \"retrievalOrderNo\": \"100\"\n    },\n    {\n        \"medicalRequestID\": 31107,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110888,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-02-09T11:01:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-02-09T11:01:00\",\n        \"comments\": \"test\",\n        \"assignedToUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 6,\n            \"description\": \"Billing Records\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 8,\n            \"description\": \"External 3rd Party\"\n        },\n        \"statusDate\": \"2023-02-09T11:02:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:02:00-05:00\",\n        \"medicalProviderNotes\": \"test\",\n        \"orderAffidavit\": false,\n        \"retrievalOrderNo\": \"99\"\n    },\n    {\n        \"medicalRequestID\": 31244,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110888,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-10T15:58:00-05:00\",\n        \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31251,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:21:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31252,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:24:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31253,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:25:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31254,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:26:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31255,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:27:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31256,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:29:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31257,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2185813\n        ],\n        \"createdDate\": \"2023-11-13T16:32:00-05:00\",\n        \"modifiedDate\": \"2024-02-29T20:13:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31405,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2184677,\n            2185813\n        ],\n        \"createdDate\": \"2024-02-29T19:23:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31406,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2184677,\n            2185813\n        ],\n        \"createdDate\": \"2024-02-29T20:13:00-05:00\",\n        \"orderAffidavit\": false\n    }\n]"}],"_postman_id":"bcadd7b8-2722-4f6d-8ad6-78cfea9ac0e2"},{"name":"byCaseID","id":"3dc66cf8-cebd-40f2-b4df-ac36f2698506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalRequests","description":"<p>Retrieves all medical request records associated with a specific case, identified by the case ID in the URL path.</p>\n","urlObject":{"path":["case","516718","MedicalRequests"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ff983128-3fd3-45df-9d2d-cefef4972cb2","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/MedicalRequests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"9402"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:18:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalRequestID\": 31107,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110888,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-02-09T11:01:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-02-09T11:01:00\",\n        \"comments\": \"test\",\n        \"assignedToUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 6,\n            \"description\": \"Billing Records\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 8,\n            \"description\": \"External 3rd Party\"\n        },\n        \"statusDate\": \"2023-02-09T11:02:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-02-09T11:02:00-05:00\",\n        \"medicalProviderNotes\": \"test\",\n        \"orderAffidavit\": false,\n        \"retrievalOrderNo\": \"99\"\n    },\n    {\n        \"medicalRequestID\": 31244,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110888,\n            \"provider\": {\n                \"contactId\": 287781,\n                \"name\": \"Harris Health Smith Clinic\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"requestedByUser\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-10T15:58:00-05:00\",\n        \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31251,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:21:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31252,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:24:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31253,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:25:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31254,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:26:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31255,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:27:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31256,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-11-13T16:29:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31257,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2185813\n        ],\n        \"createdDate\": \"2023-11-13T16:32:00-05:00\",\n        \"modifiedDate\": \"2024-02-29T20:13:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31405,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2184677,\n            2185813\n        ],\n        \"createdDate\": \"2024-02-29T19:23:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31406,\n        \"caseID\": 516718,\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"caseNumber\": \"9000002\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 103177,\n            \"provider\": {\n                \"contactId\": 281984,\n                \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n            }\n        },\n        \"requestDate\": \"2023-11-10T15:58:00\",\n        \"fromDate\": \"2019-01-02T00:00:00\",\n        \"toDate\": \"2023-11-10T15:58:00\",\n        \"comments\": \"test multiple 3\",\n        \"assignedToUser\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"requestedByUser\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 5,\n            \"description\": \"Abstract Records Only\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-11-10T15:58:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [\n            2184677,\n            2185813\n        ],\n        \"createdDate\": \"2024-02-29T20:13:00-05:00\",\n        \"orderAffidavit\": false\n    }\n]"}],"_postman_id":"3dc66cf8-cebd-40f2-b4df-ac36f2698506"},{"name":"FilteredMedicalRequest","id":"5c903ced-fac5-4db6-801d-e8de363b5d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of medical request records. Provide filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","medicalrequest","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"18650c7a-f77b-49d3-8af2-0fdf620ff760","name":"FilteredMedicalRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4192"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:18:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"medicalRequestID\": 31178,\n        \"caseID\": 518108,\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"ju6, kt6\",\n            \"contactID\": 1695895\n        },\n        \"caseNumber\": \"0 - 000032\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110985,\n            \"provider\": {\n                \"contactId\": 249372,\n                \"name\": \"A & C Medical\"\n            }\n        },\n        \"requestDate\": \"2023-10-13T14:47:00\",\n        \"fromDate\": \"2020-05-15T00:00:00\",\n        \"toDate\": \"2024-01-17T09:26:00\",\n        \"assignedToUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"requestedByUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 3,\n            \"description\": \"Hospital Records\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2024-01-17T09:26:29.097\",\n        \"isAllRecords\": false,\n        \"untilToday\": true,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-13T14:47:00-04:00\",\n        \"modifiedDate\": \"2024-01-17T09:26:00-05:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31185,\n        \"caseID\": 518108,\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"ju6, kt6\",\n            \"contactID\": 1695895\n        },\n        \"caseNumber\": \"0 - 000032\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110985,\n            \"provider\": {\n                \"contactId\": 249372,\n                \"name\": \"A & C Medical\"\n            }\n        },\n        \"requestDate\": \"2023-10-16T12:59:00\",\n        \"fromDate\": \"2020-05-15T00:00:00\",\n        \"toDate\": \"2023-10-16T12:59:00\",\n        \"comments\": \"Test Semd to Retreival \",\n        \"assignedToUser\": {\n            \"id\": 678,\n            \"name\": \"Kurnosov, Viktor\",\n            \"contactID\": 1696271\n        },\n        \"requestedByUser\": {\n            \"id\": 678,\n            \"name\": \"Kurnosov, Viktor\",\n            \"contactID\": 1696271\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 9,\n            \"description\": \"Custom Request\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-10-16T13:00:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-16T13:00:00-04:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31186,\n        \"caseID\": 518108,\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"ju6, kt6\",\n            \"contactID\": 1695895\n        },\n        \"caseNumber\": \"0 - 000032\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110987,\n            \"provider\": {\n                \"contactId\": 262952,\n                \"name\": \"A. Kagan Orthopedics and Sports Medicine\"\n            }\n        },\n        \"requestDate\": \"2023-10-16T12:59:00\",\n        \"fromDate\": \"2020-05-15T00:00:00\",\n        \"toDate\": \"2023-10-16T12:59:00\",\n        \"comments\": \"Test Semd to Retreival \",\n        \"assignedToUser\": {\n            \"id\": 678,\n            \"name\": \"Kurnosov, Viktor\",\n            \"contactID\": 1696271\n        },\n        \"requestedByUser\": {\n            \"id\": 678,\n            \"name\": \"Kurnosov, Viktor\",\n            \"contactID\": 1696271\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 9,\n            \"description\": \"Custom Request\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-10-16T13:00:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-16T13:00:00-04:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31179,\n        \"caseID\": 518108,\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"ju6, kt6\",\n            \"contactID\": 1695895\n        },\n        \"caseNumber\": \"0 - 000032\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110987,\n            \"provider\": {\n                \"contactId\": 262952,\n                \"name\": \"A. Kagan Orthopedics and Sports Medicine\"\n            }\n        },\n        \"requestDate\": \"2023-10-13T14:51:00\",\n        \"fromDate\": \"2020-05-15T00:00:00\",\n        \"toDate\": \"2023-10-13T14:51:00\",\n        \"assignedToUser\": {\n            \"id\": 678,\n            \"name\": \"Kurnosov, Viktor\",\n            \"contactID\": 1696271\n        },\n        \"requestedByUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 11,\n            \"description\": \"Hospital Records - No Fault\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-10-13T14:51:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-13T14:51:00-04:00\",\n        \"modifiedDate\": \"2023-10-16T12:57:00-04:00\",\n        \"orderAffidavit\": false\n    },\n    {\n        \"medicalRequestID\": 31180,\n        \"caseID\": 518108,\n        \"plaintiff\": {\n            \"id\": 621746,\n            \"name\": \"ju6, kt6\",\n            \"contactID\": 1695895\n        },\n        \"caseNumber\": \"0 - 000032\",\n        \"medicalProvider\": {\n            \"medicalProviderID\": 110989,\n            \"provider\": {\n                \"contactId\": 1506403,\n                \"name\": \"Zughayer, Salam\"\n            }\n        },\n        \"requestDate\": \"2023-10-13T14:51:00\",\n        \"fromDate\": \"2020-05-15T00:00:00\",\n        \"toDate\": \"2023-10-13T14:51:00\",\n        \"comments\": \"Test Send Emal  for Yana\",\n        \"assignedToUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"requestedByUser\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"highPriority\": false,\n        \"recordType\": {\n            \"id\": 11,\n            \"description\": \"Hospital Records - No Fault\"\n        },\n        \"canceled\": false,\n        \"status\": {\n            \"id\": 1,\n            \"description\": \"Internal\"\n        },\n        \"statusDate\": \"2023-10-13T14:51:00\",\n        \"isAllRecords\": false,\n        \"untilToday\": false,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-13T14:51:00-04:00\",\n        \"modifiedDate\": \"2023-10-16T12:26:00-04:00\",\n        \"orderAffidavit\": false\n    }\n]"}],"_postman_id":"5c903ced-fac5-4db6-801d-e8de363b5d2a"},{"name":"InsertMedicalRequest","id":"4f8777d4-e0e3-497c-94d1-6d4e3834fcbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"caseID\":516718,\r\n    \"medicalProvider\": {\r\n        \"medicalProviderID\": 103177\r\n    },\r\n    \"requestDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"fromDate\": \"2019-01-02T00:00:00-05:00\",\r\n    \"toDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"comments\": \"test multiple 3\",\r\n    \"assignedToUser\": {\r\n        \"id\": 656\r\n    },\r\n    \"requestedByUser\": {\r\n        \"id\": 347\r\n    },\r\n    \"highPriority\": false,\r\n    \"recordType\": {\r\n        \"id\": 5\r\n    },\r\n    \"canceled\": false,\r\n    \"status\": {\r\n        \"id\": 1\r\n    },\r\n    \"statusDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"isAllRecords\": false,\r\n    \"untilToday\": false,\r\n    \"documentIDs\": [2185813,\r\n                    2184677],\r\n    \"createdDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\r\n    \"orderAffidavit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest","description":"<p>Creates a new medical request record. Provide all required medical request details in the request body.</p>\n","urlObject":{"path":["case","medicalrequest"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2bfffbac-eeb4-4bfd-8558-d077c7d35710","name":"InsertMedicalRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"caseID\":516718,\r\n    \"medicalProvider\": {\r\n        \"medicalProviderID\": 103177\r\n    },\r\n    \"requestDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"fromDate\": \"2019-01-02T00:00:00-05:00\",\r\n    \"toDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"comments\": \"test multiple 3\",\r\n    \"assignedToUser\": {\r\n        \"id\": 656\r\n    },\r\n    \"requestedByUser\": {\r\n        \"id\": 347\r\n    },\r\n    \"highPriority\": false,\r\n    \"recordType\": {\r\n        \"id\": 5\r\n    },\r\n    \"canceled\": false,\r\n    \"status\": {\r\n        \"id\": 1\r\n    },\r\n    \"statusDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"isAllRecords\": false,\r\n    \"untilToday\": false,\r\n    \"documentIDs\": [2185813,\r\n                    2184677],\r\n    \"createdDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\r\n    \"orderAffidavit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"857"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:20:09 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalRequestID\": 31407,\n    \"caseID\": 516718,\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"caseNumber\": \"9000002\",\n    \"medicalProvider\": {\n        \"medicalProviderID\": 103177,\n        \"provider\": {\n            \"contactId\": 281984,\n            \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n        }\n    },\n    \"requestDate\": \"2023-11-10T15:58:00\",\n    \"fromDate\": \"2019-01-02T00:00:00\",\n    \"toDate\": \"2023-11-10T15:58:00\",\n    \"comments\": \"test multiple 3\",\n    \"assignedToUser\": {\n        \"id\": 656,\n        \"name\": \"Krasnov, William\",\n        \"contactID\": 1598112\n    },\n    \"requestedByUser\": {\n        \"id\": 347,\n        \"name\": \"O'Krasnoov, Andrey, CNP\",\n        \"contactID\": 1492959\n    },\n    \"highPriority\": false,\n    \"recordType\": {\n        \"id\": 5,\n        \"description\": \"Abstract Records Only\"\n    },\n    \"canceled\": false,\n    \"status\": {\n        \"id\": 1,\n        \"description\": \"Internal\"\n    },\n    \"statusDate\": \"2023-11-10T15:58:00\",\n    \"isAllRecords\": false,\n    \"untilToday\": false,\n    \"documentIDs\": [\n        2184677,\n        2185813\n    ],\n    \"createdDate\": \"2024-02-29T20:20:00-05:00\",\n    \"orderAffidavit\": false\n}"}],"_postman_id":"4f8777d4-e0e3-497c-94d1-6d4e3834fcbb"},{"name":"UpdateMedicalRequest","id":"557e17ed-a60c-4a8e-b38c-dabea8a4c365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalRequestID\": 31257,\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"caseID\":516718,\r\n    \"medicalProvider\": {\r\n        \"medicalProviderID\": 103177\r\n    },\r\n    \"requestDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"fromDate\": \"2019-01-02T00:00:00-05:00\",\r\n    \"toDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"comments\": \"test multiple 3\",\r\n    \"assignedToUser\": {\r\n        \"id\": 656\r\n    },\r\n    \"requestedByUser\": {\r\n        \"id\": 347\r\n    },\r\n    \"highPriority\": false,\r\n    \"recordType\": {\r\n        \"id\": 5\r\n    },\r\n    \"canceled\": false,\r\n    \"status\": {\r\n        \"id\": 1\r\n    },\r\n    \"statusDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"isAllRecords\": false,\r\n    \"untilToday\": false,\r\n    \"documentIDs\": [2185813\r\n                    ],\r\n    \"createdDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\r\n    \"orderAffidavit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest","description":"<p>Performs a full update on an existing medical request record. All fields must be included in the request body.</p>\n","urlObject":{"path":["case","medicalrequest"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ffddead1-afa4-486c-8fe5-24fdc7d81d6f","name":"UpdateMedicalRequest","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"medicalRequestID\": 31257,\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"caseID\":516718,\r\n    \"medicalProvider\": {\r\n        \"medicalProviderID\": 103177\r\n    },\r\n    \"requestDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"fromDate\": \"2019-01-02T00:00:00-05:00\",\r\n    \"toDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"comments\": \"test multiple 3\",\r\n    \"assignedToUser\": {\r\n        \"id\": 656\r\n    },\r\n    \"requestedByUser\": {\r\n        \"id\": 347\r\n    },\r\n    \"highPriority\": false,\r\n    \"recordType\": {\r\n        \"id\": 5\r\n    },\r\n    \"canceled\": false,\r\n    \"status\": {\r\n        \"id\": 1\r\n    },\r\n    \"statusDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"isAllRecords\": false,\r\n    \"untilToday\": false,\r\n    \"documentIDs\": [2185813\r\n                    ],\r\n    \"createdDate\": \"2023-11-10T15:58:00-05:00\",\r\n    \"modifiedDate\": \"2023-11-10T16:02:00-05:00\",\r\n    \"orderAffidavit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"892"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:20:36 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalRequestID\": 31257,\n    \"caseID\": 516718,\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"caseNumber\": \"9000002\",\n    \"medicalProvider\": {\n        \"medicalProviderID\": 103177,\n        \"provider\": {\n            \"contactId\": 281984,\n            \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n        }\n    },\n    \"requestDate\": \"2023-11-10T15:58:00\",\n    \"fromDate\": \"2019-01-02T00:00:00\",\n    \"toDate\": \"2023-11-10T15:58:00\",\n    \"comments\": \"test multiple 3\",\n    \"assignedToUser\": {\n        \"id\": 656,\n        \"name\": \"Krasnov, William\",\n        \"contactID\": 1598112\n    },\n    \"requestedByUser\": {\n        \"id\": 347,\n        \"name\": \"O'Krasnoov, Andrey, CNP\",\n        \"contactID\": 1492959\n    },\n    \"highPriority\": false,\n    \"recordType\": {\n        \"id\": 5,\n        \"description\": \"Abstract Records Only\"\n    },\n    \"canceled\": false,\n    \"status\": {\n        \"id\": 1,\n        \"description\": \"Internal\"\n    },\n    \"statusDate\": \"2023-11-10T15:58:00\",\n    \"isAllRecords\": false,\n    \"untilToday\": false,\n    \"documentIDs\": [\n        2185813\n    ],\n    \"createdDate\": \"2023-11-13T16:32:00-05:00\",\n    \"modifiedDate\": \"2024-02-29T20:21:00-05:00\",\n    \"orderAffidavit\": false\n}"}],"_postman_id":"557e17ed-a60c-4a8e-b38c-dabea8a4c365"},{"name":"UpdateMedicalRequest Copy","id":"805c2355-1239-4267-99a4-e55a1b2f7db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"test edit comments only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest/31257","description":"<p>Performs a partial update on a specific medical request record identified by its ID in the URL path. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","medicalrequest","31257"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8127c231-f0e3-44e5-896f-ff4d6e022e08","name":"UpdateMedicalRequest Copy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"test edit comments only\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/medicalrequest/31257"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"900"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 01 Mar 2024 01:21:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"medicalRequestID\": 31257,\n    \"caseID\": 516718,\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"caseNumber\": \"9000002\",\n    \"medicalProvider\": {\n        \"medicalProviderID\": 103177,\n        \"provider\": {\n            \"contactId\": 281984,\n            \"name\": \"Zufall Health Center/Amy R. Salerno,MD\"\n        }\n    },\n    \"requestDate\": \"2023-11-10T15:58:00\",\n    \"fromDate\": \"2019-01-02T00:00:00\",\n    \"toDate\": \"2023-11-10T15:58:00\",\n    \"comments\": \"test edit comments only\",\n    \"assignedToUser\": {\n        \"id\": 656,\n        \"name\": \"Krasnov, William\",\n        \"contactID\": 1598112\n    },\n    \"requestedByUser\": {\n        \"id\": 347,\n        \"name\": \"O'Krasnoov, Andrey, CNP\",\n        \"contactID\": 1492959\n    },\n    \"highPriority\": false,\n    \"recordType\": {\n        \"id\": 5,\n        \"description\": \"Abstract Records Only\"\n    },\n    \"canceled\": false,\n    \"status\": {\n        \"id\": 1,\n        \"description\": \"Internal\"\n    },\n    \"statusDate\": \"2023-11-10T15:58:00\",\n    \"isAllRecords\": false,\n    \"untilToday\": false,\n    \"documentIDs\": [\n        2185813\n    ],\n    \"createdDate\": \"2023-11-13T16:32:00-05:00\",\n    \"modifiedDate\": \"2024-02-29T20:21:00-05:00\",\n    \"orderAffidavit\": false\n}"}],"_postman_id":"805c2355-1239-4267-99a4-e55a1b2f7db7"},{"name":"DeleteMedicalRequest","id":"84b756ee-ee2e-4617-b6b5-f30cb156bd83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/MedicalRequest/31244","description":"<p>Permanently deletes a specific medical request record by its ID from the given case. This action cannot be undone.</p>\n","urlObject":{"path":["case","MedicalRequest","31244"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"84b756ee-ee2e-4617-b6b5-f30cb156bd83"},{"name":"MedicalRequestStatuses","id":"a0bf747d-0f87-4cd8-b82c-698db24e4b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/RequestStatuses","description":"<p>Retrieves the list of all available medical request status values. Use this endpoint to populate status dropdowns when creating or updating medical request records.</p>\n","urlObject":{"path":["case","RequestStatuses"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"912af5e6-6e13-49a5-9ac3-9c4d8589df5f","name":"MedicalRequestStatuses","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/RequestStatuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1229"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 23:00:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Internal\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"External\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Received\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Canceled\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Rejected\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Reject Pending\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Internal Waiting\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"External 3rd Party\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Received-Completed\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"ReadyToPickup\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"VUPMedia-Progress\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Paszkiewicz -Progress\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"NRR-No Records Found\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"T-Scan -Pickup\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"T-Scan - Progress\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"T-Scan - No Records\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"CARS - Pickup\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"CARS - Progress\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"CARS - Completed\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"CARS - Canceled\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"CARS - No Records\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Need To Cancel - NRR\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Need To Cancel\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"CARS - Rejected\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"NRR - Rejected\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Paszkiewicz - Rejected\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"RetrievalService - Rejected\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"T-Scan - Rejected\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"themcsgroup - Rejected\"\n    }\n]"}],"_postman_id":"a0bf747d-0f87-4cd8-b82c-698db24e4b9c"},{"name":"MedicalRequestTypes","id":"fcbddcef-1a93-42e9-bffb-6e9db7028f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/RequestTypes","description":"<p>Retrieves the list of all available medical request types for a specific case. Use this endpoint to populate request type dropdowns when creating or updating medical request records.</p>\n","urlObject":{"path":["case","516718","RequestTypes"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"876b98e0-4a10-4451-8f87-91bafd5b2679","name":"MedicalRequestStatuses Copy","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/RequestTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 23:04:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"description\": \"Abstract Records Only\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Abstract Records Only (Implant)\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Billing Records\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Custom Request\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Doctors Records (Mass Torts)\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Doctors Records (Single Event)\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Hospital Records\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Nursing Home Records\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Ozymandian Records\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Pharmacy Records\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Pharmacy Records with NDC (Mass Torts)\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Pharmacy Records|Records|Report|Test Request\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Radiology Films Only\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Radiology Reports\"\n    },\n    {\n        \"id\": 0,\n        \"description\": \"Records\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Report\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Test Request\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Test Request Bundle\"\n    }\n]"}],"_postman_id":"fcbddcef-1a93-42e9-bffb-6e9db7028f06"}],"id":"e02f9217-5f5a-49a2-9335-72d17760e653","description":"<p>The <strong>Medical Requests</strong> folder contains all endpoints for managing medical request records associated with cases in the CaseSync API. It supports full CRUD operations, filtered/paginated retrieval, and reference data lookups for request statuses and types.</p>\n<p><strong>Key Operations:</strong></p>\n<ul>\n<li>Retrieve all medical requests for a case by case ID or case number</li>\n<li>Create a new medical request record</li>\n<li>Fully or partially update an existing medical request</li>\n<li>Delete a medical request record</li>\n<li>Retrieve filtered/paginated medical request lists by date</li>\n<li>Look up available medical request statuses and types</li>\n</ul>\n","_postman_id":"e02f9217-5f5a-49a2-9335-72d17760e653"},{"name":"Plaintiff","item":[{"name":"GetPlaintffs","id":"f5eb2db5-930e-4064-b71c-4acd7f913704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/plaintiffs","description":"<p>Retrieves all plaintiffs associated with a specific case.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/plaintiffs</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li><code>AddContactInfo</code> — When supported, includes contact information for each plaintiff.</li>\n<li><code>TableType</code> — Filters plaintiffs by table/category such as <code>Main</code>, <code>Other</code>, <code>Non-Party</code>, or <code>All</code>.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of plaintiff records for the specified case, optionally enriched with contact details depending on the supplied query parameters.</p>\n","urlObject":{"path":["case","516718","plaintiffs"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c476dedb-52db-41ea-a367-96e99c379340","name":"GetPlaintffs","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/plaintiffs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"498"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 22:03:48 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"roleID\": 19707,\n        \"statusID\": null,\n        \"role\": \"(P)-Point of Contact\",\n        \"status\": null,\n        \"contactID\": 1695568,\n        \"primary\": true,\n        \"primaryContact\": true,\n        \"comments\": null,\n        \"missing\": false,\n        \"markedAsRemoved\": false,\n        \"client\": true,\n        \"group\": null\n    },\n    {\n        \"id\": 622469,\n        \"name\": \"Berton, Hannah\",\n        \"roleID\": 18333,\n        \"statusID\": 2,\n        \"role\": \"(P)-Spouse\",\n        \"status\": \"To Be Filed\",\n        \"contactID\": 1698011,\n        \"primary\": false,\n        \"primaryContact\": false,\n        \"comments\": null,\n        \"missing\": true,\n        \"markedAsRemoved\": true,\n        \"client\": false,\n        \"group\": 2\n    }\n]"}],"_postman_id":"f5eb2db5-930e-4064-b71c-4acd7f913704"},{"name":"InsertPlaintiff","id":"af109707-63ea-450d-b8f6-f24ded2e3350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"roleID\": 19707,\r\n        \"contactID\": 1695568,\r\n        \"primary\": true,\r\n        \"primaryContact\": true,\r\n        \"comments\": \"test\",\r\n        \"missing\": false,\r\n        \"markedAsRemoved\": false,\r\n        \"client\": true,\r\n        \"group\": 1\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/plaintiffs","description":"<p>Creates a new plaintiff record for a case.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/plaintiffs</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Request body should include the plaintiff details to associate with the case, such as contact reference, role, and party-related fields.</li>\n</ul>\n<p><strong>Returns:</strong>\nThe newly created plaintiff record or a success response confirming the plaintiff was added to the case.</p>\n","urlObject":{"path":["case","516718","plaintiffs"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8fd05040-e356-470e-9607-e45ec6b8873f","name":"InsertPlaintiff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"roleID\": 19707,\r\n        \"contactID\": 1695568,\r\n        \"primary\": true,\r\n        \"primaryContact\": true,\r\n        \"comments\": \"test\",\r\n        \"missing\": false,\r\n        \"markedAsRemoved\": false,\r\n        \"client\": true,\r\n        \"group\": 1\r\n }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/plaintiffs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"248"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 22:06:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 622470,\n    \"name\": \"Tim, Berton\",\n    \"roleID\": 19707,\n    \"statusID\": null,\n    \"role\": \"(P)-Point of Contact\",\n    \"status\": null,\n    \"contactID\": 1695568,\n    \"primary\": true,\n    \"primaryContact\": true,\n    \"comments\": \"test\",\n    \"missing\": false,\n    \"markedAsRemoved\": false,\n    \"client\": true,\n    \"group\": 1\n}"}],"_postman_id":"af109707-63ea-450d-b8f6-f24ded2e3350"},{"name":"UpdatePlaintiff","id":"71e6abad-85b0-4116-9ccf-0705a8e63b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/123456/plaintiffs/123456","description":"<p>Partially updates an existing plaintiff record for a case.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/{caseID}/plaintiffs/{plaintiffID}</code></p>\n<p><strong>Key Path Parameters:</strong></p>\n<ul>\n<li><code>caseID</code> — The unique identifier of the case.</li>\n<li><code>plaintiffID</code> — The unique identifier of the plaintiff record.</li>\n</ul>\n<p><strong>Key Body Parameters:</strong></p>\n<ul>\n<li>Include only the plaintiff fields that should be modified.</li>\n</ul>\n<p><strong>Returns:</strong>\nA success response or the updated plaintiff record reflecting the requested changes.</p>\n","urlObject":{"path":["case","123456","plaintiffs","123456"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"22e7a850-b232-4fb2-9761-97308443e69a","name":"UpdatePlaintiff","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/plaintiffs/622470"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"260"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Sep 2022 22:07:16 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 622470,\n    \"name\": \"Tim, Berton\",\n    \"roleID\": 19707,\n    \"statusID\": null,\n    \"role\": \"(P)-Point of Contact\",\n    \"status\": null,\n    \"contactID\": 1695568,\n    \"primary\": true,\n    \"primaryContact\": true,\n    \"comments\": \"Updated comment1\",\n    \"missing\": false,\n    \"markedAsRemoved\": false,\n    \"client\": true,\n    \"group\": 1\n}"}],"_postman_id":"71e6abad-85b0-4116-9ccf-0705a8e63b9c"},{"name":"Plaintiff Roles","id":"e6a0ae75-ffd9-4b85-8ead-c9134dd898bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/PlaintiffRoles?CaseTypeID=0","description":"<p>Retrieves the list of available plaintiff roles, optionally filtered by case type.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/case/PlaintiffRoles</code></p>\n<p><strong>Key Query Parameters:</strong></p>\n<ul>\n<li><code>CaseTypeID</code> — The case type identifier used to filter the available plaintiff roles.</li>\n</ul>\n<p><strong>Returns:</strong>\nA list of plaintiff role reference values that can be used when creating or updating plaintiff records.</p>\n","urlObject":{"path":["case","PlaintiffRoles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseTypeID","value":"0"}],"variable":[]}},"response":[{"id":"5860b968-9121-4a1e-ae55-e0d5f045582b","name":"Plaintiff Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/PlaintiffRoles?CaseTypeID=0","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","PlaintiffRoles"],"query":[{"key":"CaseTypeID","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2380"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Sep 2022 20:37:23 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18047,\n        \"description\": \"(D)-Default Role\"\n    },\n    {\n        \"id\": 314,\n        \"description\": \"(D)-Doctor\"\n    },\n    {\n        \"id\": 315,\n        \"description\": \"(D)-Hospital\"\n    },\n    {\n        \"id\": 13849,\n        \"description\": \"(D)-MUN Doctor\"\n    },\n    {\n        \"id\": 13850,\n        \"description\": \"(D)-MUN Hospital\"\n    },\n    {\n        \"id\": 13851,\n        \"description\": \"(D)-MUN Nursing Home\"\n    },\n    {\n        \"id\": 13783,\n        \"description\": \"(D)-Nurse\"\n    },\n    {\n        \"id\": 316,\n        \"description\": \"(D)-Nursing Home\"\n    },\n    {\n        \"id\": 14686,\n        \"description\": \"(P)-Default Role\"\n    },\n    {\n        \"id\": 17673,\n        \"description\": \"(P)-Default Role\"\n    },\n    {\n        \"id\": 329,\n        \"description\": \"(P)-Estate Admin.\"\n    },\n    {\n        \"id\": 330,\n        \"description\": \"(P)-Estate Executor\"\n    },\n    {\n        \"id\": 12296,\n        \"description\": \"(P)-Guardian\"\n    },\n    {\n        \"id\": 332,\n        \"description\": \"(P)-Patient\"\n    },\n    {\n        \"id\": 13785,\n        \"description\": \"(P)-Resident\"\n    },\n    {\n        \"id\": 13067,\n        \"description\": \"(P)-Spouse\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 21847,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 21846,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 21849,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 23634,\n        \"description\": \"Exceedingly, needlessly long title for no reason\"\n    },\n    {\n        \"id\": 23637,\n        \"description\": \"Exceedingly, needlessly long title for no reason\"\n    },\n    {\n        \"id\": 21868,\n        \"description\": \"File Room Clerk\"\n    },\n    {\n        \"id\": 21859,\n        \"description\": \"File Room Staff\"\n    },\n    {\n        \"id\": 24423,\n        \"description\": \"Firm\"\n    },\n    {\n        \"id\": 23644,\n        \"description\": \"Grand Poobah\"\n    },\n    {\n        \"id\": 21860,\n        \"description\": \"Intake\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Intake Paralegal\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Investigator\"\n    },\n    {\n        \"id\": 19000,\n        \"description\": \"Legal Assistant\"\n    },\n    {\n        \"id\": 21865,\n        \"description\": \"Legal Assistant\"\n    },\n    {\n        \"id\": 21864,\n        \"description\": \"Managing Attorney\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Managing Attorney\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Managing Partner\"\n    },\n    {\n        \"id\": 21861,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 23135,\n        \"description\": \"Non Party Witness\"\n    },\n    {\n        \"id\": 18233,\n        \"description\": \"Nurse Consultant\"\n    },\n    {\n        \"id\": 21862,\n        \"description\": \"Other Staff\"\n    },\n    {\n        \"id\": 21848,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 21845,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 21863,\n        \"description\": \"Partner\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Primary Attorney\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Primary Paralegal\"\n    },\n    {\n        \"id\": 21858,\n        \"description\": \"Reception\"\n    },\n    {\n        \"id\": 21867,\n        \"description\": \"Receptionist\"\n    },\n    {\n        \"id\": 23645,\n        \"description\": \"SaaMbuka\"\n    },\n    {\n        \"id\": 21866,\n        \"description\": \"Staff\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Staff\"\n    },\n    {\n        \"id\": 23618,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 23619,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 23638,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 23626,\n        \"description\": \"Trial Attorney\"\n    },\n    {\n        \"id\": 23627,\n        \"description\": \"Trial Attorney\"\n    }\n]"}],"_postman_id":"e6a0ae75-ffd9-4b85-8ead-c9134dd898bc"}],"id":"5881fed3-65e5-43de-b569-d54116d8187e","description":"<p>Endpoints for managing plaintiff records associated with cases in the CaseSync API. Plaintiffs are the clients or injured parties represented in a case. This folder provides operations to retrieve all plaintiffs for a case (with optional contact info and table type filtering), add a new plaintiff, update an existing plaintiff record, and retrieve the list of available plaintiff roles filtered by case type.</p>\n","_postman_id":"5881fed3-65e5-43de-b569-d54116d8187e"},{"name":"Refer Out/Sub Out","item":[{"name":"Referred Out Attorney","item":[{"name":"byCaseID","id":"6fe771ca-e721-433c-b873-a9afac4a764d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorneys","description":"<p>Retrieves all referred-out attorney records associated with a specific case, identified by its case ID in the URL path.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorneys"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2763b40a-f257-4747-a738-742ef56bea80","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorneys"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 21:50:50 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"977"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 159779,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1694444,\n            \"name\": \"Abaza, Nick V., Esq.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": true,\n        \"type\": \"G\",\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\n        \"fileNumber\": \"1q2wtest\",\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\n        \"isOurRef\": true,\n        \"retainerDate\": \"2026-04-08T00:00:00\",\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n        \"isFeePaid\": true,\n        \"paidDate\": \"2026-04-09T00:00:00\",\n        \"feePercent\": {\n            \"id\": 29,\n            \"description\": \"a half\"\n        },\n        \"comments\": \"some reffered out comment\",\n        \"createdDate\": \"2024-07-25T14:32:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T16:58:00-04:00\",\n        \"documentIDs\": [\n            3173809\n        ]\n    }\n]"}],"_postman_id":"6fe771ca-e721-433c-b873-a9afac4a764d"},{"name":"byCaseNumber","id":"c036e539-fabe-4bc2-929f-688005539d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/byCaseNumber?casenumber=9000002","description":"<p>Retrieves all referred-out attorney records for a case identified by its case number, passed as a query parameter.</p>\n","urlObject":{"path":["case","referralSource","referredOutAttorneys","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"casenumber","value":"9000002"}],"variable":[]}},"response":[{"id":"67534493-cc2c-4bb8-a189-c16e32255708","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/byCaseNumber?casenumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","referralSource","referredOutAttorneys","byCaseNumber"],"query":[{"key":"casenumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 21:53:09 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"977"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 159779,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1694444,\n            \"name\": \"Abaza, Nick V., Esq.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": true,\n        \"type\": \"G\",\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\n        \"fileNumber\": \"1q2wtest\",\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\n        \"isOurRef\": true,\n        \"retainerDate\": \"2026-04-08T00:00:00\",\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n        \"isFeePaid\": true,\n        \"paidDate\": \"2026-04-09T00:00:00\",\n        \"feePercent\": {\n            \"id\": 29,\n            \"description\": \"a half\"\n        },\n        \"comments\": \"some reffered out comment\",\n        \"createdDate\": \"2024-07-25T14:32:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T16:58:00-04:00\",\n        \"documentIDs\": [\n            3173809\n        ]\n    }\n]"}],"_postman_id":"c036e539-fabe-4bc2-929f-688005539d8f"},{"name":"referredOutAttorney","id":"b8d22873-d912-45e7-84f7-e32b0abcd4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779","description":"<p>Retrieves a single referred-out attorney record by its unique ID, scoped to a specific case.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorney","159779"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9f151158-84d8-447d-807a-d81b123a11b5","name":"referredOutAttorney","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 21:54:49 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"975"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 159779,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1694444,\n        \"name\": \"Abaza, Nick V., Esq.\"\n    },\n    \"isReferred\": false,\n    \"isCoCounsel\": true,\n    \"type\": \"G\",\n    \"clientContactDate\": \"2024-07-25T00:00:00\",\n    \"fileNumber\": \"1q2wtest\",\n    \"referredOutDate\": \"2026-04-09T00:00:00\",\n    \"acceptanceDate\": \"2026-04-09T00:00:00\",\n    \"rejectionDate\": \"2026-04-08T00:00:00\",\n    \"isOurRef\": true,\n    \"retainerDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"isFeePaid\": true,\n    \"paidDate\": \"2026-04-09T00:00:00\",\n    \"feePercent\": {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    \"comments\": \"some reffered out comment\",\n    \"createdDate\": \"2024-07-25T14:32:00-04:00\",\n    \"modifiedDate\": \"2026-04-09T16:58:00-04:00\",\n    \"documentIDs\": [\n        3173809\n    ]\n}"}],"_postman_id":"b8d22873-d912-45e7-84f7-e32b0abcd4e0"},{"name":"Filtered Referred Out Attorney","id":"93663ae4-f4f7-43d0-8860-373263b18561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of referred-out attorney records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","referralSource","referredOutAttorneys","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"abdb094b-5325-4f7c-b36d-44bd04809918","name":"Filtered Referred Out Attorney","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 21:56:26 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"4757"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 159794,\n        \"caseID\": 515565,\n        \"caseNumber\": \"6013410\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 248423,\n            \"name\": \"Bendit Weinstock, P.A.\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"referredOutDate\": \"2025-03-26T09:39:00\",\n        \"acceptanceDate\": \"2025-03-10T00:00:00\",\n        \"rejectionDate\": \"2025-03-27T00:00:00\",\n        \"createdDate\": \"2025-03-26T09:39:00-04:00\",\n        \"modifiedDate\": \"2025-03-28T14:39:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159793,\n        \"caseID\": 519870,\n        \"caseNumber\": \"2221\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 225320,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-25T13:38:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159792,\n        \"caseID\": 519907,\n        \"caseNumber\": \"5556\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 27902,\n            \"name\": \" Jonathan Ginsberg,Esq\"\n        },\n        \"attorney\": {\n            \"contactId\": 1657881,\n            \"name\": \"Yoeli, Matthew, Esq.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-25T12:14:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159790,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": 629378,\n            \"name\": \"korni, lana\",\n            \"contactID\": 1699235\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"W\",\n        \"createdDate\": \"2025-03-25T12:03:00-04:00\",\n        \"modifiedDate\": \"2025-03-25T12:08:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159791,\n        \"caseID\": 519907,\n        \"caseNumber\": \"5556\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 163018,\n            \"name\": \"Abaza, Nick, Esq.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-25T12:05:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159787,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": 629367,\n            \"name\": \"Falcone, Carmine\",\n            \"contactID\": 1699222\n        },\n        \"lawFirm\": {\n            \"contactId\": 217662,\n            \"name\": \"Krentsel & Guzman, LLP\"\n        },\n        \"attorney\": {\n            \"contactId\": 1675052,\n            \"name\": \"Guzman, Jeffrey, Esq.\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"referredOutDate\": \"2025-03-25T09:12:00\",\n        \"rejectionDate\": \"2025-03-25T00:00:00\",\n        \"comments\": \"#1\",\n        \"createdDate\": \"2025-03-25T09:12:00-04:00\",\n        \"modifiedDate\": \"2025-03-25T11:53:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159788,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 26737,\n            \"name\": \"Douglas & London, P.C.\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"referredOutDate\": \"2025-03-25T09:14:00\",\n        \"createdDate\": \"2025-03-25T09:14:00-04:00\",\n        \"modifiedDate\": \"2025-03-25T11:49:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159789,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": 629378,\n            \"name\": \"korni, lana\",\n            \"contactID\": 1699235\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-25T11:44:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159785,\n        \"caseID\": 246010,\n        \"caseNumber\": \"015143\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 27800,\n            \"name\": \"Zwiebel & Fairbanks, LLP\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"referredOutDate\": \"2025-03-20T11:22:00\",\n        \"createdDate\": \"2025-03-20T11:22:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159786,\n        \"caseID\": 246010,\n        \"caseNumber\": \"015143\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1513283,\n            \"name\": \"Accardi, Anthony, Esq.\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-20T11:22:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159654,\n        \"caseID\": 246010,\n        \"caseNumber\": \"015143\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 225320,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1513283,\n            \"name\": \"Accardi, Anthony, Esq.\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"rejectionDate\": \"2025-03-20T00:00:00\",\n        \"feePercent\": {\n            \"id\": 29,\n            \"description\": \"a half\"\n        },\n        \"createdDate\": \"2018-06-13T13:42:00-04:00\",\n        \"modifiedDate\": \"2025-03-20T11:22:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159783,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-03-18T14:19:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159781,\n        \"caseID\": 519334,\n        \"caseNumber\": \"4 - 000021\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 286492,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695387,\n            \"name\": \"2222222, 2222222\"\n        },\n        \"isReferred\": true,\n        \"isCoCounsel\": false,\n        \"type\": \"G\",\n        \"createdDate\": \"2025-02-21T12:11:00-05:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 159770,\n        \"caseID\": 519334,\n        \"caseNumber\": \"4 - 000021\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287783,\n            \"name\": \" Dennis Law\"\n        },\n        \"isReferred\": false,\n        \"isCoCounsel\": true,\n        \"type\": \"G\",\n        \"createdDate\": \"2024-05-09T12:18:00-04:00\",\n        \"modifiedDate\": \"2025-02-21T12:07:00-05:00\",\n        \"documentIDs\": []\n    }\n]"}],"_postman_id":"93663ae4-f4f7-43d0-8860-373263b18561"},{"name":"feePercents","id":"3587172d-fd14-45a5-8514-72c53f132603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/feePercents","description":"<p>Retrieves the list of available fee percentage options used when creating or updating referred-out attorney records.</p>\n","urlObject":{"path":["case","referralSource","referredOutAttorneys","feePercents"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0bf18d0e-086c-40ab-b27d-2a3086d0a87d","name":"feePercents","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/referredOutAttorneys/feePercents"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 21:57:48 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"896"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"20%\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"25%\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"30%\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"35%\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"40%\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"45%\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"50%\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"15%\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"43.3333%\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"10%\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"42.5%\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"22.5%\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"5%\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"85%\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"90%\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"3/4\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"five percent\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"29%\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"60%\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"80%\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"32%\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"37.5%\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"27.5%\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"40% (f)\"\n    }\n]"}],"_postman_id":"3587172d-fd14-45a5-8514-72c53f132603"},{"name":"Insert Referred Out Attorney","id":"876c60d8-763c-46f0-aead-ced7acf4165d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 159779,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991            \r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1694444            \r\n        },\r\n\r\n        \"type\": \"G\",\r\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\r\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\r\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\r\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\r\n        \"isOurRef\": true,\r\n        \"retainerDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"isFeePaid\": true,\r\n        \"feePercent\": {\r\n            \"id\": 29\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney","description":"<p>Creates a new referred-out attorney record for the specified case. The request body should include attorney details and fee arrangement information.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorney"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c05db471-524d-42fc-a3b2-658a1b2dd5a3","name":"Insert Referred Out Attorney","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 159779,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991            \r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1694444            \r\n        },\r\n\r\n        \"type\": \"G\",\r\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\r\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\r\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\r\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\r\n        \"isOurRef\": true,\r\n        \"retainerDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"isFeePaid\": true,\r\n        \"feePercent\": {\r\n            \"id\": 29\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:01:25 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"812"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 159807,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1694444,\n        \"name\": \"Abaza, Nick V., Esq.\"\n    },\n    \"isReferred\": true,\n    \"isCoCounsel\": false,\n    \"type\": \"G\",\n    \"clientContactDate\": \"2024-07-25T00:00:00\",\n    \"referredOutDate\": \"2026-04-09T00:00:00\",\n    \"acceptanceDate\": \"2026-04-09T00:00:00\",\n    \"rejectionDate\": \"2026-04-08T00:00:00\",\n    \"isOurRef\": true,\n    \"retainerDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"isFeePaid\": true,\n    \"feePercent\": {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    \"createdDate\": \"2026-04-09T18:01:00-04:00\",\n    \"documentIDs\": []\n}"}],"_postman_id":"876c60d8-763c-46f0-aead-ced7acf4165d"},{"name":"Update Referred Out Attorney","id":"a21d8f9d-d303-4be8-bd9e-21103e5700d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991            \r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1694444            \r\n        },\r\n\r\n        \"type\": \"G\",\r\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\r\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\r\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\r\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\r\n        \"isOurRef\": true,\r\n        \"retainerDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"isFeePaid\": true,\r\n        \"comments\": \"added some comments\",\r\n        \"feePercent\": {\r\n            \"id\": 29\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779","description":"<p>Performs a full replacement update on an existing referred-out attorney record, identified by its ID and the associated case ID.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorney","159779"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9f9528c6-e2d6-4d5e-8e0a-c0d5f3fceec2","name":"Update Referred Out Attorney","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991            \r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1694444            \r\n        },\r\n\r\n        \"type\": \"G\",\r\n        \"clientContactDate\": \"2024-07-25T00:00:00\",\r\n        \"referredOutDate\": \"2026-04-09T00:00:00\",\r\n        \"acceptanceDate\": \"2026-04-09T00:00:00\",\r\n        \"rejectionDate\": \"2026-04-08T00:00:00\",\r\n        \"isOurRef\": true,\r\n        \"retainerDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\r\n        \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\r\n        \"isFeePaid\": true,\r\n        \"comments\": \"added some comments\",\r\n        \"feePercent\": {\r\n            \"id\": 29\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:03:21 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"888"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 159779,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1694444,\n        \"name\": \"Abaza, Nick V., Esq.\"\n    },\n    \"isReferred\": true,\n    \"isCoCounsel\": false,\n    \"type\": \"G\",\n    \"clientContactDate\": \"2024-07-25T00:00:00\",\n    \"referredOutDate\": \"2026-04-09T00:00:00\",\n    \"acceptanceDate\": \"2026-04-09T00:00:00\",\n    \"rejectionDate\": \"2026-04-08T00:00:00\",\n    \"isOurRef\": true,\n    \"retainerDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"isFeePaid\": true,\n    \"feePercent\": {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    \"comments\": \"added some comments\",\n    \"createdDate\": \"2024-07-25T14:32:00-04:00\",\n    \"modifiedDate\": \"2026-04-09T18:03:00-04:00\",\n    \"documentIDs\": []\n}"}],"_postman_id":"a21d8f9d-d303-4be8-bd9e-21103e5700d4"},{"name":"Update Referred Out Attorney","id":"4e2dbf62-c35f-4432-8455-3d970e59f6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779","description":"<p>Performs a partial update on an existing referred-out attorney record, allowing specific fields to be modified without replacing the entire record.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorney","159779"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9fff2c7b-19a0-471a-8fc9-b2e6a11ba0f5","name":"Update Referred Out Attorney","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:04:59 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"885"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 159779,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1694444,\n        \"name\": \"Abaza, Nick V., Esq.\"\n    },\n    \"isReferred\": true,\n    \"isCoCounsel\": false,\n    \"type\": \"G\",\n    \"clientContactDate\": \"2024-07-25T00:00:00\",\n    \"referredOutDate\": \"2026-04-09T00:00:00\",\n    \"acceptanceDate\": \"2026-04-09T00:00:00\",\n    \"rejectionDate\": \"2026-04-08T00:00:00\",\n    \"isOurRef\": true,\n    \"retainerDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"splitLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"confirmationLetterSentDate\": \"2026-04-08T00:00:00\",\n    \"confirmationLetterReceivedDate\": \"2026-04-09T00:00:00\",\n    \"isFeePaid\": true,\n    \"feePercent\": {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    \"comments\": \"Updated comments\",\n    \"createdDate\": \"2024-07-25T14:32:00-04:00\",\n    \"modifiedDate\": \"2026-04-09T18:05:00-04:00\",\n    \"documentIDs\": []\n}"}],"_postman_id":"4e2dbf62-c35f-4432-8455-3d970e59f6ef"},{"name":"Delete Referred Out Attorney","id":"800d27fe-0e34-4610-865d-b3a9d33bf0db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779","description":"<p>Deletes a referred-out attorney record from the specified case, identified by the record ID in the URL path.</p>\n","urlObject":{"path":["case","516718","referralSource","referredOutAttorney","159779"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"57d522ad-8eba-43d8-8278-019c58f352a5","name":"Delete Referred Out Attorney","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/referredOutAttorney/159779"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 09 Apr 2026 22:06:02 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"800d27fe-0e34-4610-865d-b3a9d33bf0db"}],"id":"ea0705e2-ca64-4d16-ba7e-5248cbe9ede5","description":"<p>Manages referred-out attorney records for cases where the case has been fully referred to external counsel. Supports retrieving referred-out attorneys by case ID or case number, filtered/paginated retrieval, inserting new referrals, full and partial updates, deletion, and a lookup for available fee percentage options.</p>\n","_postman_id":"ea0705e2-ca64-4d16-ba7e-5248cbe9ede5"},{"name":"Sub Out/Dual Rep Attorney","item":[{"name":"MoveCourt","id":"9a9e0a70-867f-4b07-949d-f49373ba0750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorneys/MoveCourt","description":"<p>Retrieves the list of available courts that can be assigned when creating or updating a sub-out attorney record.</p>\n","urlObject":{"path":["case","referralSource","subOutAttorneys","MoveCourt"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"62e92874-a833-4147-b7ef-94e083856f51","name":"MoveCourt","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorneys/MoveCourt"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:13:03 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"101"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"description\": \"NA\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"PriorAttorney\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"OurFirm\"\n    }\n]"}],"_postman_id":"9a9e0a70-867f-4b07-949d-f49373ba0750"},{"name":"SubOutType","id":"362d8486-2208-4c43-be80-b34a3fc5038d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorneys/SubOutType","description":"<p>Retrieves the list of available sub-out type options used to classify the nature of the sub-out or dual representation arrangement.</p>\n","urlObject":{"path":["case","referralSource","subOutAttorneys","SubOutType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f891ba40-e48a-4027-8d81-e821c16b62c4","name":"SubOutType","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorneys/SubOutType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:13:11 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"66"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"SubOut\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"DualRep\"\n    }\n]"}],"_postman_id":"362d8486-2208-4c43-be80-b34a3fc5038d"},{"name":"byCaseID","id":"ec3b5759-aed5-487c-a75a-8210e1c7e424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorneys","description":"<p>Retrieves all sub-out/dual rep attorney records associated with a specific case, identified by its case ID in the URL path.</p>\n","urlObject":{"path":["case","516718","referralSource","subOutAttorneys"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"eac68cb6-3180-4e8e-a63b-3735f1a92529","name":"byCaseID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorneys"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:20:12 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"2830"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6524,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lawFirm\": {\n            \"contactId\": 225320,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1513283,\n            \"name\": \"Accardi, Anthony, Esq.\"\n        },\n        \"subOutDate\": \"2026-04-14T00:00:00\",\n        \"defendantLetter\": false,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": false,\n        \"lienHolderLetter\": false,\n        \"entitledToFee\": 2,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": true,\n        \"feeAtEnd\": true,\n        \"datePaid\": \"2026-04-08T00:00:00\",\n        \"checkNumber\": \"123\",\n        \"stipulationDate\": \"2026-04-06T00:00:00\",\n        \"courtOrderDate\": \"2026-04-07T00:00:00\",\n        \"otherDate\": \"2026-04-21T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"createdDate\": \"2026-04-09T18:19:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T18:19:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 6523,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 29470,\n            \"name\": \" Harry I. Katz,P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 161119,\n            \"name\": \"Adelsberg, Howard M., Esq.\"\n        },\n        \"subOutDate\": \"2026-04-06T00:00:00\",\n        \"fileNumber\": \"0001\",\n        \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\n        \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n        \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n        \"disbursementAmount\": 10000,\n        \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n        \"defendantLetter\": true,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": true,\n        \"lienHolderLetter\": true,\n        \"entitledToFee\": 1,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": false,\n        \"feeAtEnd\": false,\n        \"stipulationDate\": \"2026-04-01T00:00:00\",\n        \"courtOrderDate\": \"2026-04-01T00:00:00\",\n        \"otherDate\": \"2026-04-01T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"subOutType\": {\n            \"id\": 1,\n            \"description\": \"SubOut\"\n        },\n        \"comments\": \"sub out comments\",\n        \"createdDate\": \"2026-04-09T18:18:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 6519,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 29470,\n            \"name\": \" Harry I. Katz,P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 161119,\n            \"name\": \"Adelsberg, Howard M., Esq.\"\n        },\n        \"subOutDate\": \"2026-04-06T00:00:00\",\n        \"fileNumber\": \"9876\",\n        \"letterMode\": \"Certified Mail - RRR,Court Order \",\n        \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n        \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n        \"disbursementAmount\": 10000,\n        \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n        \"defendantLetter\": true,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": true,\n        \"lienHolderLetter\": true,\n        \"entitledToFee\": 1,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": false,\n        \"feeAtEnd\": false,\n        \"stipulationDate\": \"2026-04-01T00:00:00\",\n        \"courtOrderDate\": \"2026-04-01T00:00:00\",\n        \"otherDate\": \"2026-04-01T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"subOutType\": {\n            \"id\": 1,\n            \"description\": \"SubOut\"\n        },\n        \"comments\": \"sub out comments\",\n        \"createdDate\": \"2024-07-25T14:33:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T17:00:00-04:00\",\n        \"documentIDs\": [\n            2183003\n        ]\n    }\n]"}],"_postman_id":"ec3b5759-aed5-487c-a75a-8210e1c7e424"},{"name":"byCaseNumber","id":"47d70d06-1f70-4d02-91de-f337f6503ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorney/byCaseNumber?caseNumber=9000002","description":"<p>Retrieves all sub-out/dual rep attorney records for a case identified by its case number, passed as a query parameter.</p>\n","urlObject":{"path":["case","referralSource","subOutAttorney","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"caseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"f27ae3aa-f6d2-4f24-853d-81ffd438ec4d","name":"byCaseNumber","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorney/byCaseNumber?caseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","referralSource","subOutAttorney","byCaseNumber"],"query":[{"key":"caseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:21:45 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"2874"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6524,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"lawFirm\": {\n            \"contactId\": 225320,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1513283,\n            \"name\": \"Accardi, Anthony, Esq.\"\n        },\n        \"subOutDate\": \"2026-04-14T00:00:00\",\n        \"defendantLetter\": false,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": false,\n        \"lienHolderLetter\": false,\n        \"entitledToFee\": 2,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": true,\n        \"feeAtEnd\": true,\n        \"datePaid\": \"2026-04-08T00:00:00\",\n        \"checkNumber\": \"123\",\n        \"stipulationDate\": \"2026-04-06T00:00:00\",\n        \"courtOrderDate\": \"2026-04-07T00:00:00\",\n        \"otherDate\": \"2026-04-21T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"createdDate\": \"2026-04-09T18:19:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T18:19:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 6523,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 29470,\n            \"name\": \" Harry I. Katz,P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 161119,\n            \"name\": \"Adelsberg, Howard M., Esq.\"\n        },\n        \"subOutDate\": \"2026-04-06T00:00:00\",\n        \"fileNumber\": \"0001\",\n        \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\n        \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n        \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n        \"disbursementAmount\": 10000,\n        \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n        \"defendantLetter\": true,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": true,\n        \"lienHolderLetter\": true,\n        \"entitledToFee\": 1,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": false,\n        \"feeAtEnd\": false,\n        \"stipulationDate\": \"2026-04-01T00:00:00\",\n        \"courtOrderDate\": \"2026-04-01T00:00:00\",\n        \"otherDate\": \"2026-04-01T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"subOutType\": {\n            \"id\": 1,\n            \"description\": \"SubOut\"\n        },\n        \"comments\": \"sub out comments \",\n        \"createdDate\": \"2026-04-09T18:18:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T18:21:00-04:00\",\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 6519,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 29470,\n            \"name\": \" Harry I. Katz,P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 161119,\n            \"name\": \"Adelsberg, Howard M., Esq.\"\n        },\n        \"subOutDate\": \"2026-04-06T00:00:00\",\n        \"fileNumber\": \"9876\",\n        \"letterMode\": \"Certified Mail - RRR,Court Order \",\n        \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n        \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n        \"disbursementAmount\": 10000,\n        \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n        \"defendantLetter\": true,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": true,\n        \"lienHolderLetter\": true,\n        \"entitledToFee\": 1,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": false,\n        \"feeAtEnd\": false,\n        \"stipulationDate\": \"2026-04-01T00:00:00\",\n        \"courtOrderDate\": \"2026-04-01T00:00:00\",\n        \"otherDate\": \"2026-04-01T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"subOutType\": {\n            \"id\": 1,\n            \"description\": \"SubOut\"\n        },\n        \"comments\": \"sub out comments\",\n        \"createdDate\": \"2024-07-25T14:33:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T17:00:00-04:00\",\n        \"documentIDs\": [\n            2183003\n        ]\n    }\n]"}],"_postman_id":"47d70d06-1f70-4d02-91de-f337f6503ef1"},{"name":"Filtered Sub Out Attorney","id":"f4d5e4ba-0fe6-4f2a-af83-faec6c61e730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000+00:00\",\n    \"modifiedToDateTime\": \"2026-07-07T01:16:18.2190000+00:00\",\n    \"caseNumbers\": [\n       \n    ],\n    \"pageRequest\": {\n        \"currentPage\": 0,\n        \"pageSize\": 20\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorney/byDatePaged","description":"<p>Retrieves a paginated, date-filtered list of sub-out attorney records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","referralSource","subOutAttorney","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8ab4389b-0ee1-4b0b-919d-8e7c06b30805","name":"Filtered Sub Out Attorney","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"modifiedFromDateTime\": \"2026-01-01T05:00:00.0000000+00:00\",\n    \"modifiedToDateTime\": \"2026-07-07T01:16:18.2190000+00:00\",\n    \"caseNumbers\": [\n       \n    ],\n    \"pageRequest\": {\n        \"currentPage\": 0,\n        \"pageSize\": 20\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/subOutAttorney/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:15:20 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1038"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6519,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 29470,\n            \"name\": \" Harry I. Katz,P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 161119,\n            \"name\": \"Adelsberg, Howard M., Esq.\"\n        },\n        \"subOutDate\": \"2026-04-06T00:00:00\",\n        \"fileNumber\": \"9876\",\n        \"letterMode\": \"Certified Mail - RRR,Court Order \",\n        \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n        \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n        \"disbursementAmount\": 10000,\n        \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n        \"defendantLetter\": true,\n        \"defendantInsuranceLetter\": false,\n        \"defendantAttorneyLetter\": true,\n        \"lienHolderLetter\": true,\n        \"entitledToFee\": 1,\n        \"feeAmountAgreed\": false,\n        \"feeAtConclusion\": false,\n        \"feeAtEnd\": false,\n        \"stipulationDate\": \"2026-04-01T00:00:00\",\n        \"courtOrderDate\": \"2026-04-01T00:00:00\",\n        \"otherDate\": \"2026-04-01T00:00:00\",\n        \"moveCourt\": {\n            \"id\": 1,\n            \"description\": \"PriorAttorney\"\n        },\n        \"subOutType\": {\n            \"id\": 1,\n            \"description\": \"SubOut\"\n        },\n        \"comments\": \"sub out comments\",\n        \"createdDate\": \"2024-07-25T14:33:00-04:00\",\n        \"modifiedDate\": \"2026-04-09T17:00:00-04:00\",\n        \"documentIDs\": [\n            2183003\n        ]\n    }\n]"}],"_postman_id":"f4d5e4ba-0fe6-4f2a-af83-faec6c61e730"},{"name":"subOutAttorney","id":"378ab39c-4c94-4a38-84ec-07535f8f1786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6519","description":"<p>Retrieves a single sub-out/dual rep attorney record by its unique ID, scoped to a specific case.</p>\n","urlObject":{"path":["case","516718","referralSource","subOutAttorney","6519"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6f08457f-4b00-47db-888a-4ccf82c41b77","name":"subOutAttorney","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6519"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:15:55 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1036"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6519,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 29470,\n        \"name\": \" Harry I. Katz,P.C.\"\n    },\n    \"attorney\": {\n        \"contactId\": 161119,\n        \"name\": \"Adelsberg, Howard M., Esq.\"\n    },\n    \"subOutDate\": \"2026-04-06T00:00:00\",\n    \"fileNumber\": \"9876\",\n    \"letterMode\": \"Certified Mail - RRR,Court Order \",\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n    \"disbursementAmount\": 10000,\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n    \"defendantLetter\": true,\n    \"defendantInsuranceLetter\": false,\n    \"defendantAttorneyLetter\": true,\n    \"lienHolderLetter\": true,\n    \"entitledToFee\": 1,\n    \"feeAmountAgreed\": false,\n    \"feeAtConclusion\": false,\n    \"feeAtEnd\": false,\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\n    \"otherDate\": \"2026-04-01T00:00:00\",\n    \"moveCourt\": {\n        \"id\": 1,\n        \"description\": \"PriorAttorney\"\n    },\n    \"subOutType\": {\n        \"id\": 1,\n        \"description\": \"SubOut\"\n    },\n    \"comments\": \"sub out comments\",\n    \"createdDate\": \"2024-07-25T14:33:00-04:00\",\n    \"modifiedDate\": \"2026-04-09T17:00:00-04:00\",\n    \"documentIDs\": [\n        2183003\n    ]\n}"}],"_postman_id":"378ab39c-4c94-4a38-84ec-07535f8f1786"},{"name":"Insert Sub Out Attorney","id":"f23b7734-e489-4988-ba55-e346ff0ce0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": -1\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 29470\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 161119\r\n    },\r\n    \"subOutDate\": \"2026-04-06T00:00:00\",\r\n    \"fileNumber\": \"0001\",\r\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\r\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementAmount\": 10000.00,\r\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\r\n    \"defendantLetter\": true,\r\n    \"defendantInsuranceLetter\": false,\r\n    \"defendantAttorneyLetter\": true,\r\n    \"lienHolderLetter\": true,\r\n    \"entitledToFee\": 1,\r\n    \"feeAmountAgreed\": false,\r\n    \"feeAtConclusion\": false,\r\n    \"feeAtEnd\": false,\r\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\r\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\r\n    \"otherDate\": \"2026-04-01T00:00:00\",\r\n    \"moveCourt\": {\r\n        \"id\": 1\r\n\r\n    },\r\n    \"subOutType\": {\r\n        \"id\": 1\r\n    },\r\n    \"comments\": \"sub out comments\",\r\n    \"documentIDs\": [\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney","description":"<p>Creates a new sub-out/dual rep attorney record for the specified case. The request body should include attorney details, sub-out type, and court assignment information.</p>\n","urlObject":{"path":["case","516718","referralSource","subOutAttorney"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"740cd455-b7fd-4863-a0b3-ed070e6a6c50","name":"Insert Sub Out Attorney","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": -1\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 29470\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 161119\r\n    },\r\n    \"subOutDate\": \"2026-04-06T00:00:00\",\r\n    \"fileNumber\": \"0001\",\r\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\r\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementAmount\": 10000.00,\r\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\r\n    \"defendantLetter\": true,\r\n    \"defendantInsuranceLetter\": false,\r\n    \"defendantAttorneyLetter\": true,\r\n    \"lienHolderLetter\": true,\r\n    \"entitledToFee\": 1,\r\n    \"feeAmountAgreed\": false,\r\n    \"feeAtConclusion\": false,\r\n    \"feeAtEnd\": false,\r\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\r\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\r\n    \"otherDate\": \"2026-04-01T00:00:00\",\r\n    \"moveCourt\": {\r\n        \"id\": 1\r\n\r\n    },\r\n    \"subOutType\": {\r\n        \"id\": 1\r\n    },\r\n    \"comments\": \"sub out comments\",\r\n    \"documentIDs\": [\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:18:03 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"983"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6523,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 29470,\n        \"name\": \" Harry I. Katz,P.C.\"\n    },\n    \"attorney\": {\n        \"contactId\": 161119,\n        \"name\": \"Adelsberg, Howard M., Esq.\"\n    },\n    \"subOutDate\": \"2026-04-06T00:00:00\",\n    \"fileNumber\": \"0001\",\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n    \"disbursementAmount\": 10000,\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n    \"defendantLetter\": true,\n    \"defendantInsuranceLetter\": false,\n    \"defendantAttorneyLetter\": true,\n    \"lienHolderLetter\": true,\n    \"entitledToFee\": 1,\n    \"feeAmountAgreed\": false,\n    \"feeAtConclusion\": false,\n    \"feeAtEnd\": false,\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\n    \"otherDate\": \"2026-04-01T00:00:00\",\n    \"moveCourt\": {\n        \"id\": 1,\n        \"description\": \"PriorAttorney\"\n    },\n    \"subOutType\": {\n        \"id\": 1,\n        \"description\": \"SubOut\"\n    },\n    \"comments\": \"sub out comments\",\n    \"createdDate\": \"2026-04-09T18:18:00-04:00\",\n    \"documentIDs\": []\n}"}],"_postman_id":"f23b7734-e489-4988-ba55-e346ff0ce0ac"},{"name":"Update Sub Out Attorney","id":"09c089f0-cb59-47f7-ab75-23b4958c336d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 6523,\r\n    \"plaintiff\": {\r\n        \"id\": -1,\r\n        \"name\": \"All\",\r\n        \"contactID\": -1\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 29470\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 161119\r\n    },\r\n    \"subOutDate\": \"2026-04-06T00:00:00\",\r\n    \"fileNumber\": \"0001\",\r\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\r\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementAmount\": 10000,\r\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\r\n    \"defendantLetter\": true,\r\n    \"defendantInsuranceLetter\": false,\r\n    \"defendantAttorneyLetter\": true,\r\n    \"lienHolderLetter\": true,\r\n    \"entitledToFee\": 1,\r\n    \"feeAmountAgreed\": false,\r\n    \"feeAtConclusion\": false,\r\n    \"feeAtEnd\": false,\r\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\r\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\r\n    \"otherDate\": \"2026-04-01T00:00:00\",\r\n    \"moveCourt\": {\r\n        \"id\": 1,\r\n        \"description\": \"PriorAttorney\"\r\n    },\r\n    \"subOutType\": {\r\n        \"id\": 1,\r\n        \"description\": \"SubOut\"\r\n    },\r\n    \"comments\": \"sub out comments \",\r\n    \"createdDate\": \"2026-04-09T18:18:00-04:00\",\r\n    \"documentIDs\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6523","description":"<p>Performs a full replacement update on an existing sub-out/dual rep attorney record, identified by its ID and the associated case ID.</p>\n","urlObject":{"path":["case","516718","referralSource","subOutAttorney","6523"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3436e623-d8fb-4099-8ae5-4f563f81ba3c","name":"Update Sub Out Attorney","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 6523,\r\n    \"plaintiff\": {\r\n        \"id\": -1,\r\n        \"name\": \"All\",\r\n        \"contactID\": -1\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 29470\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 161119\r\n    },\r\n    \"subOutDate\": \"2026-04-06T00:00:00\",\r\n    \"fileNumber\": \"0001\",\r\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\r\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\r\n    \"disbursementAmount\": 10000,\r\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\r\n    \"defendantLetter\": true,\r\n    \"defendantInsuranceLetter\": false,\r\n    \"defendantAttorneyLetter\": true,\r\n    \"lienHolderLetter\": true,\r\n    \"entitledToFee\": 1,\r\n    \"feeAmountAgreed\": false,\r\n    \"feeAtConclusion\": false,\r\n    \"feeAtEnd\": false,\r\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\r\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\r\n    \"otherDate\": \"2026-04-01T00:00:00\",\r\n    \"moveCourt\": {\r\n        \"id\": 1,\r\n        \"description\": \"PriorAttorney\"\r\n    },\r\n    \"subOutType\": {\r\n        \"id\": 1,\r\n        \"description\": \"SubOut\"\r\n    },\r\n    \"comments\": \"sub out comments \",\r\n    \"createdDate\": \"2026-04-09T18:18:00-04:00\",\r\n    \"documentIDs\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6523"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:21:00 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1027"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6523,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 29470,\n        \"name\": \" Harry I. Katz,P.C.\"\n    },\n    \"attorney\": {\n        \"contactId\": 161119,\n        \"name\": \"Adelsberg, Howard M., Esq.\"\n    },\n    \"subOutDate\": \"2026-04-06T00:00:00\",\n    \"fileNumber\": \"0001\",\n    \"letterMode\": \"Certified Mail - RRR,asdasdasd\",\n    \"subOutLetterDate\": \"2026-04-08T00:00:00\",\n    \"disbursementReceiptDate\": \"2026-04-08T00:00:00\",\n    \"disbursementAmount\": 10000,\n    \"fileTransferredDate\": \"2026-04-09T00:00:00\",\n    \"defendantLetter\": true,\n    \"defendantInsuranceLetter\": false,\n    \"defendantAttorneyLetter\": true,\n    \"lienHolderLetter\": true,\n    \"entitledToFee\": 1,\n    \"feeAmountAgreed\": false,\n    \"feeAtConclusion\": false,\n    \"feeAtEnd\": false,\n    \"stipulationDate\": \"2026-04-01T00:00:00\",\n    \"courtOrderDate\": \"2026-04-01T00:00:00\",\n    \"otherDate\": \"2026-04-01T00:00:00\",\n    \"moveCourt\": {\n        \"id\": 1,\n        \"description\": \"PriorAttorney\"\n    },\n    \"subOutType\": {\n        \"id\": 1,\n        \"description\": \"SubOut\"\n    },\n    \"comments\": \"sub out comments \",\n    \"createdDate\": \"2026-04-09T18:18:00-04:00\",\n    \"modifiedDate\": \"2026-04-09T18:21:00-04:00\",\n    \"documentIDs\": []\n}"}],"_postman_id":"09c089f0-cb59-47f7-ab75-23b4958c336d"},{"name":"Delete Sub Out Attorney","id":"804f2404-3775-42c9-b448-43d8208b4357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6523","description":"<p>Deletes a sub-out/dual rep attorney record from the specified case, identified by the record ID in the URL path.</p>\n","urlObject":{"path":["case","516718","referralSource","subOutAttorney","6523"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4c1dc49a-516d-4a3f-ac9e-80540f9d0ab0","name":"Delete Sub Out Attorney","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{APIToken}}","disabled":false}],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/subOutAttorney/6523"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Thu, 09 Apr 2026 22:22:04 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"804f2404-3775-42c9-b448-43d8208b4357"}],"id":"99dc39f6-2735-494b-be32-24b1712da598","description":"<p>Manages sub-out and dual representation attorney records for cases where co-counsel or shared representation arrangements are in place. Supports retrieving sub-out attorneys by case ID or case number, filtered/paginated retrieval, inserting new records, updating, deleting, and lookups for sub-out types and available court assignments.</p>\n","_postman_id":"99dc39f6-2735-494b-be32-24b1712da598"}],"id":"b817d852-d516-407c-9bd3-dc1553beed96","description":"<p>Manages referral-out and sub-out attorney relationships for cases. This folder contains two sub-sections: Referred Out Attorney (for cases fully referred out to external counsel) and Sub Out/Dual Rep Attorney (for cases where co-counsel or dual representation arrangements exist). Endpoints support full CRUD operations, filtered/paginated retrieval by date range, and lookup data for fee percentages, sub-out types, and court assignments.</p>\n","_postman_id":"b817d852-d516-407c-9bd3-dc1553beed96"},{"name":"Referral Source","item":[{"name":"Paid Advertising","item":[{"name":"byCaseNumber","id":"d9b956d8-b4ae-4087-bcb2-1c97a2ef6b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all paid advertising referral source records associated with a specific case number. Pass the case number as a query parameter.</p>\n","urlObject":{"path":["case","referralSource","paid","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"7880c4cd-e9a8-4a4e-810a-9199f659b49d","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","referralSource","paid","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"369"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 20 Mar 2025 22:11:09 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 434003,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287879,\n            \"name\": \"All County Design LLC\"\n        },\n        \"subType\": {\n            \"id\": 4,\n            \"description\": \"Internet\"\n        },\n        \"advertisingDate\": \"2025-03-20T02:00:00-04:00\",\n        \"comments\": \"test\",\n        \"createdDate\": \"2025-03-13T16:55:00-04:00\",\n        \"modifiedDate\": \"2025-03-14T16:09:00-04:00\"\n    }\n]"}],"_postman_id":"d9b956d8-b4ae-4087-bcb2-1c97a2ef6b76"},{"name":"byCaseID","id":"09a8ebdf-3285-4860-a028-9ea7ab9e533a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/519909/referralSource/paid","description":"<p>Retrieves all paid advertising referral source records for a case identified by its numeric case ID, provided as a path parameter.</p>\n","urlObject":{"path":["case","519909","referralSource","paid"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4edda2c0-b8b8-40aa-9eeb-34b5df738538","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"369"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 20 Mar 2025 22:11:30 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 434003,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287879,\n            \"name\": \"All County Design LLC\"\n        },\n        \"subType\": {\n            \"id\": 4,\n            \"description\": \"Internet\"\n        },\n        \"advertisingDate\": \"2025-03-20T02:00:00-04:00\",\n        \"comments\": \"test\",\n        \"createdDate\": \"2025-03-13T16:55:00-04:00\",\n        \"modifiedDate\": \"2025-03-14T16:09:00-04:00\"\n    }\n]"}],"_postman_id":"09a8ebdf-3285-4860-a028-9ea7ab9e533a"},{"name":"PaidAdvertising","id":"98efaecc-adb4-4aab-b72b-d3e87e93dc3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003","description":"<p>Retrieves a single paid advertising referral source record by its unique record ID, scoped to a specific case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","paid","434003"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"230cb22e-bf3e-4eb3-935f-26e29329da1e","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"384"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 14:10:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 434003,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"advertisingSourse\": {\n        \"contactId\": 287879,\n        \"name\": \"All County Design LLC\"\n    },\n    \"subType\": {\n        \"id\": 4,\n        \"description\": \"Internet\"\n    },\n    \"advertisingDate\": \"2025-03-20T02:00:00-04:00\",\n    \"comments\": \"test\",\n    \"createdDate\": \"2025-03-13T16:55:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T10:10:00-04:00\"\n}"}],"_postman_id":"98efaecc-adb4-4aab-b72b-d3e87e93dc3a"},{"name":"Filtered Paid Advertising","id":"47d0c41e-9797-4ea1-bf78-f2701d8a23c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/byDatePaged","description":"<p>Retrieves a filtered and paginated list of paid advertising referral source records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","referralSource","paid","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b50c96e3-a40c-4f5d-a577-d632c3156803","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2736"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 14:48:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[    \n    {\n        \"id\": 434013,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": 629378,\n            \"name\": \"korni, lana\",\n            \"contactID\": 1699235\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 268330,\n            \"name\": \"800-BIG-SPILL\"\n        },\n        \"subType\": {\n            \"id\": 13,\n            \"description\": \"LIP\"\n        },\n        \"advertisingDate\": \"2025-04-03T10:00:00-04:00\",\n        \"createdDate\": \"2025-03-18T14:17:00-04:00\"\n    },\n    {\n        \"id\": 434011,\n        \"caseID\": 519908,\n        \"caseNumber\": \"5 - 000007\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 268330,\n            \"name\": \"800-BIG-SPILL\"\n        },\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-18T13:58:00-04:00\"\n    },\n    {\n        \"id\": 434010,\n        \"caseID\": 519907,\n        \"caseNumber\": \"5556\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287532,\n            \"name\": \"Google\"\n        },\n        \"advertisingDate\": \"2025-03-18T11:03:00-04:00\",\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-18T11:03:00-04:00\"\n    },\n    {\n        \"id\": 434009,\n        \"caseID\": 519904,\n        \"caseNumber\": \"5554\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287532,\n            \"name\": \"Google\"\n        },\n        \"advertisingDate\": \"2025-03-18T10:07:00-04:00\",\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-18T10:07:00-04:00\"\n    },\n    {\n        \"id\": 434008,\n        \"caseID\": 519902,\n        \"caseNumber\": \"2500006\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 223626,\n            \"name\": \"800-LAWYERS\"\n        },\n        \"comments\": \"Test1\",\n        \"createdDate\": \"2025-03-18T08:52:00-04:00\"\n    },\n    {\n        \"id\": 434007,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 272501,\n            \"name\": \"Actos - National t\"\n        },\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-17T10:21:00-04:00\"\n    },\n    {\n        \"id\": 434006,\n        \"caseID\": 519896,\n        \"caseNumber\": \"5552\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287532,\n            \"name\": \"Google\"\n        },\n        \"advertisingDate\": \"2025-03-14T10:46:00-04:00\",\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T10:46:00-04:00\"\n    },\n    {\n        \"id\": 434005,\n        \"caseID\": 519895,\n        \"caseNumber\": \"5551\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingSourse\": {\n            \"contactId\": 287532,\n            \"name\": \"Google\"\n        },\n        \"advertisingDate\": \"2025-03-14T09:54:00-04:00\",\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T09:54:00-04:00\"\n    },\n    {\n        \"id\": 434004,\n        \"caseID\": 519334,\n        \"caseNumber\": \"4 - 000021\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingDate\": \"2025-03-17T06:00:00-04:00\",\n        \"createdDate\": \"2025-03-13T17:34:00-04:00\"\n    },\n    {\n        \"id\": 434004,\n        \"caseID\": 519334,\n        \"caseNumber\": \"4 - 000021\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"advertisingDate\": \"2025-03-17T06:00:00-04:00\",\n        \"createdDate\": \"2025-03-13T17:34:00-04:00\"\n    }\n]"}],"_postman_id":"47d0c41e-9797-4ea1-bf78-f2701d8a23c4"},{"name":"Insert Paid Advertising","id":"15bd8f02-d473-43df-a8b0-8f9387d0f6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n    \"caseID\": 516718,\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"advertisingSourse\": {\r\n        \"contactId\": 268330\r\n    },\r\n    \"subType\": {\r\n        \"id\": 4,\r\n        \"description\": \"Internet\"\r\n    },\r\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\r\n    \"comments\": \"test insert\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid","description":"<p>Creates a new paid advertising referral source record. Provide the case association and advertising details in the request body.</p>\n","urlObject":{"path":["case","referralSource","paid"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1f35df00-a635-413f-bde7-2f46fffae9d9","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n    \"caseID\": 516718,\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"advertisingSourse\": {\r\n        \"contactId\": 26833\r\n    },\r\n    \"subType\": {\r\n        \"id\": 4,\r\n        \"description\": \"Internet\"\r\n    },\r\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\r\n    \"comments\": \"test insert\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"369"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 16:44:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 434023,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"advertisingSourse\": {\n        \"contactId\": 26833,\n        \"name\": \"Law Offices of Michael S. Lamonsoff, PLLC, \"\n    },\n    \"subType\": {\n        \"id\": 4,\n        \"description\": \"Internet\"\n    },\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\n    \"comments\": \"test insert\",\n    \"createdDate\": \"2025-03-21T12:45:00-04:00\"\n}"}],"_postman_id":"15bd8f02-d473-43df-a8b0-8f9387d0f6ce"},{"name":"Update Paid Advertising","id":"75b49f69-3c1b-413b-b023-4103e58b5efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n    \"plaintiff\": {\r\n        \"id\": -1\r\n    },\r\n    \"advertisingSourse\": {\r\n        \"contactId\": 268330\r\n    },\r\n    \"subType\": {\r\n        \"id\": 6\r\n    },\r\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\r\n    \"comments\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434023","description":"<p>Performs a full replacement update on an existing paid advertising referral source record. Provide the case ID and record ID in the path, and the complete updated object in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","paid","434023"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"99670900-0d72-480f-aa61-b06e6f5d2f3e","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n    \"plaintiff\": {\r\n        \"id\": -1\r\n    },\r\n    \"advertisingSourse\": {\r\n        \"contactId\": 26833\r\n    },\r\n    \"subType\": {\r\n        \"id\": 6\r\n    },\r\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\r\n    \"comments\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434023"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"392"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 17:20:31 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 434023,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"advertisingSourse\": {\n        \"contactId\": 26833,\n        \"name\": \"Law Offices of Michael S. Lamonsoff, PLLC, \"\n    },\n    \"subType\": {\n        \"id\": 6,\n        \"description\": \"Mass Mailing\"\n    },\n    \"advertisingDate\": \"2025-03-21T02:00:00-04:00\",\n    \"comments\": \"test\",\n    \"createdDate\": \"2025-03-21T12:45:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T13:21:00-04:00\"\n}"}],"_postman_id":"75b49f69-3c1b-413b-b023-4103e58b5efe"},{"name":"Update Paid Advertising","id":"c2bca757-d18d-4baf-9a20-86cf56c5cc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003","description":"<p>Performs a partial update on an existing paid advertising referral source record. Provide the case ID and record ID in the path, and only the fields to be updated in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","paid","434003"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"508ddc40-3fb5-44bc-887a-3441d0650f06","name":"Update Paid Advertising Copy","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"397"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 17:38:51 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 434003,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"advertisingSourse\": {\n        \"contactId\": 28787,\n        \"name\": \"Leventhal & Brown, P.C.\"\n    },\n    \"subType\": {\n        \"id\": 4,\n        \"description\": \"Internet\"\n    },\n    \"advertisingDate\": \"2025-03-20T02:00:00-04:00\",\n    \"comments\": \"Updated comments\",\n    \"createdDate\": \"2025-03-13T16:55:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T13:39:00-04:00\"\n}"}],"_postman_id":"c2bca757-d18d-4baf-9a20-86cf56c5cc61"},{"name":"Delete Paid Advertising","id":"3d3fafb4-37be-4af6-9813-4034ba6b32cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003","description":"<p>Deletes a paid advertising referral source record identified by its record ID, scoped to the specified case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","paid","434003"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5ea64b1a-8b05-4758-92cb-ab060b5a501a","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/paid/434003"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 21 Mar 2025 17:39:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d3fafb4-37be-4af6-9813-4034ba6b32cc"},{"name":"GetSubType","id":"6dd10c7a-4e5f-4bad-b19f-4535e13cf8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/subtype","description":"<p>Retrieves the list of available paid advertising sub-types. Use this to populate dropdowns or validate sub-type values when inserting or updating paid advertising records.</p>\n","urlObject":{"path":["case","referralSource","paid","subtype"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"968784c7-659a-4959-8b81-f0528ea6fe4c","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/paid/subtype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"430"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 15:46:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Individual\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Television Commercial\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Radio Commercial\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Internet\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Telephone Directory\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Mass Mailing\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Periodicals\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"800-Free-411\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Web-Mobile\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Yellow Page Magnet\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"LIP\"\n    }\n]"}],"_postman_id":"6dd10c7a-4e5f-4bad-b19f-4535e13cf8a0"}],"id":"6390f16f-a400-4e58-b1d5-e07745e83b99","description":"<p>Manages paid advertising referral sources linked to cases. Supports retrieving paid advertising records by case number or case ID, fetching a specific record, performing filtered/paginated searches, inserting new records, updating existing records (full and partial), deleting records, and retrieving available advertising sub-types.</p>\n","_postman_id":"6390f16f-a400-4e58-b1d5-e07745e83b99"},{"name":"Other Referral","item":[{"name":"byCaseNumber","id":"75a86dbc-a4dd-4004-9146-a953f1ee34ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all other referral source records associated with a specific case number. Pass the case number as a query parameter.</p>\n","urlObject":{"path":["case","referralSource","other","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"5052578d-04b5-4c86-a8fe-516e380ead78","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","referralSource","other","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"402"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 19:46:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 48698,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"otherReferral\": {\n            \"contactId\": 11914,\n            \"name\": \"Testani, Anna M.\"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 9,\n            \"description\": \"Business Associate\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-19T00:00:00\",\n        \"comments\": \"test\",\n        \"createdDate\": \"2024-11-22T10:44:00-05:00\",\n        \"modifiedDate\": \"2025-03-21T15:39:00-04:00\"\n    }\n]"}],"_postman_id":"75a86dbc-a4dd-4004-9146-a953f1ee34ea"},{"name":"byCaseID","id":"5479c207-199f-44c7-8d77-e97a70a51c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other","description":"<p>Retrieves all other referral source records for a case identified by its numeric case ID, provided as a path parameter.</p>\n","urlObject":{"path":["case","516718","referralSource","other"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1be66658-53d9-4e1a-8796-bde03e10bcaf","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"402"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 19:47:17 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 48698,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"otherReferral\": {\n            \"contactId\": 11914,\n            \"name\": \"Testani, Anna M.\"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 9,\n            \"description\": \"Business Associate\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-19T00:00:00\",\n        \"comments\": \"test\",\n        \"createdDate\": \"2024-11-22T10:44:00-05:00\",\n        \"modifiedDate\": \"2025-03-21T15:39:00-04:00\"\n    }\n]"}],"_postman_id":"5479c207-199f-44c7-8d77-e97a70a51c41"},{"name":"OtherReferral","id":"787eb8ad-8282-475d-a65c-a082fbbfc91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48698","description":"<p>Retrieves a single other referral source record by its unique record ID, scoped to a specific case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","other","48698"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"088bb9eb-c913-45a2-a353-0d3fe09361e4","name":"OtherReferral","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48698"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 20:15:56 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48698,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"otherReferral\": {\n        \"contactId\": 11914,\n        \"name\": \"Testani, Anna M.\"\n    },\n    \"relationshipToFirm\": {\n        \"id\": 9,\n        \"description\": \"Business Associate\"\n    },\n    \"primary\": true,\n    \"receivedDate\": \"2025-03-19T00:00:00\",\n    \"comments\": \"test\",\n    \"createdDate\": \"2024-11-22T10:44:00-05:00\",\n    \"modifiedDate\": \"2025-03-21T15:39:00-04:00\"\n}"}],"_postman_id":"787eb8ad-8282-475d-a65c-a082fbbfc91f"},{"name":"Filtered Other Referral","id":"095f2220-60fb-4117-bd03-b3457c9f252b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/byDatePaged","description":"<p>Retrieves a filtered and paginated list of other referral source records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","referralSource","other","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0ff42ef5-28d7-43a1-a01b-ffd82d503fba","name":"Filtered Other Referral","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2497"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 19:47:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 48698,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"otherReferral\": {\n            \"contactId\": 11914,\n            \"name\": \"Testani, Anna M.\"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 9,\n            \"description\": \"Business Associate\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-19T00:00:00\",\n        \"comments\": \"test\",\n        \"createdDate\": \"2024-11-22T10:44:00-05:00\",\n        \"modifiedDate\": \"2025-03-21T15:39:00-04:00\"\n    },\n    {\n        \"id\": 48712,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": 629378,\n            \"name\": \"korni, lana\",\n            \"contactID\": 1699235\n        },\n        \"otherReferral\": {\n            \"contactId\": 110,\n            \"name\": \"CC# 8877, \"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 29,\n            \"description\": \"Associate\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-18T00:00:00\",\n        \"comments\": \"ffdb\",\n        \"createdDate\": \"2025-03-18T14:17:00-04:00\"\n    },\n    {\n        \"id\": 48710,\n        \"caseID\": 519908,\n        \"caseNumber\": \"5 - 000007\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"otherReferral\": {\n            \"contactId\": 121,\n            \"name\": \"Detective Robert Lincoln, \"\n        },\n        \"primary\": false,\n        \"createdDate\": \"2025-03-18T13:58:00-04:00\"\n    },\n    {\n        \"id\": 48711,\n        \"caseID\": 519908,\n        \"caseNumber\": \"5 - 000007\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"otherReferral\": {\n            \"contactId\": 121,\n            \"name\": \"Detective Robert Lincoln, \"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 29,\n            \"description\": \"Associate\"\n        },\n        \"primary\": false,\n        \"createdDate\": \"2025-03-18T13:58:00-04:00\"\n    },\n    {\n        \"id\": 48709,\n        \"caseID\": 519902,\n        \"caseNumber\": \"2500006\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"otherReferral\": {\n            \"contactId\": 276309,\n            \"name\": \" Alliance Physical \"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 9,\n            \"description\": \"Business Associate\"\n        },\n        \"primary\": false,\n        \"comments\": \"Test3\",\n        \"createdDate\": \"2025-03-18T08:52:00-04:00\"\n    },\n    {\n        \"id\": 48707,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"otherReferral\": {\n            \"contactId\": 121,\n            \"name\": \"Detective Robert Lincoln, \"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 36,\n            \"description\": \"Branch\"\n        },\n        \"primary\": false,\n        \"createdDate\": \"2025-03-17T10:22:00-04:00\"\n    },\n    {\n        \"id\": 48708,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"otherReferral\": {\n            \"contactId\": 121,\n            \"name\": \"Detective Robert Lincoln, \"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 36,\n            \"description\": \"Branch\"\n        },\n        \"primary\": false,\n        \"createdDate\": \"2025-03-17T10:22:00-04:00\"\n    }\n]"}],"_postman_id":"095f2220-60fb-4117-bd03-b3457c9f252b"},{"name":"Insert Other Referral","id":"3d466daf-dbc3-442d-bc16-622341e2785e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {        \r\n    \"caseID\": 516718,        \r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"otherReferral\": {\r\n        \"contactId\": 11914            \r\n    },\r\n    \"relationshipToFirm\": {\r\n        \"id\": 9\r\n    },\r\n    \"primary\": true,\r\n    \"receivedDate\": \"2025-03-19T00:00:00\",\r\n    \"comments\": \"test insert \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other","description":"<p>Creates a new other referral source record. Provide the case association and referral details in the request body.</p>\n","urlObject":{"path":["case","referralSource","other"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ef8e28a0-7003-44a7-9906-40646fc7490e","name":"Insert Other Referral","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {        \r\n        \"caseID\": 516718,        \r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"otherReferral\": {\r\n            \"contactId\": 11914            \r\n        },\r\n        \"relationshipToFirm\": {\r\n            \"id\": 9\r\n        },\r\n        \"primary\": true,\r\n        \"receivedDate\": \"2025-03-19T00:00:00\",\r\n        \"comments\": \"test insert \"\r\n\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"367"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 19:59:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 48718,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"otherReferral\": {\n            \"contactId\": 11914,\n            \"name\": \"Testani, Anna M.\"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 9,\n            \"description\": \"Business Associate\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-19T00:00:00\",\n        \"comments\": \"test insert \",\n        \"createdDate\": \"2025-03-21T15:59:00-04:00\"\n    }\n]"}],"_postman_id":"3d466daf-dbc3-442d-bc16-622341e2785e"},{"name":"Update Other Referral","id":"6665aa92-4050-4e2a-8f33-c73f5340c14a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" {        \r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"otherReferral\": {\r\n        \"contactId\": 11914            \r\n    },\r\n    \"relationshipToFirm\": {\r\n        \"id\": 8\r\n    },\r\n    \"primary\": true,\r\n    \"receivedDate\": \"2025-03-19T00:00:00\",\r\n    \"comments\": \"test update \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48719","description":"<p>Performs a full replacement update on an existing other referral source record. Provide the case ID and record ID in the path, and the complete updated object in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","other","48719"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3be822a7-5d0d-4b43-969e-dc43820dd231","name":"Update Other Referral","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {        \r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"otherReferral\": {\r\n        \"contactId\": 11914            \r\n    },\r\n    \"relationshipToFirm\": {\r\n        \"id\": 8\r\n    },\r\n    \"primary\": true,\r\n    \"receivedDate\": \"2025-03-19T00:00:00\",\r\n    \"comments\": \"test update \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48719"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"401"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 20:12:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 48719,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"otherReferral\": {\n            \"contactId\": 11914,\n            \"name\": \"Testani, Anna M.\"\n        },\n        \"relationshipToFirm\": {\n            \"id\": 8,\n            \"description\": \"Co-Worker\"\n        },\n        \"primary\": true,\n        \"receivedDate\": \"2025-03-19T00:00:00\",\n        \"comments\": \"test update \",\n        \"createdDate\": \"2025-03-21T16:12:00-04:00\",\n        \"modifiedDate\": \"2025-03-21T16:12:00-04:00\"\n    }\n]"}],"_postman_id":"6665aa92-4050-4e2a-8f33-c73f5340c14a"},{"name":"Update Other Referral","id":"295c07ac-db3c-407d-9c98-fe4f87471680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48719","description":"<p>Performs a partial update on an existing other referral source record. Provide the case ID and record ID in the path, and only the fields to be updated in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","other","48719"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5bb366d6-db58-4471-982d-74a8b2742a73","name":"Update Other Referral","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48719"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"403"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 20:15:15 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48719,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"otherReferral\": {\n        \"contactId\": 11914,\n        \"name\": \"Testani, Anna M.\"\n    },\n    \"relationshipToFirm\": {\n        \"id\": 8,\n        \"description\": \"Co-Worker\"\n    },\n    \"primary\": true,\n    \"receivedDate\": \"2025-03-19T00:00:00\",\n    \"comments\": \"Updated comments\",\n    \"createdDate\": \"2025-03-21T16:12:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T16:15:00-04:00\"\n}"}],"_postman_id":"295c07ac-db3c-407d-9c98-fe4f87471680"},{"name":"Delete Other Referral","id":"3b1119ac-33a0-464a-803a-26efd7a50942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/other/48719","description":"<p>Deletes an other referral source record identified by its record ID, scoped to the specified case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","other","48719"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1119ac-33a0-464a-803a-26efd7a50942"},{"name":"GetRelationship","id":"d93323b2-f081-42fa-974a-ca0aa9a5de21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/relationship","description":"<p>Retrieves the list of available relationship types for other referral sources. Use this to populate dropdowns or validate relationship values when inserting or updating other referral records.</p>\n","urlObject":{"path":["case","referralSource","other","relationship"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7593f50d-81b6-42ab-8a3a-ab06dc07bea2","name":"GetSubType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/other/relationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1116"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 20:21:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Employee\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Employer\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Spouse\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Child\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Parent\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Friend\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Guardian\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Co-Worker\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Business Associate\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Sibling\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Relative\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Grand Parent\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Cousin\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Former Client\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Current Client\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Grandchild\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Neighbor\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Unknown\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Partner\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Associate\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Managing Partner\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Ward\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Administrator of Estate\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Decedent\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Branch\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"Headquarters\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Power of Attorney\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Grantor\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Unknown\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Unknown\"\n    }\n]"}],"_postman_id":"d93323b2-f081-42fa-974a-ca0aa9a5de21"}],"id":"6b622435-1c20-4208-b5bf-3e768e378eb4","description":"<p>Manages other (non-attorney, non-advertising) referral sources linked to cases. Supports retrieving records by case number or case ID, fetching a specific record, performing filtered/paginated searches, inserting new records, updating existing records (full and partial), deleting records, and retrieving available relationship types.</p>\n","_postman_id":"6b622435-1c20-4208-b5bf-3e768e378eb4"},{"name":"Referring Attorney","item":[{"name":"byCaseNumber","id":"545d5e27-327d-4a02-bc50-e77fedd6ea08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all referring attorney referral source records associated with a specific case number. Pass the case number as a query parameter.</p>\n","urlObject":{"path":["case","referralSource","attorney","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"62e8771c-b7d9-4733-9be4-163d87621dba","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","referralSource","attorney","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"574"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 21:57:10 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18015,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1651739,\n            \"name\": \"Abate-, Sam:\"\n        },\n        \"referringFile\": \"123\",\n        \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n        \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 10,\n        \"retainerNumber\": \"1111111\",\n        \"disbursementAmount\": 2,\n        \"isReimbursed\": true,\n        \"isThisRetainerUsed\": true,\n        \"comments\": \"test\",\n        \"createdDate\": \"2021-04-02T10:10:00-04:00\",\n        \"modifiedDate\": \"2025-03-21T16:50:00-04:00\"\n    }\n]"}],"_postman_id":"545d5e27-327d-4a02-bc50-e77fedd6ea08"},{"name":"byCaseID","id":"f3bfa532-954c-478b-9a87-47b5642a905c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney","description":"<p>Retrieves all referring attorney referral source records for a case identified by its numeric case ID, provided as a path parameter.</p>\n","urlObject":{"path":["case","516718","referralSource","attorney"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9bd0c9b1-b6be-4669-8f92-8acc1097e37d","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"574"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 21:58:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18015,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1651739,\n            \"name\": \"Abate-, Sam:\"\n        },\n        \"referringFile\": \"123\",\n        \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n        \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 10,\n        \"retainerNumber\": \"1111111\",\n        \"disbursementAmount\": 2,\n        \"isReimbursed\": true,\n        \"isThisRetainerUsed\": true,\n        \"comments\": \"test\",\n        \"createdDate\": \"2021-04-02T10:10:00-04:00\",\n        \"modifiedDate\": \"2025-03-21T16:50:00-04:00\"\n    }\n]"}],"_postman_id":"f3bfa532-954c-478b-9a87-47b5642a905c"},{"name":"ReferringAttorney","id":"d3b74fcc-eda5-4d61-a448-f444fc9a4601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18015","description":"<p>Retrieves a single referring attorney referral source record by its unique record ID, scoped to a specific case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","attorney","18015"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"fd9bd80c-705c-4f52-8e3e-c8b514d77ccc","name":"ReferringAttorney","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18015"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"617"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 21:58:49 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18015,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1651739,\n        \"name\": \"Abate-, Sam:\"\n    },\n    \"referringFile\": \"123\",\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n    \"isFeeListUsed\": true,\n    \"persentage\": {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    \"feeAmount\": 10,\n    \"retainerNumber\": \"1111111\",\n    \"disbursementAmount\": 2,\n    \"isReimbursed\": true,\n    \"isThisRetainerUsed\": true,\n    \"comments\": \"test\",\n    \"createdDate\": \"2021-04-02T10:10:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T17:59:00-04:00\"\n}"}],"_postman_id":"d3b74fcc-eda5-4d61-a448-f444fc9a4601"},{"name":"Filtered Referring Attorney","id":"fe606c4d-62e0-426c-94a6-7dbeb1d5baa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/byDatePaged","description":"<p>Retrieves a filtered and paginated list of referring attorney referral source records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","referralSource","attorney","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5b3f715e-8c27-4ff0-ba88-db87a5cfae4c","name":"Filtered Referring Attorney","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-03-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 20\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"7721"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:01:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18015,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"attorney\": {\n            \"contactId\": 1651739,\n            \"name\": \"Abate-, Sam:\"\n        },\n        \"referringFile\": \"123\",\n        \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n        \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n        \"isFeeListUsed\": true,\n        \"persentage\": {\n            \"id\": 8,\n            \"description\": \"33 1/3%\"\n        },\n        \"feeAmount\": 10,\n        \"retainerNumber\": \"1111111\",\n        \"disbursementAmount\": 2,\n        \"isReimbursed\": true,\n        \"isThisRetainerUsed\": true,\n        \"comments\": \"test\",\n        \"createdDate\": \"2021-04-02T10:10:00-04:00\",\n        \"modifiedDate\": \"2025-03-21T17:59:00-04:00\"\n    },\n    {\n        \"id\": 18591,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 27902,\n            \"name\": \" Jonathan Ginsberg,Esq\"\n        },\n        \"attorney\": {\n            \"contactId\": 1563836,\n            \"name\": \"Alley, Grant\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"retainerNumber\": \"0\",\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"isThisRetainerUsed\": false,\n        \"createdDate\": \"2025-03-18T14:04:00-04:00\",\n        \"modifiedDate\": \"2025-03-18T14:04:00-04:00\"\n    },\n    {\n        \"id\": 18591,\n        \"caseID\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 27902,\n            \"name\": \" Jonathan Ginsberg,Esq\"\n        },\n        \"attorney\": {\n            \"contactId\": 1563836,\n            \"name\": \"Alley, Grant\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"retainerNumber\": \"0\",\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"isThisRetainerUsed\": false,\n        \"createdDate\": \"2025-03-18T14:04:00-04:00\",\n        \"modifiedDate\": \"2025-03-18T14:04:00-04:00\"\n    },\n    {\n        \"id\": 18590,\n        \"caseID\": 519908,\n        \"caseNumber\": \"5 - 000007\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 27902,\n            \"name\": \" Jonathan Ginsberg,Esq\"\n        },\n        \"attorney\": {\n            \"contactId\": 1694446,\n            \"name\": \"Abaza, Nick V., Esq.\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"retainerNumber\": \"0\",\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"isThisRetainerUsed\": false,\n        \"createdDate\": \"2025-03-18T13:58:00-04:00\",\n        \"modifiedDate\": \"2025-03-18T13:58:00-04:00\"\n    },\n    {\n        \"id\": 18589,\n        \"caseID\": 519907,\n        \"caseNumber\": \"5556\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-18T11:03:00-04:00\"\n    },\n    {\n        \"id\": 18588,\n        \"caseID\": 519904,\n        \"caseNumber\": \"5554\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-18T10:07:00-04:00\"\n    },\n    {\n        \"id\": 18587,\n        \"caseID\": 519902,\n        \"caseNumber\": \"2500006\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 225320,\n            \"name\": \" Dennis Kenny, Attorney At Law P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 110410,\n            \"name\": \"Alessandro, Joseph S., Esq.\"\n        },\n        \"isFeeListUsed\": false,\n        \"comments\": \"Test2\",\n        \"createdDate\": \"2025-03-18T08:52:00-04:00\"\n    },\n    {\n        \"id\": 18586,\n        \"caseID\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 2377,\n            \"name\": \"Sweeney, Daniel J. & Associates, PLLC\"\n        },\n        \"attorney\": {\n            \"contactId\": 1410109,\n            \"name\": \"Daly, Susan M.\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"retainerNumber\": \"0\",\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"isThisRetainerUsed\": false,\n        \"createdDate\": \"2025-03-17T10:21:00-04:00\",\n        \"modifiedDate\": \"2025-03-17T10:22:00-04:00\"\n    },\n    {\n        \"id\": 18584,\n        \"caseID\": 519899,\n        \"caseNumber\": \"Jasmin5\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T14:56:00-04:00\"\n    },\n    {\n        \"id\": 18585,\n        \"caseID\": 519900,\n        \"caseNumber\": \"Jasmin6\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T14:56:00-04:00\"\n    },\n    {\n        \"id\": 18582,\n        \"caseID\": 519897,\n        \"caseNumber\": \"Jasmin3\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T14:53:00-04:00\"\n    },\n    {\n        \"id\": 18583,\n        \"caseID\": 519898,\n        \"caseNumber\": \"Jasmin4\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T14:53:00-04:00\"\n    },\n    {\n        \"id\": 18581,\n        \"caseID\": 519896,\n        \"caseNumber\": \"5552\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T10:46:00-04:00\"\n    },\n    {\n        \"id\": 18580,\n        \"caseID\": 519895,\n        \"caseNumber\": \"5551\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-14T09:54:00-04:00\"\n    },\n    {\n        \"id\": 18578,\n        \"caseID\": 519893,\n        \"caseNumber\": \"Jasmin1\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-13T10:24:00-04:00\"\n    },\n    {\n        \"id\": 18579,\n        \"caseID\": 519894,\n        \"caseNumber\": \"Jasmin2\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287891,\n            \"name\": \"Environmental Litigation Group, P.C.\"\n        },\n        \"attorney\": {\n            \"contactId\": 179891,\n            \"name\": \"\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-13T10:24:00-04:00\"\n    },\n    {\n        \"id\": 18575,\n        \"caseID\": 519889,\n        \"caseNumber\": \"3535\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-06T15:59:00-05:00\"\n    },\n    {\n        \"id\": 18576,\n        \"caseID\": 519890,\n        \"caseNumber\": \"3636\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-06T15:59:00-05:00\"\n    },\n    {\n        \"id\": 18576,\n        \"caseID\": 519890,\n        \"caseNumber\": \"3636\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-06T15:59:00-05:00\"\n    },\n    {\n        \"id\": 18577,\n        \"caseID\": 519891,\n        \"caseNumber\": \"3737\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"lawFirm\": {\n            \"contactId\": 287533,\n            \"name\": \"Jacoby&Meyers\"\n        },\n        \"attorney\": {\n            \"contactId\": 1695706,\n            \"name\": \"Meyers, Jacob\"\n        },\n        \"isFeeListUsed\": false,\n        \"feeAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"isReimbursed\": false,\n        \"comments\": \"\",\n        \"createdDate\": \"2025-03-06T15:59:00-05:00\"\n    }\n]"}],"_postman_id":"fe606c4d-62e0-426c-94a6-7dbeb1d5baa6"},{"name":"Insert Referring Attorney","id":"8801cf03-5bfb-420a-9fc1-a7608fd2ddc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"caseID\": 516718,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1651739\r\n        },\r\n        \"referringFile\": \"fileNo123\",\r\n        \"feeAgreementSent\": \"2025-03-04T00:00:00\",\r\n        \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\r\n        \"isFeeListUsed\": true,\r\n        \"persentage\": {\r\n                \"id\": 8,\r\n                \"description\": \"33 1/3%\"\r\n            },\r\n        \"retainerNumber\": \"1111111\",\r\n        \"disbursementAmount\": 5.00,\r\n        \"isReimbursed\": true,\r\n        \"isThisRetainerUsed\": true,\r\n        \"comments\": \"test insert\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney","description":"<p>Creates a new referring attorney referral source record. Provide the case association and attorney details in the request body.</p>\n","urlObject":{"path":["case","referralSource","attorney"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9be25388-69f4-4af7-bf54-498754e37713","name":"Insert Referring Attorney","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"caseID\": 516718,\r\n        \"plaintiff\": {\r\n            \"id\": 620837\r\n        },\r\n        \"lawFirm\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"attorney\": {\r\n            \"contactId\": 1651739\r\n        },\r\n        \"referringFile\": \"fileNo123\",\r\n        \"feeAgreementSent\": \"2025-03-04T00:00:00\",\r\n        \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\r\n        \"isFeeListUsed\": true,\r\n        \"persentage\": {\r\n                \"id\": 8,\r\n                \"description\": \"33 1/3%\"\r\n            },\r\n        \"retainerNumber\": \"1111111\",\r\n        \"disbursementAmount\": 5.00,\r\n        \"isReimbursed\": true,\r\n        \"isThisRetainerUsed\": true,\r\n        \"comments\": \"test insert\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"586"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:05:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18593,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1651739,\n        \"name\": \"Abate-, Sam:\"\n    },\n    \"referringFile\": \"fileNo123\",\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n    \"isFeeListUsed\": true,\n    \"persentage\": {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    \"retainerNumber\": \"1111111\",\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": true,\n    \"isThisRetainerUsed\": true,\n    \"comments\": \"test insert\",\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\"\n}"}],"_postman_id":"8801cf03-5bfb-420a-9fc1-a7608fd2ddc9"},{"name":"Update Referring Attorney","id":"a0684d01-9a31-4906-92c3-69bdd4db8e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 216991\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 1651739\r\n    },\r\n    \"referringFile\": \"fileNo123\",\r\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\r\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\r\n    \"isFeeListUsed\": false,\r\n    \"persentage\": {\r\n        \"id\": 8,\r\n        \"description\": \"33 1/3%\"\r\n    },\r\n    \"retainerNumber\": \"1111111\",\r\n    \"disbursementAmount\": 5,\r\n    \"isReimbursed\": false,\r\n    \"isThisRetainerUsed\": false,\r\n    \"comments\": \"test update\",\r\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593","description":"<p>Performs a full replacement update on an existing referring attorney referral source record. Provide the case ID and record ID in the path, and the complete updated object in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","attorney","18593"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ffe81e5f-b15c-470d-801f-f30a8b3a799e","name":"Update Referring Attorney","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"plaintiff\": {\r\n        \"id\": 620837\r\n    },\r\n    \"lawFirm\": {\r\n        \"contactId\": 216991\r\n    },\r\n    \"attorney\": {\r\n        \"contactId\": 1651739\r\n    },\r\n    \"referringFile\": \"fileNo123\",\r\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\r\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\r\n    \"isFeeListUsed\": false,\r\n    \"persentage\": {\r\n        \"id\": 8,\r\n        \"description\": \"33 1/3%\"\r\n    },\r\n    \"retainerNumber\": \"1111111\",\r\n    \"disbursementAmount\": 5,\r\n    \"isReimbursed\": false,\r\n    \"isThisRetainerUsed\": false,\r\n    \"comments\": \"test update\",\r\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"586"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:07:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18593,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1651739,\n        \"name\": \"Abate-, Sam:\"\n    },\n    \"referringFile\": \"fileNo123\",\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n    \"isFeeListUsed\": false,\n    \"retainerNumber\": \"1111111\",\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": false,\n    \"isThisRetainerUsed\": false,\n    \"comments\": \"test update\",\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T18:08:00-04:00\"\n}"}],"_postman_id":"a0684d01-9a31-4906-92c3-69bdd4db8e34"},{"name":"Update Referring Attorney","id":"9d8db84b-0a7d-4d0f-b995-8f6e06b6829a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593","description":"<p>Performs a partial update on an existing referring attorney referral source record. Provide the case ID and record ID in the path, and only the fields to be updated in the request body.</p>\n","urlObject":{"path":["case","516718","referralSource","attorney","18593"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0eb1a37a-b259-4d60-8ea6-d82e6aab1907","name":"Update Referring Attorney","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comments\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"591"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:08:14 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18593,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568\n    },\n    \"lawFirm\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"attorney\": {\n        \"contactId\": 1651739,\n        \"name\": \"Abate-, Sam:\"\n    },\n    \"referringFile\": \"fileNo123\",\n    \"feeAgreementSent\": \"2025-03-04T00:00:00\",\n    \"feeAgreementReceived\": \"2025-03-05T00:00:00\",\n    \"isFeeListUsed\": false,\n    \"retainerNumber\": \"1111111\",\n    \"disbursementAmount\": 5,\n    \"isReimbursed\": false,\n    \"isThisRetainerUsed\": false,\n    \"comments\": \"Updated comments\",\n    \"createdDate\": \"2025-03-21T18:06:00-04:00\",\n    \"modifiedDate\": \"2025-03-21T18:08:00-04:00\"\n}"}],"_postman_id":"9d8db84b-0a7d-4d0f-b995-8f6e06b6829a"},{"name":"Delete Referring Attorney","id":"d88637e8-8b2c-4f50-969f-f539cb2a4cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593","description":"<p>Deletes a referring attorney referral source record identified by its record ID, scoped to the specified case ID in the path.</p>\n","urlObject":{"path":["case","516718","referralSource","attorney","18593"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3f29679a-0c85-4809-903c-44255c1a0b9c","name":"Delete Referring Attorney","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/referralSource/attorney/18593"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 21 Mar 2025 22:08:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d88637e8-8b2c-4f50-969f-f539cb2a4cff"},{"name":"GetFeeList","id":"c0d4164a-5e8a-4eef-821f-369b4052defe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/fee","description":"<p>Retrieves the list of available fee schedule options for referring attorneys. Use this to populate dropdowns or validate fee values when inserting or updating referring attorney records.</p>\n","urlObject":{"path":["case","referralSource","attorney","fee"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"880d95ae-2597-4b46-ab49-ee345847d8cc","name":"GetSubType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/referralSource/attorney/fee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"896"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 21 Mar 2025 22:17:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"20%\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"25%\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"30%\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"35%\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"40%\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"45%\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"50%\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"33 1/3%\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"15%\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"43.3333%\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"10%\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"42.5%\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"22.5%\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"22%\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"5%\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"85%\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"90%\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"a half\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"3/4\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"five percent\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"29%\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"60%\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"80%\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"32%\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"37.5%\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"27.5%\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"40% (f)\"\n    }\n]"}],"_postman_id":"c0d4164a-5e8a-4eef-821f-369b4052defe"}],"id":"884b555f-66cc-42c9-8a9b-4b78c7c4144b","description":"<p>Manages referring attorney referral sources linked to cases. Supports retrieving records by case number or case ID, fetching a specific record, performing filtered/paginated searches, inserting new records, updating existing records (full and partial), deleting records, and retrieving available fee schedule options.</p>\n","_postman_id":"884b555f-66cc-42c9-8a9b-4b78c7c4144b"}],"id":"25126645-5c80-43d6-b980-c3396d7dec3b","description":"<p>Manages referral source data associated with cases. Referral sources track how a case was originated or referred, and are organized into three categories: Paid Advertising, Other Referral, and Referring Attorney. Each sub-folder supports full CRUD operations along with filtered/paginated retrieval and reference data lookups.</p>\n","_postman_id":"25126645-5c80-43d6-b980-c3396d7dec3b"},{"name":"Search","item":[{"name":"caseLookup","id":"63ec5ff1-5735-47f5-81bd-e9863616915f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://app.smartadvocate.com/CaseSyncAPI/Search/caselookup?Criteria=162&Top=0&SearchType=CASESTATUS","description":"<p>Searches for cases based on a specified criteria value and search type. Use the <code>Criteria</code> parameter to pass the search value, <code>SearchType</code> to define the field being searched, and <code>Top</code> to filter by case status: 0 = open cases, 1 = closed cases, 2 = all cases.</p>\n","urlObject":{"path":["Search","caselookup"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>Values for search types: Email:  email address, Docket: Docket number, Defendant: Defendant name, Plaintiff: Plaintiff name, Phone, Phone number(digits only), SSN: social security format - XXX-XX-XXX, CaseStatus: StatusID\nStatus id can be recveived from this endpoint <a href=\"https://documenter.getpostman.com/view/5921778/UVeJM5kQ#980c0fcb-18ce-4ca5-8efb-653a969ecd37\">https://documenter.getpostman.com/view/5921778/UVeJM5kQ#980c0fcb-18ce-4ca5-8efb-653a969ecd37</a></p>\n","type":"text/plain"},"key":"Criteria","value":"162"},{"description":{"content":"<p>0-open cases, 1 - closed cases, 2 - all cases</p>\n","type":"text/plain"},"key":"Top","value":"0"},{"description":{"content":"<p>List of parameters: EMAIL, DOCKET, DEFENDANT, PLAINTIFF, PHONE, SSN, CASESTATUS</p>\n","type":"text/plain"},"key":"SearchType","value":"CASESTATUS"}],"variable":[]}},"response":[{"id":"f9d3bfe2-67d1-4e54-91c0-0dd4dad2fb95","name":"caseLookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Search/caselookup?Criteria=Berton, Tim&Top=0&SearchType=PLAINTIFF","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Search","caselookup"],"query":[{"key":"Criteria","value":"Berton, Tim"},{"key":"Top","value":"0"},{"key":"SearchType","value":"PLAINTIFF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"829"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 14 Jun 2023 17:15:56 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"caseID\": 518946,\n        \"caseNumber\": \"00081\",\n        \"caseName\": \"berton v. Drano\",\n        \"caseType\": \"_1Test_Yana\",\n        \"caseStatus\": \"Case against the MVAIC\",\n        \"contactName\": \"berton, tim\",\n        \"contactRole\": \"(P) - tester\",\n        \"state\": \"NY\",\n        \"caseOpenDate\": \"2023-02-28T10:35:37.15-05:00\",\n        \"result\": \"\"\n    },\n    {\n        \"caseID\": 518947,\n        \"caseNumber\": \"00080\",\n        \"caseName\": \"Tim v. Begemot incorporated\",\n        \"caseType\": \"_1Test_Yana\",\n        \"caseStatus\": \"Case against the MVAIC\",\n        \"contactName\": \"berton, tim\",\n        \"contactRole\": \"(P) - tester\",\n        \"state\": \"NY\",\n        \"caseOpenDate\": \"2023-02-28T10:39:39.25-05:00\",\n        \"result\": \"\"\n    },\n    {\n        \"caseID\": 515996,\n        \"caseNumber\": \"7000263\",\n        \"caseName\": \"berton v. ttg\",\n        \"caseType\": \"Alien Tort Statute\",\n        \"caseStatus\": \"Presign - Not Yet scheduled for Sign Up\",\n        \"contactName\": \"berton, tim\",\n        \"contactRole\": \"(P)-Plaintiff\",\n        \"state\": \"NY\",\n        \"caseOpenDate\": \"2017-11-07T10:56:17.377-05:00\",\n        \"result\": \" bullok, mike\"\n    }\n]"}],"_postman_id":"63ec5ff1-5735-47f5-81bd-e9863616915f"},{"name":"contactLookup","id":"84d6d0cc-e4d4-4f35-8cca-55b930cd4e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Search/contactLookup?Name=&FirstName=Berton&LastName=&Phone=5168843440&FirstPage=1&RowLimit=10","description":"<p>Searches for contacts by name (full, first, or last) and/or phone number. Supports paginated results using <code>FirstPage</code> and <code>RowLimit</code> query parameters. Returns matching contact records from the system.</p>\n","urlObject":{"path":["Search","contactLookup"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Name","value":""},{"key":"FirstName","value":"Berton"},{"key":"LastName","value":""},{"key":"Phone","value":"5168843440"},{"key":"FirstPage","value":"1"},{"key":"RowLimit","value":"10"}],"variable":[]}},"response":[{"id":"7bfcd1cc-91f1-4420-9b04-c1d91b4d690e","name":"contactLookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Search/contactLookup?Name=&FirstName=Berton&LastName=&FirstPage=1&RowLimit=10","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Search","contactLookup"],"query":[{"key":"Name","value":""},{"key":"FirstName","value":"Berton"},{"key":"LastName","value":""},{"key":"FirstPage","value":"1"},{"key":"RowLimit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1125"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 27 Jun 2023 17:13:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueContactId\": 1373715,\n        \"firstName\": \"Berton\",\n        \"lastName\": \"Rewis\",\n        \"otherName\": \"\",\n        \"address1\": \"867 North 2600 West\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"city\": \"Provo\",\n        \"state\": \"UT\",\n        \"zip\": \"84601\",\n        \"contactEmail\": \"\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"Please provide the best method and time to contact you: 11 am\",\n        \"isDeleted\": false,\n        \"county\": \"Utah\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 187529,\n        \"firstName\": \"Berton\",\n        \"lastName\": \"Rusk\",\n        \"otherName\": \"\",\n        \"address1\": \"18627 Broussard Road\",\n        \"address2\": \"\",\n        \"address3\": \"\",\n        \"city\": \"Prairieville\",\n        \"state\": \"LA\",\n        \"zip\": \"70769\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1950-12-27T00:00:00\",\n        \"county\": \"Ascension\",\n        \"isActive\": true,\n        \"locked\": false\n    },\n    {\n        \"uniqueContactId\": 1695568,\n        \"firstName\": \"Berton\",\n        \"lastName\": \"Tim\",\n        \"otherName\": \"\",\n        \"address1\": \"test1\",\n        \"city\": \"Wake Forest\",\n        \"state\": \"NC\",\n        \"zip\": \"27587\",\n        \"contactNumber\": \"(516) 884-3440\",\n        \"contactEmail\": \"andreyi@smartadvocate.com\",\n        \"contactTypeId\": 10,\n        \"contactType\": \"General\",\n        \"comments\": \"\",\n        \"isDeleted\": false,\n        \"dateOfBirth\": \"1988-01-12T00:00:00\",\n        \"county\": \"Wake\",\n        \"isActive\": true,\n        \"locked\": false\n    }\n]"}],"_postman_id":"84d6d0cc-e4d4-4f35-8cca-55b930cd4e76"},{"name":"FullContactInfoLookup","id":"1e07c23e-4ade-4bcc-8ec3-2bab53e90e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Search/contactLookup?FirstPage=4&RowLimit=500","description":"<p>Retrieves a full paginated list of contact records with complete contact information. Use <code>FirstPage</code> and <code>RowLimit</code> to control pagination. Suitable for bulk contact data retrieval or synchronization scenarios.</p>\n","urlObject":{"path":["Search","contactLookup"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"FirstPage","value":"4"},{"key":"RowLimit","value":"500"}],"variable":[]}},"response":[{"id":"4e35a851-a9a4-4ec7-8a80-c680dacc3367","name":"contactLookup Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Search/fullcontactLookup?Name=&FirstName=Berton&LastName=&Phone=5168843440&FirstPage=1&RowLimit=10","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Search","fullcontactLookup"],"query":[{"key":"Name","value":""},{"key":"FirstName","value":"Berton"},{"key":"LastName","value":""},{"key":"Phone","value":"5168843440"},{"key":"FirstPage","value":"1"},{"key":"RowLimit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2472"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 02 Mar 2024 16:43:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contactId\": 1695568,\n        \"contactCtg\": 1,\n        \"firstName\": \"Berton\",\n        \"lastName\": \"Tim\",\n        \"middleName\": \"\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"nickName\": \"\",\n        \"maidenName\": \"\",\n        \"contactTypeId\": 10,\n        \"contactSubCtgID\": 1,\n        \"contactType\": \"General\",\n        \"contactSubCtg\": \"Adult\",\n        \"comments\": \"\",\n        \"dateOfBirth\": \"1988-01-12T00:00:00\",\n        \"genderID\": 1,\n        \"birthPlace\": \"\",\n        \"occupation\": \"\",\n        \"spouse\": \"\",\n        \"einNo\": \"\",\n        \"ssnNo\": \"123-45-6789\",\n        \"primaryLanguage\": \"\",\n        \"secondaryLanguage\": \"\",\n        \"licenseNo\": \"\",\n        \"licenseStateID\": 0,\n        \"noSSN\": false,\n        \"active\": true,\n        \"preventAutoContact\": false,\n        \"preventMailing\": false,\n        \"locked\": false,\n        \"addresses\": [\n            {\n                \"addressID\": 838855,\n                \"address1\": \"test1\",\n                \"city\": \"Wake Forest\",\n                \"state\": \"NC\",\n                \"zip\": \"27587\",\n                \"county\": \"Wake\",\n                \"country\": \"UNITED STATES OF AMERICA\",\n                \"primary\": false,\n                \"residence\": false,\n                \"current\": true,\n                \"addressType\": \"Home - Primary\",\n                \"mailing\": true,\n                \"fromDate\": \"2022-01-01T00:00:00\",\n                \"toDate\": \"2022-12-01T00:00:00\",\n                \"createdDate\": \"2019-01-03T11:07:00-05:00\",\n                \"modifiedDate\": \"2024-01-20T11:45:00-05:00\"\n            },\n            {\n                \"addressID\": 840397,\n                \"address1\": \"test 1\",\n                \"city\": \"Hauppauge\",\n                \"state\": \"NY\",\n                \"zip\": \"11788\",\n                \"county\": \"Suffolk\",\n                \"country\": \"UNITED STATES OF AMERICA\",\n                \"primary\": false,\n                \"residence\": false,\n                \"current\": true,\n                \"addressType\": \"Other\",\n                \"mailing\": true,\n                \"comments\": \"test\",\n                \"createdDate\": \"2022-08-30T16:53:00-04:00\",\n                \"modifiedDate\": \"2022-12-13T13:17:00-05:00\"\n            },\n            {\n                \"addressID\": 840398,\n                \"address1\": \"some 2 new address\",\n                \"city\": \"Lindenhurst\",\n                \"state\": \"NY\",\n                \"zip\": \"11757\",\n                \"country\": \"UNITED STATES OF AMERICA\",\n                \"primary\": false,\n                \"residence\": false,\n                \"current\": false,\n                \"mailing\": false,\n                \"createdDate\": \"2022-09-02T10:46:00-04:00\",\n                \"modifiedDate\": \"2022-09-02T11:23:00-04:00\"\n            }\n        ],\n        \"emails\": [\n            {\n                \"emailID\": 450467,\n                \"name\": \"test@smartadvocate.com\",\n                \"primary\": false,\n                \"preventAutoContact\": false,\n                \"createdDate\": \"2022-09-02T12:28:00-04:00\",\n                \"modifiedDate\": \"2023-12-06T10:04:00-05:00\"\n            },\n            {\n                \"emailID\": 450305,\n                \"name\": \"andreyi@smartadvocate.com\",\n                \"primary\": true,\n                \"preventAutoContact\": false,\n                \"createdDate\": \"2020-01-17T11:16:00-05:00\",\n                \"modifiedDate\": \"2023-12-06T10:04:00-05:00\"\n            }\n        ],\n        \"phones\": [\n            {\n                \"phoneID\": 229,\n                \"name\": \"Cell Phone\",\n                \"phoneNumber\": \"(516) 884-3440\",\n                \"primary\": false,\n                \"useForTexting\": true,\n                \"preventAutoContact\": false,\n                \"createdDate\": \"2020-06-27T18:48:00-04:00\",\n                \"modifiedDate\": \"2023-12-06T10:20:00-05:00\"\n            },\n            {\n                \"phoneID\": 525,\n                \"name\": \"Mobile Phone\",\n                \"phoneNumber\": \"(123) 456-7890\",\n                \"primary\": true,\n                \"useForTexting\": false,\n                \"preventAutoContact\": false,\n                \"createdDate\": \"2022-09-12T17:52:00-04:00\",\n                \"modifiedDate\": \"2023-12-06T10:20:00-05:00\"\n            }\n        ],\n        \"createdDate\": \"2019-01-03T11:06:34.68-05:00\",\n        \"modifiedDate\": \"2023-10-23T16:54:51.893-04:00\"\n    }\n]"}],"_postman_id":"1e07c23e-4ade-4bcc-8ec3-2bab53e90e83"}],"id":"9e481ef0-e87e-4396-a0da-d981e76b550f","description":"<p>Provides general-purpose search and lookup endpoints for finding cases and contacts within the system. Supports case lookups by various criteria and contact lookups by name, phone, or other identifiers, with pagination support for large result sets.</p>\n","_postman_id":"9e481ef0-e87e-4396-a0da-d981e76b550f"},{"name":"Settlement","item":[{"name":"Check","item":[{"name":"CheckType","id":"f17de1c9-b7cc-422e-bec4-0aaf84287f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/check/CheckType","description":"<p>Retrieves the list of available check types for settlement checks. Use this to populate dropdowns or validate check type values when creating or updating check records.</p>\n","urlObject":{"path":["case","settlement","check","CheckType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ac88a48b-8073-4025-9a38-dc4ce872836a","name":"CheckType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/check/CheckType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"859"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:18:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1000000,\n        \"description\": \"Firm/Attorney Fee\"\n    },\n    {\n        \"id\": 1000001,\n        \"description\": \"Principal\"\n    },\n    {\n        \"id\": 1000005,\n        \"description\": \"Lien\"\n    },\n    {\n        \"id\": 1000006,\n        \"description\": \"Plaintiff\"\n    },\n    {\n        \"id\": 1000007,\n        \"description\": \"Prior\"\n    },\n    {\n        \"id\": 1000008,\n        \"description\": \"Referrer\"\n    },\n    {\n        \"id\": 1000009,\n        \"description\": \"Medical Bills\"\n    },\n    {\n        \"id\": 1000010,\n        \"description\": \"Settlement\"\n    },\n    {\n        \"id\": 1000011,\n        \"description\": \"Firm Fee\"\n    },\n    {\n        \"id\": 1000012,\n        \"description\": \"Disbursements\"\n    },\n    {\n        \"id\": 1000013,\n        \"description\": \"Interest On Disbursement\"\n    },\n    {\n        \"id\": 1000014,\n        \"description\": \"test2\"\n    },\n    {\n        \"id\": 1000015,\n        \"description\": \"Co-Counsel\"\n    },\n    {\n        \"id\": 1000016,\n        \"description\": \"CBA Fee\"\n    },\n    {\n        \"id\": 1000017,\n        \"description\": \"CBA Expense\"\n    },\n    {\n        \"id\": 1000018,\n        \"description\": \"Interest\"\n    },\n    {\n        \"id\": 1000021,\n        \"description\": \"_kels sett check\"\n    },\n    {\n        \"id\": 1000023,\n        \"description\": \"_kels dist check\"\n    },\n    {\n        \"id\": 1000025,\n        \"description\": \"Non-Attorney Fee Liens\"\n    },\n    {\n        \"id\": 1000026,\n        \"description\": \"CBA\"\n    }\n]"}],"_postman_id":"f17de1c9-b7cc-422e-bec4-0aaf84287f7b"},{"name":"Check Status","id":"d372c529-3c71-4ed1-827b-e1b9ab86c65e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/check/Status","description":"<p>Retrieves the list of available status values for settlement checks. Use this to populate dropdowns or validate status values when managing check records.</p>\n","urlObject":{"path":["case","settlement","check","Status"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9c8ef96f-59c3-42d1-b6f4-7ae9a7f13c81","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/check/Status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"456"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:18:57 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Hold\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Print Check\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Check Printed\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Cashed/Cleared\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Transfer\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Wire\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Transfered\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Wired\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Review\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Voided\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"test1\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Failed QB Transfer\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"new check\"\n    }\n]"}],"_postman_id":"d372c529-3c71-4ed1-827b-e1b9ab86c65e"},{"name":"ExpenseAccount","id":"acf39485-784a-44b9-a5b9-f08fabc9631b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/check/ExpenseAccount","description":"<p>Retrieves the expense account options available for settlement checks associated with a specific case, identified by the case ID in the path.</p>\n","urlObject":{"path":["case","516718","settlement","check","ExpenseAccount"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"32cd3a75-af39-488c-b0fb-83efc3ed9260","name":"ExpenseAccount","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/check/ExpenseAccount"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"96"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:20:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    {\n        \"id\": 96,\n        \"description\": \"EA 2\"\n    },\n    {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    }\n]"}],"_postman_id":"acf39485-784a-44b9-a5b9-f08fabc9631b"},{"name":"SettlementChecks","id":"542301dd-cf55-4dc6-95be-930c65a216ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10029/checks","description":"<p>Retrieves all check records associated with a specific settlement, identified by the settlement ID in the path, scoped to the given case ID.</p>\n","urlObject":{"path":["case","516718","settlement","10029","checks"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a317bd06-0462-49f2-9107-eaa7c5a9589f","name":"SettlementCheck","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10029/checks"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2596"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 18:00:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"checkRecordId\": 11448,\n        \"settlementId\": 10029,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 15,\n        \"debit\": 15,\n        \"type\": \"distribution\",\n        \"checkNumber\": \"0010\",\n        \"checkType\": {\n            \"id\": 1000015,\n            \"description\": \"Co-Counsel\"\n        },\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Print Check\"\n        },\n        \"expenseAccount\": {\n            \"id\": 95,\n            \"description\": \"EA 1\"\n        },\n        \"depositedOrCheckDate\": \"2022-08-26T00:00:00\",\n        \"checkDate\": \"2022-08-26T00:00:00\",\n        \"mailed\": \"2022-08-26T00:00:00\",\n        \"receivedOrCleared\": \"2022-08-26T00:00:00\",\n        \"clearedDate\": \"2022-08-26T00:00:00\",\n        \"payee\": {\n            \"contactId\": 216991,\n            \"name\": \" Charles F. Gormley, Esq.\"\n        },\n        \"documentIDs\": [],\n        \"createdDate\": \"2022-08-26T15:44:48.403-04:00\",\n        \"modifiedDate\": \"2022-08-29T12:20:09.77-04:00\"\n    },\n    {\n        \"checkRecordId\": 11450,\n        \"settlementId\": 10029,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 22,\n        \"debit\": 22,\n        \"type\": \"distribution\",\n        \"checkNumber\": \"ARM\",\n        \"checkType\": {\n            \"id\": 1000012,\n            \"description\": \"Disbursements\"\n        },\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Print Check\"\n        },\n        \"expenseAccount\": {\n            \"id\": 95,\n            \"description\": \"EA 1\"\n        },\n        \"depositedOrCheckDate\": \"2023-01-04T00:00:00\",\n        \"checkDate\": \"2023-01-04T00:00:00\",\n        \"payee\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"comments\": \"test disb chaeck\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-01-03T10:51:03.037-05:00\",\n        \"modifiedDate\": \"2023-01-05T15:46:12.463-05:00\"\n    },\n    {\n        \"checkRecordId\": 11451,\n        \"settlementId\": 10029,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 30,\n        \"debit\": 30,\n        \"type\": \"distribution\",\n        \"checkType\": {\n            \"id\": 1000012,\n            \"description\": \"Disbursements\"\n        },\n        \"status\": {\n            \"id\": 2,\n            \"description\": \"Print Check\"\n        },\n        \"expenseAccount\": {\n            \"id\": 95,\n            \"description\": \"EA 1\"\n        },\n        \"payee\": {\n            \"contactId\": 15,\n            \"name\": \"Morris, Kate\"\n        },\n        \"comments\": \"distribution check test \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-01-05T15:45:49.07-05:00\"\n    },\n    {\n        \"checkRecordId\": 11452,\n        \"settlementId\": 10029,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 11,\n        \"credit\": 11,\n        \"type\": \"settlement\",\n        \"checkNumber\": \"123\",\n        \"checkType\": {\n            \"id\": 1000010,\n            \"description\": \"Settlement\"\n        },\n        \"depositedOrCheckDate\": \"2023-01-06T00:00:00\",\n        \"checkDate\": \"2023-01-05T00:00:00\",\n        \"receivedOrCleared\": \"2023-01-07T00:00:00\",\n        \"expiration\": \"2023-01-08T00:00:00\",\n        \"depositedDate\": \"2023-01-06T00:00:00\",\n        \"receivedDate\": \"2023-01-07T00:00:00\",\n        \"comments\": \"test settlement check  from sa to qbo deposit\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-01-05T15:47:12.057-05:00\",\n        \"modifiedDate\": \"2023-01-29T20:38:45.26-05:00\"\n    },\n    {\n        \"checkRecordId\": 11678,\n        \"settlementId\": 10029,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"amount\": 500,\n        \"credit\": 500,\n        \"type\": \"settlement\",\n        \"checkNumber\": \"12345\",\n        \"checkType\": {\n            \"id\": 1000000,\n            \"description\": \"Firm/Attorney Fee\"\n        },\n        \"checkDate\": \"2024-08-01T00:00:00\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-08-28T13:13:37.2-04:00\"\n    }\n]"}],"_postman_id":"542301dd-cf55-4dc6-95be-930c65a216ab"},{"name":"SettlementCheck","id":"5d931c1f-79c7-4d8f-a151-bec9cdf0a73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13385","description":"<p>Retrieves a single settlement check record by its unique check ID. Scoped to the specified case and settlement in the path.</p>\n","urlObject":{"path":["case","516718","settlement","10621","check","13385"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9ba7c832-3689-4f0a-8fb5-8d297912ca67","name":"SettlementCheck","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10029/check/11448"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"664"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 18:46:47 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"checkRecordId\": 11448,\n    \"settlementId\": 10029,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 15,\n    \"debit\": 15,\n    \"type\": \"distribution\",\n    \"checkNumber\": \"0010\",\n    \"checkType\": {\n        \"id\": 1000015,\n        \"description\": \"Co-Counsel\"\n    },\n    \"status\": {\n        \"id\": 2,\n        \"description\": \"Print Check\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    \"depositedOrCheckDate\": \"2022-08-26T00:00:00\",\n    \"checkDate\": \"2022-08-26T00:00:00\",\n    \"mailed\": \"2022-08-26T00:00:00\",\n    \"receivedOrCleared\": \"2022-08-26T00:00:00\",\n    \"clearedDate\": \"2022-08-26T00:00:00\",\n    \"payee\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"documentIDs\": [],\n    \"createdDate\": \"2022-08-26T15:44:48.403-04:00\",\n    \"modifiedDate\": \"2022-08-29T12:20:09.77-04:00\"\n}"}],"_postman_id":"5d931c1f-79c7-4d8f-a151-bec9cdf0a73f"},{"name":"byDatePaged","id":"531f6c9e-c631-42ba-a46b-86c530b30b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/checks/byDatePaged","description":"<p>Retrieves a filtered and paginated list of settlement check records across all cases and settlements. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","settlement","checks","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5dfff6ce-3e00-43c0-adf1-2d508f118178","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2025-05-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/checks/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1048"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 18:50:51 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"checkRecordId\": 10870,\n        \"settlementId\": 9647,\n        \"caseId\": 515565,\n        \"caseNumber\": \"6013410\",\n        \"amount\": 0,\n        \"credit\": 0,\n        \"type\": \"settlement\",\n        \"checkNumber\": \"2344\",\n        \"checkType\": {\n            \"id\": 1000001,\n            \"description\": \"Principal\"\n        },\n        \"depositedOrCheckDate\": \"2025-05-07T00:00:00\",\n        \"checkDate\": \"2023-01-01T00:00:00\",\n        \"receivedOrCleared\": \"2023-01-03T00:00:00\",\n        \"expiration\": \"2021-02-07T00:00:00\",\n        \"depositedDate\": \"2025-05-07T00:00:00\",\n        \"receivedDate\": \"2023-01-03T00:00:00\",\n        \"comments\": \"Test\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2021-02-25T09:54:07.537-05:00\",\n        \"modifiedDate\": \"2025-05-06T13:44:28.26-04:00\"\n    },\n    {\n        \"checkRecordId\": 10755,\n        \"settlementId\": 9647,\n        \"caseId\": 515565,\n        \"caseNumber\": \"6013410\",\n        \"amount\": 15,\n        \"debit\": 15,\n        \"type\": \"distribution\",\n        \"checkType\": {\n            \"id\": 1000006,\n            \"description\": \"Plaintiff\"\n        },\n        \"depositedOrCheckDate\": \"2025-05-05T00:00:00\",\n        \"checkDate\": \"2025-05-05T00:00:00\",\n        \"mailed\": \"2024-01-02T00:00:00\",\n        \"receivedOrCleared\": \"2023-01-03T00:00:00\",\n        \"clearedDate\": \"2023-01-03T00:00:00\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2019-01-04T15:37:19.747-05:00\",\n        \"modifiedDate\": \"2025-05-06T13:44:10.51-04:00\"\n    }\n]"}],"_postman_id":"531f6c9e-c631-42ba-a46b-86c530b30b1b"},{"name":"Insert check","id":"d33e4718-046e-46cc-9ee3-f2fee11def7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"amount\": 50.00,\r\n         \"type\": \"settlement\",\r\n        \"checkNumber\": \"000001\",\r\n        \"checkType\": {\r\n            \"id\": 1000010            \r\n        },\r\n        \"status\": {\r\n            \"id\": 16            \r\n        },\r\n        \"depositedOrCheckDate\": \"2026-04-21T00:00:00\",\r\n        \"checkDate\": \"2026-04-21T00:00:00\",\r\n        \"receivedOrCleared\": \"2026-04-21T00:00:00\",\r\n        \"depositedDate\": \"2026-04-21T00:00:00\",\r\n        \"receivedDate\": \"2026-04-21T00:00:00\",\r\n        \"breakdownReceived\": \"2026-04-20T00:00:00\",\r\n        \"encumberedCheckReceived\": \"2026-04-14T00:00:00\",\r\n        \"comments\": \"Settlement check insert\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check","urlObject":{"path":["case","516718","settlement","10621","check"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c988c853-fde1-46da-8f55-614b53f298f5","name":"Insert check","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"settlementId\": 10621,\r\n        \"amount\": 11.00,\r\n        \"debit\": 11.00,\r\n        \"type\": \"distribution\",\r\n        \"checkNumber\": \"987654\",\r\n        \"checkType\": {\r\n            \"id\": 1000005\r\n        },\r\n        \"expenseAccount\": {\r\n            \"id\": 95\r\n        },\r\n        \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\r\n        \"checkDate\": \"2026-04-19T00:00:00\",\r\n        \"mailed\": \"2026-04-19T00:00:00\",\r\n        \"receivedOrCleared\": \"2026-04-19T00:00:00\",\r\n        \"clearedDate\": \"2026-04-20T00:00:00\",\r\n        \"payee\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"comments\": \"test comment Some insert\",\r\n        \"customField1\": \"custom field value\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 18:03:50 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"641"}],"cookie":[],"responseTime":null,"body":"{\n    \"checkRecordId\": 13386,\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 11,\n    \"debit\": 11,\n    \"type\": \"distribution\",\n    \"checkNumber\": \"987654\",\n    \"checkType\": {\n        \"id\": 1000005,\n        \"description\": \"Lien\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\n    \"checkDate\": \"2026-04-19T00:00:00\",\n    \"mailed\": \"2026-04-19T00:00:00\",\n    \"receivedOrCleared\": \"2026-04-19T00:00:00\",\n    \"clearedDate\": \"2026-04-19T00:00:00\",\n    \"payee\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"comments\": \"test comment Some insert\",\n    \"customField1\": \"custom field value\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-04-20T14:03:50.28-04:00\"\n}"},{"id":"c6a42015-b955-4521-814a-cd0414122fe6","name":"Insert check","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"amount\": 50.00,\r\n         \"type\": \"settlement\",\r\n        \"checkNumber\": \"000001\",\r\n        \"checkType\": {\r\n            \"id\": 1000010            \r\n        },\r\n        \"status\": {\r\n            \"id\": 16            \r\n        },\r\n        \"depositedOrCheckDate\": \"2026-04-21T00:00:00\",\r\n        \"checkDate\": \"2026-04-21T00:00:00\",\r\n        \"receivedOrCleared\": \"2026-04-21T00:00:00\",\r\n        \"depositedDate\": \"2026-04-21T00:00:00\",\r\n        \"receivedDate\": \"2026-04-21T00:00:00\",\r\n        \"breakdownReceived\": \"2026-04-20T00:00:00\",\r\n        \"encumberedCheckReceived\": \"2026-04-14T00:00:00\",\r\n        \"comments\": \"Settlement check insert\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 19:46:06 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"652"}],"cookie":[],"responseTime":null,"body":"{\n    \"checkRecordId\": 13387,\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 50,\n    \"credit\": 50,\n    \"type\": \"settlement\",\n    \"checkNumber\": \"000001\",\n    \"checkType\": {\n        \"id\": 1000010,\n        \"description\": \"Settlement\"\n    },\n    \"status\": {\n        \"id\": 16,\n        \"description\": \"settlement type test\"\n    },\n    \"depositedOrCheckDate\": \"2026-04-21T00:00:00\",\n    \"checkDate\": \"2026-04-21T00:00:00\",\n    \"receivedOrCleared\": \"2026-04-21T00:00:00\",\n    \"depositedDate\": \"2026-04-21T00:00:00\",\n    \"receivedDate\": \"2026-04-21T00:00:00\",\n    \"breakdownReceived\": \"2026-04-20T00:00:00\",\n    \"encumberedCheckReceived\": \"2026-04-14T00:00:00\",\n    \"comments\": \"Settlement check insert\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-04-20T15:46:06.993-04:00\"\n}"}],"_postman_id":"d33e4718-046e-46cc-9ee3-f2fee11def7e"},{"name":"Update check","id":"0bf43bb6-9f6e-4413-9231-c17553329ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"settlementId\": 10621,\r\n        \"amount\": 11.00,\r\n        \"debit\": 11.00,\r\n        \"type\": \"distribution\",\r\n        \"checkNumber\": \"987654\",\r\n        \"checkType\": {\r\n            \"id\": 1000005\r\n        },\r\n        \"expenseAccount\": {\r\n            \"id\": 95\r\n        },\r\n        \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\r\n        \"checkDate\": \"2026-04-19T00:00:00\",\r\n        \"mailed\": \"2026-04-19T00:00:00\",\r\n        \"receivedOrCleared\": \"2026-04-19T00:00:00\",\r\n        \"clearedDate\": \"2026-04-20T00:00:00\",\r\n        \"payee\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"comments\": \"Update comment \",\r\n        \"customField1\": \"custom field value\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386","urlObject":{"path":["case","516718","settlement","10621","check","13386"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c6a17971-b48d-40bc-9f36-0dc751ef0ebd","name":"Update check","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"settlementId\": 10621,\r\n        \"amount\": 11.00,\r\n        \"debit\": 11.00,\r\n        \"type\": \"distribution\",\r\n        \"checkNumber\": \"987654\",\r\n        \"checkType\": {\r\n            \"id\": 1000005\r\n        },\r\n        \"expenseAccount\": {\r\n            \"id\": 95\r\n        },\r\n        \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\r\n        \"checkDate\": \"2026-04-19T00:00:00\",\r\n        \"mailed\": \"2026-04-19T00:00:00\",\r\n        \"receivedOrCleared\": \"2026-04-19T00:00:00\",\r\n        \"clearedDate\": \"2026-04-20T00:00:00\",\r\n        \"payee\": {\r\n            \"contactId\": 216991\r\n        },\r\n        \"comments\": \"Update comment \",\r\n        \"customField1\": \"custom field value\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 18:08:15 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"678"}],"cookie":[],"responseTime":null,"body":"{\n    \"checkRecordId\": 13386,\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 11,\n    \"debit\": 11,\n    \"type\": \"distribution\",\n    \"checkNumber\": \"987654\",\n    \"checkType\": {\n        \"id\": 1000005,\n        \"description\": \"Lien\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\n    \"checkDate\": \"2026-04-19T00:00:00\",\n    \"mailed\": \"2026-04-19T00:00:00\",\n    \"receivedOrCleared\": \"2026-04-19T00:00:00\",\n    \"clearedDate\": \"2026-04-19T00:00:00\",\n    \"payee\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"comments\": \"Update comment \",\n    \"customField1\": \"custom field value\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-04-20T14:03:50.28-04:00\",\n    \"modifiedDate\": \"2026-04-20T14:08:15.35-04:00\"\n}"}],"_postman_id":"0bf43bb6-9f6e-4413-9231-c17553329ff5"},{"name":"Update check","id":"568fef43-6980-4764-84ea-a9b9515ba218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\",\r\n        \"path\": \"comments\",\r\n        \"value\": \"Test patch \"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386","urlObject":{"path":["case","516718","settlement","10621","check","13386"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c030036d-34f6-4b0c-95a4-47ce33a46670","name":"Update check","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\",\r\n        \"path\": \"comments\",\r\n        \"value\": \"Test patch \"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 19:38:41 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"675"}],"cookie":[],"responseTime":null,"body":"{\n    \"checkRecordId\": 13386,\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"amount\": 11,\n    \"debit\": 11,\n    \"type\": \"distribution\",\n    \"checkNumber\": \"987654\",\n    \"checkType\": {\n        \"id\": 1000005,\n        \"description\": \"Lien\"\n    },\n    \"expenseAccount\": {\n        \"id\": 95,\n        \"description\": \"EA 1\"\n    },\n    \"depositedOrCheckDate\": \"2026-04-19T00:00:00\",\n    \"checkDate\": \"2026-04-19T00:00:00\",\n    \"mailed\": \"2026-04-19T00:00:00\",\n    \"receivedOrCleared\": \"2026-04-19T00:00:00\",\n    \"clearedDate\": \"2026-04-19T00:00:00\",\n    \"payee\": {\n        \"contactId\": 216991,\n        \"name\": \" Charles F. Gormley, Esq.\"\n    },\n    \"comments\": \"Test patch \",\n    \"customField1\": \"custom field value\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-04-20T14:03:50.28-04:00\",\n    \"modifiedDate\": \"2026-04-20T15:38:42.193-04:00\"\n}"}],"_postman_id":"568fef43-6980-4764-84ea-a9b9515ba218"},{"name":"Delete check","id":"47506252-f143-4e7b-a28d-aef925edda54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386","urlObject":{"path":["case","516718","settlement","10621","check","13386"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0392a5f4-d3a6-46c9-a497-db7b25036672","name":"Delete check","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621/check/13386"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Mon, 20 Apr 2026 19:40:34 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"47506252-f143-4e7b-a28d-aef925edda54"}],"id":"617ad032-0b22-4ac3-a3fd-c7e2ade75534","description":"<p>Manages settlement check records associated with settlements. Supports retrieving check type and status reference data, looking up expense accounts, retrieving checks by settlement, fetching a specific check record, and performing filtered/paginated searches across all settlement checks.</p>\n","_postman_id":"617ad032-0b22-4ac3-a3fd-c7e2ade75534"},{"name":"AttorneyFeeType","id":"2db0e8a1-82b3-4c39-8dc0-c775b49f2257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/AttorneyFeeType","description":"<p>Retrieves the list of available attorney fee types used in settlement records. Use this to populate dropdowns or validate fee type values when inserting or updating settlements.</p>\n","urlObject":{"path":["case","settlement","AttorneyFeeType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"89ca6401-8b20-42e1-b7c7-b38af6083683","name":"AttorneyFeeType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/AttorneyFeeType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"93"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:06:05 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Net\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Gross\"\n    }\n]"}],"_postman_id":"2db0e8a1-82b3-4c39-8dc0-c775b49f2257"},{"name":"SettlementType","id":"4bb8d0d6-7152-47fa-b756-c87b4d673af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/SettlementType","description":"<p>Retrieves the list of available settlement types. Use this to populate dropdowns or validate settlement type values when creating or updating settlement records.</p>\n","urlObject":{"path":["case","settlement","SettlementType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"25285511-af8a-47fb-9d13-bc9be13971e4","name":"SettlementType","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlement/SettlementType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"109"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:06:47 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Negotiation\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Arbitration\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Judgment\"\n    }\n]"}],"_postman_id":"4bb8d0d6-7152-47fa-b756-c87b4d673af8"},{"name":"EscrowAccount","id":"c5cbb0d7-78fe-464f-8b1b-a2b25e32cebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/EscrowAccount","description":"<p>Retrieves the escrow account information associated with a specific case, identified by the case ID in the path. Used to determine which escrow account is linked to a settlement.</p>\n","urlObject":{"path":["case","516718","settlement","EscrowAccount"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f26058f9-40da-47b6-9ee5-6bd74e5ba174","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/EscrowAccount"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"185"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 11 Dec 2025 17:08:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 94,\n        \"description\": \"BAA 1\"\n    },\n    {\n        \"id\": 93,\n        \"description\": \"checking\"\n    },\n    {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    },\n    {\n        \"id\": 97,\n        \"description\": \"Mastercard\"\n    },\n    {\n        \"id\": 102,\n        \"description\": \"Operating Account 3\"\n    }\n]"}],"_postman_id":"c5cbb0d7-78fe-464f-8b1b-a2b25e32cebb"},{"name":"ByCaseID","id":"2a54fcff-cd21-428b-9c9b-772503d706aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlements","description":"<p>Retrieves all settlement records associated with a case identified by its numeric case ID, provided as a path parameter.</p>\n","urlObject":{"path":["case","516718","settlements"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"19c4eb21-5c20-4be0-b0e1-d723b057da68","name":"ByCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlements"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1196"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 23 Jan 2026 16:34:09 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"settlementId\": 10620,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"attorneyFeeSplits\": [\n            {\n                \"staff\": {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                }\n            }\n        ],\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n        \"date\": \"2026-01-23T00:00:00\",\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n        \"attorneyFeeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Negotiation\"\n        },\n        \"escrowAccount\": {\n            \"id\": 98,\n            \"description\": \"Escrow\"\n        },\n        \"settlementAmount\": 50000,\n        \"allDefendants\": false,\n        \"disbursements\": 19171.87,\n        \"medPay\": 0,\n        \"takeMedPay\": false,\n        \"netAmount\": 20344.87,\n        \"referrer\": 4.04,\n        \"prior\": 0,\n        \"coCounsel\": 0,\n        \"otherExpenses\": 6000,\n        \"grossAttorneyFee\": 12.12,\n        \"cbaExpenses\": 0,\n        \"cbaFee\": 0,\n        \"tax\": 0.61,\n        \"taxPercent\": 5,\n        \"netToClient\": 12032.14,\n        \"liens\": 0,\n        \"interestOnDisbursement\": 10483.26,\n        \"interestOnDisbursementPercent\": -1,\n        \"medicalBills\": 8300,\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\n        \"reducedByAmount\": 0,\n        \"beforeAttorneyFeeLiens\": 0,\n        \"cbaTotal\": 0,\n        \"referredOut\": 0,\n        \"documentIDs\": [],\n        \"createdDate\": \"2026-01-23T11:34:00-05:00\"\n    }\n]"}],"_postman_id":"2a54fcff-cd21-428b-9c9b-772503d706aa"},{"name":"byCaseNumber","id":"5a90dd84-b1da-43e0-b24e-ef81a3b5b855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlements/byCaseNumber?caseNumber=9000002","description":"<p>Retrieves all settlement records associated with a specific case number. Pass the case number as a query parameter.</p>\n","urlObject":{"path":["case","settlements","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"caseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"83aeb490-038c-40b6-85c2-78258f1c3391","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/settlements/byCaseNumber?caseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","settlements","byCaseNumber"],"query":[{"key":"caseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2285"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 23 Jan 2026 16:38:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"settlementId\": 10620,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568\n        },\n        \"attorneyFeeSplits\": [\n            {\n                \"staff\": {\n                    \"contactId\": 1152318,\n                    \"name\": \"Cambs, Peter e.\"\n                }\n            }\n        ],\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n        \"date\": \"2026-01-23T00:00:00\",\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n        \"attorneyFeeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Negotiation\"\n        },\n        \"escrowAccount\": {\n            \"id\": 98,\n            \"description\": \"Escrow\"\n        },\n        \"settlementAmount\": 50000,\n        \"allDefendants\": false,\n        \"disbursements\": 19171.87,\n        \"medPay\": 0,\n        \"takeMedPay\": false,\n        \"netAmount\": 20344.87,\n        \"referrer\": 4.04,\n        \"prior\": 0,\n        \"coCounsel\": 0,\n        \"otherExpenses\": 6000,\n        \"grossAttorneyFee\": 12.12,\n        \"cbaExpenses\": 0,\n        \"cbaFee\": 0,\n        \"tax\": 0.61,\n        \"taxPercent\": 5,\n        \"netToClient\": 12032.14,\n        \"liens\": 0,\n        \"interestOnDisbursement\": 10483.26,\n        \"interestOnDisbursementPercent\": -1,\n        \"medicalBills\": 8300,\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\n        \"reducedByAmount\": 0,\n        \"beforeAttorneyFeeLiens\": 0,\n        \"cbaTotal\": 0,\n        \"referredOut\": 0,\n        \"documentIDs\": [],\n        \"createdDate\": \"2026-01-23T11:34:00-05:00\"\n    },\n    {\n        \"settlementId\": 10621,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"plaintiff\": {\n            \"id\": -1,\n            \"name\": \"All\",\n            \"contactID\": -1\n        },\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n        \"date\": \"2026-01-23T00:00:00\",\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n        \"attorneyFeeType\": {\n            \"id\": 2,\n            \"description\": \"Amount\"\n        },\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Negotiation\"\n        },\n        \"escrowAccount\": {\n            \"id\": 98,\n            \"description\": \"Escrow\"\n        },\n        \"settlementAmount\": 10000,\n        \"allDefendants\": false,\n        \"disbursements\": 0,\n        \"medPay\": 0,\n        \"takeMedPay\": false,\n        \"netAmount\": 10000,\n        \"referrer\": 0,\n        \"prior\": 0,\n        \"coCounsel\": 0,\n        \"otherExpenses\": 300,\n        \"grossAttorneyFee\": 12.12,\n        \"cbaExpenses\": 0,\n        \"cbaFee\": 0,\n        \"tax\": 0.61,\n        \"taxPercent\": 5,\n        \"netToClient\": 5000,\n        \"liens\": 0,\n        \"interestOnDisbursement\": 50,\n        \"interestOnDisbursementPercent\": 5,\n        \"medicalBills\": 8300,\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\n        \"reducedByAmount\": 0,\n        \"beforeAttorneyFeeLiens\": 0,\n        \"cbaTotal\": 0,\n        \"referredOut\": 0,\n        \"documentIDs\": [],\n        \"createdDate\": \"2026-01-23T11:38:00-05:00\"\n    }\n]"}],"_postman_id":"5a90dd84-b1da-43e0-b24e-ef81a3b5b855"},{"name":"FilteredSettlements","id":"eec823b9-c21e-49f6-8239-fac55d7b56a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlements/byDatePaged","description":"<p>Retrieves a filtered and paginated list of settlement records across cases. Accepts filter criteria and pagination parameters in the request body.</p>\n","urlObject":{"path":["case","settlements","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"7ff31694-d4b0-44db-918c-3f1528bc368e","name":"FilteredSettlements","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2023-10-12T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2023-11-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/settlements/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"797"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 23 Jan 2026 16:32:19 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"settlementId\": 10144,\n        \"caseId\": 518434,\n        \"caseNumber\": \"1 - 000022\",\n        \"plaintiff\": {\n            \"id\": 622217,\n            \"name\": \"Hermit, Crab\",\n            \"contactID\": 1696415\n        },\n        \"attorneyFeeSplits\": [\n            {\n                \"staff\": {\n                    \"contactId\": 1672480,\n                    \"name\": \"Krasnov, Yana a.\"\n                }\n            }\n        ],\n        \"date\": \"2023-10-17T10:26:00\",\n        \"settlementAmount\": 0,\n        \"allDefendants\": false,\n        \"disbursements\": 0,\n        \"medPay\": 0,\n        \"takeMedPay\": false,\n        \"netAmount\": 0,\n        \"referrer\": 0,\n        \"prior\": 0,\n        \"coCounsel\": 0,\n        \"otherExpenses\": 0,\n        \"grossAttorneyFee\": 0,\n        \"cbaExpenses\": 0,\n        \"cbaFee\": 0,\n        \"tax\": 0,\n        \"taxPercent\": 0,\n        \"netToClient\": 0,\n        \"liens\": 0,\n        \"interestOnDisbursement\": 0,\n        \"interestOnDisbursementPercent\": -1,\n        \"medicalBills\": 0,\n        \"grossAttorneyFeeBeforeReduction\": 0,\n        \"beforeAttorneyFeeLiens\": 0,\n        \"cbaTotal\": 0,\n        \"referredOut\": 0,\n        \"documentIDs\": [],\n        \"createdDate\": \"2023-10-17T10:26:00-04:00\"\n    }\n]"}],"_postman_id":"eec823b9-c21e-49f6-8239-fac55d7b56a5"},{"name":"Insert Settlement","id":"8d5145a8-e634-41c4-8140-693ae1a43edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"plaintiff\": {\r\n            \"id\": -1 // all plaintiffs\r\n        },\r\n        \"attorneyFeeSplits\": [\r\n            {\r\n                \"staff\": {\r\n                    \"contactId\": 1152318,\r\n                    \"name\": \"Cambs, Peter e.\"\r\n                }\r\n            }\r\n        ],\r\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\r\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\r\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\r\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\r\n        \"date\": \"2026-01-23T00:00:00\",\r\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\r\n        \"attorneyFeeType\": {\r\n            \"id\": 2\r\n        },\r\n        \"type\": {\r\n            \"id\": 1\r\n        },\r\n        \"escrowAccount\": {\r\n            \"id\": 98            \r\n        },\r\n        \"settlementAmount\": 10000.00,\r\n        \"allDefendants\": false,\r\n        \"disbursements\": 0.00,\r\n        \"medPay\": 0.00,\r\n        \"takeMedPay\": false,\r\n        \"netAmount\": 10000.00,\r\n        \"referrer\": 0.00,\r\n        \"prior\": 0.00,\r\n        \"coCounsel\": 0.00,\r\n        \"otherExpenses\": 300.00,\r\n        \"grossAttorneyFee\": 12.12,\r\n        \"cbaExpenses\": 0.00,\r\n        \"cbaFee\": 0.00,\r\n        \"tax\": 0.61,\r\n        \"taxPercent\": 5.000,\r\n        \"netToClient\": 5000.00,\r\n        \"liens\": 0.00,\r\n        \"interestOnDisbursement\": 50.00,\r\n        \"interestOnDisbursementPercent\": 5.00,\r\n        \"medicalBills\": 8300.00,\r\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\r\n        \"reducedByAmount\": 0.00,\r\n        \"beforeAttorneyFeeLiens\": 0.00,\r\n        \"cbaTotal\": 0.00,\r\n        \"referredOut\": 0.00,\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement","description":"<p>Creates a new settlement record for a case identified by its case ID in the path. Provide the settlement details in the request body.</p>\n","urlObject":{"path":["case","516718","settlement"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"95477924-a404-4f68-ba7e-ae04de1663d4","name":"Insert Settlement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"plaintiff\": {\r\n            \"id\": -1 // all plaintiffs\r\n        },\r\n        \"attorneyFeeSplits\": [\r\n            {\r\n                \"staff\": {\r\n                    \"contactId\": 1152318,\r\n                    \"name\": \"Cambs, Peter e.\"\r\n                }\r\n            }\r\n        ],\r\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\r\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\r\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\r\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\r\n        \"date\": \"2026-01-23T00:00:00\",\r\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\r\n        \"attorneyFeeType\": {\r\n            \"id\": 2\r\n        },\r\n        \"type\": {\r\n            \"id\": 1\r\n        },\r\n        \"escrowAccount\": {\r\n            \"id\": 98            \r\n        },\r\n        \"settlementAmount\": 10000.00,\r\n        \"allDefendants\": false,\r\n        \"disbursements\": 0.00,\r\n        \"medPay\": 0.00,\r\n        \"takeMedPay\": false,\r\n        \"netAmount\": 10000.00,\r\n        \"referrer\": 0.00,\r\n        \"prior\": 0.00,\r\n        \"coCounsel\": 0.00,\r\n        \"otherExpenses\": 300.00,\r\n        \"grossAttorneyFee\": 12.12,\r\n        \"cbaExpenses\": 0.00,\r\n        \"cbaFee\": 0.00,\r\n        \"tax\": 0.61,\r\n        \"taxPercent\": 5.000,\r\n        \"netToClient\": 5000.00,\r\n        \"liens\": 0.00,\r\n        \"interestOnDisbursement\": 50.00,\r\n        \"interestOnDisbursementPercent\": 5.00,\r\n        \"medicalBills\": 8300.00,\r\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\r\n        \"reducedByAmount\": 0.00,\r\n        \"beforeAttorneyFeeLiens\": 0.00,\r\n        \"cbaTotal\": 0.00,\r\n        \"referredOut\": 0.00,\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1088"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 23 Jan 2026 16:38:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"releaseToClient\": \"2026-01-01T00:00:00\",\n    \"releaseFromClient\": \"2026-01-02T00:00:00\",\n    \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n    \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n    \"date\": \"2026-01-23T00:00:00\",\n    \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n    \"attorneyFeeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"type\": {\n        \"id\": 1,\n        \"description\": \"Negotiation\"\n    },\n    \"escrowAccount\": {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    },\n    \"settlementAmount\": 10000,\n    \"allDefendants\": false,\n    \"disbursements\": 0,\n    \"medPay\": 0,\n    \"takeMedPay\": false,\n    \"netAmount\": 10000,\n    \"referrer\": 0,\n    \"prior\": 0,\n    \"coCounsel\": 0,\n    \"otherExpenses\": 300,\n    \"grossAttorneyFee\": 12.12,\n    \"cbaExpenses\": 0,\n    \"cbaFee\": 0,\n    \"tax\": 0.61,\n    \"taxPercent\": 5,\n    \"netToClient\": 5000,\n    \"liens\": 0,\n    \"interestOnDisbursement\": 50,\n    \"interestOnDisbursementPercent\": 5,\n    \"medicalBills\": 8300,\n    \"grossAttorneyFeeBeforeReduction\": 12.12,\n    \"reducedByAmount\": 0,\n    \"beforeAttorneyFeeLiens\": 0,\n    \"cbaTotal\": 0,\n    \"referredOut\": 0,\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-01-23T11:38:00-05:00\"\n}"}],"_postman_id":"8d5145a8-e634-41c4-8140-693ae1a43edf"},{"name":"Update Settlement","id":"2f3deefc-9a0c-4336-9899-ae60595efd7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"plaintiff\": {\r\n            \"id\": -1 // all plaintiffs\r\n        },\r\n        \"attorneyFeeSplits\": [\r\n            {\r\n                \"staff\": {\r\n                    \"contactId\": 1152318,\r\n                    \"name\": \"Cambs, Peter e.\"\r\n                }\r\n            }\r\n        ],\r\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\r\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\r\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\r\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\r\n        \"date\": \"2026-01-23T00:00:00\",\r\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\r\n        \"attorneyFeeType\": {\r\n            \"id\": 2\r\n        },\r\n        \"type\": {\r\n            \"id\": 1\r\n        },\r\n        \"escrowAccount\": {\r\n            \"id\": 98            \r\n        },\r\n        \"settlementAmount\": 10000.00,\r\n        \"allDefendants\": false,\r\n        \"disbursements\": 0.00,\r\n        \"medPay\": 0.00,\r\n        \"takeMedPay\": false,\r\n        \"netAmount\": 10000.00,\r\n        \"referrer\": 0.00,\r\n        \"prior\": 0.00,\r\n        \"coCounsel\": 0.00,\r\n        \"otherExpenses\": 300.00,\r\n        \"grossAttorneyFee\": 12.12,\r\n        \"cbaExpenses\": 0.00,\r\n        \"cbaFee\": 0.00,\r\n        \"tax\": 0.61,\r\n        \"taxPercent\": 5.000,\r\n        \"netToClient\": 5000.00,\r\n        \"liens\": 0.00,\r\n        \"interestOnDisbursement\": 50.00,\r\n        \"interestOnDisbursementPercent\": 5.00,\r\n        \"medicalBills\": 8300.00,\r\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\r\n        \"reducedByAmount\": 0.00,\r\n        \"beforeAttorneyFeeLiens\": 0.00,\r\n        \"cbaTotal\": 0.00,\r\n        \"referredOut\": 0.00,\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621","urlObject":{"path":["case","516718","settlement","10621"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8f05f36d-5855-4272-810a-bc2bda99b55f","name":"Update Settlement","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"plaintiff\": {\r\n            \"id\": -1 // all plaintiffs\r\n        },\r\n        \"attorneyFeeSplits\": [\r\n            {\r\n                \"staff\": {\r\n                    \"contactId\": 1152318,\r\n                    \"name\": \"Cambs, Peter e.\"\r\n                }\r\n            }\r\n        ],\r\n        \"releaseToClient\": \"2026-01-01T00:00:00\",\r\n        \"releaseFromClient\": \"2026-01-02T00:00:00\",\r\n        \"releaseToInsurance\": \"2026-01-08T00:00:00\",\r\n        \"checkExpectedDate\": \"2026-01-18T00:00:00\",\r\n        \"date\": \"2026-01-23T00:00:00\",\r\n        \"dateOfDistribution\": \"2026-01-01T00:00:00\",\r\n        \"attorneyFeeType\": {\r\n            \"id\": 2\r\n        },\r\n        \"type\": {\r\n            \"id\": 1\r\n        },\r\n        \"escrowAccount\": {\r\n            \"id\": 98            \r\n        },\r\n        \"settlementAmount\": 10000.00,\r\n        \"allDefendants\": false,\r\n        \"disbursements\": 0.00,\r\n        \"medPay\": 0.00,\r\n        \"takeMedPay\": false,\r\n        \"netAmount\": 10000.00,\r\n        \"referrer\": 0.00,\r\n        \"prior\": 0.00,\r\n        \"coCounsel\": 0.00,\r\n        \"otherExpenses\": 300.00,\r\n        \"grossAttorneyFee\": 12.12,\r\n        \"cbaExpenses\": 0.00,\r\n        \"cbaFee\": 0.00,\r\n        \"tax\": 0.61,\r\n        \"taxPercent\": 5.000,\r\n        \"netToClient\": 5000.00,\r\n        \"liens\": 0.00,\r\n        \"interestOnDisbursement\": 50.00,\r\n        \"interestOnDisbursementPercent\": 5.00,\r\n        \"medicalBills\": 8300.00,\r\n        \"grossAttorneyFeeBeforeReduction\": 12.12,\r\n        \"reducedByAmount\": 0.00,\r\n        \"beforeAttorneyFeeLiens\": 0.00,\r\n        \"cbaTotal\": 0.00,\r\n        \"referredOut\": 0.00,\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 19:48:33 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1131"}],"cookie":[],"responseTime":null,"body":"{\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"releaseToClient\": \"2026-01-01T00:00:00\",\n    \"releaseFromClient\": \"2026-01-02T00:00:00\",\n    \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n    \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n    \"date\": \"2026-01-23T00:00:00\",\n    \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n    \"attorneyFeeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"type\": {\n        \"id\": 1,\n        \"description\": \"Negotiation\"\n    },\n    \"escrowAccount\": {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    },\n    \"settlementAmount\": 10000,\n    \"allDefendants\": false,\n    \"disbursements\": 0,\n    \"medPay\": 0,\n    \"takeMedPay\": false,\n    \"netAmount\": 10000,\n    \"referrer\": 0,\n    \"prior\": 0,\n    \"coCounsel\": 0,\n    \"otherExpenses\": 300,\n    \"grossAttorneyFee\": 12.12,\n    \"cbaExpenses\": 0,\n    \"cbaFee\": 0,\n    \"tax\": 0.61,\n    \"taxPercent\": 5,\n    \"netToClient\": 5000,\n    \"liens\": 0,\n    \"interestOnDisbursement\": 50,\n    \"interestOnDisbursementPercent\": 5,\n    \"medicalBills\": 8300,\n    \"grossAttorneyFeeBeforeReduction\": 12.12,\n    \"reducedByAmount\": 0,\n    \"beforeAttorneyFeeLiens\": 0,\n    \"cbaTotal\": 0,\n    \"referredOut\": 0,\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-01-23T11:38:00-05:00\",\n    \"modifiedDate\": \"2026-04-20T15:49:00-04:00\"\n}"},{"id":"cef1785b-1731-4550-bea0-227037db387e","name":"Update Settlement","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Mon, 20 Apr 2026 19:54:07 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2f3deefc-9a0c-4336-9899-ae60595efd7a"},{"name":"Update settlement","id":"79152405-1796-4a8e-81f4-f38f4a962ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\",\r\n        \"path\": \"comments\",\r\n        \"value\": \"Test patch \"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621","urlObject":{"path":["case","516718","settlement","10621"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1020e4a1-d950-457c-a4a9-fe62b7d97ab9","name":"Update settlement","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"add\",\r\n        \"path\": \"comments\",\r\n        \"value\": \"Test patch \"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 20 Apr 2026 19:49:47 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1156"}],"cookie":[],"responseTime":null,"body":"{\n    \"settlementId\": 10621,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"plaintiff\": {\n        \"id\": -1,\n        \"name\": \"All\",\n        \"contactID\": -1\n    },\n    \"releaseToClient\": \"2026-01-01T00:00:00\",\n    \"releaseFromClient\": \"2026-01-02T00:00:00\",\n    \"releaseToInsurance\": \"2026-01-08T00:00:00\",\n    \"checkExpectedDate\": \"2026-01-18T00:00:00\",\n    \"date\": \"2026-01-23T00:00:00\",\n    \"dateOfDistribution\": \"2026-01-01T00:00:00\",\n    \"attorneyFeeType\": {\n        \"id\": 2,\n        \"description\": \"Amount\"\n    },\n    \"type\": {\n        \"id\": 1,\n        \"description\": \"Negotiation\"\n    },\n    \"escrowAccount\": {\n        \"id\": 98,\n        \"description\": \"Escrow\"\n    },\n    \"settlementAmount\": 10000,\n    \"allDefendants\": false,\n    \"disbursements\": 0,\n    \"medPay\": 0,\n    \"takeMedPay\": false,\n    \"netAmount\": 10000,\n    \"referrer\": 0,\n    \"prior\": 0,\n    \"coCounsel\": 0,\n    \"otherExpenses\": 300,\n    \"grossAttorneyFee\": 12.12,\n    \"cbaExpenses\": 0,\n    \"cbaFee\": 0,\n    \"tax\": 0.61,\n    \"taxPercent\": 5,\n    \"netToClient\": 5000,\n    \"liens\": 0,\n    \"interestOnDisbursement\": 50,\n    \"interestOnDisbursementPercent\": 5,\n    \"medicalBills\": 8300,\n    \"grossAttorneyFeeBeforeReduction\": 12.12,\n    \"reducedByAmount\": 0,\n    \"beforeAttorneyFeeLiens\": 0,\n    \"cbaTotal\": 0,\n    \"referredOut\": 0,\n    \"comments\": \"Test patch \",\n    \"documentIDs\": [],\n    \"createdDate\": \"2026-01-23T11:38:00-05:00\",\n    \"modifiedDate\": \"2026-04-20T15:50:00-04:00\"\n}"}],"_postman_id":"79152405-1796-4a8e-81f4-f38f4a962ee1"},{"name":"Delete settlement","id":"2f7d3b2a-d5ae-4e06-b6a1-bbdb21387902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/settlement/10621","urlObject":{"path":["case","516718","settlement","10621"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f7d3b2a-d5ae-4e06-b6a1-bbdb21387902"}],"id":"5b573bc2-6892-4c7c-bbfd-c4baf8871581","description":"<p>Manages settlement records associated with cases. Supports retrieving settlements by case ID or case number, performing filtered/paginated searches, inserting new settlement records, and accessing reference data such as attorney fee types, settlement types, and escrow account information. Contains a Check sub-folder for managing settlement checks.</p>\n","_postman_id":"5b573bc2-6892-4c7c-bbfd-c4baf8871581"},{"name":"Tasks","item":[{"name":"byCaseNumber","event":[{"listen":"test","script":{"id":"fc478473-a239-450d-91eb-2f20ad091ddc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dbe7942b-f4cc-4347-86e5-daeca134e446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","description":"<p>Retrieves all tasks associated with a case using the case number. Supports pagination via <code>currentPage</code> and <code>pageSize</code> query parameters.</p>\n","urlObject":{"path":["case","task","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"ca98148b-9e86-47fd-b839-b86a9695b4fd","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/task/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","task","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5787"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Feb 2024 16:59:54 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 141067,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2021-02-09T00:00:00\",\n        \"startDate\": \"2021-01-20T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 28,\n            \"description\": \"Defendant MV Search\"\n        }\n    },\n    {\n        \"id\": 141983,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 32,\n            \"description\": \"_kolana test type\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"teest\",\n        \"dueDate\": \"2021-12-29T00:00:00\",\n        \"startDate\": \"2021-12-29T00:00:00\",\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"documentIDs\": [\n            2181082\n        ]\n    },\n    {\n        \"id\": 142349,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 7,\n            \"description\": \"Call back\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 2,\n            \"description\": \"High\"\n        },\n        \"summary\": \"test summary\",\n        \"dueDate\": \"2022-11-03T00:00:00\",\n        \"startDate\": \"2022-11-02T00:00:00\",\n        \"description\": \"test description\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 2,\n            \"description\": \"Call Back\"\n        }\n    },\n    {\n        \"id\": 142343,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 7,\n            \"description\": \"Call back\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 2,\n            \"description\": \"High\"\n        },\n        \"summary\": \"test summary\",\n        \"dueDate\": \"2022-11-03T00:00:00\",\n        \"startDate\": \"2022-11-02T00:00:00\",\n        \"description\": \"123\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 2,\n            \"description\": \"Call Back\"\n        }\n    },\n    {\n        \"id\": 142565,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 8,\n            \"description\": \"WorkFlow\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"First STep (Workflow)\",\n        \"dueDate\": \"2023-04-13T00:00:00\",\n        \"startDate\": \"2023-04-13T00:00:00\",\n        \"description\": \"  (Workflow Review)\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 142567,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 8,\n            \"description\": \"WorkFlow\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"First STep (Workflow)\",\n        \"dueDate\": \"2023-04-17T00:00:00\",\n        \"startDate\": \"2023-04-17T00:00:00\",\n        \"description\": \"  (Workflow Review)\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 144245,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call2\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"488\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144246,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call3\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144247,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call3\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144244,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Nurse's call\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2185776,\n            2185813\n        ],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144243,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2024-03-03T00:00:00\",\n        \"startDate\": \"2024-02-12T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 424,\n                \"name\": \"Awtrey, Kayla\",\n                \"contactID\": 1573385\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2186168\n        ],\n        \"template\": {\n            \"id\": 80,\n            \"description\": \"Defendant MV Search two\"\n        }\n    }\n]"}],"_postman_id":"dbe7942b-f4cc-4347-86e5-daeca134e446"},{"name":"byCaseID","id":"faac0f5f-f5aa-41eb-b460-636344cfd46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/task?currentPage=0&pageSize=200","description":"<p>Retrieves all tasks associated with a case using the case ID. Supports pagination via <code>currentPage</code> and <code>pageSize</code> query parameters.</p>\n","urlObject":{"path":["case","516718","task"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"5a74dae1-a5ec-4d8a-9e7f-a4f6328ce599","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/task?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","task"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"5787"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Feb 2024 17:00:42 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 141067,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2021-02-09T00:00:00\",\n        \"startDate\": \"2021-01-20T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 28,\n            \"description\": \"Defendant MV Search\"\n        }\n    },\n    {\n        \"id\": 141983,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 32,\n            \"description\": \"_kolana test type\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"teest\",\n        \"dueDate\": \"2021-12-29T00:00:00\",\n        \"startDate\": \"2021-12-29T00:00:00\",\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"documentIDs\": [\n            2181082\n        ]\n    },\n    {\n        \"id\": 142349,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 7,\n            \"description\": \"Call back\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 2,\n            \"description\": \"High\"\n        },\n        \"summary\": \"test summary\",\n        \"dueDate\": \"2022-11-03T00:00:00\",\n        \"startDate\": \"2022-11-02T00:00:00\",\n        \"description\": \"test description\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 2,\n            \"description\": \"Call Back\"\n        }\n    },\n    {\n        \"id\": 142343,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 7,\n            \"description\": \"Call back\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 2,\n            \"description\": \"High\"\n        },\n        \"summary\": \"test summary\",\n        \"dueDate\": \"2022-11-03T00:00:00\",\n        \"startDate\": \"2022-11-02T00:00:00\",\n        \"description\": \"123\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 2,\n            \"description\": \"Call Back\"\n        }\n    },\n    {\n        \"id\": 142565,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 8,\n            \"description\": \"WorkFlow\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"First STep (Workflow)\",\n        \"dueDate\": \"2023-04-13T00:00:00\",\n        \"startDate\": \"2023-04-13T00:00:00\",\n        \"description\": \"  (Workflow Review)\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 142567,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 8,\n            \"description\": \"WorkFlow\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"First STep (Workflow)\",\n        \"dueDate\": \"2023-04-17T00:00:00\",\n        \"startDate\": \"2023-04-17T00:00:00\",\n        \"description\": \"  (Workflow Review)\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 347,\n            \"name\": \"O'Krasnoov, Andrey, CNP\",\n            \"contactID\": 1492959\n        },\n        \"documentIDs\": []\n    },\n    {\n        \"id\": 144245,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call2\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"488\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144246,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call3\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144247,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"summary\": \"Nurse's call3\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 368,\n            \"name\": \"Admin, Admin\",\n            \"contactID\": 11\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144244,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 1,\n            \"description\": \"Call\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Nurse's call\",\n        \"dueDate\": \"2024-02-16T00:00:00\",\n        \"startDate\": \"2024-02-13T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"test\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 656,\n            \"name\": \"Krasnov, William\",\n            \"contactID\": 1598112\n        },\n        \"ccTo\": [\n            {\n                \"id\": 584,\n                \"name\": \"Albites, Francisco\",\n                \"contactID\": 1680214\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2185776,\n            2185813\n        ],\n        \"template\": {\n            \"id\": 41,\n            \"description\": \"Nurse's call\"\n        }\n    },\n    {\n        \"id\": 144243,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2024-03-03T00:00:00\",\n        \"startDate\": \"2024-02-12T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 424,\n                \"name\": \"Awtrey, Kayla\",\n                \"contactID\": 1573385\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2186168\n        ],\n        \"template\": {\n            \"id\": 80,\n            \"description\": \"Defendant MV Search two\"\n        }\n    }\n]"}],"_postman_id":"faac0f5f-f5aa-41eb-b460-636344cfd46e"},{"name":"InsertTask","id":"7f2dae2d-574d-4f0d-a742-f3d9ddb43637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"caseNumber\": \"9000002\",\r\n        \"type\": {            \r\n            \"description\": \"Call\"\r\n        },\r\n        \"status\": {            \r\n            \"description\": \"Not Started\"\r\n        },\r\n        \"priority\": {            \r\n            \"description\": \"Normal\"\r\n        },\r\n        \"summary\": \"Nurse's call3\",\r\n        \"dueDate\": \"2024-02-16T00:00:00\",\r\n        \"startDate\": \"2024-02-13T00:00:00\",\r\n        \"followUpDate\":\"2026-03-25T00:00:00\",\r\n        \"timeSpent\": 0,\r\n        \"description\": \"test\",\r\n        \"assignee\": {\r\n            \"id\": 488,\r\n            \"name\": \"Ilinykh, Andrey\"\r\n        },\r\n        \"requestorID\":{\r\n            \"id\": 368,\r\n            \"name\": \"Smartadvocate System \"\r\n        },\r\n        \"relatedContacts\":[\r\n            {        \r\n                \"contactId\":152318\r\n            }\r\n        ],\r\n        \"ccTo\": [\r\n            {\r\n                \"id\": 584                \r\n            },\r\n            {\r\n                \"id\": 488,\r\n                \"name\": \"Ilinykh, Andrey\"\r\n                \r\n            }\r\n        ],\r\n        \"documentIDs\": [\r\n            2185776,\r\n            2185813\r\n        ],\r\n        \"template\": {\r\n            \"id\": 41\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task","description":"<p>Creates a new task for a case. Accepts task details in the request body including type, status, priority, due date, and description.</p>\n","urlObject":{"path":["case","task"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"2acf6dcc-fa26-4c23-a368-0632abd072e0","name":"InsertTask","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"caseID\": 516718,\r\n        \"caseNumber\": \"9000002\",\r\n        \"type\": {            \r\n            \"description\": \"Call\"\r\n        },\r\n        \"status\": {            \r\n            \"description\": \"Not Started\"\r\n        },\r\n        \"priority\": {            \r\n            \"description\": \"Normal\"\r\n        },\r\n        \"summary\": \"Nurse's call3\",\r\n        \"dueDate\": \"2024-02-16T00:00:00\",\r\n        \"startDate\": \"2024-02-13T00:00:00\",\r\n        \"followUpDate\":\"2026-03-25T00:00:00\",\r\n        \"timeSpent\": 0,\r\n        \"description\": \"test\",\r\n        \"assignee\": {\r\n            \"id\": 488,\r\n            \"name\": \"Ilinykh, Andrey\"\r\n        },\r\n        \"requestorID\":{\r\n            \"id\": 368,\r\n            \"name\": \"Smartadvocate System \"\r\n        },\r\n        \"relatedContacts\":[\r\n            {        \r\n                \"contactId\":152318\r\n            }\r\n        ],\r\n        \"ccTo\": [\r\n            {\r\n                \"id\": 584                \r\n            },\r\n            {\r\n                \"id\": 488,\r\n                \"name\": \"Ilinykh, Andrey\"\r\n                \r\n            }\r\n        ],\r\n        \"documentIDs\": [\r\n            2185776,\r\n            2185813\r\n        ],\r\n        \"template\": {\r\n            \"id\": 41\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 24 Mar 2026 18:19:39 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"695"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 146364,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 1,\n        \"description\": \"Call\"\n    },\n    \"status\": {\n        \"id\": 0,\n        \"description\": \"Not Started\"\n    },\n    \"summary\": \"Nurse's call3\",\n    \"dueDate\": \"2024-02-16T00:00:00\",\n    \"startDate\": \"2024-02-13T00:00:00\",\n    \"followUpDate\": \"2026-03-25T00:00:00\",\n    \"timeSpent\": 0,\n    \"description\": \"test\",\n    \"requestor\": {\n        \"id\": 368,\n        \"name\": \"Admin, Admin\",\n        \"contactID\": 11\n    },\n    \"assignee\": {\n        \"id\": 488,\n        \"name\": \"Ilinykh, Andrey\",\n        \"contactID\": 1631752\n    },\n    \"relatedContacts\": [\n        {\n            \"contactId\": 152318,\n            \"name\": \"Brown, Linda\"\n        }\n    ],\n    \"ccTo\": [\n        {\n            \"id\": 584,\n            \"name\": \"Albites, Francisco\",\n            \"contactID\": 1680214\n        },\n        {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        }\n    ],\n    \"documentIDs\": [\n        2185776,\n        2185813\n    ],\n    \"template\": {\n        \"id\": 41,\n        \"description\": \"Nurse's call\"\n    }\n}"}],"_postman_id":"7f2dae2d-574d-4f0d-a742-f3d9ddb43637"},{"name":"UpdateTask","id":"f61e5618-7e5f-47fc-8a2f-fc3a7927f2fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/description\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/144248","description":"<p>Partially updates an existing task identified by its task ID in the URL path. Only the fields provided in the request body will be updated.</p>\n","urlObject":{"path":["case","task","144248"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"a34aa226-492d-4781-af3b-5496263cdcad","name":"UpdateNote","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/description\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/144248"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"643"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Feb 2024 17:14:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 144248,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 7,\n        \"description\": \"Call back\"\n    },\n    \"status\": {\n        \"id\": 0,\n        \"description\": \"Not Started\"\n    },\n    \"priority\": {\n        \"id\": 3,\n        \"description\": \"Normal\"\n    },\n    \"summary\": \"Nurse's call 355\",\n    \"dueDate\": \"2024-02-16T00:00:00\",\n    \"startDate\": \"2024-02-13T00:00:00\",\n    \"timeSpent\": 0,\n    \"description\": \"Updated comment1\",\n    \"requestor\": {\n        \"id\": 368,\n        \"name\": \"Admin, Admin\",\n        \"contactID\": 11\n    },\n    \"assignee\": {\n        \"id\": 488,\n        \"name\": \"Ilinykh, Andrey\",\n        \"contactID\": 1631752\n    },\n    \"ccTo\": [\n        {\n            \"id\": 584,\n            \"name\": \"Albites, Francisco\",\n            \"contactID\": 1680214\n        },\n        {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        }\n    ],\n    \"documentIDs\": [],\n    \"template\": {\n        \"id\": 41,\n        \"description\": \"Nurse's call\"\n    }\n}"}],"_postman_id":"f61e5618-7e5f-47fc-8a2f-fc3a7927f2fb"},{"name":"UpdateTask","id":"05ff6419-9d1c-4bc3-adeb-4a6e4a717808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\":144248,\r\n        \"caseID\": 516718,\r\n        \"caseNumber\": \"9000002\",\r\n        \"type\": {            \r\n            \"description\": \"Nurse's Call\"\r\n        },\r\n        \"status\": {            \r\n            \"description\": \"Not Started\"\r\n        },\r\n        \"priority\": {            \r\n            \"description\": \"Normal\"\r\n        },\r\n        \"summary\": \"Nurse's call 355\",\r\n        \"dueDate\": \"2024-02-16T00:00:00\",\r\n        \"startDate\": \"2024-02-13T00:00:00\",\r\n        \"timeSpent\": 0,\r\n        \"description\": \"test\",\r\n        \"assignee\": {\r\n            \"id\": 488,\r\n            \"name\": \"Ilinykh, Andrey\"\r\n        },\r\n        \"ccTo\": [\r\n            {\r\n                \"id\": 584                \r\n            },\r\n            {\r\n                \"id\": 488,\r\n                \"name\": \"Ilinykh, Andrey\"\r\n                \r\n            }\r\n        ],\r\n        \"documentIDs\": [\r\n            2185776,\r\n            2185813\r\n        ],\r\n        \"template\": {\r\n            \"id\": 41\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task","description":"<p>Fully updates an existing task. Accepts the complete task object in the request body, replacing all existing field values.</p>\n","urlObject":{"path":["case","task"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"57b34a2d-44fa-481b-829c-531326d3d93d","name":"UpdateTask","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\":144248,\r\n        \"caseID\": 516718,\r\n        \"caseNumber\": \"9000002\",\r\n        \"type\": {            \r\n            \"description\": \"Nurse's Call\"\r\n        },\r\n        \"status\": {            \r\n            \"description\": \"Not Started\"\r\n        },\r\n        \"priority\": {            \r\n            \"description\": \"Normal\"\r\n        },\r\n        \"summary\": \"Nurse's call 355\",\r\n        \"dueDate\": \"2024-02-16T00:00:00\",\r\n        \"startDate\": \"2024-02-13T00:00:00\",\r\n        \"timeSpent\": 0,\r\n        \"description\": \"test\",\r\n        \"assignee\": {\r\n            \"id\": 488,\r\n            \"name\": \"Ilinykh, Andrey\"\r\n        },\r\n        \"ccTo\": [\r\n            {\r\n                \"id\": 584                \r\n            },\r\n            {\r\n                \"id\": 488,\r\n                \"name\": \"Ilinykh, Andrey\"\r\n                \r\n            }\r\n        ],\r\n        \"documentIDs\": [\r\n            2185776,\r\n            2185813\r\n        ],\r\n        \"template\": {\r\n            \"id\": 41\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"589"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Feb 2024 17:12:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 144248,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"status\": {\n        \"id\": 0,\n        \"description\": \"Not Started\"\n    },\n    \"priority\": {\n        \"id\": 3,\n        \"description\": \"Normal\"\n    },\n    \"summary\": \"Nurse's call 355\",\n    \"dueDate\": \"2024-02-16T00:00:00\",\n    \"startDate\": \"2024-02-13T00:00:00\",\n    \"timeSpent\": 0,\n    \"description\": \"test\",\n    \"requestor\": {\n        \"id\": 368,\n        \"name\": \"Admin, Admin\",\n        \"contactID\": 11\n    },\n    \"assignee\": {\n        \"id\": 488,\n        \"name\": \"Ilinykh, Andrey\",\n        \"contactID\": 1631752\n    },\n    \"ccTo\": [\n        {\n            \"id\": 584,\n            \"name\": \"Albites, Francisco\",\n            \"contactID\": 1680214\n        },\n        {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        }\n    ],\n    \"documentIDs\": [],\n    \"template\": {\n        \"id\": 41,\n        \"description\": \"Nurse's call\"\n    }\n}"}],"_postman_id":"05ff6419-9d1c-4bc3-adeb-4a6e4a717808"},{"name":"DeleteTask","id":"db404d29-3793-4364-946c-ff7674a3b237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/144248","description":"<p>Deletes a task identified by its task ID in the URL path.</p>\n","urlObject":{"path":["case","task","144248"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4bddd61f-801b-42b3-aed5-8bfff4ea8004","name":"DeleteTask","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/144248"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 13 Feb 2024 17:37:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"db404d29-3793-4364-946c-ff7674a3b237"},{"name":"FilteredTasks","id":"239a2713-137a-45f6-bb82-08970cecb9f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2020-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-03-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n    ],\r\n    \"filter\": { \r\n        \"type\": {\r\n            \"id\": 4,\r\n            \"description\": \"Send letter/document\"\r\n            }\r\n        },\r\n        \"status\": {\r\n            \"id\": 0,\r\n            \"description\": \"Not Started\"\r\n        },            \r\n        \"dueDate\": \"2024-03-03T00:00:00\",\r\n        \"startDate\": \"2024-02-12T00:00:00\",\r\n        \"assignee\": {\r\n            \"id\": 488\r\n        },    \r\n        \"template\": {\r\n            \"id\": 80,\r\n            \"description\": \"Defendant MV Search two\"\r\n        },    \r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/byDatePaged","description":"<p>Retrieves a paginated list of tasks filtered by date range and other criteria. Accepts filter parameters in the request body.</p>\n","urlObject":{"path":["case","task","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"bc3afd4b-8bef-42d1-97f3-c5770c9e14e6","name":"FilteredTasks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-03-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n        \"9000002\"\r\n    ],\r\n    \"filter\": { \r\n        \"type\": {\r\n            \"id\": 4,\r\n            \"description\": \"Send letter/document\"\r\n            }\r\n        },\r\n        \"status\": {\r\n            \"id\": 0,\r\n            \"description\": \"Not Started\"\r\n        },            \r\n        \"dueDate\": \"2024-03-03T00:00:00\",\r\n        \"startDate\": \"2024-02-12T00:00:00\",\r\n        \"assignee\": {\r\n            \"id\": 488\r\n        },    \r\n        \"template\": {\r\n            \"id\": 80,\r\n            \"description\": \"Defendant MV Search two\"\r\n        },    \r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"654"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 15 Feb 2024 18:06:02 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 144243,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2024-03-03T00:00:00\",\n        \"startDate\": \"2024-02-12T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 424,\n                \"name\": \"Awtrey, Kayla\",\n                \"contactID\": 1573385\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2186168\n        ],\n        \"template\": {\n            \"id\": 80,\n            \"description\": \"Defendant MV Search two\"\n        }\n    }\n]"},{"id":"dde4bb83-b33d-4fd2-ba30-7bc47dffe24a","name":"FilteredTasks","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-01-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2024-03-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n    ],\r\n    \"filter\": { \r\n        \"type\": {\r\n            \"id\": 4,\r\n            \"description\": \"Send letter/document\"\r\n            }\r\n        },\r\n        \"status\": {\r\n            \"id\": 0,\r\n            \"description\": \"Not Started\"\r\n        },            \r\n        \"dueDate\": \"2024-03-03T00:00:00\",\r\n        \"startDate\": \"2024-02-12T00:00:00\",\r\n        \"assignee\": {\r\n            \"id\": 488\r\n        },    \r\n        \"template\": {\r\n            \"id\": 80,\r\n            \"description\": \"Defendant MV Search two\"\r\n        },    \r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2313"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 15 Feb 2024 18:06:28 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 144207,\n        \"caseID\": 518952,\n        \"caseNumber\": \"2300004\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Client lien letter three\",\n        \"dueDate\": \"2024-02-06T00:00:00\",\n        \"startDate\": \"2024-01-17T00:00:00\",\n        \"description\": \"THats task Template SUBJECT\",\n        \"requestor\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"assignee\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 118,\n            \"description\": \"Client lien letter three\"\n        }\n    },\n    {\n        \"id\": 144210,\n        \"caseID\": 518952,\n        \"caseNumber\": \"2300004\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Client lien letter three\",\n        \"dueDate\": \"2024-02-07T00:00:00\",\n        \"startDate\": \"2024-01-18T00:00:00\",\n        \"description\": \"THats task Template SUBJECT\",\n        \"requestor\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"assignee\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 118,\n            \"description\": \"Client lien letter three\"\n        }\n    },\n    {\n        \"id\": 144211,\n        \"caseID\": 518952,\n        \"caseNumber\": \"2300004\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Client lien letter three\",\n        \"dueDate\": \"2024-02-07T00:00:00\",\n        \"startDate\": \"2024-01-18T00:00:00\",\n        \"description\": \"THats task Template SUBJECT\",\n        \"requestor\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"assignee\": {\n            \"id\": 631,\n            \"name\": \"Krasnov, Yana\",\n            \"contactID\": 1672480\n        },\n        \"documentIDs\": [],\n        \"template\": {\n            \"id\": 118,\n            \"description\": \"Client lien letter three\"\n        }\n    },\n    {\n        \"id\": 144243,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": {\n            \"id\": 4,\n            \"description\": \"Send letter/document\"\n        },\n        \"status\": {\n            \"id\": 0,\n            \"description\": \"Not Started\"\n        },\n        \"priority\": {\n            \"id\": 3,\n            \"description\": \"Normal\"\n        },\n        \"summary\": \"Search MV\",\n        \"dueDate\": \"2024-03-03T00:00:00\",\n        \"startDate\": \"2024-02-12T00:00:00\",\n        \"timeSpent\": 0,\n        \"description\": \"\",\n        \"requestor\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"assignee\": {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        },\n        \"ccTo\": [\n            {\n                \"id\": 424,\n                \"name\": \"Awtrey, Kayla\",\n                \"contactID\": 1573385\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Ilinykh, Andrey\",\n                \"contactID\": 1631752\n            }\n        ],\n        \"documentIDs\": [\n            2186168\n        ],\n        \"template\": {\n            \"id\": 80,\n            \"description\": \"Defendant MV Search two\"\n        }\n    }\n]"}],"_postman_id":"239a2713-137a-45f6-bb82-08970cecb9f5"},{"name":"CaseTask","id":"a13130a3-3f00-4a29-b0c3-11bfddbc46f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/22","description":"<p>Retrieves a single task by its task ID specified in the URL path.</p>\n","urlObject":{"path":["case","task","22"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c145da63-bea7-4643-92c6-12ad3e0f87c0","name":"CaseTask","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/144243"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"594"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 13 Feb 2024 15:39:25 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 144243,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"type\": {\n        \"id\": 4,\n        \"description\": \"Send letter/document\"\n    },\n    \"status\": {\n        \"id\": 0,\n        \"description\": \"Not Started\"\n    },\n    \"priority\": {\n        \"id\": 3,\n        \"description\": \"Regular priority\"\n    },\n    \"summary\": \"Search MV\",\n    \"dueDate\": \"2024-03-03T00:00:00\",\n    \"startDate\": \"2024-02-12T00:00:00\",\n    \"timeSpent\": 0,\n    \"description\": \"\",\n    \"assignee\": {\n        \"id\": 488,\n        \"name\": \"Ilinykh, Andrey\",\n        \"contactID\": 1631752\n    },\n    \"ccTo\": [\n        {\n            \"id\": 424,\n            \"name\": \"Awtrey, Kayla\",\n            \"contactID\": 1573385\n        },\n        {\n            \"id\": 488,\n            \"name\": \"Ilinykh, Andrey\",\n            \"contactID\": 1631752\n        }\n    ],\n    \"documentIDs\": [\n        2186168\n    ],\n    \"template\": {\n        \"id\": 80,\n        \"description\": \"Defendant MV Search two\"\n    }\n}"}],"_postman_id":"a13130a3-3f00-4a29-b0c3-11bfddbc46f1"},{"name":"TaskTypes","id":"a9b7132d-0b40-4b09-9e9c-57a796228d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/type","description":"<p>Returns a list of available task types for use as reference data when creating or updating tasks.</p>\n","urlObject":{"path":["case","task","type"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"26e9a622-31ad-413d-af6b-e7f5c6550f1c","name":"TaskTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"858"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Feb 2024 18:56:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 32,\n        \"description\": \"_kolana test type\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Appeal\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Arbitration\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Call\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Call back\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Compromise\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Deposition\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Discovery\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Follow-Up\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"IME\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Investigation\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Litigation\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Mail\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Medicare\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Motion\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Negotiate\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Negotiation\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"PreLitigation\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Review\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Send letter/document\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Settlement\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Surrogate\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Trial\"\n    }\n]"}],"_postman_id":"a9b7132d-0b40-4b09-9e9c-57a796228d8b"},{"name":"TaskStatuses","id":"a64704c7-611d-468e-9201-cddb6a1fdc6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/status","description":"<p>Returns a list of available task statuses for use as reference data when creating or updating tasks.</p>\n","urlObject":{"path":["case","task","status"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"48384f92-f890-4cd1-8e1e-8d91634a33eb","name":"TaskTypes Copy","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Feb 2024 18:59:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"description\": \"Not Started\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Completed\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Cancelled\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"In Progress\"\n    }\n]"}],"_postman_id":"a64704c7-611d-468e-9201-cddb6a1fdc6a"},{"name":"TaskPriority","id":"2e06868d-8ae8-4b5d-a5fe-f5469b282b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/priority","description":"<p>Returns a list of available task priority levels for use as reference data when creating or updating tasks.</p>\n","urlObject":{"path":["case","task","priority"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"facac1ca-cd20-404e-90bd-3c417f13abd3","name":"TaskStatuses Copy","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/task/priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"126"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 12 Feb 2024 18:59:35 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Critical\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"High\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Normal\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Low\"\n    }\n]"}],"_postman_id":"2e06868d-8ae8-4b5d-a5fe-f5469b282b6c"}],"id":"b58a51e5-1fcc-45c9-8133-dbd437170fe5","description":"<p>Manages case tasks including creation, retrieval, update, and deletion. Supports paginated retrieval by case ID or case number, filtered task searches by date range, and reference data lookups for task types, statuses, and priorities.</p>\n","_postman_id":"b58a51e5-1fcc-45c9-8133-dbd437170fe5"},{"name":"UDF","item":[{"name":"byCaseNumber","id":"e5f74b35-e8d5-4aa8-8e34-0b00f253d04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","description":"<p>Retrieves all User Defined Fields (UDFs) for a case identified by case number. Supports pagination via currentPage and pageSize query parameters.</p>\n","urlObject":{"path":["case","udf","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"abc25d09-7030-4672-a6af-d4cc1b16e205","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CaseWorksURL}}/case/udf/byCaseNumber?CaseNumber=9000002","host":["{{CaseWorksURL}}"],"path":["case","udf","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"34597"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 27 Jun 2023 17:10:27 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 17,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Testify Code\",\n        \"screenName\": \"Expert\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Number\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 21,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 21,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Tire Size\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Number\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 23,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 22,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Tire Manufacturer\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 22,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Tire-Manufacturer\",\n        \"displayInSingleColumn\": false\n    },\n    {\n        \"udfid\": 24,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Witness Explanation\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 24,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Wit-Expl\",\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"New Unit Test Value when Shortname is false\",\n        \"createdDate\": \"2022-06-22T18:44:00-04:00\",\n        \"modifiedDate\": \"2022-06-22T18:44:00-04:00\"\n    },\n    {\n        \"udfid\": 25,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Vehicle Information\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 25,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 26,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Weather Conditions\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 26,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 27,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Road Conditions\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 27,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 28,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Special conditions\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"format\": \"\",\n        \"tableName\": \"\",\n        \"newValues\": \"\",\n        \"defaultValue\": \"\",\n        \"sortOrder\": 28,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3246,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the police were at the scene, what is the name of the police department?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3247,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Did you go to the hospital following the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3248,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you went to the hospital, how did you get to the hospital?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Ambulance~Private car~Other\",\n        \"sortOrder\": 10,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3249,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you seen a doctor yet?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3251,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If there were any other people in the motor vehicle you were in, were they injured?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3252,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Does the car that you were in (or that struck you if you were a pedestrian) have automobile insurance?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 13,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3253,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the car that you were in (or were struck by if you were a pedestrian) had insurance, have you filed for no-fault benefits?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 14,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3255,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If there were any witness to the accident, do you have their name(s) and contact information?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3256,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you have witness name(s) and contact information, please provide it.\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 3257,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you missed any time from work or school due to this accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 17,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 18802,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MED-TREAT-Y/N\"\n    },\n    {\n        \"udfid\": 18803,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"How many times have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 19,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 18804,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you been seeking medical treatment on a continual basis since the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 20,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 18805,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Do you expect to seek additional medical treatment for these injuries?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 21,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19871,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Location\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Location\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"\",\n        \"sortOrder\": 0,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"location UDF\",\n        \"createdDate\": \"2019-01-03T12:06:00-05:00\",\n        \"modifiedDate\": \"2019-01-03T12:06:00-05:00\"\n    },\n    {\n        \"udfid\": 19872,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address1\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"test1\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"12\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 19873,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address2\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"2\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 19874,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"City\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Raleigh\",\n        \"createdDate\": \"2019-01-03T12:06:00-05:00\",\n        \"modifiedDate\": \"2019-01-03T12:06:00-05:00\"\n    },\n    {\n        \"udfid\": 19875,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"County\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"County\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Wake\",\n        \"createdDate\": \"2019-01-03T12:06:00-05:00\",\n        \"modifiedDate\": \"2019-01-03T12:06:00-05:00\"\n    },\n    {\n        \"udfid\": 19876,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Are There Eye Witnesses?\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Yes\",\n        \"createdDate\": \"2019-01-03T12:06:00-05:00\",\n        \"modifiedDate\": \"2019-01-03T12:06:00-05:00\"\n    },\n    {\n        \"udfid\": 19877,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Police Report Favorable\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"test2\",\n        \"requiredField\": false,\n        \"udfValue\": \"Unknown\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 19878,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"On Job Injury\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"No\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 21170,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"What direction were you traveling in?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"North~South~East~West~Unknown\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 21171,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"How many people were in your vehicle?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 21172,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Were you the driver or a passenger?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Driver~Passenger\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 21173,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you were a passenger, were you sitting in the front or back of the vehicle?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Front~Back - Driver's Side~Back - Passenger Side~Back - Middle\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 21174,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Were you rear ended?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 5,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 21175,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you were NOT rear-ended, did you make contact with another vehicle or did another vehicle make contact with you?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"MY car made initial contact~The OTHER car made initial contact\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 21875,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Who does the Police Report say was at fault?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 23574,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Date RJI Filed\",\n        \"screenName\": \"Courtz\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Date RJI Filed\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23575,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Date Stipulation of Discontinuance Filed\",\n        \"screenName\": \"Courtz\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Stip of Discon Filed\",\n        \"displayInSingleColumn\": false,\n        \"createdDate\": \"2022-06-22T18:02:00-04:00\",\n        \"modifiedDate\": \"2022-06-22T18:02:00-04:00\"\n    },\n    {\n        \"udfid\": 23576,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Matter disposed of through\",\n        \"screenName\": \"Courtz\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Combobox\",\n        \"newValues\": \"Settlement~Judgment~Arbitration~Dismissal~Abandoned\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Method of Disposition\",\n        \"displayInSingleColumn\": false\n    },\n    {\n        \"udfid\": 23718,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test1\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 5,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"t1\",\n        \"displayInSingleColumn\": false,\n        \"createdDate\": \"2022-06-23T15:44:00-04:00\",\n        \"modifiedDate\": \"2022-06-23T15:44:00-04:00\"\n    },\n    {\n        \"udfid\": 23723,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Confirm Documents\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"1,2180748\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 23726,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"new\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"County\",\n        \"sortOrder\": 10,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false\n    },\n    {\n        \"udfid\": 23730,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"AAA\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2022-06-22T14:19:00-04:00\",\n        \"modifiedDate\": \"2022-06-22T14:19:00-04:00\"\n    },\n    {\n        \"udfid\": 23734,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Quoi la table\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"QuestionTable\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true,\n        \"udfValue\": \"[\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 1,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Who\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 2,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"What\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 3,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"When\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 4,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Where\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 5,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Why\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 6,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"How\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 7,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Que\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 8,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Quien\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 9,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Cual\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 10,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Donde\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 1,\\r\\n    \\\"RowID\\\": 11,\\r\\n    \\\"Calumny\\\": null,\\r\\n    \\\"Captive\\\": \\\"Por que\\\"\\r\\n  }\\r\\n]\"\n    },\n    {\n        \"udfid\": 23836,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Did the decedent have a living spouse?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 24,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 23852,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Marketing Materials\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Marketing Material\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2022-06-24T15:10:00-04:00\",\n        \"modifiedDate\": \"2022-06-24T15:10:00-04:00\"\n    },\n    {\n        \"udfid\": 23913,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test\",\n        \"screenName\": \"Plaintiff\",\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Table\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"tableTest\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"[]\"\n    },\n    {\n        \"udfid\": 23914,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test table\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Table\",\n        \"sortOrder\": 17,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"rbalrabrlabrlablrablr\",\n        \"displayInSingleColumn\": true,\n        \"requiredField\": true,\n        \"udfValue\": \"[]\"\n    },\n    {\n        \"udfid\": 23930,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"udf1\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2021-09-01T11:24:00-04:00\",\n        \"modifiedDate\": \"2021-09-01T11:24:00-04:00\"\n    },\n    {\n        \"udfid\": 23937,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"udf2\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"Aresora\",\n        \"createdDate\": \"2021-09-03T13:36:00-04:00\",\n        \"modifiedDate\": \"2021-09-03T13:36:00-04:00\"\n    },\n    {\n        \"udfid\": 23938,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"udf3\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"eqwewfe\",\n        \"createdDate\": \"2021-09-03T13:36:00-04:00\",\n        \"modifiedDate\": \"2021-09-03T13:36:00-04:00\"\n    },\n    {\n        \"udfid\": 23939,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"udf4\",\n        \"screenName\": \"Case\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Comments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"srgsrsgrsersegrwer er er erfgdfrdfesdr edr erw rwes esrr eedre srfdrfdr edrted dgdt geded t\",\n        \"createdDate\": \"2021-09-03T13:36:00-04:00\",\n        \"modifiedDate\": \"2021-09-03T13:36:00-04:00\"\n    },\n    {\n        \"udfid\": 23954,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 1\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23955,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 2\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23956,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 3\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"tst3\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23957,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 4\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": true,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 23958,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"dsfadf adfadf\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"sortOrder\": 5,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23959,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 5\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23975,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Select punishment\",\n        \"screenName\": \"Courtz\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"punishment\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23976,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"LTL POA Date Received\",\n        \"screenName\": \"Case Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"06/29/2022\",\n        \"createdDate\": \"2022-06-29T13:25:00-04:00\",\n        \"modifiedDate\": \"2022-06-29T13:25:00-04:00\"\n    },\n    {\n        \"udfid\": 23982,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Igor\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24087,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"OPPA\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Combobox\",\n        \"newValues\": \"Ya~No Ya\",\n        \"sortOrder\": 13,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24105,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Question Table\",\n        \"screenName\": \"Court2\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"QuestionTable\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"[]\"\n    },\n    {\n        \"udfid\": 24122,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test Text\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Test Text\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24123,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Required Test Text\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Text\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Test Text\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24124,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Multi Text\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiText\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Multi Text\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24125,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Multi Text 5\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiText5\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MultiText5\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24126,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Required Multi Text 7\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiText7\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MultiText7\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24127,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Multi Text 10\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiText10\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MultiText10\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24128,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Radio Button\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"RadioButton\",\n        \"newValues\": \"Not sent~Not being sent~Sent~Received\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RadioButton\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24129,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Radio Button Required\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"RadioButton\",\n        \"newValues\": \"Not sent~Not being sent~Sent~Received\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RadioButton\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24130,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Date\",\n        \"screenName\": \"Courtz\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Date\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24132,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Date\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Date\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Date\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24133,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Time\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Time\",\n        \"sortOrder\": 10,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Time\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24136,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Real Dropdown\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"RealDropdown\",\n        \"newValues\": \"dd1~dd2~dd3\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RealDropdown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24138,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Dropdown\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"dd4~dd5~dd6\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Dropdown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24139,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Required Dropdown\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"dd4~dd5~dd6\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RequiredDropdown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24140,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Multiselect\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Multiselect\",\n        \"newValues\": \"Renal Failure~Renal Deficiency~Stroke~Heart Attacks~Kidney Problems~Low Blood Pressure~Increased Blood Pressure~Elevated Potassium\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Multiselect\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24143,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Required Real Dropdown\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"RealDropdown\",\n        \"newValues\": \"dd1~dd2~dd3\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RequiredRealDropdown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24144,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"MultiselectDropDown\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiselectDropDown\",\n        \"newValues\": \"md1~md2~md3~md4\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MultiselectDropDown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24145,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Multiselect DropDown\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MultiselectDropDown\",\n        \"newValues\": \"md1~md2~md3~md4\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MultiselectDropDown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24146,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"YesNoRadioButton\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"YesNoRadioButton\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24147,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Yes No Radio Button\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"YesNoRadioButton\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24148,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Label\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Label\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Label\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24149,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Label\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Label\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Label\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24150,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Location\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Location\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Location\",\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24151,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Location\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Location\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Location\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24152,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Dropdown\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"dd1~dd2~dd3\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Dropdown\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24153,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Checkbox\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Location\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24154,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Drug\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Drug\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Drug\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24156,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Radio Button\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"RadioButton\",\n        \"newValues\": \"dd1~dd2~dd3\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"RadioButton\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24157,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Checkbox\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Checkbox\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24158,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Product\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Product\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Product\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24159,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Drug\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Drug\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Drug\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24160,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Product\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Product\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Product\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24161,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"State\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"State\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"State\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24162,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"MedicalDevice\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MedicalDevice\",\n        \"sortOrder\": 19,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MedicalDevice\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24163,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Stock\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Stock\",\n        \"sortOrder\": 19,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Stock\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24164,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"ConfirmDocuments\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 20,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"ConfirmDocuments\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24165,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Contact\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Contact\",\n        \"sortOrder\": 21,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Contact\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24166,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"State\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"State\",\n        \"sortOrder\": 20,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"State\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24167,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"MedicalDevice\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"MedicalDevice\",\n        \"sortOrder\": 21,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"MedicalDevice\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24168,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Stock\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Stock\",\n        \"sortOrder\": 22,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Stock\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24169,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Contact\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Contact\",\n        \"sortOrder\": 22,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Contact\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24170,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Contact\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Contact\",\n        \"sortOrder\": 23,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Contact\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24171,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Contact\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Contact\",\n        \"sortOrder\": 24,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Contact\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24172,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Currency\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Currency\",\n        \"sortOrder\": 24,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Currency\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24173,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Combobox\",\n        \"screenName\": \"Defendant\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Combobox\",\n        \"newValues\": \"ComboBox1~ComboBox2~ComboBox3\",\n        \"sortOrder\": 25,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"ComboBox\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24174,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Combobox\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Combobox\",\n        \"newValues\": \"Combobox1~Combobox2~Combobox3\",\n        \"sortOrder\": 25,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Combobox\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24175,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Combobox\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Combobox\",\n        \"newValues\": \"Combobox1~Combobox2~Combobox3\",\n        \"sortOrder\": 26,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Combobox\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 24176,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Currency\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Currency\",\n        \"sortOrder\": 27,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Currency\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": true\n    },\n    {\n        \"udfid\": 24177,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Currency\",\n        \"screenName\": \"Court\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Currency\",\n        \"sortOrder\": 28,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Currency\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    }\n]"},{"id":"9f7bb3db-c4f4-49ec-af45-01cd7b18d8a3","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CaseWorksURL}}/case/udf/byCaseNumber?CaseNumber=YK6013397","host":["{{CaseWorksURL}}"],"path":["case","udf","byCaseNumber"],"query":[{"key":"CaseNumber","value":"YK6013397"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"11546"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 27 Jun 2023 17:11:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 14291,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the police were at the scene, what is the name of the police department?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14303,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Did you go to the hospital following the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14315,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you went to the hospital, how did you get to the hospital?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Ambulance~Private car~Other\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14327,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you seen a doctor yet?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14363,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Does the car that you were in (or that struck you if you were a pedestrian) have automobile insurance?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14375,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the car that you were in (or were struck by if you were a pedestrian) had insurance, have you filed for no-fault benefits?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14399,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If there were any witness to the accident, do you have their name(s) and contact information?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 14,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14411,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you have witness name(s) and contact information, please provide it.\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14423,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you missed any time from work or school due to this accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 16325,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"What was the bus number of the bus involved in your accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 16326,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Where you a passenger on the bus?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19198,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19199,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"How many times have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19200,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you been seeking medical treatment on a continual basis since the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19201,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Do you expect to seek additional medical treatment for these injuries?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19862,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Location\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Location\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"\",\n        \"sortOrder\": 0,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"test 1 \",\n        \"createdDate\": \"2020-01-21T17:07:00-05:00\",\n        \"modifiedDate\": \"2020-01-21T17:07:00-05:00\"\n    },\n    {\n        \"udfid\": 19863,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address1\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false,\n        \"udfValue\": \"12345\",\n        \"createdDate\": \"2020-01-21T17:07:00-05:00\",\n        \"modifiedDate\": \"2020-01-21T17:07:00-05:00\"\n    },\n    {\n        \"udfid\": 19864,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address2\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"newValues\": \"\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19865,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"City\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Las Vegas\",\n        \"createdDate\": \"2021-06-23T16:51:00-04:00\",\n        \"modifiedDate\": \"2021-06-23T16:51:00-04:00\"\n    },\n    {\n        \"udfid\": 19866,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"County\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"County\",\n        \"newValues\": \"\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19867,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Are There Eye Witnesses?\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19868,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Police Report Favorable\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Comments\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"rest\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 19869,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"On Job Injury\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 19870,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Impact Code\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"High~Low~Medium\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"chomp\",\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23714,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 17,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 23722,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Confirm Documents\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"ConfirmDocuments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 33,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"1,1928103\",\n        \"createdDate\": \"2022-01-28T11:12:00-05:00\",\n        \"modifiedDate\": \"2022-01-28T11:12:00-05:00\"\n    },\n    {\n        \"udfid\": 23802,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test1\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Multiselect\",\n        \"newValues\": \"yes~no~maybe\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23813,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"AGHHHHHH\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"RealDropdown\",\n        \"newValues\": \"val~val1\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Bite bite bite\",\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23866,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Do we have your permission to send you Marketing Material?\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Marketing Material\",\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2021-06-23T16:51:00-04:00\",\n        \"modifiedDate\": \"2021-06-23T16:51:00-04:00\"\n    },\n    {\n        \"udfid\": 23929,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test udf\",\n        \"screenName\": \"Case\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23951,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test score\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 19,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2022-01-28T11:10:00-05:00\",\n        \"modifiedDate\": \"2022-01-28T11:10:00-05:00\"\n    },\n    {\n        \"udfid\": 23952,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test score 2\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 20,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2022-01-28T11:10:00-05:00\",\n        \"modifiedDate\": \"2022-01-28T11:10:00-05:00\"\n    },\n    {\n        \"udfid\": 23953,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test intake score\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"subrelatedID\": 0,\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 10,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2022-01-28T11:10:00-05:00\",\n        \"modifiedDate\": \"2022-01-28T11:10:00-05:00\"\n    },\n    {\n        \"udfid\": 23960,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 1\",\n        \"screenName\": \"Case\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23961,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Testt\",\n        \"screenName\": \"Case\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23962,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Test 2\",\n        \"screenName\": \"Case\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 5,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23963,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test3\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Comments\",\n        \"subrelatedID\": 0,\n        \"sortOrder\": 25,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"1,1920450,2181648\",\n        \"createdDate\": \"2022-01-28T11:12:00-05:00\",\n        \"modifiedDate\": \"2022-01-28T11:12:00-05:00\"\n    },\n    {\n        \"udfid\": 23966,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"conf D_Nat\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 32,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"conf D_Nat\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23974,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"EG test\",\n        \"screenName\": \"Expert - Group\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23978,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"MailerLite_Newsletter\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 35,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": true,\n        \"requiredField\": false\n    }\n]"}],"_postman_id":"e5f74b35-e8d5-4aa8-8e34-0b00f253d04c"},{"name":"byCaseID","id":"a31b3511-86c3-4e5b-9ada-064368bb0077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/515512/udf?currentPage=0&pageSize=200","description":"<p>Retrieves all User Defined Fields (UDFs) for a case identified by its internal case ID. Supports pagination via currentPage and pageSize query parameters.</p>\n","urlObject":{"path":["case","515512","udf"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"f601cd7d-988a-40b3-9edf-1a2fb30873d9","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/515512/udf?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","515512","udf"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 May 2021 16:19:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 14291,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the police were at the scene, what is the name of the police department?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14303,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Did you go to the hospital following the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14315,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you went to the hospital, how did you get to the hospital?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Ambulance~Private car~Other\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14327,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you seen a doctor yet?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 8,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14363,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Does the car that you were in (or that struck you if you were a pedestrian) have automobile insurance?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14375,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If the car that you were in (or were struck by if you were a pedestrian) had insurance, have you filed for no-fault benefits?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14399,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If there were any witness to the accident, do you have their name(s) and contact information?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 14,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14411,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"If you have witness name(s) and contact information, please provide it.\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 14423,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you missed any time from work or school due to this accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 16325,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"What was the bus number of the bus involved in your accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 16326,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Where you a passenger on the bus?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19198,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19199,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"How many times have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19200,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you been seeking medical treatment on a continual basis since the accident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19201,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Do you expect to seek additional medical treatment for these injuries?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19862,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Location\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Location\",\n        \"newValues\": \"\",\n        \"sortOrder\": 0,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"test 1 \",\n        \"createdDate\": \"2020-01-21T22:07:00Z\"\n    },\n    {\n        \"udfid\": 19863,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address1\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"newValues\": \"\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"12345\",\n        \"createdDate\": \"2020-01-21T22:07:00Z\"\n    },\n    {\n        \"udfid\": 19864,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Address2\",\n        \"screenName\": \"Incident\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"newValues\": \"\",\n        \"sortOrder\": 3,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19865,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"City\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Text\",\n        \"newValues\": \"\",\n        \"sortOrder\": 4,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Las Vegas\",\n        \"createdDate\": \"2020-01-21T22:07:00Z\",\n        \"modifiedDate\": \"2021-05-26T15:26:00Z\"\n    },\n    {\n        \"udfid\": 19866,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"County\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"County\",\n        \"newValues\": \"\",\n        \"sortOrder\": 6,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19867,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Are There Eye Witnesses?\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 7,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 19868,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Police Report Favorable\",\n        \"screenName\": \"Incident\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 19869,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"On Job Injury\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"YesNoRadioButton\",\n        \"newValues\": \"Yes~No~Unknown~N/A\",\n        \"sortOrder\": 9,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 19870,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Impact Code\",\n        \"screenName\": \"Incident\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"High~Low~Medium\",\n        \"sortOrder\": 11,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 23714,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Have you sought medical treatment since the incident?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 17,\n        \"isActive\": true,\n        \"isSystem\": false\n    },\n    {\n        \"udfid\": 23722,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Confirm Documents\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"ConfirmDocuments\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"udfValue\": \"1,1920078,1920080,1928103\",\n        \"createdDate\": \"2018-03-02T14:12:00Z\",\n        \"modifiedDate\": \"2018-04-06T16:43:00Z\"\n    },\n    {\n        \"udfid\": 23739,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"/.;.l\",\n        \"screenName\": \"Incident\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Combobox\",\n        \"sortOrder\": 13,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false\n    },\n    {\n        \"udfid\": 23802,\n        \"relatedPK\": 903,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test1\",\n        \"screenName\": \"Case Wizard\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Multiselect\",\n        \"newValues\": \"   yes~no~maybe\",\n        \"sortOrder\": 18,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23813,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"ksdflklfadg\",\n        \"screenName\": \"Incident\",\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"RealDropdown\",\n        \"newValues\": \" val~val1\",\n        \"sortOrder\": 15,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false\n    },\n    {\n        \"udfid\": 23866,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Do we have your permission to send you Marketing Material?\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 16,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Marketing Material\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2021-05-26T15:26:00Z\"\n    }\n]"}],"_postman_id":"a31b3511-86c3-4e5b-9ada-064368bb0077"},{"name":"FilteredUDF","id":"47eec9ea-0660-41ce-b352-65fad144b274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2021-07-10T17:48:36.6960000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2021-07-23T17:48:36.6960000\\u002B00:00\",\r\n    \"caseNumbers\": [],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 100\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf/byDatePaged","description":"<p>Retrieves a filtered and paginated list of UDF records based on date range and other criteria provided in the request body.</p>\n","urlObject":{"path":["case","udf","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"da140fcb-d006-46ae-b751-47cb41a1d654","name":"FilteredUDF","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"modifiedFromDateTime\": \"2021-01-24T14:15:22Z\",\r\n  \"modifiedToDateTime\": \"2021-02-25T14:15:22Z\",\r\n  \"caseNumbers\": [],\r\n  \"pageRequest\": {\r\n    \"currentPage\": 0,\r\n    \"pageSize\": 5\r\n  \r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 May 2021 16:20:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 23895,\n        \"relatedPK\": 184,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Other2 T\",\n        \"screenName\": \"Other2\",\n        \"caseID\": 518264,\n        \"caseNumber\": \"1 - 000012\",\n        \"type\": \"Date\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Other2 T\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"02/18/2021\",\n        \"createdDate\": \"2021-02-18T15:16:00Z\",\n        \"modifiedDate\": \"2021-02-18T15:18:00Z\"\n    },\n    {\n        \"udfid\": 23894,\n        \"relatedPK\": 184,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Other1 T\",\n        \"screenName\": \"Other1\",\n        \"caseID\": 518264,\n        \"caseNumber\": \"1 - 000012\",\n        \"type\": \"Text\",\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Other1 T\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"ttt\",\n        \"createdDate\": \"2021-02-18T15:16:00Z\"\n    },\n    {\n        \"udfid\": 19881,\n        \"relatedPK\": 3,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Medical Malpractice\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 518264,\n        \"caseNumber\": \"1 - 000012\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2021-02-18T15:16:00Z\"\n    },\n    {\n        \"udfid\": 17450,\n        \"relatedPK\": 184,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"Are you still taking Accutane?\",\n        \"screenName\": \"Case Wizard\",\n        \"caseID\": 518264,\n        \"caseNumber\": \"1 - 000012\",\n        \"type\": \"Dropdown\",\n        \"newValues\": \"Yes~No\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"Yes\",\n        \"createdDate\": \"2021-02-18T15:16:00Z\"\n    },\n    {\n        \"udfid\": 19881,\n        \"relatedPK\": 3,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Medical Malpractice\",\n        \"screenName\": \"Incident Wizard\",\n        \"caseID\": 518263,\n        \"caseNumber\": \"1 - 000011\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"\",\n        \"sortOrder\": 2,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfValue\": \"0\",\n        \"createdDate\": \"2021-02-18T15:14:00Z\"\n    }\n]"}],"_postman_id":"47eec9ea-0660-41ce-b352-65fad144b274"},{"name":"GetUDF","id":"dcadf7e6-ca0e-443c-8fd1-78bd0f78a8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf?ID=23852","description":"<p>Retrieves a specific User Defined Field record by its UDF ID for a given case.</p>\n","urlObject":{"path":["case","516718","udf"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ID","value":"23852"}],"variable":[]}},"response":[{"id":"cf18a275-ef45-4405-9b6a-d25c35c6d2a1","name":"GetUDF","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf?ID=23852","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf"],"query":[{"key":"ID","value":"23852"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 May 2021 16:27:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 23852,\n        \"relatedPK\": 1,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"Marketing Materials\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"CheckBox\",\n        \"newValues\": \"checked~unchecked\",\n        \"sortOrder\": 12,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"Marketing Material\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"1\",\n        \"createdDate\": \"2020-10-08T18:58:00Z\",\n        \"modifiedDate\": \"2020-12-23T01:47:00Z\"\n    }\n]"}],"_postman_id":"dcadf7e6-ca0e-443c-8fd1-78bd0f78a8fb"},{"name":"UpdateUDF","id":"5459b434-513f-4e96-b3e9-721b07a9d5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"udfid\": 23913,\r\n    \"caseNumber\": \"9000002\",\r\n    \"subrelatedID\": 622470,\r\n    \"udfValue\": \"[\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 211,\\r\\n    \\\"column1\\\": \\\"test12\\\",\\r\\n    \\\"column2\\\": \\\"test22\\\",\\r\\n    \\\"column3\\\": \\\"test32\\\"\\r\\n  }\\r\\n]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf","description":"<p>Updates one or more User Defined Field values for a case. Accepts a full UDF object in the request body.</p>\n","urlObject":{"path":["case","udf"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6cba4bb6-b505-4000-b434-31a7c0a1fc8b","name":"UpdateUDF","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"udfid\": 23852,                \r\n        \"udfName\": \"Marketing Materials\",        \r\n        \"caseID\": 516718,  \r\n        \"udfValue\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"50c86b10-2827-43d3-a549-04618d3c5518","name":"UpdateUDF","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"udfid\": 23914,                \r\n        \"caseNumber\": \"YK6013397\",                \r\n        \"caseID\": 515512,  \r\n        \"udfValue\": \"[{\\\"RowOrder\\\":1,\\\"column1\\\":\\\"updatedrow2value1\\\",\\\"column2\\\":\\\"updatedrow2value2\\\",\\\"column3\\\":\\\"updatedrow2value3\\\"},{\\\"RowOrder\\\":0,\\\"column1\\\":\\\"row2value1\\\",\\\"column2\\\":\\\"row2value2\\\",\\\"column3\\\":\\\"row2value3\\\"},{\\\"RowOrder\\\":2,\\\"column1\\\":\\\"row3value1\\\",\\\"column2\\\":\\\"row3value2\\\",\\\"column3\\\":\\\"row3value3\\\"}]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jul 2021 22:41:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 23914,\n        \"relatedPK\": 2,\n        \"udfCtg\": \"I\",\n        \"udfName\": \"test table\",\n        \"screenName\": \"Incident\",\n        \"caseID\": 515512,\n        \"caseNumber\": \"YK6013397\",\n        \"type\": \"Table\",\n        \"sortOrder\": 17,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"[\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 31,\\r\\n    \\\"column1\\\": \\\"row2value1\\\",\\r\\n    \\\"column2\\\": \\\"row2value2\\\",\\r\\n    \\\"column3\\\": \\\"row2value3\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 1,\\r\\n    \\\"RowID\\\": 30,\\r\\n    \\\"column1\\\": \\\"updatedrow2value1\\\",\\r\\n    \\\"column2\\\": \\\"updatedrow2value2\\\",\\r\\n    \\\"column3\\\": \\\"updatedrow2value3\\\"\\r\\n  },\\r\\n  {\\r\\n    \\\"RowOrder\\\": 2,\\r\\n    \\\"RowID\\\": 32,\\r\\n    \\\"column1\\\": \\\"row3value1\\\",\\r\\n    \\\"column2\\\": \\\"row3value2\\\",\\r\\n    \\\"column3\\\": \\\"row3value3\\\"\\r\\n  }\\r\\n]\"\n    }\n]"},{"id":"66296f4f-ce59-4bb9-9296-ba3b9d14a19f","name":"UpdateUDF","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"udfid\": 23913,\r\n    \"caseNumber\": \"9000002\",\r\n    \"subrelatedID\": 622470,\r\n    \"udfValue\": \"[\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 211,\\r\\n    \\\"column1\\\": \\\"test12\\\",\\r\\n    \\\"column2\\\": \\\"test22\\\",\\r\\n    \\\"column3\\\": \\\"test32\\\"\\r\\n  }\\r\\n]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/udf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"552"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 12 Dec 2023 18:18:40 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"udfid\": 23913,\n        \"relatedPK\": 1249,\n        \"udfCtg\": \"C\",\n        \"udfName\": \"test\",\n        \"screenName\": \"Plaintiff\",\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"type\": \"Table\",\n        \"subrelatedID\": 622470,\n        \"sortOrder\": 1,\n        \"isActive\": true,\n        \"isSystem\": false,\n        \"udfShortName\": \"tableTest\",\n        \"displayInSingleColumn\": false,\n        \"requiredField\": false,\n        \"udfValue\": \"[\\r\\n  {\\r\\n    \\\"RowOrder\\\": 0,\\r\\n    \\\"RowID\\\": 224,\\r\\n    \\\"column1\\\": \\\"test12\\\",\\r\\n    \\\"column2\\\": \\\"test22\\\",\\r\\n    \\\"column3\\\": \\\"test32\\\"\\r\\n  }\\r\\n]\",\n        \"createdDate\": \"2023-12-12T13:19:00-05:00\",\n        \"modifiedDate\": \"2023-12-12T13:19:00-05:00\"\n    }\n]"}],"_postman_id":"5459b434-513f-4e96-b3e9-721b07a9d5d1"},{"name":"GridUDF","id":"0f316c24-9c0c-4f30-a68d-357fdebed20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids?ScreenName=UDFs Grid1","description":"<p>Retrieves all rows of a UDF grid for a given case. The ScreenName query parameter specifies which UDF grid to retrieve.</p>\n","urlObject":{"path":["case","516718","udf-grids"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"d9c109c9-792c-4a88-bf70-481bbd01931f","name":"GridUDF","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 18 Mar 2026 21:03:41 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"1208"}],"cookie":[],"responseTime":null,"body":"{\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"columns\": [\n        {\n            \"udfDefinitionId\": 24467,\n            \"udfName\": \"Doc. Name\",\n            \"udfType\": \"Contact\",\n            \"sortOrder\": 1,\n            \"udfCtg\": \"I\",\n            \"screenName\": \"UDFs Grid1 - Group\"\n        },\n        {\n            \"udfDefinitionId\": 24473,\n            \"udfName\": \"General Tasks\",\n            \"udfType\": \"Comments\",\n            \"sortOrder\": 2,\n            \"udfCtg\": \"I\",\n            \"screenName\": \"UDFs Grid1 - Group\"\n        },\n        {\n            \"udfDefinitionId\": 24474,\n            \"udfName\": \"New symptoms\",\n            \"udfType\": \"RadioButton\",\n            \"sortOrder\": 3,\n            \"udfCtg\": \"I\",\n            \"screenName\": \"UDFs Grid1 - Group\"\n        },\n        {\n            \"udfDefinitionId\": 24476,\n            \"udfName\": \"testt\",\n            \"udfType\": \"Text\",\n            \"sortOrder\": 4,\n            \"udfCtg\": \"I\",\n            \"screenName\": \"UDFs Grid1 - Group\"\n        }\n    ],\n    \"rows\": [\n        {\n            \"gridRowId\": 138,\n            \"cells\": [\n                {\n                    \"udfDefinitionId\": 24467,\n                    \"udfValue\": \" Charles F. Gormley, Esq.\",\n                    \"udfValueId\": 2211050\n                },\n                {\n                    \"udfDefinitionId\": 24473,\n                    \"udfValue\": \"some task\",\n                    \"udfValueId\": 2211051\n                },\n                {\n                    \"udfDefinitionId\": 24474,\n                    \"udfValue\": \"No\",\n                    \"udfValueId\": 2211052\n                },\n                {\n                    \"udfDefinitionId\": 24476,\n                    \"udfValue\": \"test field\",\n                    \"udfValueId\": 2211053\n                }\n            ]\n        },\n        {\n            \"gridRowId\": 139,\n            \"cells\": [\n                {\n                    \"udfDefinitionId\": 24467,\n                    \"udfValue\": \"A & C Medical\",\n                    \"udfValueId\": 2211054\n                },\n                {\n                    \"udfDefinitionId\": 24473,\n                    \"udfValue\": \"empty task\",\n                    \"udfValueId\": 2211055\n                },\n                {\n                    \"udfDefinitionId\": 24474,\n                    \"udfValue\": \"Yes\",\n                    \"udfValueId\": 2211056\n                },\n                {\n                    \"udfDefinitionId\": 24476,\n                    \"udfValue\": \"text test \",\n                    \"udfValueId\": 2211057\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0f316c24-9c0c-4f30-a68d-357fdebed20e"},{"name":"InserGridUDFRow","id":"b30ce352-ad68-414b-8a74-c532d8b9edd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"udfDefinitionId\": 24467,\r\n        \"udfValue\": \"1695568\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24473,\r\n        \"udfValue\": \"third UDF row task\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24474,\r\n        \"udfValue\": \"Yes\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24476,\r\n        \"udfValue\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows?ScreenName=UDFs Grid1","description":"<p>Inserts a new row into a UDF grid for a given case. The ScreenName query parameter identifies the target grid. Row data is provided in the request body.</p>\n","urlObject":{"path":["case","516718","udf-grids","rows"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"42213058-a42a-462a-acc6-3bf0e26a2bed","name":"InserGridUDFRow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"udfDefinitionId\": 24467,\r\n        \"udfValue\": \"1695568\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24473,\r\n        \"udfValue\": \"third UDF row task\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24474,\r\n        \"udfValue\": \"Yes\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24476,\r\n        \"udfValue\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids","rows"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 19 Mar 2026 14:04:00 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"268"}],"cookie":[],"responseTime":null,"body":"{\n    \"gridRowId\": 143,\n    \"cells\": [\n        {\n            \"udfDefinitionId\": 24467,\n            \"udfValue\": \"Tim, Berton\",\n            \"udfValueId\": 2211062\n        },\n        {\n            \"udfDefinitionId\": 24473,\n            \"udfValue\": \"third UDF row task\",\n            \"udfValueId\": 2211063\n        },\n        {\n            \"udfDefinitionId\": 24474,\n            \"udfValue\": \"Yes\",\n            \"udfValueId\": 2211064\n        },\n        {\n            \"udfDefinitionId\": 24476\n        }\n    ]\n}"}],"_postman_id":"b30ce352-ad68-414b-8a74-c532d8b9edd5"},{"name":"GetGridUDFRow","id":"6fd80544-3caf-4145-bd1b-7feb6351551e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"udfDefinitionId\": 24467,\r\n        \"udfValue\": \" Charles F. Gormley, Esq.\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24473,\r\n        \"udfValue\": \"third UDF row task\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24474,\r\n        \"udfValue\": \"Yes\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24476,\r\n        \"udfValue\": \"\"\r\n    }\r\n]"},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","description":"<p>Retrieves a specific row from a UDF grid by its row ID. The ScreenName query parameter identifies the target grid.</p>\n","urlObject":{"path":["case","516718","udf-grids","rows","140"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"ab6b67a3-740f-4c56-9f39-f4f33cfc0545","name":"GetGridUDFRow","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"udfDefinitionId\": 24467,\r\n        \"udfValue\": \" Charles F. Gormley, Esq.\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24473,\r\n        \"udfValue\": \"third UDF row task\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24474,\r\n        \"udfValue\": \"Yes\"\r\n    },\r\n    {\r\n        \"udfDefinitionId\": 24476,\r\n        \"udfValue\": \"\"\r\n    }\r\n]"},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids","rows","140"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 18 Mar 2026 21:29:13 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"222"}],"cookie":[],"responseTime":null,"body":"{\n    \"gridRowId\": 140,\n    \"cells\": [\n        {\n            \"udfDefinitionId\": 24467\n        },\n        {\n            \"udfDefinitionId\": 24473,\n            \"udfValue\": \"third UDF row task\",\n            \"udfValueId\": 2211058\n        },\n        {\n            \"udfDefinitionId\": 24474,\n            \"udfValue\": \"Yes\",\n            \"udfValueId\": 2211059\n        },\n        {\n            \"udfDefinitionId\": 24476\n        }\n    ]\n}"}],"_postman_id":"6fd80544-3caf-4145-bd1b-7feb6351551e"},{"name":"UpdateGridUDFRow","id":"a4199cd1-81ad-40f2-8ad3-108a4620a8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n        {\r\n            \"udfDefinitionId\": 24467\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24473,\r\n            \"udfValue\": \"third UDF row task\",\r\n            \"udfValueId\": 2211060\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24474,\r\n            \"udfValue\": \"No\",\r\n            \"udfValueId\": 2211061\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24476\r\n        }\r\n    ]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","description":"<p>Performs a full update of an existing UDF grid row by its row ID. The ScreenName query parameter identifies the target grid. The complete row object must be provided in the request body.</p>\n","urlObject":{"path":["case","516718","udf-grids","rows","140"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"118a6167-b372-4a38-ba78-c004d7aa207a","name":"UpdateGridUDFRow","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n        {\r\n            \"udfDefinitionId\": 24467\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24473,\r\n            \"udfValue\": \"third UDF row task\",\r\n            \"udfValueId\": 2211060\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24474,\r\n            \"udfValue\": \"No\",\r\n            \"udfValueId\": 2211061\r\n        },\r\n        {\r\n            \"udfDefinitionId\": 24476\r\n        }\r\n    ]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids","rows","140"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 18 Mar 2026 21:39:29 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"221"}],"cookie":[],"responseTime":null,"body":"{\n    \"gridRowId\": 140,\n    \"cells\": [\n        {\n            \"udfDefinitionId\": 24467\n        },\n        {\n            \"udfDefinitionId\": 24473,\n            \"udfValue\": \"third UDF row task\",\n            \"udfValueId\": 2211058\n        },\n        {\n            \"udfDefinitionId\": 24474,\n            \"udfValue\": \"No\",\n            \"udfValueId\": 2211059\n        },\n        {\n            \"udfDefinitionId\": 24476\n        }\n    ]\n}"}],"_postman_id":"a4199cd1-81ad-40f2-8ad3-108a4620a8b5"},{"name":"UpdateGridUDFRow","id":"e06a6863-75fc-41a5-88a0-7219996f09ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    { \"op\": \"add\", \"path\": \"/cells/0/uDFValue\", \"value\": \"1695568\" }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","description":"<p>Performs a partial update of an existing UDF grid row by its row ID. The ScreenName query parameter identifies the target grid. Only the fields to be changed need to be included in the request body.</p>\n","urlObject":{"path":["case","516718","udf-grids","rows","140"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"aa728be8-4d14-4758-8efd-53934ddaee56","name":"UpdateGridUDFRow","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    { \"op\": \"add\", \"path\": \"/cells/0/uDFValue\", \"value\": \"1695568\" }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids","rows","140"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Thu, 19 Mar 2026 14:14:27 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"219"}],"cookie":[],"responseTime":null,"body":"{\n    \"gridRowId\": 140,\n    \"cells\": [\n        {\n            \"udfDefinitionId\": 24467,\n            \"udfValue\": \"Tim, Berton\",\n            \"udfValueId\": 2211067\n        },\n        {\n            \"udfDefinitionId\": 24473,\n            \"udfValue\": \"1695568\",\n            \"udfValueId\": 2211066\n        },\n        {\n            \"udfDefinitionId\": 24474\n        },\n        {\n            \"udfDefinitionId\": 24476\n        }\n    ]\n}"}],"_postman_id":"e06a6863-75fc-41a5-88a0-7219996f09ee"},{"name":"DeleteGridUDFRow","id":"dfc08cb4-e7c5-4fbd-b945-59aa3d1886e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","description":"<p>Deletes a specific row from a UDF grid by its row ID. The ScreenName query parameter identifies the target grid.</p>\n","urlObject":{"path":["case","516718","udf-grids","rows","140"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}],"variable":[]}},"response":[{"id":"636d98d3-9920-44e5-9262-5f01030a3eb2","name":"DeleteGridUDFRow","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/udf-grids/rows/140?ScreenName=UDFs Grid1","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","udf-grids","rows","140"],"query":[{"key":"ScreenName","value":"UDFs Grid1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Wed, 18 Mar 2026 21:43:21 GMT"},{"key":"server","value":"Kestrel"},{"key":"content-length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dfc08cb4-e7c5-4fbd-b945-59aa3d1886e1"}],"id":"8cb47f48-cbce-4fc9-bffe-b1e2ca38ca90","description":"<p>Manages User Defined Fields (UDFs) associated with cases. UDFs allow custom data fields to be attached to case records, supporting both standard field-level UDFs and grid-based UDFs (tabular custom data). Endpoints support retrieving UDFs by case number or case ID, fetching a specific UDF, performing filtered/paginated searches, updating UDF values, and full CRUD operations on UDF grid rows (insert, retrieve, update via PUT or PATCH, and delete).</p>\n","_postman_id":"8cb47f48-cbce-4fc9-bffe-b1e2ca38ca90"},{"name":"User Time","item":[{"name":"byCaseNumber","id":"74c7401f-5793-4c50-941c-a4a908346443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","description":"<p>Retrieves all user time entries for a case identified by case number. Supports pagination via currentPage and pageSize query parameters.</p>\n","urlObject":{"path":["case","usertime","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"d311a3d3-5902-45eb-9285-5a94d924b10b","name":"byCaseNumber","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/byCaseNumber?CaseNumber=9000002&currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","usertime","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"},{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"830"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 20:44:34 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"timeID\": 2814,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"activityID\": 4,\n        \"activityName\": \"Administrative\",\n        \"plaintiffs\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"roleID\": 19707,\n                \"statusID\": null,\n                \"role\": \"(P)-Point of Contact\",\n                \"status\": null,\n                \"contactID\": 1695568,\n                \"primary\": false,\n                \"primaryContact\": false,\n                \"comments\": null,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"group\": null\n            }\n        ],\n        \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n        \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n        \"duration\": \"03:59\",\n        \"billingRate\": 8.15,\n        \"billingAmount\": 32.46,\n        \"comments\": null,\n        \"billable\": true,\n        \"sharedExpenses\": false,\n        \"invoiceNumber\": \"12313\",\n        \"invoiceDate\": null,\n        \"statusDate\": null,\n        \"statusID\": 3,\n        \"status\": \"Invoiced\",\n        \"exportDuration\": 3.98,\n        \"staffContactId\": 1631752,\n        \"staffName\": \"Ilinykh, Andrey\",\n        \"userID\": 488,\n        \"createdDate\": \"2023-05-18T16:30:00-04:00\",\n        \"modifiedDate\": \"2023-05-22T16:34:00-04:00\"\n    }\n]"}],"_postman_id":"74c7401f-5793-4c50-941c-a4a908346443"},{"name":"byCaseID","id":"bf0690a2-8f3f-4470-9fe0-7c6b276659d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/usertime?currentPage=0&pageSize=200","description":"<p>Retrieves all user time entries for a case identified by its internal case ID. Supports pagination via currentPage and pageSize query parameters.</p>\n","urlObject":{"path":["case","516718","usertime"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}],"variable":[]}},"response":[{"id":"834077a9-e6c8-4583-a602-aff43f59630c","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/usertime?currentPage=0&pageSize=200","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","usertime"],"query":[{"key":"currentPage","value":"0"},{"key":"pageSize","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"830"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 21:06:55 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"timeID\": 2814,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"activityID\": 4,\n        \"activityName\": \"Administrative\",\n        \"plaintiffs\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"roleID\": 19707,\n                \"statusID\": null,\n                \"role\": \"(P)-Point of Contact\",\n                \"status\": null,\n                \"contactID\": 1695568,\n                \"primary\": false,\n                \"primaryContact\": false,\n                \"comments\": null,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"group\": null\n            }\n        ],\n        \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n        \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n        \"duration\": \"03:59\",\n        \"billingRate\": 8.15,\n        \"billingAmount\": 32.46,\n        \"comments\": null,\n        \"billable\": true,\n        \"sharedExpenses\": false,\n        \"invoiceNumber\": \"12313\",\n        \"invoiceDate\": null,\n        \"statusDate\": null,\n        \"statusID\": 3,\n        \"status\": \"Invoiced\",\n        \"exportDuration\": 3.98,\n        \"staffContactId\": 1631752,\n        \"staffName\": \"Ilinykh, Andrey\",\n        \"userID\": 488,\n        \"createdDate\": \"2023-05-18T16:30:00-04:00\",\n        \"modifiedDate\": \"2023-05-22T16:34:00-04:00\"\n    }\n]"}],"_postman_id":"bf0690a2-8f3f-4470-9fe0-7c6b276659d3"},{"name":"GetUserTime","id":"2488634c-8850-46ca-a566-a028b443bab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/2814","description":"<p>Retrieves a specific user time entry by its unique time entry ID.</p>\n","urlObject":{"path":["case","usertime","2814"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"82fa7581-625a-42b3-9c0e-94724b46aa6f","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/2814"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"828"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 21:08:29 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeID\": 2814,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"activityID\": 4,\n    \"activityName\": \"Administrative\",\n    \"plaintiffs\": [\n        {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"statusID\": null,\n            \"role\": \"(P)-Point of Contact\",\n            \"status\": null,\n            \"contactID\": 1695568,\n            \"primary\": false,\n            \"primaryContact\": false,\n            \"comments\": null,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": null\n        }\n    ],\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n    \"duration\": \"03:59\",\n    \"billingRate\": 8.15,\n    \"billingAmount\": 32.46,\n    \"comments\": null,\n    \"billable\": true,\n    \"sharedExpenses\": false,\n    \"invoiceNumber\": \"12313\",\n    \"invoiceDate\": null,\n    \"statusDate\": null,\n    \"statusID\": 3,\n    \"status\": \"Invoiced\",\n    \"exportDuration\": 3.98,\n    \"staffContactId\": 1631752,\n    \"staffName\": \"Ilinykh, Andrey\",\n    \"userID\": 488,\n    \"createdDate\": \"2023-05-18T16:30:00-04:00\",\n    \"modifiedDate\": \"2023-05-22T16:34:00-04:00\"\n}"}],"_postman_id":"2488634c-8850-46ca-a566-a028b443bab9"},{"name":"FilteredUserTime","id":"304667b2-1b28-4493-bde4-a878792f51f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"modifiedFromDateTime\": \"2023-01-24T14:15:22Z\",\r\n  \"modifiedToDateTime\": \"2023-08-24T14:15:22Z\",\r\n  \"caseNumbers\": [\r\n    \"9000002\", \"1017260\"\r\n  ],\r\n  \"pageRequest\": {\r\n    \"currentPage\": 0,\r\n    \"pageSize\": 5,\r\n    \"filterExpression\": {},\r\n    \"sorts\": [\r\n      {\r\n        \"propertyPath\": \"string\",\r\n        \"sortDirection\": \"Ascending\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/byDatePaged","description":"<p>Retrieves a filtered and paginated list of user time entries based on date range and other criteria provided in the request body.</p>\n","urlObject":{"path":["case","usertime","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"62a4d538-5375-4fc0-acd7-92b7140d851c","name":"FilteredUserTime","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"modifiedFromDateTime\": \"2023-01-24T14:15:22Z\",\r\n  \"modifiedToDateTime\": \"2023-08-24T14:15:22Z\",\r\n  \"caseNumbers\": [\r\n    \"9000002\", \"1017260\"\r\n  ],\r\n  \"pageRequest\": {\r\n    \"currentPage\": 0,\r\n    \"pageSize\": 5,\r\n    \"filterExpression\": {},\r\n    \"sorts\": [\r\n      {\r\n        \"propertyPath\": \"string\",\r\n        \"sortDirection\": \"Ascending\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3357"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 21:17:23 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"timeID\": 2814,\n        \"caseID\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"activityID\": 4,\n        \"activityName\": \"Administrative\",\n        \"plaintiffs\": [\n            {\n                \"id\": 620837,\n                \"name\": \"Tim, Berton\",\n                \"roleID\": 19707,\n                \"statusID\": null,\n                \"role\": \"(P)-Point of Contact\",\n                \"status\": null,\n                \"contactID\": 1695568,\n                \"primary\": false,\n                \"primaryContact\": false,\n                \"comments\": null,\n                \"missing\": false,\n                \"markedAsRemoved\": false,\n                \"client\": true,\n                \"group\": null\n            }\n        ],\n        \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n        \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n        \"duration\": \"03:59\",\n        \"billingRate\": 8.15,\n        \"billingAmount\": 32.46,\n        \"comments\": null,\n        \"billable\": true,\n        \"sharedExpenses\": false,\n        \"invoiceNumber\": \"12313\",\n        \"invoiceDate\": null,\n        \"statusDate\": null,\n        \"statusID\": 3,\n        \"status\": \"Invoiced\",\n        \"exportDuration\": 3.98,\n        \"staffContactId\": 1631752,\n        \"staffName\": \"Ilinykh, Andrey\",\n        \"userID\": 488,\n        \"createdDate\": \"2023-05-18T16:30:00-04:00\",\n        \"modifiedDate\": \"2023-05-22T16:34:00-04:00\"\n    },\n    {\n        \"timeID\": 2799,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"activityID\": 4,\n        \"activityName\": \"Administrative\",\n        \"plaintiffs\": null,\n        \"dateFrom\": \"2023-04-10T06:40:00-04:00\",\n        \"dateTo\": \"2023-04-10T06:45:00-04:00\",\n        \"duration\": \"00:05\",\n        \"billingRate\": 0,\n        \"billingAmount\": 0,\n        \"comments\": \"Automatically added by admin configured Brief document.\",\n        \"billable\": true,\n        \"sharedExpenses\": true,\n        \"invoiceNumber\": null,\n        \"invoiceDate\": null,\n        \"statusDate\": \"2023-04-10T06:45:00-04:00\",\n        \"statusID\": 1,\n        \"status\": \"Performed\",\n        \"exportDuration\": 0.08,\n        \"staffContactId\": 1696365,\n        \"staffName\": \"Anisimov, Nikita\",\n        \"userID\": 682,\n        \"createdDate\": \"2023-04-10T06:45:00-04:00\",\n        \"modifiedDate\": null\n    },\n    {\n        \"timeID\": 2798,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"activityID\": 4,\n        \"activityName\": \"Administrative\",\n        \"plaintiffs\": null,\n        \"dateFrom\": \"2023-04-10T06:12:00-04:00\",\n        \"dateTo\": \"2023-04-10T06:17:00-04:00\",\n        \"duration\": \"00:05\",\n        \"billingRate\": 0,\n        \"billingAmount\": 0,\n        \"comments\": \"Automatically added by admin configured Brief document.\",\n        \"billable\": true,\n        \"sharedExpenses\": true,\n        \"invoiceNumber\": null,\n        \"invoiceDate\": null,\n        \"statusDate\": \"2023-04-10T06:17:00-04:00\",\n        \"statusID\": 1,\n        \"status\": \"Performed\",\n        \"exportDuration\": 0.08,\n        \"staffContactId\": 1697646,\n        \"staffName\": \"Buslov, Petr\",\n        \"userID\": 690,\n        \"createdDate\": \"2023-04-10T06:17:00-04:00\",\n        \"modifiedDate\": null\n    },\n    {\n        \"timeID\": 2663,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"activityID\": 0,\n        \"activityName\": \"Other\",\n        \"plaintiffs\": null,\n        \"dateFrom\": \"2023-03-17T13:04:00-04:00\",\n        \"dateTo\": \"2023-03-17T13:24:00-04:00\",\n        \"duration\": \"00:20\",\n        \"billingRate\": 0,\n        \"billingAmount\": 0,\n        \"comments\": \"Automatically added by admin configured Adjuster note.\",\n        \"billable\": true,\n        \"sharedExpenses\": true,\n        \"invoiceNumber\": null,\n        \"invoiceDate\": null,\n        \"statusDate\": \"2023-03-17T13:24:00-04:00\",\n        \"statusID\": 5,\n        \"status\": \"Performed (Suggested)\",\n        \"exportDuration\": 0.33,\n        \"staffContactId\": 1697729,\n        \"staffName\": \"Taran, Alexander\",\n        \"userID\": 691,\n        \"createdDate\": \"2023-03-17T13:24:00-04:00\",\n        \"modifiedDate\": null\n    },\n    {\n        \"timeID\": 2633,\n        \"caseID\": 292605,\n        \"caseNumber\": \"1017260\",\n        \"activityID\": 0,\n        \"activityName\": \"Other\",\n        \"plaintiffs\": null,\n        \"dateFrom\": \"2023-03-13T15:50:00-04:00\",\n        \"dateTo\": \"2023-03-13T16:10:00-04:00\",\n        \"duration\": \"00:20\",\n        \"billingRate\": 0,\n        \"billingAmount\": 0,\n        \"comments\": \"Automatically added by admin configured Adjuster note.\",\n        \"billable\": true,\n        \"sharedExpenses\": true,\n        \"invoiceNumber\": null,\n        \"invoiceDate\": null,\n        \"statusDate\": \"2023-03-13T16:10:00-04:00\",\n        \"statusID\": 5,\n        \"status\": \"Performed (Suggested)\",\n        \"exportDuration\": 0.33,\n        \"staffContactId\": 1487383,\n        \"staffName\": \"Selizhuk, Igor V., Esq.\",\n        \"userID\": 345,\n        \"createdDate\": \"2023-03-13T16:10:00-04:00\",\n        \"modifiedDate\": null\n    }\n]"}],"_postman_id":"304667b2-1b28-4493-bde4-a878792f51f5"},{"name":"GetActivity","id":"10f1ccad-ae5c-42bc-b26a-2e33023179d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/activity","description":"<p>Retrieves the list of available activity types that can be assigned to user time entries.</p>\n","urlObject":{"path":["case","usertime","activity"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"e6eef88e-ec8f-4dee-9d84-fd651c9fc670","name":"GetActivity","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1116"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 21:18:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"description\": \"Administrative\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Appearance\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Court Appearance\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Dep: Prep/Take/Defend\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Depo: Prep/Take/Defend\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"Deposition: Prep/Take/Defend\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Discovery\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Doc Review\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Document Review\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Experts/Consultants\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Law/Briefing\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Lead/Liaison Duties\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Litigation Strategy & Analysis\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"MDL Status Conf.\"\n    },\n    {\n        \"id\": 0,\n        \"description\": \"Other\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Other/Misc\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Other/Misc.\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"PEC Calls/Meeting\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"PEC Calls/Meetings\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Pleadings/Briefs/Pre-trial Motions/Legal\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"PSC Calls/Meeting\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"PSC Calls/Meetings\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Research\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Science\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Settlement\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Trial Prep/Bellwether\"\n    }\n]"}],"_postman_id":"10f1ccad-ae5c-42bc-b26a-2e33023179d9"},{"name":"GetStatus","id":"3b6d584f-090a-4ccb-8919-201e3ada5806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/status","description":"<p>Retrieves the list of available statuses that can be assigned to user time entries.</p>\n","urlObject":{"path":["case","usertime","status"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1046a5ad-d243-44c5-b822-39bbed1ac6d7","name":"GetStatus","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"147"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 22 May 2023 21:19:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"description\": \"Invoiced\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Paid\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Performed\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Performed (Suggested)\"\n    }\n]"}],"_postman_id":"3b6d584f-090a-4ccb-8919-201e3ada5806"},{"name":"InsertUserTime","id":"fd09fd29-f18a-49a4-b067-dd77e76e31b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseID\": 516718,\r\n    \"activityID\": 4,\r\n    \"plaintiffs\": [\r\n        {\r\n            \"id\": 620837\r\n        }\r\n    ],\r\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\r\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\r\n    \"duration\": \"03:59\",\r\n    \"billingRate\": 8.15,\r\n    \"billingAmount\": 32.46,\r\n    \"comments\": \"test insert comment\",\r\n    \"billable\": true,\r\n    \"sharedExpenses\": false,\r\n    \"invoiceNumber\": \"123456\",\r\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusID\": 3,\r\n    \"staffContactId\": 1631752\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime","description":"<p>Creates a new user time entry. The time entry details, including case reference, activity type, duration, and staff member, must be provided in the request body.</p>\n","urlObject":{"path":["case","usertime"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"74b75956-ec9f-4627-9d4d-11007d72de52","name":"InsertUserTime","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caseID\": 516718,\r\n    \"activityID\": 4,\r\n    \"plaintiffs\": [\r\n        {\r\n            \"id\": 620837\r\n        }\r\n    ],\r\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\r\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\r\n    \"duration\": \"03:59\",\r\n    \"billingRate\": 8.15,\r\n    \"billingAmount\": 32.46,\r\n    \"comments\": \"test insert comment\",\r\n    \"billable\": true,\r\n    \"sharedExpenses\": false,\r\n    \"invoiceNumber\": \"123456\",\r\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusID\": 3,\r\n    \"staffContactId\": 1631752\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"853"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 May 2023 14:25:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeID\": 2815,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"activityID\": 4,\n    \"activityName\": \"Administrative\",\n    \"plaintiffs\": [\n        {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"statusID\": null,\n            \"role\": \"(P)-Point of Contact\",\n            \"status\": null,\n            \"contactID\": 1695568,\n            \"primary\": false,\n            \"primaryContact\": false,\n            \"comments\": null,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": null\n        }\n    ],\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n    \"duration\": \"03:59\",\n    \"billingRate\": 8.15,\n    \"billingAmount\": 32.46,\n    \"comments\": \"test insert comment\",\n    \"billable\": true,\n    \"sharedExpenses\": false,\n    \"invoiceNumber\": \"123456\",\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\n    \"statusID\": 3,\n    \"status\": \"Invoiced\",\n    \"exportDuration\": 3.98,\n    \"staffContactId\": null,\n    \"staffName\": null,\n    \"userID\": 488,\n    \"createdDate\": \"2023-05-24T10:25:00-04:00\",\n    \"modifiedDate\": null\n}"}],"_postman_id":"fd09fd29-f18a-49a4-b067-dd77e76e31b3"},{"name":"UpdateUserTime","id":"4ba34025-4c25-4dea-bf37-474de2418bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"timeID\": 2815,\r\n    \"activityID\": 8,\r\n    \"plaintiffs\": [\r\n        {\r\n            \"id\": 620837\r\n        }\r\n    ],\r\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\r\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\r\n    \"duration\": \"03:59\",\r\n    \"billingRate\": 8.15,\r\n    \"billingAmount\": 32.46,\r\n    \"comments\": \"test update comment\",\r\n    \"billable\": true,\r\n    \"sharedExpenses\": false,\r\n    \"invoiceNumber\": \"123456\",\r\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusID\": 3,\r\n    \"staffContactId\": 1631752\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime","description":"<p>Performs a full update of an existing user time entry. The complete time entry object must be provided in the request body.</p>\n","urlObject":{"path":["case","usertime"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"aece18f6-0f2d-49c8-8361-b547eb77d6b5","name":"UpdateUserTime","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"timeID\": 2815,\r\n    \"activityID\": 8,\r\n    \"plaintiffs\": [\r\n        {\r\n            \"id\": 620837\r\n        }\r\n    ],\r\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\r\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\r\n    \"duration\": \"03:59\",\r\n    \"billingRate\": 8.15,\r\n    \"billingAmount\": 32.46,\r\n    \"comments\": \"test update comment\",\r\n    \"billable\": true,\r\n    \"sharedExpenses\": false,\r\n    \"invoiceNumber\": \"123456\",\r\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\r\n    \"statusID\": 3,\r\n    \"staffContactId\": 1631752\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"871"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 24 May 2023 14:42:06 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeID\": 2815,\n    \"caseID\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"activityID\": 8,\n    \"activityName\": \"Discovery\",\n    \"plaintiffs\": [\n        {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"roleID\": 19707,\n            \"statusID\": null,\n            \"role\": \"(P)-Point of Contact\",\n            \"status\": null,\n            \"contactID\": 1695568,\n            \"primary\": false,\n            \"primaryContact\": false,\n            \"comments\": null,\n            \"missing\": false,\n            \"markedAsRemoved\": false,\n            \"client\": true,\n            \"group\": null\n        }\n    ],\n    \"dateFrom\": \"2023-05-18T08:01:00-04:00\",\n    \"dateTo\": \"2023-05-18T12:00:00-04:00\",\n    \"duration\": \"03:59\",\n    \"billingRate\": 8.15,\n    \"billingAmount\": 32.46,\n    \"comments\": \"test update comment\",\n    \"billable\": true,\n    \"sharedExpenses\": false,\n    \"invoiceNumber\": \"123456\",\n    \"invoiceDate\": \"2023-05-18T00:00:00-04:00\",\n    \"statusDate\": \"2023-05-18T00:00:00-04:00\",\n    \"statusID\": 3,\n    \"status\": \"Invoiced\",\n    \"exportDuration\": 3.98,\n    \"staffContactId\": null,\n    \"staffName\": null,\n    \"userID\": 488,\n    \"createdDate\": \"2023-05-24T10:25:00-04:00\",\n    \"modifiedDate\": \"2023-05-24T10:42:00-04:00\"\n}"}],"_postman_id":"4ba34025-4c25-4dea-bf37-474de2418bfe"},{"name":"UpdateUserTime","id":"8a1a8336-6740-4fac-bcdb-abeb12010a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \"Updated comment1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/2815","description":"<p>Performs a partial update of an existing user time entry by its ID. Only the fields to be changed need to be included in the request body.</p>\n","urlObject":{"path":["case","usertime","2815"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a1a8336-6740-4fac-bcdb-abeb12010a58"},{"name":"DeleteUserTime","id":"b642692a-ce28-44db-bf12-dec15f70bca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/usertime/2814","description":"<p>Deletes a specific user time entry by its unique time entry ID.</p>\n","urlObject":{"path":["case","usertime","2814"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"b642692a-ce28-44db-bf12-dec15f70bca2"}],"id":"61bc1f9b-91eb-4b36-aa8f-61e45a2ca3a5","description":"<p>Manages user time entries associated with cases. User time records track time spent by staff members on case-related activities. Endpoints support retrieving time entries by case number or case ID, fetching a specific entry, performing filtered/paginated searches, inserting new time entries, updating entries via full (PUT) or partial (PATCH) update, deleting entries, and retrieving reference data for activity types and statuses.</p>\n","_postman_id":"61bc1f9b-91eb-4b36-aa8f-61e45a2ca3a5"},{"name":"Users","item":[{"name":"GetUsers","id":"fd3ed708-18aa-4ade-83c0-e7af4b58c0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get","description":"<p>Retrieves a list of all users in the system with basic profile information.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/get</code></p>\n<p><strong>Returns:</strong> An array of user objects, each containing core fields such as user ID, name, username, email, and status. For a single user's full profile, use the Get Full User Info endpoint.</p>\n","urlObject":{"path":["Users","get"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3b0ec64c-c102-48a2-9cc8-74100451e379","name":"GetUsers","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"17106"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:37:38 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[    \n    {\n        \"id\": 551,\n        \"name\": \"Bolt, Lol f.\",\n        \"contactID\": 16\n    },\n    {\n        \"id\": 534,\n        \"name\": \"Borman, Janae\",\n        \"contactID\": 1660961\n    },\n    {\n        \"id\": 734,\n        \"name\": \"Bourgoin, Alex\",\n        \"contactID\": 1699064\n    },\n    {\n        \"id\": 248,\n        \"name\": \"Breakstone, Jay\",\n        \"contactID\": 1373295\n    }\n]"}],"_postman_id":"fd3ed708-18aa-4ade-83c0-e7af4b58c0fd"},{"name":"GetUser","id":"f3cb3fc8-d3ea-4e2e-8e59-a5a5e5a24842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/551","description":"<p>Retrieves basic profile information for a specific user by their user ID.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/get/{userID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>userID</code> <em>(required)</em> — The unique numeric ID of the user to retrieve (e.g., <code>551</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A user object containing core fields such as name, username, email, role, and status.</p>\n","urlObject":{"path":["Users","get","551"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"064091bc-78be-428e-a231-126323b40068","name":"GetUser","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/551"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:44:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 551,\n    \"name\": \"Bolt, Lol f.\",\n    \"contactID\": 16\n}"}],"_postman_id":"f3cb3fc8-d3ea-4e2e-8e59-a5a5e5a24842"},{"name":"Get Full Users Info","id":"060d2979-9bb2-4ba0-9092-0d70b45f5b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo","description":"<p>Retrieves full profile information for all users in the system, including extended fields such as department, team, office, roles, and custom field values.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo</code></p>\n<p><strong>Returns:</strong> An array of complete user profile objects. This is the most comprehensive user listing endpoint and is suitable for full data synchronization scenarios.</p>\n","urlObject":{"path":["Users","get","fullInfo"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"09be1f79-c791-4020-b8aa-343555771f7c","name":"GetFullUserInfo","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"405472"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:45:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    \n    {\n        \"id\": 734,\n        \"username\": \"abourgoin\",\n        \"name\": \"Bourgoin, Alex\",\n        \"contactID\": 1699064,\n        \"defaultCaseRole\": {\n            \"id\": 33,\n            \"description\": \"Staff\"\n        },\n        \"unsuccesfulLoginCount\": 0,\n        \"activeState\": true,\n        \"isLocked\": false,\n        \"mobileApp\": false,\n        \"isShowInSystem\": true,\n        \"changeOnNextLogon\": false,\n        \"readOnly\": false,\n        \"userEmailLogin\": \"\",\n        \"smtpServerPort\": 0,\n        \"enableSsl\": false,\n        \"isTeam\": false,\n        \"workstation\": \"Auto-Logout\",\n        \"createdDate\": \"2024-10-28T11:21:00-04:00\",\n        \"modifiedDate\": \"2024-10-31T10:03:00-04:00\",\n        \"billingRate\": 0,\n        \"firmRole\": {\n            \"id\": 21862,\n            \"description\": \"Other Staff\"\n        },\n        \"title\": {\n            \"id\": 21866,\n            \"description\": \"Staff\"\n        },\n        \"teams\": [],\n        \"permissionGroups\": [\n            {\n                \"id\": 1,\n                \"description\": \"Administrators\"\n            }\n        ],\n        \"isLoggedIn\": false,\n        \"lastLoginTime\": \"2024-10-31T09:22:00-04:00\",\n        \"lastLoggedOutTime\": \"2024-10-31T10:03:00-04:00\",\n        \"commandButtonVisibility\": false\n    },\n    {\n        \"id\": 736,\n        \"username\": \"furypony_team\",\n        \"name\": \"Ilchyshyn, Ilchyshyn\",\n        \"contactID\": 1698732,\n        \"defaultCaseRole\": {\n            \"id\": 1,\n            \"description\": \"Attorney\"\n        },\n        \"unsuccesfulLoginCount\": 0,\n        \"activeState\": false,\n        \"isLocked\": false,\n        \"mobileApp\": false,\n        \"isShowInSystem\": true,\n        \"changeOnNextLogon\": false,\n        \"readOnly\": false,\n        \"userEmailLogin\": \"\",\n        \"smtpServerPort\": 0,\n        \"enableSsl\": false,\n        \"isTeam\": true,\n        \"createdDate\": \"2024-11-08T12:31:00-05:00\",\n        \"modifiedDate\": \"2024-12-02T08:28:00-05:00\",\n        \"billingRate\": 0,\n        \"firmRole\": {\n            \"id\": 21844,\n            \"description\": \"Attorney\"\n        },\n        \"title\": {\n            \"id\": 21847,\n            \"description\": \"Attorney\"\n        },\n        \"teams\": [],\n        \"permissionGroups\": [],\n        \"isLoggedIn\": false,\n        \"commandButtonVisibility\": false\n    },\n    {\n        \"id\": 738,\n        \"username\": \"furypony_login\",\n        \"name\": \"Furypony, Team\",\n        \"contactID\": 1699074,\n        \"defaultCaseRole\": {\n            \"id\": 1,\n            \"description\": \"Attorney\"\n        },\n        \"unsuccesfulLoginCount\": 0,\n        \"activeState\": false,\n        \"isLocked\": false,\n        \"mobileApp\": false,\n        \"isShowInSystem\": true,\n        \"changeOnNextLogon\": false,\n        \"readOnly\": false,\n        \"userEmailLogin\": \"\",\n        \"smtpServerPort\": 0,\n        \"enableSsl\": false,\n        \"isTeam\": true,\n        \"createdDate\": \"2024-11-12T10:00:00-05:00\",\n        \"modifiedDate\": \"2024-12-11T15:52:00-05:00\",\n        \"billingRate\": 400,\n        \"firmRole\": {\n            \"id\": 21846,\n            \"description\": \"Case Manager\"\n        },\n        \"title\": {\n            \"id\": 23634,\n            \"description\": \"Exceedingly, needlessly long title for no reason\"\n        },\n        \"teams\": [],\n        \"permissionGroups\": [],\n        \"isLoggedIn\": false,\n        \"commandButtonVisibility\": false\n    },\n    {\n        \"id\": 739,\n        \"username\": \"monica_team\",\n        \"name\": \"Mamma, Mia k., CNP\",\n        \"contactID\": 1698227,\n        \"defaultCaseRole\": {\n            \"id\": 4,\n            \"description\": \"Case Manager\"\n        },\n        \"unsuccesfulLoginCount\": 0,\n        \"activeState\": false,\n        \"isLocked\": false,\n        \"mobileApp\": false,\n        \"isShowInSystem\": true,\n        \"changeOnNextLogon\": false,\n        \"readOnly\": false,\n        \"userEmailLogin\": \"\",\n        \"smtpServerPort\": 0,\n        \"enableSsl\": false,\n        \"isTeam\": false,\n        \"createdDate\": \"2024-11-13T09:54:00-05:00\",\n        \"modifiedDate\": \"2024-11-18T08:44:00-05:00\",\n        \"billingRate\": 25,\n        \"firmRole\": {\n            \"id\": 21859,\n            \"description\": \"File Room Staff\"\n        },\n        \"title\": {\n            \"id\": 21865,\n            \"description\": \"Legal Assistant\"\n        },\n        \"teams\": [],\n        \"permissionGroups\": [\n            {\n                \"id\": 39,\n                \"description\": \"Yana'sgroup\"\n            }\n        ],\n        \"isLoggedIn\": false,\n        \"commandButtonVisibility\": false\n    }\n]"}],"_postman_id":"060d2979-9bb2-4ba0-9092-0d70b45f5b4b"},{"name":"Get Full User Info","id":"8fe719ad-58c5-4be4-b042-b6c1b14eb286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo/764","description":"<p>Retrieves the complete profile for a specific user, including all extended fields such as department, team, office, assigned roles, and custom field values.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo/{userID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>userID</code> <em>(required)</em> — The unique numeric ID of the user (e.g., <code>764</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A comprehensive user profile object with all available fields and nested data.</p>\n","urlObject":{"path":["Users","get","fullInfo","764"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"18e4584e-1415-4b42-b5dc-940c17f356a6","name":"Get Full User Info","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/fullInfo/680"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"654"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 19:53:09 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 680,\n    \"username\": \"test_read_add\",\n    \"name\": \"Badge # 16585, \",\n    \"contactID\": 15,\n    \"defaultCaseRole\": {\n        \"id\": 1,\n        \"description\": \"Attorney\"\n    },\n    \"unsuccesfulLoginCount\": 0,\n    \"activeState\": false,\n    \"isLocked\": false,\n    \"mobileApp\": false,\n    \"isShowInSystem\": false,\n    \"changeOnNextLogon\": false,\n    \"readOnly\": false,\n    \"userEmailLogin\": \"\",\n    \"smtpServerPort\": 0,\n    \"enableSsl\": false,\n    \"isTeam\": false,\n    \"createdDate\": \"2021-05-27T17:00:00-04:00\",\n    \"modifiedDate\": \"2021-05-27T17:00:00-04:00\",\n    \"billingRate\": 0,\n    \"firmRole\": {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    \"title\": {\n        \"id\": 21847,\n        \"description\": \"Attorney\"\n    },\n    \"teams\": [],\n    \"permissionGroups\": [\n        {\n            \"id\": 9,\n            \"description\": \"Attorneys\"\n        }\n    ],\n    \"isLoggedIn\": false,\n    \"commandButtonVisibility\": false\n}"}],"_postman_id":"8fe719ad-58c5-4be4-b042-b6c1b14eb286"},{"name":"InsertUser","id":"756885f4-844a-41c7-ae40-f31103f92d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"test_user_insert\",\r\n    \"password\":\"testPassword\",\r\n    \"name\": \"Badge # 16585, \",\r\n    \"contactID\": 16,\r\n    \"defaultCaseRole\": {\r\n        \"id\": 1\r\n    },\r\n     \"department\": {\r\n            \"id\": 6\r\n        },\r\n    \"activeState\": false,\r\n    \"isLocked\": false,\r\n    \"mobileApp\": false,\r\n    \"isShowInSystem\": false,\r\n    \"changeOnNextLogon\": false,\r\n    \"readOnly\": false,\r\n    \"userEmailLogin\": \"\",\r\n    \"userEmailPassword\": \"\",\r\n    \"smtpServerAddress\": \"\",\r\n    \"smtpServerPort\": 0,\r\n    \"enableSsl\": false,\r\n    \"isTeam\": false,\r\n    \"billingRate\": 0.00,\r\n    \"firmRole\": {\r\n        \"id\": 21844\r\n    },\r\n    \"title\": {\r\n        \"id\": 21847\r\n    },\r\n    \"teams\": [],\r\n    \"permissionGroups\": [\r\n        {\r\n            \"id\": 9\r\n        }\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users","description":"<p>Creates a new user record in the system.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users</code></p>\n<p><strong>Request Body (JSON):</strong> A user object containing the fields to populate for the new user. Required fields typically include name, username, email, and role. Optional fields may include department, team, office, and custom field values.</p>\n<p><strong>Returns:</strong> The newly created user object, including the system-assigned user ID.</p>\n","urlObject":{"path":["Users"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6f875430-9253-4a78-bfe8-73d81d74dd0e","name":"InsertUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"test_user_insert\",\r\n    \"password\":\"testPassword\",\r\n    \"name\": \"Badge # 16585, \",\r\n    \"contactID\": 16,\r\n    \"defaultCaseRole\": {\r\n        \"id\": 1\r\n    },\r\n     \"department\": {\r\n            \"id\": 6\r\n        },\r\n    \"activeState\": false,\r\n    \"isLocked\": false,\r\n    \"mobileApp\": false,\r\n    \"isShowInSystem\": false,\r\n    \"changeOnNextLogon\": false,\r\n    \"readOnly\": false,\r\n    \"userEmailLogin\": \"\",\r\n    \"smtpServerPort\": 0,\r\n    \"enableSsl\": false,\r\n    \"isTeam\": false,\r\n    \"billingRate\": 0.00,\r\n    \"firmRole\": {\r\n        \"id\": 21844\r\n    },\r\n    \"title\": {\r\n        \"id\": 21847\r\n    },\r\n    \"teams\": [],\r\n    \"permissionGroups\": [\r\n        {\r\n            \"id\": 9\r\n        }\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"669"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:03:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 742,\n    \"username\": \"test_user_insert\",\n    \"name\": \"Dean, \",\n    \"contactID\": 116,\n    \"defaultCaseRole\": {\n        \"id\": 1,\n        \"description\": \"Attorney\"\n    },\n    \"activeState\": false,\n    \"isLocked\": false,\n    \"mobileApp\": false,\n    \"isShowInSystem\": false,\n    \"changeOnNextLogon\": false,\n    \"readOnly\": false,\n    \"userEmailLogin\": \"\",\n    \"smtpServerPort\": 0,\n    \"enableSsl\": false,\n    \"department\": {\n        \"id\": 6,\n        \"description\": \"Trading\"\n    },\n    \"isTeam\": false,\n    \"createdDate\": \"2024-12-20T16:03:00-05:00\",\n    \"modifiedDate\": \"2024-12-20T16:03:00-05:00\",\n    \"billingRate\": 0,\n    \"firmRole\": {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    \"title\": {\n        \"id\": 21847,\n        \"description\": \"Attorney\"\n    },\n    \"teams\": [],\n    \"permissionGroups\": [\n        {\n            \"id\": 9,\n            \"description\": \"Attorneys\"\n        }\n    ],\n    \"isLoggedIn\": false,\n    \"commandButtonVisibility\": false\n}"}],"_postman_id":"756885f4-844a-41c7-ae40-f31103f92d80"},{"name":"UpdateUser","id":"97cf8679-6628-40d9-be59-41e365cc5211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 742,\r\n    \"username\": \"test_user_insert\",\r\n    \"password\":\"testPassword\",\r\n    \"contactID\": 16,\r\n    \"defaultCaseRole\": {\r\n        \"id\": 1\r\n    },\r\n     \"department\": {\r\n            \"id\": 6\r\n        },\r\n    \"activeState\": false,\r\n    \"isLocked\": true,\r\n    \"mobileApp\": false,\r\n    \"isShowInSystem\": false,\r\n    \"changeOnNextLogon\": false,\r\n    \"readOnly\": false,\r\n    \"userEmailLogin\": \"\",\r\n    \"userEmailPassword\": \"\",\r\n    \"smtpServerAddress\": \"\",\r\n    \"smtpServerPort\": 0,\r\n    \"enableSsl\": false,\r\n    \"isTeam\": false,\r\n    \"billingRate\": 0.00,\r\n    \"firmRole\": {\r\n        \"id\": 21844\r\n    },\r\n    \"title\": {\r\n        \"id\": 21847\r\n    },\r\n    \"teams\": [],\r\n    \"permissionGroups\": [\r\n        {\r\n            \"id\": 9\r\n        }\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users","description":"<p>Fully replaces an existing user record with the provided data. All fields must be supplied; any omitted fields may be cleared.</p>\n<p><strong>Method:</strong> PUT\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users</code></p>\n<p><strong>Request Body (JSON):</strong> A complete user object including the user ID and all fields to be set. This is a full replacement operation — use PATCH (UpdateUser by ID) for partial updates.</p>\n<p><strong>Returns:</strong> The updated user object reflecting all applied changes.</p>\n","urlObject":{"path":["Users"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9e03d66c-b158-4118-9c92-bfa826bc9c46","name":"UpdateUser","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 742,\r\n    \"username\": \"test_user_insert\",\r\n    \"password\":\"testPassword\",\r\n    \"contactID\": 16,\r\n    \"role\": {\r\n        \"id\": 1\r\n    },\r\n     \"department\": {\r\n            \"id\": 6\r\n        },\r\n    \"activeState\": false,\r\n    \"isLocked\": true,\r\n    \"mobileApp\": false,\r\n    \"isShowInSystem\": false,\r\n    \"changeOnNextLogon\": false,\r\n    \"readOnly\": false,\r\n    \"userEmailLogin\": \"\",\r\n    \"smtpServerPort\": 0,\r\n    \"enableSsl\": false,\r\n    \"isTeam\": false,\r\n    \"billingRate\": 0.00,\r\n    \"firmRole\": {\r\n        \"id\": 21844\r\n    },\r\n    \"title\": {\r\n        \"id\": 21847\r\n    },\r\n    \"teams\": [],\r\n    \"permissionGroups\": [\r\n        {\r\n            \"id\": 9\r\n        }\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"668"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:09:41 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 742,\n    \"username\": \"test_user_insert\",\n    \"name\": \"Dean, \",\n    \"contactID\": 116,\n    \"defaultCaseRole\": {\n        \"id\": 1,\n        \"description\": \"Attorney\"\n    },\n    \"activeState\": false,\n    \"isLocked\": true,\n    \"mobileApp\": false,\n    \"isShowInSystem\": false,\n    \"changeOnNextLogon\": false,\n    \"readOnly\": false,\n    \"userEmailLogin\": \"\",\n    \"smtpServerPort\": 0,\n    \"enableSsl\": false,\n    \"department\": {\n        \"id\": 6,\n        \"description\": \"Trading\"\n    },\n    \"isTeam\": false,\n    \"createdDate\": \"2024-12-20T16:03:00-05:00\",\n    \"modifiedDate\": \"2024-12-20T16:10:00-05:00\",\n    \"billingRate\": 0,\n    \"firmRole\": {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    \"title\": {\n        \"id\": 21847,\n        \"description\": \"Attorney\"\n    },\n    \"teams\": [],\n    \"permissionGroups\": [\n        {\n            \"id\": 9,\n            \"description\": \"Attorneys\"\n        }\n    ],\n    \"isLoggedIn\": false,\n    \"commandButtonVisibility\": false\n}"}],"_postman_id":"97cf8679-6628-40d9-be59-41e365cc5211"},{"name":"UpdateUser","id":"0426212c-ae57-460f-a3e0-f28a2d5ad86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/mobileApp\",\r\n    \"value\": false\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/761","description":"<p>Partially updates an existing user record. Only the fields included in the request body will be modified; all other fields remain unchanged.</p>\n<p><strong>Method:</strong> PATCH\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/{userID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>userID</code> <em>(required)</em> — The unique numeric ID of the user to update (e.g., <code>761</code>).</li>\n</ul>\n<p><strong>Request Body (JSON):</strong> A partial user object containing only the fields to be updated.</p>\n<p><strong>Returns:</strong> The updated user object reflecting the applied changes.</p>\n","urlObject":{"path":["Users","761"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3249dddd-a9a7-4b83-bc43-19793505a2cc","name":"UpdateUser","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/mobileApp\",\r\n    \"value\": false\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/761"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"677"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 27 Feb 2025 16:15:03 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 761,\n    \"username\": \"test_ira\",\n    \"name\": \"Sheen, Charlie\",\n    \"contactID\": 1698981,\n    \"defaultCaseRole\": {\n        \"id\": 24430,\n        \"description\": \"Attorney\"\n    },\n    \"unsuccesfulLoginCount\": 0,\n    \"activeState\": false,\n    \"isLocked\": false,\n    \"mobileApp\": false,\n    \"isShowInSystem\": true,\n    \"changeOnNextLogon\": false,\n    \"readOnly\": false,\n    \"userEmailLogin\": \"\",\n    \"smtpServerPort\": 0,\n    \"enableSsl\": false,\n    \"isTeam\": false,\n    \"createdDate\": \"2025-02-12T13:45:00-05:00\",\n    \"modifiedDate\": \"2025-02-27T11:15:00-05:00\",\n    \"billingRate\": 50,\n    \"firmRole\": {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    \"title\": {\n        \"id\": 21849,\n        \"description\": \"Case Manager\"\n    },\n    \"teams\": [],\n    \"permissionGroups\": [\n        {\n            \"id\": 1,\n            \"description\": \"Administrators\"\n        }\n    ],\n    \"isLoggedIn\": false,\n    \"commandButtonVisibility\": false\n}"}],"_postman_id":"0426212c-ae57-460f-a3e0-f28a2d5ad86c"},{"name":"DeleteUser","id":"7cd1f925-c08d-40aa-a9ff-d6cff941a914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/user/742","description":"<p>Deletes a specific user record from the system.</p>\n<p><strong>Method:</strong> DELETE\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/user/{userID}</code></p>\n<p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>userID</code> <em>(required)</em> — The unique numeric ID of the user to delete (e.g., <code>742</code>).</li>\n</ul>\n<p><strong>Returns:</strong> A confirmation response indicating whether the deletion was successful. This operation is irreversible.</p>\n","urlObject":{"path":["Users","user","742"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cd1f925-c08d-40aa-a9ff-d6cff941a914"},{"name":"CaseRoles","id":"df415474-7c63-421f-ad4c-04deb3e8cdf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/caseRoles","description":"<p>Retrieves the list of available case-level roles that can be assigned to users on a case. Case roles define a user's responsibility or involvement within a specific case (e.g., lead attorney, paralegal, case manager).</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/caseRoles</code></p>\n<p><strong>Returns:</strong> An array of case role objects, each containing a role ID and display name.</p>\n","urlObject":{"path":["Users","caseRoles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"5b81d932-eef3-4abd-b190-494cb2c82240","name":"CaseRoles","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/caseRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1105"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:16:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 24430,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 24568,\n        \"description\": \"Consult Attorney\"\n    },\n    {\n        \"id\": 24423,\n        \"description\": \"Firm\"\n    },\n    {\n        \"id\": 23644,\n        \"description\": \"Grand Poobah\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Intake Paralegal\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Investigator\"\n    },\n    {\n        \"id\": 19000,\n        \"description\": \"Legal Assistant\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Managing Attorney\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Managing Partner\"\n    },\n    {\n        \"id\": 23135,\n        \"description\": \"Non Party Witness\"\n    },\n    {\n        \"id\": 18233,\n        \"description\": \"Nurse Consultant\"\n    },\n    {\n        \"id\": 24567,\n        \"description\": \"Office Administrator\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Primary Attorney\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Primary Paralegal\"\n    },\n    {\n        \"id\": 23645,\n        \"description\": \"SaaMbuka\"\n    },\n    {\n        \"id\": 24569,\n        \"description\": \"Secondary Consult Attorney\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Staff\"\n    },\n    {\n        \"id\": 23619,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 23638,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 23618,\n        \"description\": \"Test\"\n    },\n    {\n        \"id\": 24431,\n        \"description\": \"Test\"\n    },\n    {\n        \"id\": 24536,\n        \"description\": \"Test Role viktor\"\n    },\n    {\n        \"id\": 23626,\n        \"description\": \"Trial Attorney\"\n    },\n    {\n        \"id\": 23627,\n        \"description\": \"Trial Attorney\"\n    }\n]"}],"_postman_id":"df415474-7c63-421f-ad4c-04deb3e8cdf0"},{"name":"FirmRoles","id":"86455f1d-ad94-4ffd-8f5d-dcfe754bbc5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/FirmRoles","description":"<p>Retrieves the list of available firm-level roles that can be assigned to users. Firm roles define a user's position or function within the law firm.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/FirmRoles</code></p>\n<p><strong>Returns:</strong> An array of firm role objects, each containing a role ID and display name. Use these values when creating or updating user records.</p>\n","urlObject":{"path":["Users","FirmRoles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"deb3bde2-49ce-4d68-9b25-5c16b26f4f46","name":"FirmRoles","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/FirmRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"326"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:17:20 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 21844,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 21846,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 21859,\n        \"description\": \"File Room Staff\"\n    },\n    {\n        \"id\": 21860,\n        \"description\": \"Intake\"\n    },\n    {\n        \"id\": 21861,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 21862,\n        \"description\": \"Other Staff\"\n    },\n    {\n        \"id\": 21845,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 21858,\n        \"description\": \"Reception\"\n    }\n]"}],"_postman_id":"86455f1d-ad94-4ffd-8f5d-dcfe754bbc5b"},{"name":"Titles","id":"eb86c435-4e8f-4b8c-9723-fd935d8322ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Titles","description":"<p>Retrieves the list of user titles available in the system. Titles represent professional designations or honorifics that can be associated with a user's profile (e.g., Esq., Dr., Mr., Ms.).</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/Titles</code></p>\n<p><strong>Returns:</strong> An array of title objects, each containing a title ID and display name.</p>\n","urlObject":{"path":["Users","Titles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"09217e33-4ebf-418b-81cc-fcef9905800c","name":"Titles","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Titles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"527"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:25:44 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 21847,\n        \"description\": \"Attorney\"\n    },\n    {\n        \"id\": 21849,\n        \"description\": \"Case Manager\"\n    },\n    {\n        \"id\": 23634,\n        \"description\": \"Exceedingly, needlessly long title for no reason\"\n    },\n    {\n        \"id\": 23637,\n        \"description\": \"Exceedingly, needlessly long title for no reason\"\n    },\n    {\n        \"id\": 21868,\n        \"description\": \"File Room Clerk\"\n    },\n    {\n        \"id\": 21865,\n        \"description\": \"Legal Assistant\"\n    },\n    {\n        \"id\": 21864,\n        \"description\": \"Managing Attorney\"\n    },\n    {\n        \"id\": 21848,\n        \"description\": \"Paralegal\"\n    },\n    {\n        \"id\": 21863,\n        \"description\": \"Partner\"\n    },\n    {\n        \"id\": 21867,\n        \"description\": \"Receptionist\"\n    },\n    {\n        \"id\": 21866,\n        \"description\": \"Staff\"\n    }\n]"}],"_postman_id":"eb86c435-4e8f-4b8c-9723-fd935d8322ad"},{"name":"Offices","id":"696b1c65-0e46-450b-a8e2-11520443b6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Offices","description":"<p>Retrieves the list of offices configured in the system. Offices represent physical or organizational locations within the firm and can be assigned to users.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/Offices</code></p>\n<p><strong>Returns:</strong> An array of office objects, each containing an office ID and display name.</p>\n","urlObject":{"path":["Users","Offices"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"8266a839-da04-4e68-9a6a-ebddc3ee7527","name":"Offices","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Offices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"403"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:26:58 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"description\": \"New York\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Florida\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Connecticut\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"testing office1\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"a fairy land\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Hogwarts\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Winnipesaukee Railroad Office\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"To be Deleted\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"Invisible state\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"Ministry of Magic\"\n    }\n]"}],"_postman_id":"696b1c65-0e46-450b-a8e2-11520443b6dc"},{"name":"Departments","id":"2a599ba6-29ed-41d9-ba72-b79f6bede829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Departments","description":"<p>Retrieves the list of departments configured in the system. Departments represent organizational units within the firm and can be assigned to users.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/Departments</code></p>\n<p><strong>Returns:</strong> An array of department objects, each containing a department ID and display name.</p>\n","urlObject":{"path":["Users","Departments"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"965c7c09-2c1d-4474-a72f-3a0e2e767c59","name":"Departments","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Departments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"271"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:27:48 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 12,\n        \"description\": \"test\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Financial\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"IT\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Engineering\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Merch\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Trading\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Marketing\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Testing Cycle\"\n    }\n]"}],"_postman_id":"2a599ba6-29ed-41d9-ba72-b79f6bede829"},{"name":"Permission Groups","id":"b1bd45bc-92e3-41b2-81dc-5d220ae9b431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/permissionGroups","description":"<p>Retrieves the list of permission groups available in the system. Permission groups define sets of access rights that can be assigned to users to control what they can view and do within the application.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/permissionGroups</code></p>\n<p><strong>Returns:</strong> An array of permission group objects, each containing a group ID and display name.</p>\n","urlObject":{"path":["Users","permissionGroups"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"9c8870ff-439e-49ca-9f60-70463e80acba","name":"Permission Groups","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/permissionGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1340"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 21:29:18 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Administrators\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Users\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Default\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Paralegals\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Reception\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"File Room\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Intake\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Attorneys\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Managing Attorneys\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Primary Paralegals\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Restricted Test\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Financial\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Restricted Case Types\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"TESTING\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Case Summary Edits Permitted\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Joes test\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Case Browse Mass Changes\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Claude\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"In ban (test)\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Dummy Group\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Yana's group\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Hulilo\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Nikita's group\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Appeals\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"testcopy\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Petr's group\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"ReadOnlyGroup\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"ReadOnly2\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"In ban (assigned test)\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"StageRestricted\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"Testing_Permission_MySmartAdvocatePanels\"\n    },\n    {\n        \"id\": 52,\n        \"description\": \"Testing_Permission for Contact Types\"\n    }\n]"}],"_postman_id":"b1bd45bc-92e3-41b2-81dc-5d220ae9b431"},{"name":"Teams","id":"3d1f91f6-8a57-45e5-93cb-5328f08bfc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Teams","description":"<p>Retrieves the list of teams configured in the system. Teams represent groups of users that collaborate on cases and can be assigned to user profiles.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/Teams</code></p>\n<p><strong>Returns:</strong> An array of team objects, each containing a team ID and display name.</p>\n","urlObject":{"path":["Users","Teams"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"1350924d-97a1-4021-9b78-bb8151e52e16","name":"Teams","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/Teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1340"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 20 Dec 2024 22:02:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Administrators\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Users\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Default\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Paralegals\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Reception\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"File Room\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Intake\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Medical Records\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Attorneys\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Managing Attorneys\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Primary Paralegals\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Restricted Test\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Financial\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Restricted Case Types\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"TESTING\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"Case Summary Edits Permitted\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Joes test\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Case Browse Mass Changes\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Claude\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"In ban (test)\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Dummy Group\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Yana's group\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Hulilo\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Nikita's group\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Appeals\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"testcopy\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Petr's group\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"ReadOnlyGroup\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"ReadOnly2\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"In ban (assigned test)\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"StageRestricted\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"Testing_Permission_MySmartAdvocatePanels\"\n    },\n    {\n        \"id\": 52,\n        \"description\": \"Testing_Permission for Contact Types\"\n    }\n]"}],"_postman_id":"3d1f91f6-8a57-45e5-93cb-5328f08bfc38"},{"name":"CustomFields","id":"9cb2dce9-b35e-4ec0-8a4d-8abc3bca0464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFields","description":"<p>Retrieves the list of custom fields defined for users in the system. Custom fields allow firms to capture additional user-specific data beyond the standard profile fields.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/customFields</code></p>\n<p><strong>Returns:</strong> An array of custom field definition objects, each containing a field ID, name, data type, and other configuration metadata.</p>\n","urlObject":{"path":["Users","customFields"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c202c779-9d28-4340-9f81-e88192346dc2","name":"CustomFields","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"76"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 22 Apr 2025 15:01:39 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"description\": \"Additional ID\"\n    },\n    {\n        \"id\": 1,\n        \"description\": \"Test field\"\n    }\n]"}],"_postman_id":"9cb2dce9-b35e-4ec0-8a4d-8abc3bca0464"},{"name":"CustomFieldValues","id":"4037cb96-e2f9-443b-a3ab-ad0bf533e8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues?UserID=473","description":"<p>Retrieves the custom field values assigned to a specific user.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>UserID</code> <em>(required)</em> — The unique numeric ID of the user whose custom field values should be retrieved (e.g., <code>473</code>).</li>\n</ul>\n<p><strong>Returns:</strong> An array of custom field value objects, each containing the field ID, field name, and the value assigned to the specified user.</p>\n","urlObject":{"path":["Users","customFieldValues"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"UserID","value":"473"}],"variable":[]}},"response":[{"id":"d61ad439-3ca1-4955-9bd8-db572705b9b6","name":"CustomFieldsValues","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues?UserID=473","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Users","customFieldValues"],"query":[{"key":"UserID","value":"473"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"172"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 22 Apr 2025 15:03:36 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userID\": 473,\n        \"customField\": {\n            \"id\": 1,\n            \"description\": \"Test field\"\n        },\n        \"value\": \"Test Value\"\n    },\n    {\n        \"userID\": 473,\n        \"customField\": {\n            \"id\": 2,\n            \"description\": \"Additional ID\"\n        },\n        \"value\": \"123456\"\n    }\n]"}],"_postman_id":"4037cb96-e2f9-443b-a3ab-ad0bf533e8e0"},{"name":"CustomFieldValues","id":"7b3d2a9f-04d4-4233-b284-ade4fed52124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userID\": 473,\r\n    \"customField\": {\r\n        \"id\": 1,\r\n        \"description\": \"Test field\"\r\n    },\r\n    \"value\": \"Test Value 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues","description":"<p>Creates or updates custom field values for one or more users.</p>\n<p><strong>Method:</strong> POST\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues</code></p>\n<p><strong>Request Body (JSON):</strong> An object or array specifying the user ID(s), custom field ID(s), and the values to set.</p>\n<p><strong>Returns:</strong> A confirmation response indicating the result of the operation.</p>\n","urlObject":{"path":["Users","customFieldValues"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"b7d51604-bf99-4210-9324-c507925f2f2b","name":"CustomFieldValues","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userID\": 473,\r\n    \"customField\": {\r\n        \"id\": 1,\r\n        \"description\": \"Test field\"\r\n    },\r\n    \"value\": \"Test Value 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/customFieldValues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"174"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 22 Apr 2025 15:05:29 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userID\": 473,\n        \"customField\": {\n            \"id\": 1,\n            \"description\": \"Test field\"\n        },\n        \"value\": \"Test Value 1\"\n    },\n    {\n        \"userID\": 473,\n        \"customField\": {\n            \"id\": 2,\n            \"description\": \"Additional ID\"\n        },\n        \"value\": \"123456\"\n    }\n]"}],"_postman_id":"7b3d2a9f-04d4-4233-b284-ade4fed52124"},{"name":"GetUserByFilters","id":"3821ddc7-08eb-4048-889f-aae5e3363902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users?email=&username=jzephrine&customField=&customFieldValue=","description":"<p>Searches for users by one or more filter criteria including email address, username, and custom field values.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>email</code> — Filter by the user's email address (partial match may be supported).</li>\n<li><code>username</code> — Filter by the user's username (e.g., <code>jzephrine</code>).</li>\n<li><code>customField</code> — The custom field name to filter by.</li>\n<li><code>customFieldValue</code> — The value of the custom field to match.</li>\n</ul>\n<p><strong>Returns:</strong> An array of user objects matching the specified filter criteria.</p>\n","urlObject":{"path":["Users"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"email","value":""},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"username","value":"jzephrine"},{"description":{"content":"<p>optional - but should be used with customFieldValue field</p>\n","type":"text/plain"},"key":"customField","value":""},{"description":{"content":"<p>optional - but should be used with customField field</p>\n","type":"text/plain"},"key":"customFieldValue","value":""}],"variable":[]}},"response":[{"id":"b676128f-9893-4f5d-9a85-2e66efd3f208","name":"GetUserByFilters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Users?email=&username=jzephrine&customFieldID=&customFieldValue=","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Users"],"query":[{"key":"email","value":"","description":"optional"},{"key":"username","value":"jzephrine","description":"optional"},{"key":"customFieldID","value":""},{"key":"customFieldValue","value":"","description":"optional - but should be used with customFieldValue field"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"57"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 28 May 2025 20:05:07 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 79,\n    \"name\": \"Josephine, Zephrine\",\n    \"contactID\": 110427\n}"},{"id":"6592ca49-4780-4fcb-af21-76b912a587f8","name":"GetUserByFilters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Users?email=&username=&customFieldID=2&customFieldValue=123","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Users"],"query":[{"key":"email","value":"","description":"optional"},{"key":"username","value":"","description":"optional"},{"key":"customFieldID","value":"2"},{"key":"customFieldValue","value":"123","description":"optional - but should be used with customField field"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 03 Jun 2025 16:39:16 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 764,\n        \"name\": \"Aaaa, Bbb\",\n        \"contactID\": 1699180\n    }\n]"}],"_postman_id":"3821ddc7-08eb-4048-889f-aae5e3363902"},{"name":"GetUserBySAToken","id":"40d11cdd-85ac-4892-8bf4-62cd78e7a75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/byToken?Token=8f9407bda8c84e7aa408eedd7639b108","description":"<p>Retrieves a user record by their SmartAdvocate authentication token. Useful for resolving the identity of a user from a session or API token.</p>\n<p><strong>Method:</strong> GET\n<strong>URL:</strong> <code>https://app.smartadvocate.com/CaseSyncAPI/Users/get/byToken</code></p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>Token</code> <em>(required)</em> — The SmartAdvocate authentication token associated with the user (e.g., <code>8f9407bda8c84e7aa408eedd7639b108</code>).</li>\n</ul>\n<p><strong>Returns:</strong> The user object corresponding to the provided token, including profile and role information.</p>\n","urlObject":{"path":["Users","get","byToken"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"Token","value":"8f9407bda8c84e7aa408eedd7639b108"}],"variable":[]}},"response":[{"id":"34849076-80d1-4179-b376-fd6a9b133888","name":"GetUserBySAToken","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Users/get/bySAToken?Token=45193e8956e64298be558bbaa0658741","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Users","get","bySAToken"],"query":[{"key":"Token","value":"45193e8956e64298be558bbaa0658741"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 10 Jul 2025 20:54:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"id\": 724,\n    \"name\": \"Owens, Sally\",\n    \"contactID\": 1698974\n}\n"}],"_postman_id":"40d11cdd-85ac-4892-8bf4-62cd78e7a75c"},{"name":"CheckCaseAccess","id":"974b424a-b99b-4a2e-9add-bfbc25fed45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"523fd4db-10e4-4d4a-bfcd-c4cae127098e","name":"CheckCaseAccess","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/Users/checkAccess?userId=368&caseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["Users","checkAccess"],"query":[{"key":"userId","value":"368"},{"key":"caseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-type","value":"text/plain; charset=utf-8"},{"key":"date","value":"Thu, 09 Apr 2026 22:27:51 GMT"},{"key":"server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\"result\": \"OK\"}"}],"_postman_id":"974b424a-b99b-4a2e-9add-bfbc25fed45f"}],"id":"4a6ee29f-6428-4906-899d-5e1fd56864e6","description":"<p>Endpoints for managing system users in the CaseSync API. Users represent staff members and attorneys within the firm who have access to the SmartAdvocate platform. User records include profile information such as name, username, email, department, team, office, billing rate, and assigned roles and permission groups.</p>\n<p>This folder provides full CRUD operations for user records, including basic and full-profile retrieval, creation, full replacement (PUT), partial update (PATCH), and deletion. Additional endpoints support lookup by email, username, custom field values, or SmartAdvocate session token. Reference data endpoints are also included for case roles, firm roles, departments, teams, offices, titles, permission groups, and custom field definitions.</p>\n","_postman_id":"4a6ee29f-6428-4906-899d-5e1fd56864e6"},{"name":"Vehicle","item":[{"name":"byCaseID","id":"717e7930-6bef-4f8c-ba9f-6b57cf03564a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicles","description":"<p>Retrieves all vehicle records associated with a case identified by its internal case ID.</p>\n","urlObject":{"path":["case","516718","vehicles"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"f90ff86a-61ac-49cc-ab9a-2991f0eeeeb9","name":"byCaseID","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1167"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:29:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"vehicleId\": 10935,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"client\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"registrant\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"operator\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"licenseNumber\": \"123456789\",\n        \"licenseState\": {\n            \"id\": 26,\n            \"description\": \"NY\"\n        },\n        \"licenseExpirationDate\": \"2026-12-23T00:00:00\",\n        \"licenseRestrictions\": \"no\",\n        \"make\": {\n            \"id\": 2,\n            \"description\": \"Acura\"\n        },\n        \"year\": \"2015\",\n        \"model\": {\n            \"id\": 3,\n            \"description\": \"Integra\"\n        },\n        \"bodyType\": {\n            \"id\": 7,\n            \"description\": \"Sedan\"\n        },\n        \"plateNumber\": \"PTD-4675\",\n        \"vehicleColor\": \"red\",\n        \"plateType\": {\n            \"id\": 1,\n            \"description\": \"Passenger Vehicle\"\n        },\n        \"vehicleState\": {\n            \"id\": 26,\n            \"description\": \"NY\"\n        },\n        \"vin\": \"1236547896541RK\",\n        \"registrationExpirationDate\": \"2026-12-30T00:00:00\",\n        \"isLeased\": false,\n        \"comments\": \"test\",\n        \"documentIDs\": [\n            3173809\n        ],\n        \"createdDate\": \"2025-12-05T12:38:00-05:00\",\n        \"modifiedDate\": \"2025-12-23T16:30:00-05:00\"\n    },\n    {\n        \"vehicleId\": 10936,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"client\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568,\n            \"type\": \"plaintiff\"\n        },\n        \"comments\": \"test\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-12-05T12:38:00-05:00\"\n    }\n]"}],"_postman_id":"717e7930-6bef-4f8c-ba9f-6b57cf03564a"},{"name":"GetVehicle","id":"568d22a9-04ab-432f-bddd-1cde551d10ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10935","description":"<p>Retrieves a specific vehicle record by its vehicle ID within a given case.</p>\n","urlObject":{"path":["case","516718","vehicle","10935"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"6751ba4a-3e7c-422c-8bb3-a16810153b66","name":"GetVehicle","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10935"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"946"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:32:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"vehicleId\": 10935,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"client\": {\n        \"id\": 620837,\n        \"name\": \"Tim, Berton\",\n        \"contactID\": 1695568,\n        \"type\": \"plaintiff\"\n    },\n    \"owner\": {\n        \"contactId\": 1695568,\n        \"name\": \"Tim, Berton\"\n    },\n    \"registrant\": {\n        \"contactId\": 1695568,\n        \"name\": \"Tim, Berton\"\n    },\n    \"operator\": {\n        \"contactId\": 1695568,\n        \"name\": \"Tim, Berton\"\n    },\n    \"licenseNumber\": \"123456789\",\n    \"licenseState\": {\n        \"id\": 26,\n        \"description\": \"NY\"\n    },\n    \"licenseExpirationDate\": \"2026-12-23T00:00:00\",\n    \"licenseRestrictions\": \"no\",\n    \"make\": {\n        \"id\": 2,\n        \"description\": \"Acura\"\n    },\n    \"year\": \"2015\",\n    \"model\": {\n        \"id\": 3,\n        \"description\": \"Integra\"\n    },\n    \"bodyType\": {\n        \"id\": 7,\n        \"description\": \"Sedan\"\n    },\n    \"plateNumber\": \"PTD-4675\",\n    \"vehicleColor\": \"red\",\n    \"plateType\": {\n        \"id\": 1,\n        \"description\": \"Passenger Vehicle\"\n    },\n    \"vehicleState\": {\n        \"id\": 26,\n        \"description\": \"NY\"\n    },\n    \"vin\": \"1236547896541RK\",\n    \"registrationExpirationDate\": \"2026-12-30T00:00:00\",\n    \"isLeased\": false,\n    \"comments\": \"test\",\n    \"documentIDs\": [\n        3173809\n    ],\n    \"createdDate\": \"2025-12-05T12:38:00-05:00\",\n    \"modifiedDate\": \"2025-12-23T16:30:00-05:00\"\n}"}],"_postman_id":"568d22a9-04ab-432f-bddd-1cde551d10ff"},{"name":"byCaseNumber","id":"24988a95-1cfd-4dc3-83d9-5fef508ca64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicles/byCaseNumber?CaseNumber=9000002","description":"<p>Retrieves all vehicle records associated with a case identified by case number.</p>\n","urlObject":{"path":["case","vehicles","byCaseNumber"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"CaseNumber","value":"9000002"}],"variable":[]}},"response":[{"id":"ed4de687-de67-4017-9957-d6e7d84ba772","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicles/byCaseNumber?CaseNumber=9000002","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","vehicles","byCaseNumber"],"query":[{"key":"CaseNumber","value":"9000002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1167"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:33:59 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"vehicleId\": 10935,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"client\": {\n            \"id\": 620837,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"registrant\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"operator\": {\n            \"contactId\": 1695568,\n            \"name\": \"Tim, Berton\"\n        },\n        \"licenseNumber\": \"123456789\",\n        \"licenseState\": {\n            \"id\": 26,\n            \"description\": \"NY\"\n        },\n        \"licenseExpirationDate\": \"2026-12-23T00:00:00\",\n        \"licenseRestrictions\": \"no\",\n        \"make\": {\n            \"id\": 2,\n            \"description\": \"Acura\"\n        },\n        \"year\": \"2015\",\n        \"model\": {\n            \"id\": 3,\n            \"description\": \"Integra\"\n        },\n        \"bodyType\": {\n            \"id\": 7,\n            \"description\": \"Sedan\"\n        },\n        \"plateNumber\": \"PTD-4675\",\n        \"vehicleColor\": \"red\",\n        \"plateType\": {\n            \"id\": 1,\n            \"description\": \"Passenger Vehicle\"\n        },\n        \"vehicleState\": {\n            \"id\": 26,\n            \"description\": \"NY\"\n        },\n        \"vin\": \"1236547896541RK\",\n        \"registrationExpirationDate\": \"2026-12-30T00:00:00\",\n        \"isLeased\": false,\n        \"comments\": \"test\",\n        \"documentIDs\": [\n            3173809\n        ],\n        \"createdDate\": \"2025-12-05T12:38:00-05:00\",\n        \"modifiedDate\": \"2025-12-23T16:30:00-05:00\"\n    },\n    {\n        \"vehicleId\": 10936,\n        \"caseId\": 516718,\n        \"caseNumber\": \"9000002\",\n        \"client\": {\n            \"id\": 622470,\n            \"name\": \"Tim, Berton\",\n            \"contactID\": 1695568,\n            \"type\": \"plaintiff\"\n        },\n        \"comments\": \"test\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-12-05T12:38:00-05:00\"\n    }\n]"}],"_postman_id":"24988a95-1cfd-4dc3-83d9-5fef508ca64f"},{"name":"FilteredVehicles","id":"66a60457-2169-4c8a-a715-b80e54157064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-04-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicles/byDatePaged","description":"<p>Retrieves a filtered and paginated list of vehicle records based on date range and other criteria provided in the request body.</p>\n","urlObject":{"path":["case","vehicles","byDatePaged"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"4a598946-7582-4ab4-b544-b6cea389ef97","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"modifiedFromDateTime\": \"2024-04-01T05:00:00.0000000\\u002B00:00\",\r\n    \"modifiedToDateTime\": \"2025-05-07T01:16:18.2190000\\u002B00:00\",\r\n    \"caseNumbers\": [\r\n       \r\n    ],\r\n    \"pageRequest\": {\r\n        \"currentPage\": 0,\r\n        \"pageSize\": 11\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicles/byDatePaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3550"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:36:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"vehicleId\": 10874,\n        \"caseId\": 519616,\n        \"caseNumber\": \"4 - 000155\",\n        \"client\": {\n            \"id\": 872010,\n            \"type\": \"defendant\"\n        },\n        \"owner\": {\n            \"contactId\": 18,\n            \"name\": \"Cally, J\"\n        },\n        \"registrant\": {\n            \"contactId\": 110,\n            \"name\": \"CC# 8877, \"\n        },\n        \"licenseState\": {\n            \"id\": 41,\n            \"description\": \"AE\"\n        },\n        \"comments\": \"testsetsetsestestestse\\ncomment\",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-28T14:41:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10872,\n        \"caseId\": 519896,\n        \"caseNumber\": \"5552\",\n        \"client\": {\n            \"id\": 629357,\n            \"name\": \"Espresso2, Jim\",\n            \"contactID\": 1699219,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 288093,\n            \"name\": \"Lastnameonly\"\n        },\n        \"registrant\": {\n            \"contactId\": 1699222,\n            \"name\": \"Falcone, Carmine\"\n        },\n        \"licenseState\": {\n            \"id\": 68,\n            \"description\": \"AB\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-24T13:32:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10873,\n        \"caseId\": 519896,\n        \"caseNumber\": \"5552\",\n        \"client\": {\n            \"id\": 629368,\n            \"name\": \"Falcone, Carmine\",\n            \"contactID\": 1699222,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 15,\n            \"name\": \"Morris, Kate\"\n        },\n        \"registrant\": {\n            \"contactId\": 116,\n            \"name\": \"Dean, \"\n        },\n        \"licenseState\": {\n            \"id\": 68,\n            \"description\": \"AB\"\n        },\n        \"make\": {\n            \"id\": 3,\n            \"description\": \"Alfa Romeo\"\n        },\n        \"year\": \"2006\",\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-24T13:32:00-04:00\",\n        \"modifiedDate\": \"2025-03-24T13:37:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10870,\n        \"caseId\": 519902,\n        \"caseNumber\": \"2500006\",\n        \"client\": {\n            \"id\": 629369,\n            \"name\": \"grimaldy, suzan s., CPA\",\n            \"contactID\": 1699224,\n            \"type\": \"plaintiff\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-19T08:35:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10871,\n        \"caseId\": 519902,\n        \"caseNumber\": \"2500006\",\n        \"client\": {\n            \"id\": 629369,\n            \"name\": \"grimaldy, suzan s., CPA\",\n            \"contactID\": 1699224,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-19T08:35:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10868,\n        \"caseId\": 519909,\n        \"caseNumber\": \"032500001\",\n        \"client\": {\n            \"id\": 629378,\n            \"name\": \"korni, lana\",\n            \"contactID\": 1699235,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 18,\n            \"name\": \"Cally, J\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-18T14:51:00-04:00\",\n        \"modifiedDate\": \"2025-03-25T13:07:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10867,\n        \"caseId\": 519901,\n        \"caseNumber\": \"5 - 000005\",\n        \"client\": {\n            \"id\": 629367,\n            \"name\": \"Falcone, Carmine\",\n            \"contactID\": 1699222,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 1699222,\n            \"name\": \"Falcone, Carmine\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2025-03-17T10:23:00-04:00\"\n    },\n    {\n        \"vehicleId\": 10866,\n        \"caseId\": 519842,\n        \"caseNumber\": \"00194\",\n        \"client\": {\n            \"id\": 627958,\n            \"name\": \"Test, TEst\",\n            \"contactID\": 1387641,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-30T09:23:00-05:00\"\n    },\n    {\n        \"vehicleId\": 10865,\n        \"caseId\": 519222,\n        \"caseNumber\": \"00137\",\n        \"client\": {\n            \"id\": 622975,\n            \"name\": \"hopkin, petya\",\n            \"contactID\": 1698517,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"registrant\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-10T13:10:00-05:00\"\n    },\n    {\n        \"vehicleId\": 10864,\n        \"caseId\": 517878,\n        \"caseNumber\": \"9000200\",\n        \"client\": {\n            \"id\": 621502,\n            \"name\": \"Nikulin & Co, Yuriy l., CNP\",\n            \"contactID\": 1693176,\n            \"type\": \"plaintiff\"\n        },\n        \"owner\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"registrant\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"operator\": {\n            \"contactId\": 16,\n            \"name\": \"Bolt, Lol f.\"\n        },\n        \"licenseNumber\": \"5445\",\n        \"licenseState\": {\n            \"id\": 37,\n            \"description\": \"AS\"\n        },\n        \"vehicleState\": {\n            \"id\": 68,\n            \"description\": \"AB\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-10T12:29:00-05:00\"\n    },\n    {\n        \"vehicleId\": 10863,\n        \"caseId\": 518837,\n        \"caseNumber\": \"2 - 000117\",\n        \"client\": {\n            \"id\": 627602,\n            \"name\": \"Santa, Clause\",\n            \"contactID\": 1699092,\n            \"type\": \"plaintiff\"\n        },\n        \"comments\": \" \",\n        \"documentIDs\": [],\n        \"createdDate\": \"2024-12-10T10:53:00-05:00\"\n    }\n]"}],"_postman_id":"66a60457-2169-4c8a-a715-b80e54157064"},{"name":"InsertVehicle","id":"203d940a-83b5-4e77-bc97-325277f9aa5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"client\": {\r\n            \"id\": 813339,\r\n            \"type\": \"defendant\"\r\n        },\r\n        \"owner\": {\r\n            \"contactId\": 287522\r\n\r\n        },\r\n        \"registrant\": {\r\n            \"contactId\": 287522\r\n        },\r\n        \"licenseState\": {\r\n            \"id\": 41\r\n        },\r\n        \"comments\": \"testsetsetsestestestse\\ncomment\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle?party=D","description":"<p>Creates a new vehicle record for a given case. The party query parameter specifies the party role (e.g., D for defendant). Vehicle details must be provided in the request body.</p>\n","urlObject":{"path":["case","516718","vehicle"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"party","value":"D"}],"variable":[]}},"response":[{"id":"2bdf151b-0861-4ac0-ae06-badc0ca47a77","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"client\": {\r\n            \"id\": 813339,\r\n            \"type\": \"defendant\"\r\n        },\r\n        \"owner\": {\r\n            \"contactId\": 287522\r\n\r\n        },\r\n        \"registrant\": {\r\n            \"contactId\": 287522\r\n        },\r\n        \"licenseState\": {\r\n            \"id\": 41\r\n        },\r\n        \"comments\": \"testsetsetsestestestse\\ncomment\",\r\n        \"documentIDs\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle?party=D","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","vehicle"],"query":[{"key":"party","value":"D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"426"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:43:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"vehicleId\": 10938,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"client\": {\n        \"id\": 813339,\n        \"name\": \"Begemot incorporated 1\",\n        \"contactID\": 287522,\n        \"type\": \"defendant\"\n    },\n    \"owner\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"registrant\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"licenseState\": {\n        \"id\": 41,\n        \"description\": \"AE\"\n    },\n    \"comments\": \"testsetsetsestestestse\\ncomment\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2025-12-23T16:43:00-05:00\"\n}"}],"_postman_id":"203d940a-83b5-4e77-bc97-325277f9aa5e"},{"name":"UpdateVehicle","id":"85d212d6-69cc-4e49-8e39-3e738ff05368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"id\": 813339,\r\n        \"type\": \"defendant\"\r\n    },\r\n    \"owner\": {\r\n        \"contactId\": 287522\r\n\r\n    },\r\n    \"registrant\": {\r\n        \"contactId\": 287522\r\n    },\r\n    \"licenseState\": {\r\n        \"id\": 41\r\n    },\r\n    \"comments\": \"update comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10938?party=D","description":"<p>Performs a full update of an existing vehicle record by its vehicle ID. The party query parameter specifies the party role. The complete vehicle object must be provided in the request body.</p>\n","urlObject":{"path":["case","516718","vehicle","10938"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[{"key":"party","value":"D"}],"variable":[]}},"response":[{"id":"3ffcafe3-9f5f-4646-ae68-b922747f8a22","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"id\": 813339,\r\n        \"type\": \"defendant\"\r\n    },\r\n    \"owner\": {\r\n        \"contactId\": 287522\r\n\r\n    },\r\n    \"registrant\": {\r\n        \"contactId\": 287522\r\n    },\r\n    \"licenseState\": {\r\n        \"id\": 41\r\n    },\r\n    \"comments\": \"update comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10938?party=D","host":["https://app.smartadvocate.com/CaseSyncAPI"],"path":["case","516718","vehicle","10938"],"query":[{"key":"party","value":"D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"452"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 Dec 2025 21:46:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"vehicleId\": 10938,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"client\": {\n        \"id\": 813339,\n        \"name\": \"Begemot incorporated 1\",\n        \"contactID\": 287522,\n        \"type\": \"defendant\"\n    },\n    \"owner\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"registrant\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"licenseState\": {\n        \"id\": 41,\n        \"description\": \"AE\"\n    },\n    \"comments\": \"update comment\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2025-12-23T16:43:00-05:00\",\n    \"modifiedDate\": \"2025-12-23T16:46:00-05:00\"\n}"}],"_postman_id":"85d212d6-69cc-4e49-8e39-3e738ff05368"},{"name":"Update Vehicle","id":"67316fc8-e35a-4392-bce9-7fb53b759df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \" Only comment update\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10938","description":"<p>Performs a partial update of an existing vehicle record by its vehicle ID. Only the fields to be changed need to be included in the request body.</p>\n","urlObject":{"path":["case","516718","vehicle","10938"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"c975a302-881d-46a0-9a63-091433ddf11d","name":"Update Vehicle","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"op\": \"add\",\r\n    \"path\": \"/comments\",\r\n    \"value\": \" Only comment update\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10938"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"407"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:47:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"vehicleId\": 10938,\n    \"caseId\": 516718,\n    \"caseNumber\": \"9000002\",\n    \"client\": {\n        \"id\": 813339,\n        \"type\": \"plaintiff\"\n    },\n    \"owner\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"registrant\": {\n        \"contactId\": 287522,\n        \"name\": \"Begemot incorporated 1\"\n    },\n    \"licenseState\": {\n        \"id\": 41,\n        \"description\": \"AE\"\n    },\n    \"comments\": \" Only comment update\",\n    \"documentIDs\": [],\n    \"createdDate\": \"2025-12-23T16:43:00-05:00\",\n    \"modifiedDate\": \"2025-12-23T16:47:00-05:00\"\n}"}],"_postman_id":"67316fc8-e35a-4392-bce9-7fb53b759df8"},{"name":"Delete Vehicle","id":"be578b5e-a6d9-4d4e-9187-b22c338e8d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10937","description":"<p>Deletes a specific vehicle record by its vehicle ID within a given case.</p>\n","urlObject":{"path":["case","516718","vehicle","10937"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"04013a35-51df-43f3-9740-615180da9014","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/516718/vehicle/10937"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 23 Dec 2025 21:48:12 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"be578b5e-a6d9-4d4e-9187-b22c338e8d26"},{"name":"GetState","id":"c66ad855-10f6-450b-abc2-81088d19a0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/state","description":"<p>Retrieves the list of available states that can be assigned to a vehicle's registration or license plate.</p>\n","urlObject":{"path":["case","vehicle","state"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"3c3e1981-d1a3-4443-98bf-f0b809411f7b","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/state"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:51:24 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"MP\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"PA\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"FL\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"MS\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"GA\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"SD\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"WV\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"HI\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"ME\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"NJ\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"MO\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"WI\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"MI\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"RI\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"KY\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"NE\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"IL\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"MN\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"WA\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"MA\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"VI\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"WY\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"OK\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"LA\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"AR\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"NY\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"SC\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"CO\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"CA\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"AL\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"AK\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"DC\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"GU\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"IN\"\n    },\n    {\n        \"id\": 36,\n        \"description\": \"ND\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"AS\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"IA\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"MT\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"PR\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"AE\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"NH\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"NM\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"AP\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"TN\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"TX\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"AZ\"\n    },\n    {\n        \"id\": 48,\n        \"description\": \"DE\"\n    },\n    {\n        \"id\": 49,\n        \"description\": \"ID\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"VT\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"NV\"\n    },\n    {\n        \"id\": 53,\n        \"description\": \"OR\"\n    },\n    {\n        \"id\": 54,\n        \"description\": \"CT\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"AA\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"UT\"\n    },\n    {\n        \"id\": 57,\n        \"description\": \"KS\"\n    },\n    {\n        \"id\": 58,\n        \"description\": \"NC\"\n    },\n    {\n        \"id\": 59,\n        \"description\": \"MH\"\n    },\n    {\n        \"id\": 60,\n        \"description\": \"VA\"\n    },\n    {\n        \"id\": 61,\n        \"description\": \"OH\"\n    },\n    {\n        \"id\": 62,\n        \"description\": \"MD\"\n    },\n    {\n        \"id\": 63,\n        \"description\": \"CN\"\n    },\n    {\n        \"id\": 64,\n        \"description\": \"FO\"\n    },\n    {\n        \"id\": 65,\n        \"description\": \"MX\"\n    },\n    {\n        \"id\": 66,\n        \"description\": \"NS\"\n    },\n    {\n        \"id\": 67,\n        \"description\": \"-U\"\n    },\n    {\n        \"id\": 68,\n        \"description\": \"AB\"\n    },\n    {\n        \"id\": 69,\n        \"description\": \"BC\"\n    },\n    {\n        \"id\": 70,\n        \"description\": \"MB\"\n    },\n    {\n        \"id\": 71,\n        \"description\": \"NB\"\n    },\n    {\n        \"id\": 72,\n        \"description\": \"NL\"\n    },\n    {\n        \"id\": 73,\n        \"description\": \"NT\"\n    },\n    {\n        \"id\": 74,\n        \"description\": \"NU\"\n    },\n    {\n        \"id\": 75,\n        \"description\": \"ON\"\n    },\n    {\n        \"id\": 76,\n        \"description\": \"PE\"\n    },\n    {\n        \"id\": 77,\n        \"description\": \"QC\"\n    },\n    {\n        \"id\": 78,\n        \"description\": \"SK\"\n    },\n    {\n        \"id\": 79,\n        \"description\": \"YT\"\n    }\n]"}],"_postman_id":"c66ad855-10f6-450b-abc2-81088d19a0d5"},{"name":"GetVehicleMake","id":"5b73eb71-0a2f-468e-85ec-755ad936ac17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/make","description":"<p>Retrieves the list of available vehicle makes (manufacturers) for use when creating or updating vehicle records.</p>\n","urlObject":{"path":["case","vehicle","make"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"ca7afe4a-9694-4667-8671-08b94bacef3e","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/make"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"2542"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:53:37 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Nissan\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Acura\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Alfa Romeo\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"AM General\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Audi\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Bentley\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"BMW\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Bugati\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Buick\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Cadillac\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Chevrolet\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Chrysler\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"Dodge\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Eagle\"\n    },\n    {\n        \"id\": 15,\n        \"description\": \"Ferrari\"\n    },\n    {\n        \"id\": 16,\n        \"description\": \"Ford\"\n    },\n    {\n        \"id\": 17,\n        \"description\": \"Geo\"\n    },\n    {\n        \"id\": 18,\n        \"description\": \"GMC\"\n    },\n    {\n        \"id\": 19,\n        \"description\": \"Honda\"\n    },\n    {\n        \"id\": 20,\n        \"description\": \"Hyundai\"\n    },\n    {\n        \"id\": 21,\n        \"description\": \"Infiniti\"\n    },\n    {\n        \"id\": 22,\n        \"description\": \"Isuzu\"\n    },\n    {\n        \"id\": 23,\n        \"description\": \"Jaguar\"\n    },\n    {\n        \"id\": 24,\n        \"description\": \"Jeep\"\n    },\n    {\n        \"id\": 25,\n        \"description\": \"Kia\"\n    },\n    {\n        \"id\": 26,\n        \"description\": \"Lamborghini\"\n    },\n    {\n        \"id\": 27,\n        \"description\": \"Land Rover\"\n    },\n    {\n        \"id\": 28,\n        \"description\": \"Lexus\"\n    },\n    {\n        \"id\": 29,\n        \"description\": \"Lincoln\"\n    },\n    {\n        \"id\": 30,\n        \"description\": \"Lotus\"\n    },\n    {\n        \"id\": 31,\n        \"description\": \"Mazda\"\n    },\n    {\n        \"id\": 32,\n        \"description\": \"Mercedes-Benz\"\n    },\n    {\n        \"id\": 33,\n        \"description\": \"Mercury\"\n    },\n    {\n        \"id\": 34,\n        \"description\": \"Mitsubishi\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Morgan\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"Oldsmobile\"\n    },\n    {\n        \"id\": 38,\n        \"description\": \"Plymouth\"\n    },\n    {\n        \"id\": 39,\n        \"description\": \"Pontiac\"\n    },\n    {\n        \"id\": 40,\n        \"description\": \"Porsche\"\n    },\n    {\n        \"id\": 41,\n        \"description\": \"Rolls-Royce\"\n    },\n    {\n        \"id\": 42,\n        \"description\": \"Rols-Royce\"\n    },\n    {\n        \"id\": 43,\n        \"description\": \"Saab\"\n    },\n    {\n        \"id\": 44,\n        \"description\": \"Saturn\"\n    },\n    {\n        \"id\": 45,\n        \"description\": \"Subaru\"\n    },\n    {\n        \"id\": 46,\n        \"description\": \"Suzuki\"\n    },\n    {\n        \"id\": 47,\n        \"description\": \"Toyota\"\n    },\n    {\n        \"id\": 48,\n        \"description\": \"Volkswagen\"\n    },\n    {\n        \"id\": 50,\n        \"description\": \"Volvo\"\n    },\n    {\n        \"id\": 51,\n        \"description\": \"Kawasaki\"\n    },\n    {\n        \"id\": 52,\n        \"description\": \"Bus\"\n    },\n    {\n        \"id\": 53,\n        \"description\": \"Inter\"\n    },\n    {\n        \"id\": 54,\n        \"description\": \"Advan\"\n    },\n    {\n        \"id\": 55,\n        \"description\": \"Freightline\"\n    },\n    {\n        \"id\": 56,\n        \"description\": \"Hummer\"\n    },\n    {\n        \"id\": 57,\n        \"description\": \"RTS\"\n    },\n    {\n        \"id\": 58,\n        \"description\": \"Mini \"\n    },\n    {\n        \"id\": 59,\n        \"description\": \"Scion\"\n    },\n    {\n        \"id\": 60,\n        \"description\": \"RTS Bus\"\n    },\n    {\n        \"id\": 61,\n        \"description\": \"Ken\"\n    },\n    {\n        \"id\": 62,\n        \"description\": \"Mini cooper\"\n    },\n    {\n        \"id\": 63,\n        \"description\": \"Mac\"\n    },\n    {\n        \"id\": 64,\n        \"description\": \"UD\"\n    },\n    {\n        \"id\": 65,\n        \"description\": \"Blue Bird\"\n    },\n    {\n        \"id\": 66,\n        \"description\": \"Orion\"\n    },\n    {\n        \"id\": 67,\n        \"description\": \"DPB1505\"\n    },\n    {\n        \"id\": 68,\n        \"description\": \"Mack\"\n    },\n    {\n        \"id\": 69,\n        \"description\": \"Kenworth\"\n    },\n    {\n        \"id\": 70,\n        \"description\": \"Harley Davidson\"\n    },\n    {\n        \"id\": 71,\n        \"description\": \"Ptrb\"\n    },\n    {\n        \"id\": 72,\n        \"description\": \"Concorde\"\n    },\n    {\n        \"id\": 73,\n        \"description\": \"Intr\"\n    },\n    {\n        \"id\": 74,\n        \"description\": \"Tri\"\n    },\n    {\n        \"id\": 75,\n        \"description\": \"Peterbuilt\"\n    },\n    {\n        \"id\": 76,\n        \"description\": \"DeLorean\"\n    },\n    {\n        \"id\": 77,\n        \"description\": \"Austin\"\n    },\n    {\n        \"id\": 78,\n        \"description\": \"TESTERRRR\"\n    }\n]"}],"_postman_id":"5b73eb71-0a2f-468e-85ec-755ad936ac17"},{"name":"GetVehicleModel","id":"fdaf7654-1ceb-4fea-b3f9-ca9ffbf67265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/model","description":"<p>Retrieves the list of available vehicle models for use when creating or updating vehicle records.</p>\n","urlObject":{"path":["case","vehicle","model"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"0248af53-d5ed-45b9-be92-89cdb6c4dafd","name":"GetVehicleModel","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/model"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Length","value":"10883"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:54:51 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Maxima\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Altima\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Integra\"\n    }\n    \n]"}],"_postman_id":"fdaf7654-1ceb-4fea-b3f9-ca9ffbf67265"},{"name":"GetVehicleBodyType","id":"f8e096f6-3139-4aa4-b07f-80c53236358b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/bodyType","description":"<p>Retrieves the list of available vehicle body types (e.g., sedan, SUV, truck) for use when creating or updating vehicle records.</p>\n","urlObject":{"path":["case","vehicle","bodyType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"39a0ab3d-2ef8-4557-86b9-d0c886571732","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/bodyType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"304"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:56:05 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"description\": \"SUV\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Sedan\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Truck\"\n    },\n    {\n        \"id\": 9,\n        \"description\": \"Motorcycle\"\n    },\n    {\n        \"id\": 10,\n        \"description\": \"Convertible\"\n    },\n    {\n        \"id\": 11,\n        \"description\": \"Coupe\"\n    },\n    {\n        \"id\": 12,\n        \"description\": \"Mini Van\"\n    },\n    {\n        \"id\": 13,\n        \"description\": \"RV\"\n    },\n    {\n        \"id\": 14,\n        \"description\": \"Tractor Trailer\"\n    }\n]"}],"_postman_id":"f8e096f6-3139-4aa4-b07f-80c53236358b"},{"name":"GetVehiclePlateType","id":"6edf3d4a-ff87-407d-a6e6-e4c39db54c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{APIToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/plateType","description":"<p>Retrieves the list of available license plate types for use when creating or updating vehicle records.</p>\n","urlObject":{"path":["case","vehicle","plateType"],"host":["https://app.smartadvocate.com/CaseSyncAPI"],"query":[],"variable":[]}},"response":[{"id":"638707ce-4b09-4f0e-889c-034e9120cd25","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://app.smartadvocate.com/CaseSyncAPI/case/vehicle/plateType"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"383"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 23 Dec 2025 21:57:08 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Passenger Vehicle\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Personalized Plate\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Commercial Vehicle\"\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Motorcycle\"\n    },\n    {\n        \"id\": 5,\n        \"description\": \"Historical Motorcycle\"\n    },\n    {\n        \"id\": 6,\n        \"description\": \"Limited Use Motorcycle Class A\"\n    },\n    {\n        \"id\": 7,\n        \"description\": \"Limited Use Motorcycle Class B\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Limited Use Motorcycle Class C\"\n    }\n]"}],"_postman_id":"6edf3d4a-ff87-407d-a6e6-e4c39db54c7b"}],"id":"2e4c3fbc-83de-4161-ab20-d56f7e5b3b65","description":"<p>Manages vehicle records associated with cases. Vehicle data captures details about vehicles involved in a case, including make, model, body type, plate type, and state. Endpoints support retrieving vehicles by case ID or case number, fetching a specific vehicle record, performing filtered/paginated searches, inserting new vehicles, updating via full (PUT) or partial (PATCH) update, deleting vehicles, and retrieving reference data for makes, models, body types, plate types, and states.</p>\n","_postman_id":"2e4c3fbc-83de-4161-ab20-d56f7e5b3b65"}],"event":[{"listen":"prerequest","script":{"id":"cb345650-f838-44ea-a9bf-4c17fc313458","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"690bf73a-1809-4b61-8ec0-da2982f74a1b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BaseURL","value":"https://app.smartadvocate.com/CaseSyncAPI","type":"string"},{"key":"InjuryID","value":"2445"},{"key":"PlaintiffID","value":"562"},{"key":"InjuryDetailsID","value":"384769"}]}