{"info":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","description":"<html><head></head><body><p>Information about the architecture, authentication logic, and recommendations for testing and debugging is available<br>in help - <a href=\"https://timetta.com/ru/docs/api/main\">https://timetta.com/ru/docs/api/main</a></p>\n<p>Actual API metadata - <a href=\"https://api.timetta.com/odata/$metadata\">https://api.timetta.com/odata/$metadata</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10408443","collectionId":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","publishedId":"TzsWuW45","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-01T16:54:34.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get Access Token","event":[{"listen":"test","script":{"exec":["var res = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"accessToken\", res.access_token);\r","pm.collectionVariables.set(\"refreshToken\", res.refresh_token);"],"type":"text/javascript","packages":{},"id":"3b4ee032-c035-4e1f-aabd-f490886c349c"}}],"id":"af262a28-097e-43ef-8447-0d780c2166e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"external","type":"text"},{"key":"scope","value":"all offline_access","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"","type":"text","description":"<p>User's email</p>\n"},{"key":"password","value":"","type":"text","description":"<p>User's password</p>\n"}]},"url":"https://auth.timetta.com/connect/token","description":"<p>Create Access Token and Refresh Token.</p>\n","urlObject":{"path":["connect","token"],"host":["https://auth.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af262a28-097e-43ef-8447-0d780c2166e2"},{"name":"Refresh Access Token","event":[{"listen":"test","script":{"exec":["var res = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"accessToken\", res.access_token);"],"type":"text/javascript","packages":{},"id":"b012325f-d895-4ac8-921f-86f3b4350b77"}}],"id":"39c0edd3-2dc1-41c5-aad8-463bca95846a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"external","type":"text"},{"key":"scope","value":"all offline_access","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text","description":"<p>Refresh Token</p>\n"}]},"url":"https://auth.timetta.com/connect/token","description":"<p>Update Access Token using Refresh Token.</p>\n","urlObject":{"path":["connect","token"],"host":["https://auth.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39c0edd3-2dc1-41c5-aad8-463bca95846a"}],"id":"65daeea9-ef1e-4886-aca8-ef5bc35dcc03","description":"<p>Authentication architecture - <a href=\"https://timetta.com/ru/docs/api/authentication\">https://timetta.com/ru/docs/api/authentication</a></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"85ac6bf2-e53e-4ad0-b0d2-ccf9aa3ab458"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7be15415-550e-49f7-95ff-97e526c64f2d"}}],"_postman_id":"65daeea9-ef1e-4886-aca8-ef5bc35dcc03"},{"name":"Users","item":[{"name":"User Entity","item":[{"name":"Create User","id":"47043fd5-c963-4913-b1b9-05afa8b9880d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{      \r\n   \"name\": \"John Marston\",\r\n   \"email\": \"j.marston@timetta.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users","description":"<p>Create User entity.</p>\n<p>Required fields:</p>\n<ul>\n<li><p>name</p>\n</li>\n<li><p>email - must contain domains available for tenant.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b521d299-d998-4948-83a4-6384bf9eb6bf","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{      \r\n   \"name\": \"John Marston\",\r\n   \"email\": \"j.marston@timetta.com\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Location","value":"https://api.timetta.com/odata/Users(9e9b5e2f-1d51-4af0-9ae3-7802680b71cd)"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2998"},{"key":"X-Rate-Limit-Reset","value":"2021-07-23T12:00:34.7232103Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Jul 2021 11:01:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Users/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"resourceType\": \"User\",\n    \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n    \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n    \"code\": null,\n    \"description\": null,\n    \"rowVersion\": 866619472,\n    \"supervisorId\": null,\n    \"departmentId\": null,\n    \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n    \"competenceId\": null,\n    \"locationId\": null,\n    \"levelId\": null,\n    \"gradeId\": null,\n    \"employmentTypeId\": null,\n    \"name\": \"John Marston\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"f64aea31-b9bf-4f77-836b-99561a9b9e8f\",\n    \"created\": \"2026-05-27T09:05:10.3240774Z\",\n    \"modified\": \"2026-05-27T09:05:10.2033208Z\",\n    \"isActive\": true,\n    \"firstWorkDay\": null,\n    \"lastWorkDay\": null,\n    \"authProviderId\": \"8cf2fe03-d708-4510-a332-69377fc434d1\",\n    \"email\": \"j.marston@timetta.com\",\n    \"notificationsEmail\": null,\n    \"licensed\": false,\n    \"position\": null,\n    \"phone\": null,\n    \"restrictActivities\": false,\n    \"timeSheetTemplateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n    \"costNormalizationRuleId\": null,\n    \"subcontractorId\": null,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"UserSchedule\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ff1b505c-6e78-436a-9750-57812dee2464\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-05-27T09:05:10.3743076Z\",\n                \"effectiveDate\": null,\n                \"expiryDate\": null,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-05-27T09:05:10.3743078Z\",\n                \"scheduleId@odata.type\": \"#Guid\",\n                \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"f64aea31-b9bf-4f77-836b-99561a9b9e8f\",\n                \"schedule\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                    \"name\": \"40 часов в неделю\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"f64aea31-b9bf-4f77-836b-99561a9b9e8f\",\n                    \"name\": \"John Marston\"\n                }\n            }\n        ],\n        \"User\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"f64aea31-b9bf-4f77-836b-99561a9b9e8f\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": null,\n                \"competenceId\": null,\n                \"competence\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-05-27T09:05:10.3240774Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"departmentId\": null,\n                \"department\": null,\n                \"description\": null,\n                \"employmentTypeId\": null,\n                \"employmentType\": null,\n                \"gradeId\": null,\n                \"grade\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"legalEntityId@odata.type\": \"#Guid\",\n                \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                \"levelId\": null,\n                \"level\": null,\n                \"locationId\": null,\n                \"location\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-05-27T09:05:10.2033208Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"John Marston\",\n                \"resourcePoolId@odata.type\": \"#Guid\",\n                \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                \"resourceType@odata.type\": \"#WP.ResourceType\",\n                \"resourceType\": \"User\",\n                \"roleId@odata.type\": \"#Guid\",\n                \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 866619472,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"supervisorId\": null,\n                \"supervisor\": null,\n                \"type\": 0,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"authProviderId@odata.type\": \"#Guid\",\n                \"authProviderId\": \"8cf2fe03-d708-4510-a332-69377fc434d1\",\n                \"costNormalizationRuleId\": null,\n                \"costNormalizationRule\": null,\n                \"email\": \"j.marston@timetta.com\",\n                \"firstWorkDay\": null,\n                \"lastWorkDay\": null,\n                \"licensed\": false,\n                \"notificationsEmail\": null,\n                \"phone\": null,\n                \"position\": null,\n                \"restrictActivities\": false,\n                \"subcontractorId\": null,\n                \"subcontractor\": null,\n                \"timeSheetTemplateId@odata.type\": \"#Guid\",\n                \"timeSheetTemplateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"legalEntity\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                    \"name\": \"Юридическое лицо по умолчанию\"\n                },\n                \"resourcePool\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                    \"name\": \"All resources\"\n                },\n                \"role\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                    \"name\": \"Исполнитель\"\n                },\n                \"timeSheetTemplate\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n                    \"name\": \"Базовый шаблон\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"47043fd5-c963-4913-b1b9-05afa8b9880d"},{"name":"Get User","id":"69bf854e-87ea-45f1-8260-4aa4a408a133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(d6f80a47-2983-44f3-8be3-691499ae6b2f)?$select=*","description":"<p>Get User entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(d6f80a47-2983-44f3-8be3-691499ae6b2f)"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"*"}],"variable":[]}},"response":[{"id":"661fda5f-f47d-40aa-835d-71a4c5494714","name":"Get User","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Users(712fabbd-3537-4039-9747-ac6841c73009)?$select=name,id,email,firstWorkDay,code,isActive&$expand=resourcePool($select=name,id),department($select=name,id),location($select=name,id)","host":["https://api.timetta.com"],"path":["odata","Users(712fabbd-3537-4039-9747-ac6841c73009)"],"query":[{"key":"$select","value":"name,id,email,firstWorkDay,code,isActive"},{"key":"$expand","value":"resourcePool($select=name,id),department($select=name,id),location($select=name,id)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 08:21:46 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Users(name,id,email,firstWorkDay,code,isActive,resourcePool(name,id),department(name,id),location(name,id))/$entity\",\n    \"code\": null,\n    \"name\": \"John Marston\",\n    \"id\": \"712fabbd-3537-4039-9747-ac6841c73009\",\n    \"isActive\": true,\n    \"firstWorkDay\": \"2025-02-03\",\n    \"email\": \"j.marston@timetta.com\",\n    \"resourcePool\": {\n        \"name\": \"All resources\",\n        \"id\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\"\n    },\n    \"department\": {\n        \"name\": \"Administration\",\n        \"id\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\"\n    },\n    \"location\": {\n        \"name\": \"Budapest\",\n        \"id\": \"0a5a2040-f507-471d-82ae-7c7aaaf83a8b\"\n    }\n}"}],"_postman_id":"69bf854e-87ea-45f1-8260-4aa4a408a133"},{"name":"Patch User","id":"9247ff8c-37c0-4e99-ae08-57867bc80710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{      \r\n   \"isActive\": false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(e22bf891-4857-4284-966b-0271db3bd1e7)","description":"<p>Patch User entity.</p>\n<p>An example of disabling a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(e22bf891-4857-4284-966b-0271db3bd1e7)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f3746a37-7fa6-4003-a466-e77bcad2d6ab","name":"Patch User","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{      \r\n   \"isActive\": false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(712fabbd-3537-4039-9747-ac6841c73009)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Wed, 27 May 2026 08:20:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9247ff8c-37c0-4e99-ae08-57867bc80710"},{"name":"Delete User","id":"03824061-819b-4b6e-a837-93d0c33fa873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Users(c38b9a63-490f-4382-ab94-1f971a26df48)","description":"<p>Delete User entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(c38b9a63-490f-4382-ab94-1f971a26df48)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"55885ff0-7680-425c-a644-528e48cc2855","name":"Delete User","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Users(c38b9a63-490f-4382-ab94-1f971a26df48)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03824061-819b-4b6e-a837-93d0c33fa873"},{"name":"Query Users","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"requests":{},"id":"9c897e6a-ca51-4553-a1c3-df3b06323060"}}],"id":"958c446f-b5f9-4df3-bcb4-c142b600d26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users?$select=id,name,email,code&$expand=supervisor($select=id,name)","description":"<p>Request a list of users.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,email,code"},{"key":"$expand","value":"supervisor($select=id,name)"}],"variable":[]}},"response":[{"id":"1a492d61-2bc6-40a5-844f-8562426a295a","name":"Query Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Users?$select=id,name,code,email&$expand=supervisor($select=id,name)","protocol":"https","host":["api","timetta","com"],"path":["odata","Users"],"query":[{"key":"$select","value":"id,name,code,email"},{"key":"$expand","value":"supervisor($select=id,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 08:29:41 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Users(id,name,code,email,supervisor(id,name))\",\n    \"value\": [\n        {\n            \"code\": \"005\",\n            \"name\": \"Сергей Мизулин\",\n            \"id\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"email\": \"MizulinS@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"014\",\n            \"name\": \"Вячеслав Нейман\",\n            \"id\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"email\": \"NeumannV@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"010\",\n            \"name\": \"Иван Демидов\",\n            \"id\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"email\": \"DemidovI@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Инна Кравченко\",\n                \"id\": \"e5abbd70-c398-4276-890f-47181bd3a552\"\n            }\n        },\n        {\n            \"code\": \"003\",\n            \"name\": \"Дарья Андропова\",\n            \"id\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"email\": \"AndropovaD@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Александр Нестеров\",\n                \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\"\n            }\n        },\n        {\n            \"code\": \"007\",\n            \"name\": \"Ренат Нигматулин\",\n            \"id\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"email\": \"NigmatulinR@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"011\",\n            \"name\": \"Антон Юрченко\",\n            \"id\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"email\": \"UrchenkoA@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Инна Кравченко\",\n                \"id\": \"e5abbd70-c398-4276-890f-47181bd3a552\"\n            }\n        },\n        {\n            \"code\": \"001\",\n            \"name\": \"Иван Агафонов\",\n            \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"email\": \"admin@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Руслан Магомедов\",\n                \"id\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\"\n            }\n        },\n        {\n            \"code\": \"012\",\n            \"name\": \"Максим Перепелкин\",\n            \"id\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"email\": \"PrepelkinM@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"021\",\n            \"name\": \"Ирина Борцова\",\n            \"id\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"email\": \"BorcovaI@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Владимир Богатов\",\n                \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\"\n            }\n        },\n        {\n            \"code\": \"002\",\n            \"name\": \"Александр Нестеров\",\n            \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"email\": \"NesterovA@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"020\",\n            \"name\": \"Руслан Магомедов\",\n            \"id\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"email\": \"MagomedovR@timetta.com\",\n            \"supervisor\": null\n        },\n        {\n            \"code\": \"017\",\n            \"name\": \"Кирилл Игнатьев\",\n            \"id\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"email\": \"IgnatievK@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"008\",\n            \"name\": \"Марк Швайнберг\",\n            \"id\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"email\": \"SvainbergM@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"016\",\n            \"name\": \"Геннадий Некрасов\",\n            \"id\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"email\": \"NekrasovG@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Владимир Богатов\",\n                \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\"\n            }\n        },\n        {\n            \"code\": \"019\",\n            \"name\": \"Сергей Остапенко\",\n            \"id\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"email\": \"OstapenkoS@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Кирилл Игнатьев\",\n                \"id\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\"\n            }\n        },\n        {\n            \"code\": \"013\",\n            \"name\": \"Максим Шахматов\",\n            \"id\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"email\": \"ShahmatovM@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"004\",\n            \"name\": \"Кирилл Семенченко\",\n            \"id\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"email\": \"SemenchenkoK@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Александр Нестеров\",\n                \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\"\n            }\n        },\n        {\n            \"code\": \"015\",\n            \"name\": \"Владимир Богатов\",\n            \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"email\": \"BogatovV@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"018\",\n            \"name\": \"Мария Осташкова\",\n            \"id\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"email\": \"OstashkovaM@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Кирилл Игнатьев\",\n                \"id\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\"\n            }\n        },\n        {\n            \"code\": \"009\",\n            \"name\": \"Инна Кравченко\",\n            \"id\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"email\": \"KravchenkoI@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        },\n        {\n            \"code\": \"006\",\n            \"name\": \"Петр Фадеев\",\n            \"id\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"email\": \"FadeevP@timetta.com\",\n            \"supervisor\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            }\n        }\n    ]\n}"}],"_postman_id":"958c446f-b5f9-4df3-bcb4-c142b600d26f"},{"name":"Update Additional User Roles","id":"e14b9996-171f-47e7-8a05-6831feca6c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"userRoles\": [\r\n      {\r\n         \"roleId\": \"1b24cf64-91d7-4823-869b-3d5eb31410fb\",\r\n         \"userId\": \"c21a25f4-70b6-40a9-9be5-dc25f72a3206\",\r\n         \"userRoleCompetences\": []\r\n      },\r\n      {\r\n         \"roleId\": \"fca63490-854c-4623-a443-2f4f232519de\",\r\n         \"userId\": \"c21a25f4-70b6-40a9-9be5-dc25f72a3206\",\r\n         \"userRoleCompetences\": [\r\n            {\r\n               \"competenceId\": \"ccf18260-5987-4807-9be4-a28b66e1c8f5\",\r\n               \"userRoleId\": \"fca63490-854c-4623-a443-2f4f232519de\"\r\n            }\r\n         ]\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(c21a25f4-70b6-40a9-9be5-dc25f72a3206)/UpdateUserRoles","description":"<p>Update additional roles and competences assigned to a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(c21a25f4-70b6-40a9-9be5-dc25f72a3206)","UpdateUserRoles"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"71733865-b625-4898-ad8c-afb909721e46","name":"Update Additional User Roles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"userRoles\": [\r\n      {\r\n         \"roleId\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\",\r\n         \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\r\n         \"userRoleCompetences\": []\r\n      },\r\n      {\r\n         \"roleId\": \"6a7ab50d-0e47-4bb0-999c-e30aee930672\",\r\n         \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\r\n         \"userRoleCompetences\": [\r\n            {\r\n               \"competenceId\": \"2f9e1f27-b116-49d4-a6ad-2f98901289fd\",\r\n               \"userRoleId\": \"6a7ab50d-0e47-4bb0-999c-e30aee930672\"\r\n            }\r\n         ]\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(26c1bdd1-7e67-41da-ac68-047355a32e59)/UpdateUserRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 08:49:40 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserRoles\",\n    \"value\": [\n        {\n            \"roleId\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\",\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"id\": \"399f56fe-34f5-4bd2-b74f-2bcfd5b7546b\",\n            \"created\": \"2026-05-27T08:49:40.5868969Z\",\n            \"modified\": \"2026-05-27T08:49:40.5112949Z\",\n            \"isActive\": true\n        },\n        {\n            \"roleId\": \"6a7ab50d-0e47-4bb0-999c-e30aee930672\",\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"id\": \"25835d4b-78fb-4923-9992-d4c5d56725ab\",\n            \"created\": \"2026-05-27T08:49:40.5879768Z\",\n            \"modified\": \"2026-05-27T08:49:40.5113078Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"e14b9996-171f-47e7-8a05-6831feca6c03"},{"name":"Restore Password","id":"6f8716bb-eef4-456f-acc3-ea68d65d932b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/Users(72b0b520-891e-4776-96cf-b9a8419cf558)/RestorePassword","description":"<p>Used to send a login invitation to a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(72b0b520-891e-4776-96cf-b9a8419cf558)","RestorePassword"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6fefc075-dc5a-4e98-b229-c0e7d6d0f870","name":"Restore Password","originalRequest":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/Users(72b0b520-891e-4776-96cf-b9a8419cf558)/RestorePassword"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-length","value":"0"},{"key":"date","value":"Wed, 27 May 2026 08:51:50 GMT"},{"key":"server","value":"ycalb"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f8716bb-eef4-456f-acc3-ea68d65d932b"}],"id":"04e9bd58-b677-488c-8feb-3dfccfaf2d10","_postman_id":"04e9bd58-b677-488c-8feb-3dfccfaf2d10","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Cost Values","item":[{"name":"Create User Cost Value","id":"dc58cf0c-20ca-41ba-8eec-b1f741258b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n    \"effectiveDate\": \"2024-01-01\",\r\n    \"value\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserCostValues","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserCostValues"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f1d35e95-ea62-4ade-b0ec-a5fe0eb570f3","name":"Create User Cost Value","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n    \"effectiveDate\": \"2024-01-01\",\r\n    \"value\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserCostValues"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 09:20:32 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/UserCostValues(34ca1bd0-def8-4da6-8a72-12c2b30251a6)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserCostValues/$entity\",\n    \"effectiveDate\": \"2024-01-01\",\n    \"expiryDate\": null,\n    \"value\": 1000,\n    \"currencyId\": \"00000000-0000-0000-0000-000000000000\",\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n    \"id\": \"34ca1bd0-def8-4da6-8a72-12c2b30251a6\",\n    \"created\": \"2026-05-27T09:20:33.2296971Z\",\n    \"modified\": \"2026-05-27T09:20:33.2296982Z\",\n    \"isActive\": true\n}"}],"_postman_id":"dc58cf0c-20ca-41ba-8eec-b1f741258b33"},{"name":"Get User Cost Value","id":"3751569f-621b-4392-bd5f-64219a36c3c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserCostValues(f0cd3a4a-ea43-4287-8b39-5af18caf24da)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserCostValues(f0cd3a4a-ea43-4287-8b39-5af18caf24da)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3b964102-e7a9-4f69-951b-f3836eae7fed","name":"Get User Cost Value","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserCostValues(5e041f69-c98f-4c71-8525-0351478475b0)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 09:24:09 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserCostValues/$entity\",\n    \"effectiveDate\": \"2026-05-27\",\n    \"expiryDate\": null,\n    \"value\": 4444,\n    \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n    \"id\": \"5e041f69-c98f-4c71-8525-0351478475b0\",\n    \"created\": \"2026-05-27T09:22:39.199979Z\",\n    \"modified\": \"2026-05-27T09:22:39.132761Z\",\n    \"isActive\": true\n}"}],"_postman_id":"3751569f-621b-4392-bd5f-64219a36c3c9"},{"name":"Update User Cost Value","id":"e0d7dc4c-b821-444c-9e17-09170fb86d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"32e2cfc3-0ff1-4b91-85d2-31c69336ddc9\",\r\n    \"effectiveDate\": null,\r\n    \"value\": 1000,\r\n    \"userId\": \"f0cd3a4a-ea43-4287-8b39-5af18caf24da\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserCostValues(32e2cfc3-0ff1-4b91-85d2-31c69336ddc9)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserCostValues(32e2cfc3-0ff1-4b91-85d2-31c69336ddc9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6f2982be-d563-425e-ae17-d225940e290c","name":"Update User Cost Value","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"effectiveDate\": \"2026-05-19\",\r\n    \"value\": 1000,\r\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserCostValues(69dc44c5-7a40-4d9c-ae42-bcafcb65f3ee)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Wed, 27 May 2026 09:37:21 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0d7dc4c-b821-444c-9e17-09170fb86d71"},{"name":"Delete User Cost Value","id":"a95a88a2-b7d8-4b60-93dc-b51824e9c54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserCostValues(f0cd3a4a-ea43-4287-8b39-5af18caf24da)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserCostValues(f0cd3a4a-ea43-4287-8b39-5af18caf24da)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5e8cc5dc-4f77-4e2a-af56-b0c765ad9385","name":"Delete User Cost Value","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserCostValues(00c6829a-f100-4acd-95c7-be1d59e574fd)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Wed, 27 May 2026 09:39:24 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a95a88a2-b7d8-4b60-93dc-b51824e9c54b"},{"name":"Query User Cost Values","id":"c42becad-ce57-4772-8195-c618f7154d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserCostValues?$filter=userId eq f0cd3a4a-ea43-4287-8b39-5af18caf24da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserCostValues"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"userId eq f0cd3a4a-ea43-4287-8b39-5af18caf24da"}],"variable":[]}},"response":[{"id":"17c75109-a45f-4545-a079-e075945d7fee","name":"Query User Cost Values","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/UserCostValues?$filter=userId eq bcd753cc-0b80-47ae-a471-6ff7f06010e1","host":["https://api.timetta.com"],"path":["odata","UserCostValues"],"query":[{"key":"$filter","value":"userId eq bcd753cc-0b80-47ae-a471-6ff7f06010e1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 09:40:26 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserCostValues\",\n    \"value\": [\n        {\n            \"effectiveDate\": \"2026-05-19\",\n            \"expiryDate\": null,\n            \"value\": 1000,\n            \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"id\": \"212b856c-02e1-476c-9815-79b408dbb5e3\",\n            \"created\": \"2026-05-27T09:37:22.405331Z\",\n            \"modified\": \"2026-05-27T09:40:22.124753Z\",\n            \"isActive\": true\n        },\n        {\n            \"effectiveDate\": null,\n            \"expiryDate\": \"2026-05-18\",\n            \"value\": 850,\n            \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"id\": \"a01d915c-79ee-469e-8aad-1ec898183a67\",\n            \"created\": \"2026-05-27T09:40:21.992914Z\",\n            \"modified\": \"2026-05-27T09:40:21.967686Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"c42becad-ce57-4772-8195-c618f7154d43"}],"id":"ae6936d4-b812-4a80-9893-ded7e247d33c","_postman_id":"ae6936d4-b812-4a80-9893-ded7e247d33c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Schedules","item":[{"name":"Get User Schedules","id":"20c00d94-7f77-46ee-bc2e-98a648912b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(340f1a48-0f90-4552-865a-6180caf15e51)/Schedules?$expand=schedule($select=id,name)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(340f1a48-0f90-4552-865a-6180caf15e51)","Schedules"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"schedule($select=id,name)"}],"variable":[]}},"response":[{"id":"469e1123-e904-470f-9c9e-de5b4448d27c","name":"Get User Schedules","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/Schedules?$expand=schedule($select=id,name)","host":["https://api.timetta.com"],"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","Schedules"],"query":[{"key":"$expand","value":"schedule($select=id,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 10:05:17 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSchedules(schedule(id,name))\",\n    \"value\": [\n        {\n            \"effectiveDate\": \"2026-04-14\",\n            \"expiryDate\": null,\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"scheduleId\": \"896f1f39-0db2-42be-86c9-c2a909245444\",\n            \"id\": \"a188721a-1239-4893-8684-c04011f8b367\",\n            \"created\": \"2026-05-27T10:04:26.726712Z\",\n            \"modified\": \"2026-05-27T10:04:26.702773Z\",\n            \"isActive\": true,\n            \"schedule\": {\n                \"name\": \"56 часов в неделю\",\n                \"id\": \"896f1f39-0db2-42be-86c9-c2a909245444\"\n            }\n        },\n        {\n            \"effectiveDate\": null,\n            \"expiryDate\": \"2026-04-13\",\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n            \"id\": \"eecffb9b-f937-45bc-a146-b2a88afc7b9e\",\n            \"created\": \"2026-05-25T17:27:32.417876Z\",\n            \"modified\": \"2026-05-27T10:04:26.728917Z\",\n            \"isActive\": true,\n            \"schedule\": {\n                \"name\": \"40 часов в неделю\",\n                \"id\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\"\n            }\n        }\n    ]\n}"}],"_postman_id":"20c00d94-7f77-46ee-bc2e-98a648912b90"},{"name":"Update User Schedules","id":"954b0702-9eb9-48a3-b2e0-4c51440d6b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schedules\": [\r\n      {\r\n         \"effectiveDate\": null,\r\n         \"id\": \"fc858624-5e67-4166-899a-d3e23e17874e\",\r\n         \"scheduleId\": \"de774c14-a76b-46f8-aac4-d73fc3de4153\",\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\"\r\n      },\r\n      {\r\n         \"effectiveDate\": \"2023-01-01\",\r\n         \"id\": \"97beb0e4-0012-4eb6-8ca8-0a4fc4aacce0\",\r\n         \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(b19bc720-62d1-442e-acbc-8e36abfbff05)/UpdateSchedules","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(b19bc720-62d1-442e-acbc-8e36abfbff05)","UpdateSchedules"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"fa6f6489-7fd4-42ea-b59a-bdcd4872cf21","name":"Update User Schedules","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schedules\": [\r\n      {\r\n         \"effectiveDate\": null,\r\n         \"id\": \"fc858624-5e67-4166-899a-d3e23e17874e\",\r\n         \"scheduleId\": \"de774c14-a76b-46f8-aac4-d73fc3de4153\",\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\"\r\n      },\r\n      {\r\n         \"effectiveDate\": \"2023-01-01\",\r\n         \"id\": \"97beb0e4-0012-4eb6-8ca8-0a4fc4aacce0\",\r\n         \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(b19bc720-62d1-442e-acbc-8e36abfbff05)/UpdateSchedules"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSchedules\",\r\n   \"value\": [\r\n      {\r\n         \"effectiveDate\": null,\r\n         \"expiryDate\": \"2022-12-31\",\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\",\r\n         \"scheduleId\": \"de774c14-a76b-46f8-aac4-d73fc3de4153\",\r\n         \"id\": \"fc858624-5e67-4166-899a-d3e23e17874e\",\r\n         \"created\": \"2022-12-27T09:44:27.825287Z\",\r\n         \"modified\": \"2022-12-27T11:16:55.1644375Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"effectiveDate\": \"2023-01-01\",\r\n         \"expiryDate\": null,\r\n         \"userId\": \"b19bc720-62d1-442e-acbc-8e36abfbff05\",\r\n         \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n         \"id\": \"97beb0e4-0012-4eb6-8ca8-0a4fc4aacce0\",\r\n         \"created\": \"2022-12-27T14:16:55.1499925+03:00\",\r\n         \"modified\": \"2022-12-27T11:16:55.1182281Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"954b0702-9eb9-48a3-b2e0-4c51440d6b2e"},{"name":"Update User Schedule","id":"25fb3041-c24d-4b3e-9cfc-0611a06649d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\r\n    \"scheduleId\": \"896f1f39-0db2-42be-86c9-c2a909245444\",\r\n    \"effectiveDate\": \"2028-01-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSchedules","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSchedules"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"78ab2d67-5eb8-4230-aa9e-a2a5dd6ce068","name":"Update User Schedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\r\n    \"scheduleId\": \"896f1f39-0db2-42be-86c9-c2a909245444\",\r\n    \"effectiveDate\": \"2028-01-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSchedules"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Wed, 27 May 2026 13:07:25 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/UserSchedules(fd20e7cf-8954-437b-b8a3-8591aa9acdf8)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSchedules/$entity\",\n    \"effectiveDate\": \"2028-01-05\",\n    \"expiryDate\": null,\n    \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n    \"scheduleId\": \"896f1f39-0db2-42be-86c9-c2a909245444\",\n    \"id\": \"fd20e7cf-8954-437b-b8a3-8591aa9acdf8\",\n    \"created\": \"2026-05-27T13:07:25.5747943Z\",\n    \"modified\": \"2026-05-27T13:07:25.5747949Z\",\n    \"isActive\": true\n}"}],"_postman_id":"25fb3041-c24d-4b3e-9cfc-0611a06649d4"}],"id":"3436da10-17d9-432f-9ddf-06b25f47efdb","_postman_id":"3436da10-17d9-432f-9ddf-06b25f47efdb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Permission Sets","item":[{"name":"Get User Permission Sets","id":"d073bad0-f3db-4437-b8a4-c3289ce40fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/PermissionSets?$select=id&$expand=permissionSet($select=id,roleName)","description":"<p>Get a list of user's permission sets.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","PermissionSets"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id"},{"key":"$expand","value":"permissionSet($select=id,roleName)"}],"variable":[]}},"response":[{"id":"e5872627-84d3-4888-8001-46c3247c91bd","name":"Get User Permission Sets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Users(ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41)/PermissionSets?$select=id&$expand=permissionSet($select=id,roleName)","protocol":"https","host":["api","timetta","com"],"path":["odata","Users(ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41)","PermissionSets"],"query":[{"key":"$select","value":"id"},{"key":"$expand","value":"permissionSet($select=id,roleName)"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserPermissionSets(id,permissionSet(id,name,roleName))\",\r\n   \"value\": [\r\n      {\r\n         \"id\": \"5040d6c5-c37b-4cb9-bf28-5a46a1bc3b1f\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"BillingManager\",\r\n            \"id\": \"a6c8cbae-8a12-40d8-b977-31930b48e4cc\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"5946eb0e-03af-4b83-8ada-8551c776549c\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"TeamManager\",\r\n            \"id\": \"0a5699af-eaf2-4f60-a00a-1e19f69afc00\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"a09c6205-67e1-41d2-af79-9d775d0d7282\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"User\",\r\n            \"id\": \"48991eef-ef27-496b-89c0-4f483f3e41c1\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"cba7a111-da2e-49b4-ae6a-7f13515d268e\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"Administrator\",\r\n            \"id\": \"c3ef0548-c582-49c2-a5e1-ad66a34d1b9c\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"d86c86ef-a793-4171-8716-dbc8d586e982\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"ProjectManager\",\r\n            \"id\": \"a85640ee-eae8-46c1-8a17-163594872a7e\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"e5e771f7-286a-4af3-a67b-4d01c04a0a87\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"FinanceManager\",\r\n            \"id\": \"e6c8cbae-8a12-40d8-b977-31930b48e4cc\"\r\n         }\r\n      },\r\n      {\r\n         \"id\": \"ecaef530-5cc0-46ce-8016-db3e9a4dadcd\",\r\n         \"permissionSet\": {\r\n            \"roleName\": \"ResourceManager\",\r\n            \"id\": \"39a91992-8bb6-4acc-bab1-d8efbecdfa13\"\r\n         }\r\n      }\r\n   ]\r\n}"}],"_postman_id":"d073bad0-f3db-4437-b8a4-c3289ce40fb8"},{"name":"Update User Permission Sets","id":"a9b45a7b-f598-438f-b7e3-6ce991aa00d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissionSets\": [\r\n        {\r\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n            \"permissionSetId\": \"c3ef0548-c582-49c2-a5e1-ad66a34d1b9c\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdatePermissionSets","description":"<p>Updates permission sets assigned to a User.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","UpdatePermissionSets"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"046aae3a-1318-440f-8c28-55f72c1ca138","name":"Update Permission Sets","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissionSets\": [\r\n        {\r\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n            \"permissionSetId\": \"48991eef-ef27-496b-89c0-4f483f3e41c1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdatePermissionSets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"395"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2977"},{"key":"X-Rate-Limit-Reset","value":"2022-01-30T15:16:11.7180779Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 30 Jan 2022 14:18:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserPermissionSets\",\n    \"value\": [\n        {\n            \"permissionSetId\": \"48991eef-ef27-496b-89c0-4f483f3e41c1\",\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"id\": \"34fd5adf-1c36-4b3e-b19d-7b95f093111a\",\n            \"created\": \"2022-01-30T17:18:56.0881392+03:00\",\n            \"modified\": \"2022-01-30T14:18:56.0642674Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"a9b45a7b-f598-438f-b7e3-6ce991aa00d9"}],"id":"8aa5c76d-81cc-4877-b1ca-fd7b132b904f","_postman_id":"8aa5c76d-81cc-4877-b1ca-fd7b132b904f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Groups","item":[{"name":"Create Group","id":"ea264bdc-2049-4b6c-ba75-7a08f3c3aa8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Managers\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Groups","description":"<p>Creates a new user group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Groups"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"53820b4a-b13b-4ec9-8a62-d6d2e0a0897d","name":"Create Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Managers\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Groups"},"code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Groups/$entity\",\r\n   \"description\": null,\r\n   \"name\": \"Managers\",\r\n   \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n   \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n   \"id\": \"8462c74e-e9f0-470d-aa9e-3fd70ce0de59\",\r\n   \"created\": \"2023-05-26T10:13:09.0149833+03:00\",\r\n   \"modified\": \"2023-05-26T07:13:09.013763Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"ea264bdc-2049-4b6c-ba75-7a08f3c3aa8a"},{"name":"Get Group","id":"3d1ad6f8-2ec9-4688-8fed-714ff2010521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)","description":"<p>Gets a user group by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"fc2828b0-ffd5-4898-8411-0b5d1abc467e","name":"Get Group","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Groups/$entity\",\r\n   \"description\": null,\r\n   \"name\": \"Managers\",\r\n   \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n   \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n   \"id\": \"8462c74e-e9f0-470d-aa9e-3fd70ce0de59\",\r\n   \"created\": \"2023-05-26T07:13:09.014983Z\",\r\n   \"modified\": \"2023-05-26T07:13:09.013763Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"3d1ad6f8-2ec9-4688-8fed-714ff2010521"},{"name":"Update Group","id":"08921122-a176-469c-967b-c2d8e5afd25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Groups(315d56d9-11e1-4dd3-a874-699bf723e70f)","description":"<p>Updates properties of an existing user group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Groups(315d56d9-11e1-4dd3-a874-699bf723e70f)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"27479af7-0497-4477-b837-8325dd134527","name":"Update Group","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Groups(315d56d9-11e1-4dd3-a874-699bf723e70f)"},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08921122-a176-469c-967b-c2d8e5afd25f"},{"name":"Delete Group","id":"d3e5f443-8638-41b9-9fe4-449fb2ca454e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)","description":"<p>Deletes a user group by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7cd07cc5-ebb9-422d-b0f3-70624370bbc7","name":"Delete Group","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Groups(8462c74e-e9f0-470d-aa9e-3fd70ce0de59)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3e5f443-8638-41b9-9fe4-449fb2ca454e"},{"name":"Query Groups","id":"52f2e2bc-0e4f-4254-8875-bb40b979135c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Groups","description":"<p>Gets a list of user groups.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Groups"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"52ebc25d-afea-49dc-9456-8ac87784d581","name":"Query Groups","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Groups"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Groups\",\r\n   \"value\": [\r\n      {\r\n         \"description\": null,\r\n         \"name\": \"Managers\",\r\n         \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n         \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n         \"id\": \"3c792aa1-d2a1-4592-8869-1801c1ce87e8\",\r\n         \"created\": \"2023-05-26T07:19:14.0669Z\",\r\n         \"modified\": \"2023-05-26T07:19:14.066164Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"description\": \"System admins\",\r\n         \"name\": \"Administrators\",\r\n         \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n         \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n         \"id\": \"14da632c-e7cc-4b6a-95a9-c115c4e0c8cb\",\r\n         \"created\": \"2023-05-26T07:19:14.204188Z\",\r\n         \"modified\": \"2023-05-26T07:19:14.270541Z\",\r\n         \"isActive\": false\r\n      }\r\n   ]\r\n}"}],"_postman_id":"52f2e2bc-0e4f-4254-8875-bb40b979135c"}],"id":"0ca28fbb-2ff9-4bd0-8223-62cf1a05c046","_postman_id":"0ca28fbb-2ff9-4bd0-8223-62cf1a05c046","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Products","item":[{"name":"Get User Products","id":"aa45d9d0-408b-47e9-8676-5a1daa2ea591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/Products","description":"<p>Get products assigned to user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","Products"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6f46caeb-4f09-457e-b4ec-9100561bd7cc","name":"Get User Products","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/Products"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 09:56:00 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserProducts\",\n    \"value\": [\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Expenses\",\n            \"id\": \"24a7a583-ba8d-4607-8acf-5518a6c02afe\",\n            \"created\": \"2026-05-25T17:27:36.378638Z\",\n            \"modified\": \"2026-05-25T17:27:36.378638Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Tasks\",\n            \"id\": \"5a82dc62-9a74-40c6-aed6-78ec1dd456d6\",\n            \"created\": \"2026-05-25T17:27:36.37865Z\",\n            \"modified\": \"2026-05-25T17:27:36.37865Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"TimeTracking\",\n            \"id\": \"6bd33e26-cc01-46d4-a165-393095259670\",\n            \"created\": \"2026-05-25T17:27:36.378607Z\",\n            \"modified\": \"2026-05-25T17:27:36.378607Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Finance\",\n            \"id\": \"7b6b9d60-7321-4130-8c68-f64e7a37249a\",\n            \"created\": \"2026-05-25T17:27:36.378641Z\",\n            \"modified\": \"2026-05-25T17:27:36.378641Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Resources\",\n            \"id\": \"ec131e08-9a88-482f-8d93-18c76ea34b48\",\n            \"created\": \"2026-05-25T17:27:36.378644Z\",\n            \"modified\": \"2026-05-25T17:27:36.378644Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Projects\",\n            \"id\": \"fd8de949-3028-4ef8-88f2-4f1e750a3dc7\",\n            \"created\": \"2026-05-25T17:27:36.378647Z\",\n            \"modified\": \"2026-05-25T17:27:36.378647Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Clients\",\n            \"id\": \"ff0ecc07-de73-404c-82a2-304b5cdc0f32\",\n            \"created\": \"2026-05-25T17:27:36.378627Z\",\n            \"modified\": \"2026-05-25T17:27:36.378627Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"aa45d9d0-408b-47e9-8676-5a1daa2ea591"},{"name":"Update User Products","id":"50541f7b-e09d-45c6-8faa-6347b04d6827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"products\": [\r\n    {\r\n      \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n      \"product\": \"Finance\"\r\n    },\r\n    {\r\n      \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n      \"product\": \"Projects\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdateProducts","description":"<p>Updates products assigned to a user. Send the complete list of products that should remain assigned to the user.</p>\n<p>Possible values for <code>product</code>:</p>\n<ul>\n<li><p>Projects</p>\n</li>\n<li><p>TimeTracking</p>\n</li>\n<li><p>Expenses</p>\n</li>\n<li><p>Resources</p>\n</li>\n<li><p>Finance</p>\n</li>\n<li><p>Billing</p>\n</li>\n<li><p>Corp</p>\n</li>\n<li><p>Clients</p>\n</li>\n<li><p>Tasks</p>\n</li>\n<li><p>LegacyStarter</p>\n</li>\n<li><p>LegacyBasic</p>\n</li>\n<li><p>LegacyStandard</p>\n</li>\n</ul>\n<p>The products you can assign to a user depend on your license parameters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","UpdateProducts"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"8088d674-47b2-4b20-8b55-c3bd843cbd3e","name":"Update User Products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"products\": [\r\n    {\r\n      \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n      \"product\": \"Finance\"\r\n    },\r\n    {\r\n      \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n      \"product\": \"Projects\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdateProducts"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 09:58:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserProducts\",\n    \"value\": [\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Finance\",\n            \"id\": \"d99285a9-d1ba-4b5d-bf20-b3b7967bdfa7\",\n            \"created\": \"2026-06-01T09:58:13.7859861Z\",\n            \"modified\": \"2026-06-01T09:58:13.7708735Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"product\": \"Projects\",\n            \"id\": \"9f3ba462-30c2-48e3-9d1b-275aee5aab41\",\n            \"created\": \"2026-06-01T09:58:13.7872414Z\",\n            \"modified\": \"2026-06-01T09:58:13.770886Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"50541f7b-e09d-45c6-8faa-6347b04d6827"},{"name":"Remove all User Products","id":"7251053e-e359-41b7-b229-b19bd3d80897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"products\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdateProducts","description":"<p>Removes all products assigned to user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)","UpdateProducts"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f3042911-95c1-43de-a626-2abe10012295","name":"Remove all User Products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"products\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Users(bcd753cc-0b80-47ae-a471-6ff7f06010e1)/UpdateProducts"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 09:58:59 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserProducts\",\n    \"value\": []\n}"}],"_postman_id":"7251053e-e359-41b7-b229-b19bd3d80897"}],"id":"8dac1a33-4006-4ddf-84d5-b2af344ada5a","_postman_id":"8dac1a33-4006-4ddf-84d5-b2af344ada5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Skills","item":[{"name":"Get User Skills","id":"479b98ad-dc50-4376-8f74-c2d67252391a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSkills","description":"<p>Gets all skills assigned to users.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSkills"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"e163be58-72da-402d-9893-79b74acfa8e1","name":"Get User Skills","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserSkills"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 10:25:58 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSkills\",\n    \"value\": [\n        {\n            \"userId\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 2,\n            \"id\": \"01abb3cd-b1f1-4351-8615-150762bde2dc\",\n            \"created\": \"2026-05-25T17:27:36.378924Z\",\n            \"modified\": \"2026-05-25T17:27:36.378924Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 4,\n            \"id\": \"04ff4c81-29bf-4f29-b89d-4ab2e3aef8ba\",\n            \"created\": \"2026-05-25T17:27:36.379298Z\",\n            \"modified\": \"2026-05-25T17:27:36.379298Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 1,\n            \"id\": \"07601490-9e50-46f7-b315-7c304da86876\",\n            \"created\": \"2026-05-25T17:27:36.376785Z\",\n            \"modified\": \"2026-05-25T17:27:36.376785Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 3,\n            \"id\": \"081a0344-2da7-4609-87cb-e7aefe812b30\",\n            \"created\": \"2026-05-25T17:27:36.37969Z\",\n            \"modified\": \"2026-05-25T17:27:36.37969Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 2,\n            \"id\": \"09cdaa44-8e26-4b19-83ec-502bd492918e\",\n            \"created\": \"2026-05-25T17:27:36.379Z\",\n            \"modified\": \"2026-05-25T17:27:36.379Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"0ef015d2-1b2d-46dc-b2d6-2b0dc503f12d\",\n            \"created\": \"2026-05-25T17:27:36.378753Z\",\n            \"modified\": \"2026-05-25T17:27:36.378753Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"0fbd7de8-2fd6-4902-be20-6909c66ae32d\",\n            \"created\": \"2026-05-25T17:27:36.37892Z\",\n            \"modified\": \"2026-05-25T17:27:36.37892Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"101899e8-9ac0-4efd-bb7c-768cd1e580fd\",\n            \"created\": \"2026-05-25T17:27:36.379475Z\",\n            \"modified\": \"2026-05-25T17:27:36.379475Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 2,\n            \"id\": \"10f6f7c7-8f52-4ab8-9b6b-c41f5f958406\",\n            \"created\": \"2026-05-25T17:27:36.379308Z\",\n            \"modified\": \"2026-05-25T17:27:36.379308Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"13755f8f-a048-4af1-a129-138366d62313\",\n            \"created\": \"2026-05-25T17:27:36.376713Z\",\n            \"modified\": \"2026-05-25T17:27:36.376713Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 4,\n            \"id\": \"16e38e9c-464c-4afe-8f64-11967ca99796\",\n            \"created\": \"2026-05-25T17:27:36.37907Z\",\n            \"modified\": \"2026-05-25T17:27:36.37907Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"183c7fbc-2a83-47d3-b079-b1a205722ad9\",\n            \"created\": \"2026-05-25T17:27:36.379366Z\",\n            \"modified\": \"2026-05-25T17:27:36.379366Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 0,\n            \"id\": \"193bf3f0-7a10-4c50-bb0f-948a738895a7\",\n            \"created\": \"2026-05-25T17:27:36.379301Z\",\n            \"modified\": \"2026-05-25T17:27:36.379302Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 4,\n            \"id\": \"1a49093f-bcc6-4bf4-b74b-765846758e07\",\n            \"created\": \"2026-05-25T17:27:36.378746Z\",\n            \"modified\": \"2026-05-25T17:27:36.378746Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"1f6d8c9a-c0bd-4c19-8532-d168bea00695\",\n            \"created\": \"2026-05-25T17:27:36.378917Z\",\n            \"modified\": \"2026-05-25T17:27:36.378917Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 1,\n            \"id\": \"22fdb7c3-dafa-4377-aba4-ff33a73d10f5\",\n            \"created\": \"2026-05-25T17:27:36.378824Z\",\n            \"modified\": \"2026-05-25T17:27:36.378824Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"231069e7-406d-45c0-aa76-5bea1fd0a1fc\",\n            \"created\": \"2026-05-25T17:27:36.376696Z\",\n            \"modified\": \"2026-05-25T17:27:36.376696Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 1,\n            \"id\": \"23657658-2e36-4580-8bb2-d08d5be7fa33\",\n            \"created\": \"2026-05-25T17:27:36.379153Z\",\n            \"modified\": \"2026-05-25T17:27:36.379153Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 4,\n            \"id\": \"23fbb8fa-7121-498c-9643-f8e98d7f9be7\",\n            \"created\": \"2026-05-25T17:27:36.379686Z\",\n            \"modified\": \"2026-05-25T17:27:36.379686Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"25c27664-4ca1-4d08-9a92-e08358378e80\",\n            \"created\": \"2026-05-25T17:27:36.378686Z\",\n            \"modified\": \"2026-05-25T17:27:36.378686Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"28783b2e-4104-4bde-a70a-6882a3855283\",\n            \"created\": \"2026-05-25T17:27:36.378682Z\",\n            \"modified\": \"2026-05-25T17:27:36.378682Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 3,\n            \"id\": \"288227ef-522e-4598-8183-cb077e34c488\",\n            \"created\": \"2026-05-25T17:27:36.37898Z\",\n            \"modified\": \"2026-05-25T17:27:36.37898Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 4,\n            \"id\": \"2c6b6f53-a76a-4519-813c-ef39f0a03484\",\n            \"created\": \"2026-05-25T17:27:36.37875Z\",\n            \"modified\": \"2026-05-25T17:27:36.37875Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 0,\n            \"id\": \"2d08b7fa-747a-4d7f-9b68-071653933418\",\n            \"created\": \"2026-05-25T17:27:36.379146Z\",\n            \"modified\": \"2026-05-25T17:27:36.379147Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"33a169f4-6cce-4336-baea-c46068980cd8\",\n            \"created\": \"2026-05-25T17:27:36.378767Z\",\n            \"modified\": \"2026-05-25T17:27:36.378767Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"33aad378-34be-4f37-99da-971ae11d8447\",\n            \"created\": \"2026-05-25T17:27:36.3768Z\",\n            \"modified\": \"2026-05-25T17:27:36.3768Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"36fcd8d7-96b6-47d3-880c-58814608e106\",\n            \"created\": \"2026-05-25T17:27:36.379479Z\",\n            \"modified\": \"2026-05-25T17:27:36.379479Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 1,\n            \"id\": \"3744ae4b-d4d6-47fb-a5d4-b33c9f8e2b7f\",\n            \"created\": \"2026-05-25T17:27:36.376632Z\",\n            \"modified\": \"2026-05-25T17:27:36.376632Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 3,\n            \"id\": \"38afa007-1e53-46bc-9100-58da85f6f447\",\n            \"created\": \"2026-05-25T17:27:36.379543Z\",\n            \"modified\": \"2026-05-25T17:27:36.379543Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 3,\n            \"id\": \"39cd48e9-9ebd-4fc3-8145-f98426db5714\",\n            \"created\": \"2026-05-25T17:27:36.37961Z\",\n            \"modified\": \"2026-05-25T17:27:36.37961Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 2,\n            \"id\": \"3bb944d9-618c-44ea-87c4-c48e7765b0b9\",\n            \"created\": \"2026-05-25T17:27:36.37955Z\",\n            \"modified\": \"2026-05-25T17:27:36.37955Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 4,\n            \"id\": \"3cf5b26e-334d-41f6-ba22-835a4806ebb2\",\n            \"created\": \"2026-05-25T17:27:36.379446Z\",\n            \"modified\": \"2026-05-25T17:27:36.379446Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"3d49a6ee-b307-421f-8efd-5c53c48ca5a3\",\n            \"created\": \"2026-05-25T17:27:36.37915Z\",\n            \"modified\": \"2026-05-25T17:27:36.37915Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 2,\n            \"id\": \"40c2eafc-0da2-4825-afe5-e270855a358b\",\n            \"created\": \"2026-05-25T17:27:36.378675Z\",\n            \"modified\": \"2026-05-25T17:27:36.378675Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 1,\n            \"id\": \"425edd15-f3f6-422d-a459-45e7856582cd\",\n            \"created\": \"2026-05-25T17:27:36.379377Z\",\n            \"modified\": \"2026-05-25T17:27:36.379377Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"42952448-5e94-4cb7-95d9-5fbd5fbe46a8\",\n            \"created\": \"2026-05-25T17:27:36.379051Z\",\n            \"modified\": \"2026-05-25T17:27:36.379052Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 1,\n            \"id\": \"44884108-7a2f-40bb-82c3-68282007b9d7\",\n            \"created\": \"2026-05-25T17:27:36.379765Z\",\n            \"modified\": \"2026-05-25T17:27:36.379765Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 4,\n            \"id\": \"44b340c0-0c6a-4eb8-b39d-e306d5c12e2f\",\n            \"created\": \"2026-05-25T17:27:36.379539Z\",\n            \"modified\": \"2026-05-25T17:27:36.379539Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 4,\n            \"id\": \"4adedd1b-ec69-42fa-a236-6c771b77e5dc\",\n            \"created\": \"2026-05-25T17:27:36.379769Z\",\n            \"modified\": \"2026-05-25T17:27:36.379769Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 4,\n            \"id\": \"534792e3-24d3-4d89-b5d3-a8c83c0c3a95\",\n            \"created\": \"2026-05-25T17:27:36.376706Z\",\n            \"modified\": \"2026-05-25T17:27:36.376706Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"5cf03955-c683-41af-8682-e7d87745ec22\",\n            \"created\": \"2026-05-25T17:27:36.376224Z\",\n            \"modified\": \"2026-05-25T17:27:36.376224Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 0,\n            \"id\": \"5e76ce7a-08e2-4fc1-b450-c96179c56a4b\",\n            \"created\": \"2026-05-25T17:27:36.37937Z\",\n            \"modified\": \"2026-05-25T17:27:36.37937Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 3,\n            \"id\": \"66f3c536-1b55-4e08-93d4-24239a014050\",\n            \"created\": \"2026-05-25T17:27:36.378764Z\",\n            \"modified\": \"2026-05-25T17:27:36.378764Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 4,\n            \"id\": \"6916c3bc-627d-4bd1-89f3-78ca04c8aae0\",\n            \"created\": \"2026-05-25T17:27:36.379775Z\",\n            \"modified\": \"2026-05-25T17:27:36.379775Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 1,\n            \"id\": \"6c594929-5acb-4bff-98ee-3b1f09a3415a\",\n            \"created\": \"2026-05-25T17:27:36.376597Z\",\n            \"modified\": \"2026-05-25T17:27:36.376597Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 1,\n            \"id\": \"6f711f10-cc7f-43fa-96ea-1f72f1a4de1b\",\n            \"created\": \"2026-05-25T17:27:36.37906Z\",\n            \"modified\": \"2026-05-25T17:27:36.37906Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 4,\n            \"id\": \"735094cf-40ff-4ab3-b10d-c2bf1611258c\",\n            \"created\": \"2026-05-25T17:27:36.379772Z\",\n            \"modified\": \"2026-05-25T17:27:36.379772Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"78ebc28d-c0d0-490c-80ad-0e747f52748b\",\n            \"created\": \"2026-05-25T17:27:36.376234Z\",\n            \"modified\": \"2026-05-25T17:27:36.376234Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 3,\n            \"id\": \"79550643-8648-4d05-8371-688146d8d8ad\",\n            \"created\": \"2026-05-25T17:27:36.379223Z\",\n            \"modified\": \"2026-05-25T17:27:36.379223Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 2,\n            \"id\": \"7becbcd3-5a10-4a36-81c0-a8e9306a2167\",\n            \"created\": \"2026-05-25T17:27:36.379211Z\",\n            \"modified\": \"2026-05-25T17:27:36.379211Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"be5dd495-2024-4016-a323-f3dc6c1a3fa0\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"7c7cd2e8-d12f-485e-90ea-a43fa040c91f\",\n            \"created\": \"2026-05-25T17:27:36.379762Z\",\n            \"modified\": \"2026-05-25T17:27:36.379762Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 0,\n            \"id\": \"7cab25c1-8a46-47b7-be6a-666858883c22\",\n            \"created\": \"2026-05-25T17:27:36.376781Z\",\n            \"modified\": \"2026-05-25T17:27:36.376781Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 4,\n            \"id\": \"7e37b26e-33ce-4641-825a-32eb7b9c5668\",\n            \"created\": \"2026-05-25T17:27:36.379207Z\",\n            \"modified\": \"2026-05-25T17:27:36.379207Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 3,\n            \"id\": \"81ba910f-0bd9-4187-801d-fac75fbe0f0c\",\n            \"created\": \"2026-05-25T17:27:36.3767Z\",\n            \"modified\": \"2026-05-25T17:27:36.3767Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 2,\n            \"id\": \"82b4385d-7956-4571-b02b-96894fe8fffe\",\n            \"created\": \"2026-05-25T17:27:36.378842Z\",\n            \"modified\": \"2026-05-25T17:27:36.378842Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 3,\n            \"id\": \"8648a958-8854-4458-85a1-93f4c1bd9024\",\n            \"created\": \"2026-05-25T17:27:36.379607Z\",\n            \"modified\": \"2026-05-25T17:27:36.379607Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 0,\n            \"id\": \"866e5476-352a-48e0-99b1-bd54a662cb64\",\n            \"created\": \"2026-05-25T17:27:36.379067Z\",\n            \"modified\": \"2026-05-25T17:27:36.379067Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 3,\n            \"id\": \"86cc7698-3af6-46e7-8dfb-5bf5dbe6856c\",\n            \"created\": \"2026-05-25T17:27:36.379706Z\",\n            \"modified\": \"2026-05-25T17:27:36.379706Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 3,\n            \"id\": \"8779c980-4b6e-41e0-83d6-4f4db5ed73f6\",\n            \"created\": \"2026-05-25T17:27:36.36391Z\",\n            \"modified\": \"2026-05-25T17:27:36.36391Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 0,\n            \"id\": \"89150e47-c2e1-4b28-8265-87e5e1e49a64\",\n            \"created\": \"2026-05-25T17:27:36.378679Z\",\n            \"modified\": \"2026-05-25T17:27:36.378679Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 0,\n            \"id\": \"8adaad24-f297-4dac-9815-2fa9bbfe93f4\",\n            \"created\": \"2026-05-25T17:27:36.378831Z\",\n            \"modified\": \"2026-05-25T17:27:36.378831Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"8f0590bd-473a-4d8d-8c82-3d37e70325ba\",\n            \"created\": \"2026-05-25T17:27:36.3797Z\",\n            \"modified\": \"2026-05-25T17:27:36.3797Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 0,\n            \"id\": \"935bba17-c554-4494-bd61-73954ac41d12\",\n            \"created\": \"2026-05-25T17:27:36.37945Z\",\n            \"modified\": \"2026-05-25T17:27:36.37945Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 4,\n            \"id\": \"9a531a97-6bac-4ac9-8caf-6d9118f37b69\",\n            \"created\": \"2026-05-25T17:27:36.376788Z\",\n            \"modified\": \"2026-05-25T17:27:36.376788Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-57ae-a471-6ff7f06010e1\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 2,\n            \"id\": \"9b109561-9386-4569-90d8-d2039c331da6\",\n            \"created\": \"2026-05-25T17:27:36.376703Z\",\n            \"modified\": \"2026-05-25T17:27:36.376703Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 2,\n            \"id\": \"9dd8cabc-3527-4762-9f0c-1adc05541049\",\n            \"created\": \"2026-05-25T17:27:36.378984Z\",\n            \"modified\": \"2026-05-25T17:27:36.378984Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 1,\n            \"id\": \"9ddfd267-f6d1-4072-bf16-6f9ce38ffcfe\",\n            \"created\": \"2026-05-25T17:27:36.379305Z\",\n            \"modified\": \"2026-05-25T17:27:36.379305Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 4,\n            \"id\": \"a196f8b3-c43c-479d-97d0-629d8dc2b687\",\n            \"created\": \"2026-05-25T17:27:36.378988Z\",\n            \"modified\": \"2026-05-25T17:27:36.378988Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 3,\n            \"id\": \"a369d63c-52ba-4ac7-b7ce-6dfe02dc2bc3\",\n            \"created\": \"2026-05-25T17:27:36.37857Z\",\n            \"modified\": \"2026-06-01T10:23:01.237402Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 0,\n            \"id\": \"a3912087-d38f-4500-bd28-18b501ec8165\",\n            \"created\": \"2026-05-25T17:27:36.379139Z\",\n            \"modified\": \"2026-05-25T17:27:36.379139Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 4,\n            \"id\": \"a3adfb1a-a9c5-4537-a808-2e7434d01af8\",\n            \"created\": \"2026-05-25T17:27:36.378914Z\",\n            \"modified\": \"2026-05-25T17:27:36.378914Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"a477e87f-7411-4031-adc3-10f7aae1684f\",\n            \"created\": \"2026-05-25T17:27:36.379227Z\",\n            \"modified\": \"2026-05-25T17:27:36.379227Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 3,\n            \"id\": \"a8cfa1bc-e504-4a17-bb38-e0f12303a70e\",\n            \"created\": \"2026-05-25T17:27:36.376606Z\",\n            \"modified\": \"2026-05-25T17:27:36.376606Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 4,\n            \"id\": \"b0d82ba6-d007-415d-a88b-11b6a42b4f15\",\n            \"created\": \"2026-05-25T17:27:36.379703Z\",\n            \"modified\": \"2026-05-25T17:27:36.379703Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 2,\n            \"id\": \"b1132aab-e91b-489f-81a6-07d19190b6b6\",\n            \"created\": \"2026-05-25T17:27:36.378524Z\",\n            \"modified\": \"2026-05-25T17:27:36.378524Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"b2522797-be94-4813-8c79-d800290280db\",\n            \"created\": \"2026-05-25T17:27:36.379373Z\",\n            \"modified\": \"2026-05-25T17:27:36.379373Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"b33c60f4-17af-4314-a1b8-255d366db42d\",\n            \"created\": \"2026-05-25T17:27:36.379614Z\",\n            \"modified\": \"2026-05-25T17:27:36.379614Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"b5c8d69f-29c0-40a1-b398-76262c54105b\",\n            \"created\": \"2026-05-25T17:27:36.379617Z\",\n            \"modified\": \"2026-05-25T17:27:36.379617Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"510b5cf9-27d8-4604-9636-9811e456b297\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"b6dd107c-7f95-4986-8b1b-36fc8b16b00c\",\n            \"created\": \"2026-05-25T17:27:36.379294Z\",\n            \"modified\": \"2026-05-25T17:27:36.379294Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"bf89acde-71c9-4d21-9ed3-6f942b928a83\",\n            \"created\": \"2026-05-25T17:27:36.376792Z\",\n            \"modified\": \"2026-05-25T17:27:36.376792Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 1,\n            \"id\": \"c1952d1f-fa98-4181-80da-e8182aab6a98\",\n            \"created\": \"2026-05-25T17:27:36.378559Z\",\n            \"modified\": \"2026-05-25T17:27:36.378559Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 2,\n            \"id\": \"c3e58f6b-6151-45b1-b231-46f363f9235b\",\n            \"created\": \"2026-05-25T17:27:36.379064Z\",\n            \"modified\": \"2026-05-25T17:27:36.379064Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 1,\n            \"id\": \"c5689e08-7a5f-40ee-9481-a9eb4cadd516\",\n            \"created\": \"2026-05-25T17:27:36.378563Z\",\n            \"modified\": \"2026-05-25T17:27:36.378563Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"ef5323ec-b37b-4fd0-9886-4067a3f06730\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 1,\n            \"id\": \"c6104574-067e-4c7b-847d-530f7d911e03\",\n            \"created\": \"2026-05-25T17:27:36.378909Z\",\n            \"modified\": \"2026-05-25T17:27:36.378909Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 2,\n            \"id\": \"c6bc29ad-1663-4cc3-ae15-4f665bfa43d8\",\n            \"created\": \"2026-05-25T17:27:36.376174Z\",\n            \"modified\": \"2026-05-25T17:27:36.376174Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d5edce10-8f5b-4bc0-b6f1-9d9446f4e97d\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 3,\n            \"id\": \"c8ebfcd7-bf9a-4787-865d-2649d0748e01\",\n            \"created\": \"2026-05-25T17:27:36.379453Z\",\n            \"modified\": \"2026-05-25T17:27:36.379453Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"cdf9b176-eb65-44a8-905c-471b57013d46\",\n            \"created\": \"2026-05-25T17:27:36.376628Z\",\n            \"modified\": \"2026-05-25T17:27:36.376628Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2fd1c6a-cc14-4807-8c39-e5017721a9d4\",\n            \"skillId\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"level\": 0,\n            \"id\": \"ce2b7088-80b5-43da-87fd-f845010c02f5\",\n            \"created\": \"2026-05-25T17:27:36.37661Z\",\n            \"modified\": \"2026-05-25T17:27:36.37661Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"9d615ff1-79d2-42a4-8a34-f92f5f6ab89d\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 0,\n            \"id\": \"ceea011e-2b96-45fb-8621-308e30cb9c03\",\n            \"created\": \"2026-05-25T17:27:36.37938Z\",\n            \"modified\": \"2026-05-25T17:27:36.37938Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 1,\n            \"id\": \"d56f3bd7-1f88-4f1b-a841-b6699996f2ef\",\n            \"created\": \"2026-05-25T17:27:36.378828Z\",\n            \"modified\": \"2026-05-25T17:27:36.378828Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 3,\n            \"id\": \"da4f2b3f-1012-4126-9512-9c80002bbe4b\",\n            \"created\": \"2026-05-25T17:27:36.379627Z\",\n            \"modified\": \"2026-05-25T17:27:36.379627Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 2,\n            \"id\": \"dfbdc684-88ba-4401-8ec4-0401ead1a547\",\n            \"created\": \"2026-05-25T17:27:36.379546Z\",\n            \"modified\": \"2026-05-25T17:27:36.379546Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"22458bb7-97f2-4f2f-a0c5-61a1ddc94375\",\n            \"skillId\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"level\": 1,\n            \"id\": \"e5803aa5-d7e0-4a0e-8de2-08571b613e9d\",\n            \"created\": \"2026-05-25T17:27:36.37923Z\",\n            \"modified\": \"2026-05-25T17:27:36.37923Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 0,\n            \"id\": \"e78f5f61-062c-4960-9387-2a87bd8653a5\",\n            \"created\": \"2026-05-25T17:27:36.376229Z\",\n            \"modified\": \"2026-05-25T17:27:36.376229Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"26c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 4,\n            \"id\": \"e8913e42-5e19-4227-ae28-fe365b6c19da\",\n            \"created\": \"2026-05-25T17:27:36.378664Z\",\n            \"modified\": \"2026-05-25T17:27:36.378664Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 3,\n            \"id\": \"eb2bcfd9-1a8b-488a-84c8-34dea98ff38f\",\n            \"created\": \"2026-05-25T17:27:36.378991Z\",\n            \"modified\": \"2026-05-25T17:27:36.378991Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"0cacba8c-75c3-46c8-b935-88355bba50bd\",\n            \"skillId\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"level\": 0,\n            \"id\": \"edf55da4-159e-4054-a2e9-a8bb5e6a3f6c\",\n            \"created\": \"2026-05-25T17:27:36.378838Z\",\n            \"modified\": \"2026-05-25T17:27:36.378838Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"skillId\": \"bffb2679-1b84-480b-a0f6-9a70a12215a2\",\n            \"level\": null,\n            \"id\": \"f2378e72-a3af-486b-bb0c-f116328b022b\",\n            \"created\": \"2026-06-01T10:19:45.999168Z\",\n            \"modified\": \"2026-06-01T10:19:45.982655Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"157edfb9-ac34-4bb7-89a6-5d7c2fe78815\",\n            \"skillId\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"level\": 2,\n            \"id\": \"f72c5e41-a277-480c-8653-6a537833079f\",\n            \"created\": \"2026-05-25T17:27:36.379535Z\",\n            \"modified\": \"2026-05-25T17:27:36.379535Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"skillId\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"level\": 1,\n            \"id\": \"fba82b0d-b9e8-46ee-9988-7b8f7241ef1a\",\n            \"created\": \"2026-05-25T17:27:36.379143Z\",\n            \"modified\": \"2026-05-25T17:27:36.379143Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"479b98ad-dc50-4376-8f74-c2d67252391a"},{"name":"Add User Skill","id":"ab8f4fb3-f4db-42f3-b6ec-966352a02691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"skillId\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\r\n   \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n   \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSkills","description":"<p>Assigns a skill to a user.</p>\n<p>Required properties:</p>\n<ul>\n<li><p>skillId - id of the skill</p>\n</li>\n<li><p>userId - id of the user</p>\n</li>\n</ul>\n<p>Not required properties:</p>\n<ul>\n<li>level - from 1 to 5</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSkills"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"51608ca0-aa67-4161-9eb0-e2e3a1049685","name":"Add User Skill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"skillId\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\r\n   \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\r\n   \"level\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSkills"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 10:21:23 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/UserSkills(d83bbfea-f040-4292-b524-ca5cf42c0c1b)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSkills/$entity\",\n    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n    \"skillId\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\n    \"level\": 4,\n    \"id\": \"d83bbfea-f040-4292-b524-ca5cf42c0c1b\",\n    \"created\": \"2026-06-01T10:21:24.4282267Z\",\n    \"modified\": \"2026-06-01T10:21:24.376016Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"UserSkill\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d83bbfea-f040-4292-b524-ca5cf42c0c1b\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T10:21:24.4282267Z\",\n                \"isActive\": true,\n                \"level\": 4,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T10:21:24.376016Z\",\n                \"skillId@odata.type\": \"#Guid\",\n                \"skillId\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                \"skill\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\n                    \"name\": \"Обучение\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"name\": \"Александр Нестеров\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"ab8f4fb3-f4db-42f3-b6ec-966352a02691"},{"name":"Delete User Skill","id":"d7340ae9-47b8-4ad1-b9a0-22c8ecaf1a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserSkills(d83bbfea-f040-4292-b524-ca5cf42c0c1b)","description":"<p>Removes a skill from a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSkills(d83bbfea-f040-4292-b524-ca5cf42c0c1b)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7a839afd-21e8-4972-b454-b66a9745bb74","name":"Delete User Skill","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserSkills(d83bbfea-f040-4292-b524-ca5cf42c0c1b)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 10:22:10 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7340ae9-47b8-4ad1-b9a0-22c8ecaf1a31"},{"name":"Update User Skill","id":"66163c0d-6a41-4062-983f-aca57c735c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"level\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSkills(a369d63c-52ba-4ac7-b7ce-6dfe02dc2bc3)","description":"<p>Updates a user's skill level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSkills(a369d63c-52ba-4ac7-b7ce-6dfe02dc2bc3)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"49fa0160-f64d-4181-94dd-4dada8a65c07","name":"Update User Skill","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"level\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSkills(a369d63c-52ba-4ac7-b7ce-6dfe02dc2bc3)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 10:23:00 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66163c0d-6a41-4062-983f-aca57c735c47"}],"id":"99d31626-703d-41bc-b71f-830328f51915","_postman_id":"99d31626-703d-41bc-b71f-830328f51915","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Groups","item":[{"name":"Query User Groups","id":"a6704be6-fa17-4bb1-98d5-4980941c9353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserGroups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserGroups"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"096a8cb6-87ff-4dc1-bc54-4a991d7ba8b7","name":"Query User Groups","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserGroups"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 10:45:11 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserGroups\",\n    \"value\": [\n        {\n            \"userId\": \"d74d5d4d-e054-44d7-8ff5-8b2aa45e5de8\",\n            \"groupId\": \"5aa3e97c-5050-4dbc-87b6-ab3beadc367c\",\n            \"id\": \"05cb2e07-bd48-4796-ab59-e313b2f23375\",\n            \"created\": \"2026-06-01T10:44:23.641743Z\",\n            \"modified\": \"2026-06-01T10:44:23.53195Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"groupId\": \"5aa3e97c-5050-4dbc-87b6-ab3beadc367c\",\n            \"id\": \"17e8849d-2d08-4ec9-9044-2888b1a1b7fc\",\n            \"created\": \"2026-06-01T10:44:23.601324Z\",\n            \"modified\": \"2026-06-01T10:44:23.531149Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"groupId\": \"73dd93ca-2e4a-45fe-9fb3-2b27f816c617\",\n            \"id\": \"21cd12b0-ec4b-4f7a-a177-4ef1a343bd74\",\n            \"created\": \"2026-06-01T10:45:07.846818Z\",\n            \"modified\": \"2026-06-01T10:45:07.842384Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"a3199aeb-00d9-4ba9-9ed9-28ebbc957ace\",\n            \"groupId\": \"5aa3e97c-5050-4dbc-87b6-ab3beadc367c\",\n            \"id\": \"319a98b5-28a3-4e44-a409-393ce0468d72\",\n            \"created\": \"2026-06-01T10:44:23.578126Z\",\n            \"modified\": \"2026-06-01T10:44:23.530838Z\",\n            \"isActive\": true\n        },\n        {\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"groupId\": \"73dd93ca-2e4a-45fe-9fb3-2b27f816c617\",\n            \"id\": \"3a82fd83-4210-436e-8799-435ec92d6208\",\n            \"created\": \"2026-06-01T10:45:07.864179Z\",\n            \"modified\": \"2026-06-01T10:45:07.839032Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"a6704be6-fa17-4bb1-98d5-4980941c9353"},{"name":"Create User Group","id":"e5f71128-8bc7-43e4-8262-192fbf6c5b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"155b9db3-c17a-42e6-8472-d7335cc2794c\",\r\n  \"userId\": \"b0dc4a6a-3cf6-4335-93ef-a3c87d83f6db\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserGroups","description":"<p>Adds a user to a group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserGroups"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"36174731-c83a-42ec-a480-426711ba6bcc","name":"Create User Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"155b9db3-c17a-42e6-8472-d7335cc2794c\",\r\n  \"userId\": \"b0dc4a6a-3cf6-4335-93ef-a3c87d83f6db\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserGroups"},"code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserGroups/$entity\",\r\n    \"userId\": \"b0dc4a6a-3cf6-4335-93ef-a3c87d83f6db\",\r\n    \"groupId\": \"155b9db3-c17a-42e6-8472-d7335cc2794c\",\r\n    \"id\": \"4d86a0a2-6a45-4c79-add5-046627d3b28d\",\r\n    \"created\": \"2024-06-04T16:42:31.2036037+03:00\",\r\n    \"modified\": \"2024-06-04T13:42:31.1669096Z\",\r\n    \"isActive\": true\r\n}"}],"_postman_id":"e5f71128-8bc7-43e4-8262-192fbf6c5b8e"},{"name":"Delete User Group","id":"65e7ca1a-8ef0-4f44-98bc-a1851a5a2c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserGroups(05cb2e07-bd48-4796-ab59-e313b2f23375)","description":"<p>Delete UserGroup (exclude a User from a Group)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserGroups(05cb2e07-bd48-4796-ab59-e313b2f23375)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"73545242-b17d-46ed-bff3-c905f7d3b0be","name":"Delete User Group","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/UserGroups(05cb2e07-bd48-4796-ab59-e313b2f23375)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 10:45:58 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65e7ca1a-8ef0-4f44-98bc-a1851a5a2c2f"}],"id":"cf2ac80d-8840-48f8-b390-b07161bbe622","_postman_id":"cf2ac80d-8840-48f8-b390-b07161bbe622","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"User Settings","item":[{"name":"Get User Settings","id":"b2979e7b-6a08-4fea-b2e8-30fcb98391ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"2619dbed-8f3d-46f2-9953-d9455b79eed8","name":"Get User Settings","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:02:48 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=6w6erhNByqkbB5KWR7sNkelybcW/eNE1Xihp/OLMHm42gHbZH6IyumZfYLtsb3Jc.MTc4MDMxMTc2OTM1Nw==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 11:02:49 GMT; secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#UserSettings/$entity\",\n    \"timeZoneId\": \"9213c133-7579-417f-ab41-af2ea08ac5ff\",\n    \"languageCode\": \"ru-RU\",\n    \"cultureCode\": \"ru\",\n    \"timeInputType\": \"Decimal\",\n    \"useStopwatch\": true,\n    \"clientProfile\": \"{\\\"userViews\\\":{\\\"projectTeamMembers\\\":{\\\"default\\\":{\\\"version\\\":11,\\\"name\\\":\\\"default\\\",\\\"columns\\\":[{\\\"column\\\":\\\"resource\\\",\\\"width\\\":250,\\\"total\\\":\\\"countdistinct\\\"},{\\\"column\\\":\\\"role\\\",\\\"width\\\":163},{\\\"column\\\":\\\"competence\\\",\\\"width\\\":305},{\\\"column\\\":\\\"currentCostRatePC\\\",\\\"width\\\":150},{\\\"column\\\":\\\"localType\\\",\\\"width\\\":150},{\\\"column\\\":\\\"resourcePool\\\",\\\"width\\\":295}]}},\\\"projectTariffs\\\":{\\\"default\\\":{\\\"version\\\":1,\\\"name\\\":\\\"default\\\",\\\"columns\\\":[{\\\"column\\\":\\\"name\\\",\\\"width\\\":250,\\\"total\\\":\\\"countdistinct\\\"},{\\\"column\\\":\\\"value\\\",\\\"width\\\":150},{\\\"column\\\":\\\"assignments\\\",\\\"width\\\":407},{\\\"column\\\":\\\"isActive\\\",\\\"width\\\":90}]}},\\\"invoiceTimeLines\\\":{\\\"default\\\":{\\\"version\\\":1,\\\"name\\\":\\\"default\\\",\\\"columns\\\":[{\\\"column\\\":\\\"project\\\",\\\"width\\\":200},{\\\"column\\\":\\\"projectTask\\\",\\\"width\\\":200},{\\\"column\\\":\\\"projectCostCenter\\\",\\\"width\\\":200},{\\\"column\\\":\\\"projectTariff\\\",\\\"width\\\":200},{\\\"column\\\":\\\"role\\\",\\\"width\\\":200},{\\\"column\\\":\\\"account\\\",\\\"width\\\":200},{\\\"column\\\":\\\"user\\\",\\\"width\\\":200},{\\\"column\\\":\\\"date\\\",\\\"width\\\":200},{\\\"column\\\":\\\"description\\\",\\\"width\\\":200},{\\\"column\\\":\\\"unit\\\",\\\"width\\\":105},{\\\"column\\\":\\\"rate\\\",\\\"width\\\":106},{\\\"column\\\":\\\"quantity\\\",\\\"width\\\":94},{\\\"column\\\":\\\"amount\\\",\\\"width\\\":200},{\\\"column\\\":\\\"empty\\\",\\\"width\\\":200}]}}},\\\"completedQuickStartPages\\\":[],\\\"version\\\":\\\"1\\\",\\\"navigationViews\\\":[{\\\"name\\\":\\\"my\\\",\\\"groups\\\":[{\\\"name\\\":\\\"workflow\\\",\\\"items\\\":[{\\\"name\\\":\\\"my.to-do\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.workflow-task-my\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.my-running-process\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"issues\\\",\\\"items\\\":[{\\\"name\\\":\\\"my.issue-i-am-assigned\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.issue-i-am-initiator\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.dev-saturn\\\",\\\"isVisible\\\":false}]},{\\\"name\\\":\\\"tracking\\\",\\\"items\\\":[{\\\"name\\\":\\\"my.currentTimesheet\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.timesheet-my\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.time-off-request-my\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.expense-request-my\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"projects\\\",\\\"items\\\":[]},{\\\"name\\\":\\\"wikis\\\",\\\"items\\\":[{\\\"name\\\":\\\"my.d8c07d7f-0d2c-4f8a-a8b6-f798c0b74e61\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"work\\\",\\\"items\\\":[{\\\"name\\\":\\\"my.certificates-my\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"my.profile\\\",\\\"isVisible\\\":true}]}]},{\\\"name\\\":\\\"team\\\",\\\"groups\\\":[{\\\"name\\\":\\\"timesheets\\\",\\\"items\\\":[{\\\"name\\\":\\\"team.timesheet-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"team.timesheet-overdue\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"timeOff\\\",\\\"items\\\":[{\\\"name\\\":\\\"team.timeOffSchedule\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"team.timeOffBalanceEntriesAll\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"team.time-off-request-all\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"expenses\\\",\\\"items\\\":[{\\\"name\\\":\\\"team.expense-request-all\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"team\\\",\\\"items\\\":[{\\\"name\\\":\\\"team.employee-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"team.certificate-all\\\",\\\"isVisible\\\":true}]}]},{\\\"name\\\":\\\"projects\\\",\\\"groups\\\":[{\\\"name\\\":\\\"projects\\\",\\\"items\\\":[{\\\"name\\\":\\\"projects.portfolio-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.project-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.project-my\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.project-active\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.program-all\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"issues\\\",\\\"items\\\":[{\\\"name\\\":\\\"projects.issue-i-am-assigned\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.issue-i-am-initiator\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.issue-all\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"content\\\",\\\"items\\\":[{\\\"name\\\":\\\"projects.riskRequests\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.documents-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.risk-all\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"checkpoints\\\",\\\"items\\\":[{\\\"name\\\":\\\"projects.allCheckpoints\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.checkpoints\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"analytics\\\",\\\"items\\\":[{\\\"name\\\":\\\"projects.projectsSummary\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"projects.usersSummary\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"resources\\\",\\\"items\\\":[]},{\\\"name\\\":\\\"finance\\\",\\\"items\\\":[]}]},{\\\"name\\\":\\\"clients\\\",\\\"groups\\\":[{\\\"name\\\":\\\"organizations\\\",\\\"items\\\":[{\\\"name\\\":\\\"clients.allContacts\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.organization-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.organization-my\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"sales\\\",\\\"items\\\":[{\\\"name\\\":\\\"clients.deal-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.deal-my\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"interactions\\\",\\\"items\\\":[{\\\"name\\\":\\\"clients.myOverdueInteractions\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.allOverdueInteractions\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.myTodayInteractions\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"clients.allInteractions\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"campaigns\\\",\\\"items\\\":[{\\\"name\\\":\\\"clients.campaigns\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"analytics\\\",\\\"items\\\":[{\\\"name\\\":\\\"clients.salesFunnel\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"wikis\\\",\\\"items\\\":[]}]},{\\\"name\\\":\\\"helpDesk\\\",\\\"groups\\\":[{\\\"name\\\":\\\"clients\\\",\\\"items\\\":[]}]},{\\\"name\\\":\\\"wiki\\\",\\\"groups\\\":[{\\\"name\\\":\\\"wiki\\\",\\\"items\\\":[]}]},{\\\"name\\\":\\\"analytics\\\",\\\"groups\\\":[{\\\"name\\\":\\\"dashboards\\\",\\\"items\\\":[{\\\"name\\\":\\\"analytics.dashboards\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"analytics.b25f1140-21ab-4c47-b02b-ed65d7ad0c2f\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"analytics.1d0740bc-dd86-40fe-a06e-9235804ceeeb\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"reports\\\",\\\"items\\\":[{\\\"name\\\":\\\"analytics.reportBuilder\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"analytics.allReports\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"analytics.myReports\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"finance\\\",\\\"items\\\":[{\\\"name\\\":\\\"analytics.pnl\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"templates\\\",\\\"items\\\":[{\\\"name\\\":\\\"analytics.reportTemplates\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"settings\\\",\\\"items\\\":[{\\\"name\\\":\\\"analytics.calculatedFields\\\",\\\"isVisible\\\":true}]}]},{\\\"name\\\":\\\"settings\\\",\\\"groups\\\":[{\\\"name\\\":\\\"system\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.account\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.settings\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.imports\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.historyLog\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.loginLog\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.loginLog\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"users\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.users\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.licenseMap\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.groups\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.departments\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.permissionSets\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"resources\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.resourcePools\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.levels\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.grades\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.locations\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.roles\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.competences\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.skills\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"timeTracking\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.schedules\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.scheduleExceptions\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.timesheetPeriods\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.activities\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.timeOffTypes\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.validationRules\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.timesheetTemplates\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.billCodes\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"finance\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.legalEntities\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.vat-rate-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.rateMatrices\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.currencies\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.financialAccounts\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.invoiceTemplates\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.costNormalizationRules\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"tasks\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.gitlab-repository-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.issue-link-types\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"clients\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.emailTemplates\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.interactionScenarios\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"ai\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.ai-context-schema-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.ai-prompt-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.agent-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.agent-runs\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"projects\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.projectDocumentTypes\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.projectRiskTypes\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.projectModels\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"configuration\\\",\\\"items\\\":[{\\\"name\\\":\\\"settings.numbering-policies\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.views\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.wikiSpaces\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.lifecycles\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.workflows\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.directories\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.customFields\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.scheduledJobs\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.lifecycleRoles\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.metamodel\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"settings.exportAndImport\\\",\\\"isVisible\\\":true}]}]},{\\\"name\\\":\\\"finance\\\",\\\"groups\\\":[{\\\"name\\\":\\\"entries\\\",\\\"items\\\":[{\\\"name\\\":\\\"finance.accountingEntries\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.periods\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"billing\\\",\\\"items\\\":[{\\\"name\\\":\\\"finance.summary\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.invoicesOverdue\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.invoicesAll\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"documents\\\",\\\"items\\\":[{\\\"name\\\":\\\"finance.actsOfAcceptance\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.timesheet-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.time-off-request-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.expense-request-all\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"finance.contacts\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"subcontractors\\\",\\\"items\\\":[{\\\"name\\\":\\\"finance.incoming-acts-of-acceptance\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"analytics\\\",\\\"items\\\":[{\\\"name\\\":\\\"finance.pnl\\\",\\\"isVisible\\\":true}]}]},{\\\"name\\\":\\\"resources\\\",\\\"groups\\\":[{\\\"name\\\":\\\"resources\\\",\\\"items\\\":[{\\\"name\\\":\\\"resources.booking\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"resources.resources\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"requests\\\",\\\"items\\\":[{\\\"name\\\":\\\"resources.resource-request-open\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"resources.resource-request\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"resources.resource-request-my-task\\\",\\\"isVisible\\\":true}]},{\\\"name\\\":\\\"analytics\\\",\\\"items\\\":[{\\\"name\\\":\\\"resources.projectsSummary\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"resources.usersSummary\\\",\\\"isVisible\\\":true},{\\\"name\\\":\\\"resources.resource-gap\\\",\\\"isVisible\\\":true}]}]}]}\",\n    \"notifyByEmail\": true,\n    \"useBrowserNotifications\": false,\n    \"theme\": \"System\",\n    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"created\": \"2026-05-25T17:27:10.228258Z\",\n    \"modified\": \"2026-05-27T08:51:40.475471Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"notification\": {\n        \"notifyOnDueDateExpired\": true,\n        \"workflowTaskCreated\": true,\n        \"issueAssigned\": true,\n        \"mentionCreated\": true\n    }\n}"}],"_postman_id":"b2979e7b-6a08-4fea-b2e8-30fcb98391ca"},{"name":"Patch User Settings","id":"a980a92f-3825-4033-8d39-bc1805633cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"timeZoneId\": \"9213c133-7579-417f-ab41-af2ea08ac5ff\",\r\n    \"languageCode\": \"ru-RU\",\r\n    \"cultureCode\": \"ru\",\r\n    \"timeInputType\": \"SchedulePercent\",\r\n    \"useStopwatch\": true,\r\n    \"notification\": {\r\n        \"notifyOnDueDateExpired\": true,\r\n        \"workflowTaskCreated\": false,\r\n        \"issueAssigned\": true,\r\n        \"mentionCreated\": true\r\n    },\r\n    \"notifyByEmail\": true,\r\n    \"useBrowserNotifications\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)","description":"<ul>\n<li><p><strong>timeInputType</strong> - possible values: \"Decimal\", \"HoursAndMinutes\", \"SchedulePercent\"</p>\n</li>\n<li><p><strong>cultureCode</strong> - to get available values see \"Get Cultures\" example</p>\n</li>\n<li><p><strong>languageCode</strong> - to get available values see \"Get Languages\" example</p>\n</li>\n<li><p><strong>timeZoneId</strong> - to get available values see \"Get TimeZones\" example</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d8039caa-f001-4fc0-8d30-701c3e92e262","name":"Patch User Settings","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"timeZoneId\": \"9213c133-7579-417f-ab41-af2ea08ac5ff\",\r\n    \"languageCode\": \"ru-RU\",\r\n    \"cultureCode\": \"ru\",\r\n    \"timeInputType\": \"SchedulePercent\",\r\n    \"useStopwatch\": true,\r\n    \"notification\": {\r\n        \"notifyOnDueDateExpired\": true,\r\n        \"workflowTaskCreated\": false,\r\n        \"issueAssigned\": true,\r\n        \"mentionCreated\": true\r\n    },\r\n    \"notifyByEmail\": true,\r\n    \"useBrowserNotifications\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/UserSettings(72b0b520-891e-4776-96cf-b9a8419cf558)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 11:04:51 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a980a92f-3825-4033-8d39-bc1805633cb6"},{"name":"Get Cultures","id":"c08420e5-35df-4e85-b9e0-f0c0e9c1b1c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/GetCultures","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","GetCultures"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7822ddc9-e318-4d0d-b613-da3f6e096525","name":"Get Cultures","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/GetCultures"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:05:22 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.Culture)\",\n    \"value\": [\n        {\n            \"name\": \"azərbaycan\",\n            \"id\": \"az\"\n        },\n        {\n            \"name\": \"беларуская\",\n            \"id\": \"be\"\n        },\n        {\n            \"name\": \"български\",\n            \"id\": \"bg\"\n        },\n        {\n            \"name\": \"bosanski\",\n            \"id\": \"bs\"\n        },\n        {\n            \"name\": \"bosanski (latinica)\",\n            \"id\": \"bs-Latn\"\n        },\n        {\n            \"name\": \"català\",\n            \"id\": \"ca\"\n        },\n        {\n            \"name\": \"català (França)\",\n            \"id\": \"ca-FR\"\n        },\n        {\n            \"name\": \"català (Itàlia)\",\n            \"id\": \"ca-IT\"\n        },\n        {\n            \"name\": \"čeština\",\n            \"id\": \"cs\"\n        },\n        {\n            \"name\": \"dansk\",\n            \"id\": \"da\"\n        },\n        {\n            \"name\": \"Deutsch\",\n            \"id\": \"de\"\n        },\n        {\n            \"name\": \"Deutsch (Österreich)\",\n            \"id\": \"de-AT\"\n        },\n        {\n            \"name\": \"Deutsch (Belgien)\",\n            \"id\": \"de-BE\"\n        },\n        {\n            \"name\": \"Deutsch (Schweiz)\",\n            \"id\": \"de-CH\"\n        },\n        {\n            \"name\": \"Deutsch (Liechtenstein)\",\n            \"id\": \"de-LI\"\n        },\n        {\n            \"name\": \"Deutsch (Luxemburg)\",\n            \"id\": \"de-LU\"\n        },\n        {\n            \"name\": \"Ελληνικά\",\n            \"id\": \"el\"\n        },\n        {\n            \"name\": \"Ελληνικά (Κύπρος)\",\n            \"id\": \"el-CY\"\n        },\n        {\n            \"name\": \"English\",\n            \"id\": \"en\"\n        },\n        {\n            \"name\": \"English (world)\",\n            \"id\": \"en-001\"\n        },\n        {\n            \"name\": \"English (Europe)\",\n            \"id\": \"en-150\"\n        },\n        {\n            \"name\": \"English (Austria)\",\n            \"id\": \"en-AT\"\n        },\n        {\n            \"name\": \"English (Australia)\",\n            \"id\": \"en-AU\"\n        },\n        {\n            \"name\": \"English (Belgium)\",\n            \"id\": \"en-BE\"\n        },\n        {\n            \"name\": \"English (Canada)\",\n            \"id\": \"en-CA\"\n        },\n        {\n            \"name\": \"English (Switzerland)\",\n            \"id\": \"en-CH\"\n        },\n        {\n            \"name\": \"English (Cyprus)\",\n            \"id\": \"en-CY\"\n        },\n        {\n            \"name\": \"English (Germany)\",\n            \"id\": \"en-DE\"\n        },\n        {\n            \"name\": \"English (Denmark)\",\n            \"id\": \"en-DK\"\n        },\n        {\n            \"name\": \"English (Finland)\",\n            \"id\": \"en-FI\"\n        },\n        {\n            \"name\": \"English (Falkland Islands)\",\n            \"id\": \"en-FK\"\n        },\n        {\n            \"name\": \"English (United Kingdom)\",\n            \"id\": \"en-GB\"\n        },\n        {\n            \"name\": \"English (Gibraltar)\",\n            \"id\": \"en-GI\"\n        },\n        {\n            \"name\": \"English (Hong Kong SAR China)\",\n            \"id\": \"en-HK\"\n        },\n        {\n            \"name\": \"English (Ireland)\",\n            \"id\": \"en-IE\"\n        },\n        {\n            \"name\": \"English (Israel)\",\n            \"id\": \"en-IL\"\n        },\n        {\n            \"name\": \"English (Malta)\",\n            \"id\": \"en-MT\"\n        },\n        {\n            \"name\": \"English (Malaysia)\",\n            \"id\": \"en-MY\"\n        },\n        {\n            \"name\": \"English (Netherlands)\",\n            \"id\": \"en-NL\"\n        },\n        {\n            \"name\": \"English (New Zealand)\",\n            \"id\": \"en-NZ\"\n        },\n        {\n            \"name\": \"English (Sweden)\",\n            \"id\": \"en-SE\"\n        },\n        {\n            \"name\": \"English (Singapore)\",\n            \"id\": \"en-SG\"\n        },\n        {\n            \"name\": \"English (Slovenia)\",\n            \"id\": \"en-SI\"\n        },\n        {\n            \"name\": \"español\",\n            \"id\": \"es\"\n        },\n        {\n            \"name\": \"eesti\",\n            \"id\": \"et\"\n        },\n        {\n            \"name\": \"euskara\",\n            \"id\": \"eu\"\n        },\n        {\n            \"name\": \"suomi\",\n            \"id\": \"fi\"\n        },\n        {\n            \"name\": \"français\",\n            \"id\": \"fr\"\n        },\n        {\n            \"name\": \"français (Belgique)\",\n            \"id\": \"fr-BE\"\n        },\n        {\n            \"name\": \"français (Canada)\",\n            \"id\": \"fr-CA\"\n        },\n        {\n            \"name\": \"français (Luxembourg)\",\n            \"id\": \"fr-LU\"\n        },\n        {\n            \"name\": \"français (Monaco)\",\n            \"id\": \"fr-MC\"\n        },\n        {\n            \"name\": \"français (Saint-Martin)\",\n            \"id\": \"fr-MF\"\n        },\n        {\n            \"name\": \"Gaeilge\",\n            \"id\": \"ga\"\n        },\n        {\n            \"name\": \"galego\",\n            \"id\": \"gl\"\n        },\n        {\n            \"name\": \"hrvatski\",\n            \"id\": \"hr\"\n        },\n        {\n            \"name\": \"hrvatski (Bosna i Hercegovina)\",\n            \"id\": \"hr-BA\"\n        },\n        {\n            \"name\": \"magyar\",\n            \"id\": \"hu\"\n        },\n        {\n            \"name\": \"հայերեն\",\n            \"id\": \"hy\"\n        },\n        {\n            \"name\": \"Indonesia\",\n            \"id\": \"id\"\n        },\n        {\n            \"name\": \"íslenska\",\n            \"id\": \"is\"\n        },\n        {\n            \"name\": \"italiano\",\n            \"id\": \"it\"\n        },\n        {\n            \"name\": \"italiano (Svizzera)\",\n            \"id\": \"it-CH\"\n        },\n        {\n            \"name\": \"italiano (San Marino)\",\n            \"id\": \"it-SM\"\n        },\n        {\n            \"name\": \"қазақ тілі\",\n            \"id\": \"kk\"\n        },\n        {\n            \"name\": \"кыргызча\",\n            \"id\": \"ky\"\n        },\n        {\n            \"name\": \"lietuvių\",\n            \"id\": \"lt\"\n        },\n        {\n            \"name\": \"latviešu\",\n            \"id\": \"lv\"\n        },\n        {\n            \"name\": \"македонски\",\n            \"id\": \"mk\"\n        },\n        {\n            \"name\": \"norsk bokmål\",\n            \"id\": \"nb\"\n        },\n        {\n            \"name\": \"norsk bokmål (Svalbard og Jan Mayen)\",\n            \"id\": \"nb-SJ\"\n        },\n        {\n            \"name\": \"Nederlands\",\n            \"id\": \"nl\"\n        },\n        {\n            \"name\": \"Nederlands (België)\",\n            \"id\": \"nl-BE\"\n        },\n        {\n            \"name\": \"norsk nynorsk\",\n            \"id\": \"nn\"\n        },\n        {\n            \"name\": \"norsk\",\n            \"id\": \"no\"\n        },\n        {\n            \"name\": \"polski\",\n            \"id\": \"pl\"\n        },\n        {\n            \"name\": \"português\",\n            \"id\": \"pt\"\n        },\n        {\n            \"name\": \"română\",\n            \"id\": \"ro\"\n        },\n        {\n            \"name\": \"română (Republica Moldova)\",\n            \"id\": \"ro-MD\"\n        },\n        {\n            \"name\": \"русский\",\n            \"id\": \"ru\"\n        },\n        {\n            \"name\": \"русский (Беларусь)\",\n            \"id\": \"ru-BY\"\n        },\n        {\n            \"name\": \"русский (Казахстан)\",\n            \"id\": \"ru-KZ\"\n        },\n        {\n            \"name\": \"русский (Украина)\",\n            \"id\": \"ru-UA\"\n        },\n        {\n            \"name\": \"slovenčina\",\n            \"id\": \"sk\"\n        },\n        {\n            \"name\": \"slovenščina\",\n            \"id\": \"sl\"\n        },\n        {\n            \"name\": \"српски\",\n            \"id\": \"sr\"\n        },\n        {\n            \"name\": \"српски (ћирилица)\",\n            \"id\": \"sr-Cyrl\"\n        },\n        {\n            \"name\": \"srpski (latinica)\",\n            \"id\": \"sr-Latn\"\n        },\n        {\n            \"name\": \"svenska\",\n            \"id\": \"sv\"\n        },\n        {\n            \"name\": \"svenska (Åland)\",\n            \"id\": \"sv-AX\"\n        },\n        {\n            \"name\": \"svenska (Finland)\",\n            \"id\": \"sv-FI\"\n        },\n        {\n            \"name\": \"українська\",\n            \"id\": \"uk\"\n        },\n        {\n            \"name\": \"o‘zbek\",\n            \"id\": \"uz\"\n        }\n    ]\n}"}],"_postman_id":"c08420e5-35df-4e85-b9e0-f0c0e9c1b1c6"},{"name":"Get TimeZones","id":"fe54dc3a-2a58-4811-acb5-a606f3513674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeZones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeZones"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6a3aabb3-72b4-4999-8601-5934350a2120","name":"Get TimeZones","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeZones"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:05:42 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeZones\",\n    \"value\": [\n        {\n            \"code\": \"Venezuela Standard Time\",\n            \"name\": \"(UTC-04:00) Каракас\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"027695a1-fed5-4813-818b-43641ab92553\",\n            \"created\": \"2026-05-29T14:05:49.1738367Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290632Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"W. Australia Standard Time\",\n            \"name\": \"(UTC+08:00) Перт\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"05da8529-ca17-4d78-9fc9-1f06b94d5242\",\n            \"created\": \"2026-05-29T14:05:49.1739161Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294392Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"GMT Standard Time\",\n            \"name\": \"(UTC+00:00) Дублин, Эдинбург, Лиссабон, Лондон\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"08000714-403b-4b07-8372-3a90c50ebdf7\",\n            \"created\": \"2026-05-29T14:05:49.1738576Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291458Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"SE Asia Standard Time\",\n            \"name\": \"(UTC+07:00) Бангкок, Джакарта, Ханой\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"0a72a819-1978-4584-b56a-ebf06b39e5cb\",\n            \"created\": \"2026-05-29T14:05:49.1739102Z\",\n            \"modified\": \"2026-06-01T11:05:43.729381Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Afghanistan Standard Time\",\n            \"name\": \"(UTC+04:30) Кабул\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"0a7e167e-2c59-4c19-bdb1-ff1ff1189b43\",\n            \"created\": \"2026-05-29T14:05:49.1738959Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293156Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Arab Standard Time\",\n            \"name\": \"(UTC+03:00) Кувейт, Эр-Рияд\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"0b20c798-41ec-42eb-8605-b2a9042a291e\",\n            \"created\": \"2026-05-29T14:05:49.1738804Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292513Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Pacific Standard Time\",\n            \"name\": \"(UTC-08:00) Тихоокеанское время (США и Канада)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"1004bf13-7b57-4fed-9a47-27d234ed7d45\",\n            \"created\": \"2026-05-29T14:05:49.1738238Z\",\n            \"modified\": \"2026-06-01T11:05:43.7289968Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"W. Central Africa Standard Time\",\n            \"name\": \"(UTC+01:00) Западная Центральная Африка\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"104f6a71-68b0-4679-ad53-3cf1c33a3f3d\",\n            \"created\": \"2026-05-29T14:05:49.173864Z\",\n            \"modified\": \"2026-06-01T11:05:43.729177Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Singapore Standard Time\",\n            \"name\": \"(UTC+08:00) Куала-Лумпур, Сингапур\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"148cf5b2-9ab0-451d-a5e8-4e174ffc6fbd\",\n            \"created\": \"2026-05-29T14:05:49.1739149Z\",\n            \"modified\": \"2026-06-01T11:05:43.729434Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"US Mountain Standard Time\",\n            \"name\": \"(UTC-07:00) Аризона\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"15345716-ff33-482d-b900-dee66be52573\",\n            \"created\": \"2026-05-29T14:05:49.1738248Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290026Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Volgograd Standard Time\",\n            \"name\": \"(UTC+03:00) Волгоград\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"15693a74-335d-4c6b-8389-25a1184e1f51\",\n            \"created\": \"2026-05-29T14:05:49.1739529Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295995Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Kamchatka Standard Time\",\n            \"name\": \"(UTC+12:00) Петропавловск-Камчатский — устаревшее\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"179c5eb0-d603-4360-b8f8-0455da5b0079\",\n            \"created\": \"2026-05-29T14:05:49.173954Z\",\n            \"modified\": \"2026-06-01T11:05:43.7296047Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Egypt Standard Time\",\n            \"name\": \"(UTC+02:00) Каир\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"17dd2b74-8380-4fc1-8e1e-1d18ddb204f9\",\n            \"created\": \"2026-05-29T14:05:49.1738696Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292016Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"E. Australia Standard Time\",\n            \"name\": \"(UTC+10:00) Брисбен\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"1833d36b-e7d2-4ba7-941b-f51341f2128f\",\n            \"created\": \"2026-05-29T14:05:49.1739272Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294896Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Sakhalin Standard Time\",\n            \"name\": \"(UTC+11:00) Сахалин\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"299ab4fc-6fcb-4d75-8395-913b848ef4af\",\n            \"created\": \"2026-05-29T14:05:49.1739342Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295197Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Tonga Standard Time\",\n            \"name\": \"(UTC+13:00) Нукуалофа\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"2d21cd89-675e-4f6c-b439-28b0f818405c\",\n            \"created\": \"2026-05-29T14:05:49.1739429Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295537Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"North Asia Standard Time\",\n            \"name\": \"(UTC+07:00) Красноярск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"314b499b-2f44-4311-bfb8-ca6a37512988\",\n            \"created\": \"2026-05-29T14:05:49.1739113Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294189Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Libya Standard Time\",\n            \"name\": \"(UTC+02:00) Триполи\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"3e845301-e206-4aca-b57e-7408c00d1c3a\",\n            \"created\": \"2026-05-29T14:05:49.1738782Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292411Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Cape Verde Standard Time\",\n            \"name\": \"(UTC-01:00) Кабо-Верде\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"3fba2fa7-994f-4f72-9f61-1340bdafa3e6\",\n            \"created\": \"2026-05-29T14:05:49.1738553Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291353Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Jordan Standard Time\",\n            \"name\": \"(UTC+03:00) Амман\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"428744f5-6ea0-4e59-9c92-5f9c45684132\",\n            \"created\": \"2026-05-29T14:05:49.1738663Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291862Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Mountain Standard Time\",\n            \"name\": \"(UTC-07:00) Горное время (США и Канада)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"43c2612b-cfb5-4ff6-891e-9330db55b4d6\",\n            \"created\": \"2026-05-29T14:05:49.173827Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290148Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central America Standard Time\",\n            \"name\": \"(UTC-06:00) Центральная Америка\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"4474961f-a1bc-4a86-8a0e-133fe0ca80e4\",\n            \"created\": \"2026-05-29T14:05:49.173828Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290193Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Georgian Standard Time\",\n            \"name\": \"(UTC+04:00) Тбилиси\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"44b89466-9ae1-4bf0-a299-d14b212eae8d\",\n            \"created\": \"2026-05-29T14:05:49.1738926Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293063Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Europe Standard Time\",\n            \"name\": \"(UTC+01:00) Белград, Братислава, Будапешт, Любляна, Прага\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"44e9713e-7710-4ee1-b72d-37b888c967a5\",\n            \"created\": \"2026-05-29T14:05:49.1738609Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291603Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Hawaiian Standard Time\",\n            \"name\": \"(UTC-10:00) Гавайи\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"46fe54af-1ec6-40ff-bae6-4c3215b0c703\",\n            \"created\": \"2026-05-29T14:05:49.17382Z\",\n            \"modified\": \"2026-06-01T11:05:43.7289776Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Standard Time\",\n            \"name\": \"(UTC-06:00) Центральное время (США и Канада)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"470cd306-6c61-4054-80b3-160c1df12bfe\",\n            \"created\": \"2026-05-29T14:05:49.1738291Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290248Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Caucasus Standard Time\",\n            \"name\": \"(UTC+04:00) Ереван\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"48d1d162-39d1-4e80-bdb1-d0d081408e23\",\n            \"created\": \"2026-05-29T14:05:49.1738948Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293114Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"AUS Eastern Standard Time\",\n            \"name\": \"(UTC+10:00) Канберра, Мельбурн, Сидней\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"4c3f1c23-593b-445e-b1a7-29d48ea01f5e\",\n            \"created\": \"2026-05-29T14:05:49.1739284Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294946Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Bahia Standard Time\",\n            \"name\": \"(UTC-03:00) Сальвадор\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"4dc94772-a249-4381-9228-7356b765b1cb\",\n            \"created\": \"2026-05-29T14:05:49.1738519Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291208Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Transbaikal Standard Time\",\n            \"name\": \"(UTC+09:00) Чита\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"4e257adb-6220-4a18-a781-72d07d338745\",\n            \"created\": \"2026-05-29T14:05:49.1739195Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294536Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"SA Western Standard Time\",\n            \"name\": \"(UTC-04:00) Джорджтаун, Ла-Пас, Манаус, Сан-Хуан\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"4fa177a9-65c4-4188-a498-2712a7cc20da\",\n            \"created\": \"2026-05-29T14:05:49.1738412Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290841Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Morocco Standard Time\",\n            \"name\": \"(UTC+01:00) Касабланка\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"548aabc6-b31c-4a86-aaf1-6859d1acc3b6\",\n            \"created\": \"2026-05-29T14:05:49.1738565Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291405Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Atlantic Standard Time\",\n            \"name\": \"(UTC-04:00) Атлантическое время (Канада)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"58397189-4a5a-415d-b7c6-7cb8ad2a0eb5\",\n            \"created\": \"2026-05-29T14:05:49.173839Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290746Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Tasmania Standard Time\",\n            \"name\": \"(UTC+10:00) Хобарт\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"5dac4d7e-bbe9-4461-861c-4a698e559865\",\n            \"created\": \"2026-05-29T14:05:49.1739308Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295041Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Norfolk Standard Time\",\n            \"name\": \"(UTC+11:00) Остров Норфолк\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"5dbf91e7-3279-4d7d-bd85-ab7864424321\",\n            \"created\": \"2026-05-29T14:05:49.173955Z\",\n            \"modified\": \"2026-06-01T11:05:43.7296089Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Pacific Standard Time (Mexico)\",\n            \"name\": \"(UTC-08:00) Нижняя Калифорния\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"5e7bfd00-a2f1-4291-88ad-08ee4fa8fbb2\",\n            \"created\": \"2026-05-29T14:05:49.1738226Z\",\n            \"modified\": \"2026-06-01T11:05:43.7289898Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Qyzylorda Standard Time\",\n            \"name\": \"(UTC+05:00) Астана\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"5f78497c-83c5-460c-b2a1-101ff009bbbe\",\n            \"created\": \"2026-05-29T14:05:49.1739517Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295943Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"SA Eastern Standard Time\",\n            \"name\": \"(UTC-03:00) Кайенна, Форталеза\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"619259d5-9e09-40b4-9eba-ace6f96c1a4a\",\n            \"created\": \"2026-05-29T14:05:49.1738442Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291001Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"E. South America Standard Time\",\n            \"name\": \"(UTC-03:00) Бразилия\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"65c97647-fb5a-46d3-8bbc-ce889c18f078\",\n            \"created\": \"2026-05-29T14:05:49.1738431Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290946Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"North Asia East Standard Time\",\n            \"name\": \"(UTC+08:00) Иркутск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"6736d938-2350-4179-9a84-fd773736ef99\",\n            \"created\": \"2026-05-29T14:05:49.1739137Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294288Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Mid-Atlantic Standard Time\",\n            \"name\": \"(UTC-02:00) Среднеатлантическое время - старое\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"6b5a6f92-a925-4096-b66a-ec1b3b87b272\",\n            \"created\": \"2026-05-29T14:05:49.1739505Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295886Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Greenland Standard Time\",\n            \"name\": \"(UTC-02:00) Гренландия\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"780bb564-184d-445b-8087-7f7e7d0a5ae1\",\n            \"created\": \"2026-05-29T14:05:49.1738497Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291099Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Taipei Standard Time\",\n            \"name\": \"(UTC+08:00) Тайбэй\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"7837ef92-fbc2-45ef-9016-81a11a6fedce\",\n            \"created\": \"2026-05-29T14:05:49.1739172Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294444Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Mauritius Standard Time\",\n            \"name\": \"(UTC+04:00) Порт-Луи\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"7ac99318-761c-4e61-9a4c-5244f73cc0a0\",\n            \"created\": \"2026-05-29T14:05:49.1738901Z\",\n            \"modified\": \"2026-06-01T11:05:43.729296Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Haiti Standard Time\",\n            \"name\": \"(UTC-05:00) Гаити\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"7b489ca8-91a7-4489-9f07-1d1cda17b104\",\n            \"created\": \"2026-05-29T14:05:49.1739472Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295738Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"E. Europe Standard Time\",\n            \"name\": \"(UTC+02:00) Кишинев\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"7d9dfb7f-dabb-4f50-8102-0b9e6009b067\",\n            \"created\": \"2026-05-29T14:05:49.1738717Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292111Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"West Asia Standard Time\",\n            \"name\": \"(UTC+05:00) Ашхабад, Ташкент\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"813afa49-644a-457e-9a55-eba2767e5a18\",\n            \"created\": \"2026-05-29T14:05:49.173897Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293208Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Eastern Standard Time (Mexico)\",\n            \"name\": \"(UTC-05:00) Четумаль\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"81b3c7f3-fe99-4a83-a8aa-9da47c154f81\",\n            \"created\": \"2026-05-29T14:05:49.1738335Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290473Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Yakutsk Standard Time\",\n            \"name\": \"(UTC+09:00) Якутск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"82c5bed8-c249-4792-a1bd-5e53d02b7b72\",\n            \"created\": \"2026-05-29T14:05:49.173924Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294748Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"West Pacific Standard Time\",\n            \"name\": \"(UTC+10:00) Гуам, Порт-Морсби\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8352318f-ee2b-45d7-b762-e34228d24712\",\n            \"created\": \"2026-05-29T14:05:49.1739294Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294998Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Syria Standard Time\",\n            \"name\": \"(UTC+03:00) Дамаск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"852fc505-f778-48a0-97d3-288140514062\",\n            \"created\": \"2026-05-29T14:05:49.1738707Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292068Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Kaliningrad Standard Time\",\n            \"name\": \"(UTC+02:00) Калининград\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"87fa7027-1dbb-40fd-8853-dc61080db870\",\n            \"created\": \"2026-05-29T14:05:49.1738771Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292359Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Saratov Standard Time\",\n            \"name\": \"(UTC+04:00) Саратов\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8ac99318-761c-4e61-9a4c-5244f73cc0a0\",\n            \"created\": \"2026-05-29T14:05:49.1738915Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293013Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Cuba Standard Time\",\n            \"name\": \"(UTC-05:00) Гавана\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8aeeb861-ada2-4e42-bd34-8a922cc80045\",\n            \"created\": \"2026-05-29T14:05:49.1739483Z\",\n            \"modified\": \"2026-06-01T11:05:43.729578Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"China Standard Time\",\n            \"name\": \"(UTC+08:00) Гонконг, Пекин, Урумчи, Чунцин\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8c1a37bc-15e3-4c31-91a9-90c4e15b0abc\",\n            \"created\": \"2026-05-29T14:05:49.1739125Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294235Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"W. Mongolia Standard Time\",\n            \"name\": \"(UTC+07:00) Ховд\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8c571c5d-81c2-4fae-9899-be9aa3af6daa\",\n            \"created\": \"2026-05-29T14:05:49.1739562Z\",\n            \"modified\": \"2026-06-01T11:05:43.7296141Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"FLE Standard Time\",\n            \"name\": \"(UTC+02:00) Вильнюс, Киев, Рига, София, Таллин, Хельсинки\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8e029792-8fd9-4697-b278-c5398ad39745\",\n            \"created\": \"2026-05-29T14:05:49.1738738Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292214Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"North Korea Standard Time\",\n            \"name\": \"(UTC+09:00) Пхеньян\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"8ee63443-63b6-4c5b-bd7c-27b84a6039a6\",\n            \"created\": \"2026-05-29T14:05:49.1739207Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294589Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Russia Time Zone 10\",\n            \"name\": \"(UTC+11:00) Чокурдах\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"901aaaf0-05cd-495f-8a93-338729180da1\",\n            \"created\": \"2026-05-29T14:05:49.1739354Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295246Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Arabian Standard Time\",\n            \"name\": \"(UTC+04:00) Абу-Даби, Мускат\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"90c43709-db9d-45d6-bfda-b2606c87a342\",\n            \"created\": \"2026-05-29T14:05:49.173887Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292814Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Russian Standard Time\",\n            \"name\": \"(UTC+03:00) Москва, Санкт-Петербург\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9213c133-7579-417f-ab41-af2ea08ac5ff\",\n            \"created\": \"2026-05-29T14:05:49.1738825Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292608Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Korea Standard Time\",\n            \"name\": \"(UTC+09:00) Сеул\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"93a6bf7e-eebc-44b6-be5f-96122d205c79\",\n            \"created\": \"2026-05-29T14:05:49.1739228Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294694Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Pacific Standard Time\",\n            \"name\": \"(UTC+11:00) Соломоновы о-ва, Нов. Каледония\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"93ded84f-540f-4806-9e9d-a27a614f736c\",\n            \"created\": \"2026-05-29T14:05:49.1739364Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295288Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Alaskan Standard Time\",\n            \"name\": \"(UTC-09:00) Аляска\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"93e329d3-de48-4d57-a02d-e51640e83312\",\n            \"created\": \"2026-05-29T14:05:49.1738214Z\",\n            \"modified\": \"2026-06-01T11:05:43.7289846Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Belarus Standard Time\",\n            \"name\": \"(UTC+03:00) Минск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9487eb72-14a6-4061-99a3-326a4c16e184\",\n            \"created\": \"2026-05-29T14:05:49.1738814Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292567Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Fiji Standard Time\",\n            \"name\": \"(UTC+12:00) Фиджи\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"95d15d3f-5be7-4c61-9be2-557dcdd32026\",\n            \"created\": \"2026-05-29T14:05:49.1739419Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295494Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"UTC+12\",\n            \"name\": \"(UTC+12:00) Время в формате UTC +12\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"96bfc6c4-22e5-4c03-93a0-3671cd020926\",\n            \"created\": \"2026-05-29T14:05:49.1739398Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295444Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Pakistan Standard Time\",\n            \"name\": \"(UTC+05:00) Исламабад, Карачи\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9be1f1f8-40e3-45d5-9aae-c43232472517\",\n            \"created\": \"2026-05-29T14:05:49.1738992Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293315Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"W. Europe Standard Time\",\n            \"name\": \"(UTC+01:00) Амстердам, Берлин, Берн, Вена, Рим, Стокгольм\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9cf05aa0-d34b-4913-9df0-88a1109975cf\",\n            \"created\": \"2026-05-29T14:05:49.1738597Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291553Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Samoa Standard Time\",\n            \"name\": \"(UTC+13:00) Самоа\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9ed2416c-84b1-491c-9acb-b964ca0cdaa4\",\n            \"created\": \"2026-05-29T14:05:49.1739439Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295587Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Azerbaijan Standard Time\",\n            \"name\": \"(UTC+04:00) Баку\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"9f97b581-df27-4c1d-a06c-42b11e3f933b\",\n            \"created\": \"2026-05-29T14:05:49.1738881Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292855Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"New Zealand Standard Time\",\n            \"name\": \"(UTC+12:00) Веллингтон, Окленд\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"a1fc9f5c-ea70-45ba-872a-449a961f31bb\",\n            \"created\": \"2026-05-29T14:05:49.1739387Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295393Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central European Standard Time\",\n            \"name\": \"(UTC+01:00) Варшава, Загреб, Сараево, Скопье\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"a43113f0-d213-4258-8a19-06688ac257e6\",\n            \"created\": \"2026-05-29T14:05:49.1738631Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291718Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Ulaanbaatar Standard Time\",\n            \"name\": \"(UTC+08:00) Улан-Батор\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"a6e0fbd4-c3cd-46c0-bacd-d6b54d6ec4df\",\n            \"created\": \"2026-05-29T14:05:49.1739184Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294485Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Argentina Standard Time\",\n            \"name\": \"(UTC-03:00) Буэнос-Айрес\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"a8138540-80fe-47d4-8b75-966da81057c1\",\n            \"created\": \"2026-05-29T14:05:49.1738485Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291042Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Greenwich Standard Time\",\n            \"name\": \"(UTC+00:00) Монровия, Рейкьявик\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"b05c6cc7-c0c7-4d3c-91be-f5871a137fce\",\n            \"created\": \"2026-05-29T14:05:49.1738588Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291512Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Sri Lanka Standard Time\",\n            \"name\": \"(UTC+05:30) Шри-Джаявардене-пура-Котте\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"b764b195-476e-4bb8-8d29-4127969c22a2\",\n            \"created\": \"2026-05-29T14:05:49.1739013Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293408Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Turks And Caicos Standard Time\",\n            \"name\": \"(UTC-05:00) Острова Теркс и Кайкос\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"bb956e39-4885-4c07-8e7e-2cdbbfa6327d\",\n            \"created\": \"2026-05-29T14:05:49.1739495Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295832Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Arabic Standard Time\",\n            \"name\": \"(UTC+03:00) Багдад\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"bf6df2c0-6f1c-4e40-b796-f89c87e39537\",\n            \"created\": \"2026-05-29T14:05:49.1738793Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292463Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Ekaterinburg Standard Time\",\n            \"name\": \"(UTC+05:00) Екатеринбург\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"bfe03c6a-9823-4557-89a3-30e278ef3121\",\n            \"created\": \"2026-05-29T14:05:49.1738981Z\",\n            \"modified\": \"2026-06-01T11:05:43.729326Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Namibia Standard Time\",\n            \"name\": \"(UTC+02:00) Виндхук\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"c29e744a-cdb6-4d77-b5c2-11b19e6a5130\",\n            \"created\": \"2026-05-29T14:05:49.1738651Z\",\n            \"modified\": \"2026-06-01T11:05:43.729182Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"E. Africa Standard Time\",\n            \"name\": \"(UTC+03:00) Найроби\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"c383e9d1-8f81-49fa-a141-f85e1de40ca8\",\n            \"created\": \"2026-05-29T14:05:49.1738837Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292659Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Vladivostok Standard Time\",\n            \"name\": \"(UTC+10:00) Владивосток\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"c5fbbd75-dc78-4a7d-ab20-be2b865557c5\",\n            \"created\": \"2026-05-29T14:05:49.1739332Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295145Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Magadan Standard Time\",\n            \"name\": \"(UTC+11:00) Магадан\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"c77f6590-2c7a-4776-a697-7cfd4c461dfd\",\n            \"created\": \"2026-05-29T14:05:49.173932Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295093Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Omsk Standard Time\",\n            \"name\": \"(UTC+06:00) Омск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ca3a556d-dc12-4c1b-9345-80690f95423a\",\n            \"created\": \"2026-05-29T14:05:49.1739035Z\",\n            \"modified\": \"2026-06-01T11:05:43.729351Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Nepal Standard Time\",\n            \"name\": \"(UTC+05:45) Катманду\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ca3a556d-dc92-4c1b-9345-80690f95423a\",\n            \"created\": \"2026-05-29T14:05:49.1739023Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293459Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Turkey Standard Time\",\n            \"name\": \"(UTC+03:00) Стамбул\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ca547d03-bd49-4b7c-9b2f-12d9c8d579f0\",\n            \"created\": \"2026-05-29T14:05:49.1738749Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292265Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Standard Time (Mexico)\",\n            \"name\": \"(UTC-06:00) Гвадалахара, Мехико, Монтеррей\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"caaf4fcf-1a16-4408-81e4-b73997acd4e9\",\n            \"created\": \"2026-05-29T14:05:49.1738303Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290307Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Newfoundland Standard Time\",\n            \"name\": \"(UTC-03:30) Ньюфаундленд\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"cac2f700-df93-48f9-85f9-e58b45a8014d\",\n            \"created\": \"2026-05-29T14:05:49.1738421Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290894Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Tokyo Standard Time\",\n            \"name\": \"(UTC+09:00) Осака, Саппоро, Токио\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"cacb2f57-27b5-4dd9-8002-b63a162aa0b2\",\n            \"created\": \"2026-05-29T14:05:49.1739217Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294641Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Azores Standard Time\",\n            \"name\": \"(UTC-01:00) Азорские о-ва\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ce481728-381c-41a4-866d-0a7abe1509ec\",\n            \"created\": \"2026-05-29T14:05:49.1738542Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291302Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Israel Standard Time\",\n            \"name\": \"(UTC+02:00) Иерусалим\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ceb047da-7c79-4e83-8f9f-6db0ea14bc99\",\n            \"created\": \"2026-05-29T14:05:49.173876Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292317Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Romance Standard Time\",\n            \"name\": \"(UTC+01:00) Брюссель, Копенгаген, Мадрид, Париж\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"cf49275d-c5e5-4c0b-910c-1345e9239683\",\n            \"created\": \"2026-05-29T14:05:49.173862Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291663Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Canada Central Standard Time\",\n            \"name\": \"(UTC-06:00) Саскачеван\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d16380fa-411a-4b58-bc3f-a67a551c6713\",\n            \"created\": \"2026-05-29T14:05:49.1738314Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290365Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Cen. Australia Standard Time\",\n            \"name\": \"(UTC+09:30) Аделаида\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d1f29fe7-4dfa-4756-900e-ee58fd60da8d\",\n            \"created\": \"2026-05-29T14:05:49.173925Z\",\n            \"modified\": \"2026-06-01T11:05:43.729479Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Paraguay Standard Time\",\n            \"name\": \"(UTC-04:00) Асунсьон\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d5cc69e7-b49f-4022-a567-b69ae548002b\",\n            \"created\": \"2026-05-29T14:05:49.1738377Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290689Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"AUS Central Standard Time\",\n            \"name\": \"(UTC+09:30) Дарвин\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d5cdc150-b705-4e02-af5a-6a90c73234db\",\n            \"created\": \"2026-05-29T14:05:49.1739261Z\",\n            \"modified\": \"2026-06-01T11:05:43.7294841Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Russia Time Zone 3\",\n            \"name\": \"(UTC+04:00) Ижевск, Самара\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d8a30703-d1bd-4117-8904-0252853e9dba\",\n            \"created\": \"2026-05-29T14:05:49.1738892Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292906Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"SA Pacific Standard Time\",\n            \"name\": \"(UTC-05:00) Богота, Кито, Лима, Рио-Бранко\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"d8dbc7af-b7d1-48ee-becb-a2df59b10b55\",\n            \"created\": \"2026-05-29T14:05:49.1738325Z\",\n            \"modified\": \"2026-06-01T11:05:43.729042Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"N. Central Asia Standard Time\",\n            \"name\": \"(UTC+07:00) Новосибирск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"da3c21ac-e32b-4af7-9c10-4ff5272216ce\",\n            \"created\": \"2026-05-29T14:05:49.1739067Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293653Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Altai Standard Time\",\n            \"name\": \"(UTC+07:00) Барнаул, Горно-Алтайск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"dc79b96e-c71c-417c-825e-4d239afbcb10\",\n            \"created\": \"2026-05-29T14:05:49.1739079Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293705Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Russia Time Zone 11\",\n            \"name\": \"(UTC+12:00) Анадырь, Петропавловск-Камчатский\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"dc80ed04-8c52-4889-b62c-d87abe9d397e\",\n            \"created\": \"2026-05-29T14:05:49.1739376Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295337Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Asia Standard Time\",\n            \"name\": \"(UTC+06:00) Бишкек\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"dd78cd9f-a709-4377-a40b-8218fd84dd01\",\n            \"created\": \"2026-05-29T14:05:49.1739047Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293561Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Astrakhan Standard Time\",\n            \"name\": \"(UTC+04:00) Астрахань, Ульяновск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"de2259e3-c5f5-4d44-b867-51e91134ac76\",\n            \"created\": \"2026-05-29T14:05:49.1738848Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292711Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Line Islands Standard Time\",\n            \"name\": \"(UTC+14:00) О-в Киритимати\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"de49c864-8ff7-4df8-a8e0-b5fee13f4df2\",\n            \"created\": \"2026-05-29T14:05:49.173945Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295638Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Tomsk Standard Time\",\n            \"name\": \"(UTC+07:00) Томск\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"de49c865-8ff7-4df8-a8e0-b5fee13f4df2\",\n            \"created\": \"2026-05-29T14:05:49.1739461Z\",\n            \"modified\": \"2026-06-01T11:05:43.7295687Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Mountain Standard Time (Mexico)\",\n            \"name\": \"(UTC-07:00) Ла-Пас, Масатлан\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"df315f6e-fa80-4cd3-ae7f-c55af03460d8\",\n            \"created\": \"2026-05-29T14:05:49.1738259Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290087Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Middle East Standard Time\",\n            \"name\": \"(UTC+02:00) Бейрут\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"df9ad4fc-7206-48f0-b45d-c9556cc3fe8b\",\n            \"created\": \"2026-05-29T14:05:49.1738685Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291964Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Bangladesh Standard Time\",\n            \"name\": \"(UTC+06:00) Дакка\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"e0696a82-05f5-41ee-9044-e7944c0ff9fe\",\n            \"created\": \"2026-05-29T14:05:49.1739057Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293612Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Central Brazilian Standard Time\",\n            \"name\": \"(UTC-04:00) Куяба\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"e1fe927f-f9e2-41f0-b451-5800203d3cb9\",\n            \"created\": \"2026-05-29T14:05:49.1738401Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290789Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"GTB Standard Time\",\n            \"name\": \"(UTC+02:00) Афины, Бухарест\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"e2323bd3-4001-415f-9e4e-61a4ada2e364\",\n            \"created\": \"2026-05-29T14:05:49.1738673Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291912Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"UTC\",\n            \"name\": \"(UTC) Время в формате UTC\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"e4f16354-a841-4c88-9f70-cf2862e6c160\",\n            \"created\": \"2026-05-29T14:05:49.1737646Z\",\n            \"modified\": \"2026-06-01T11:05:43.7289363Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Montevideo Standard Time\",\n            \"name\": \"(UTC-03:00) Монтевидео\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ee183a66-1f7b-4975-9a3e-1c9f276f7d4d\",\n            \"created\": \"2026-05-29T14:05:49.1738508Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291153Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"India Standard Time\",\n            \"name\": \"(UTC+05:30) Колката, Мумбаи, Нью-Дели, Ченнай\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"ef644330-ee3c-4c48-9cda-3238fdc16f02\",\n            \"created\": \"2026-05-29T14:05:49.1739003Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293365Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Myanmar Standard Time\",\n            \"name\": \"(UTC+06:30) Янгон\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"f22ce309-c136-4696-ab24-e9953953f819\",\n            \"created\": \"2026-05-29T14:05:49.173909Z\",\n            \"modified\": \"2026-06-01T11:05:43.7293759Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Pacific SA Standard Time\",\n            \"name\": \"(UTC-04:00) Сантьяго\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"f411251e-328a-421a-acec-e6dadfb34b8c\",\n            \"created\": \"2026-05-29T14:05:49.173853Z\",\n            \"modified\": \"2026-06-01T11:05:43.7291262Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Iran Standard Time\",\n            \"name\": \"(UTC+03:30) Тегеран\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"f747e572-350e-403a-b8d5-80c6f15189be\",\n            \"created\": \"2026-05-29T14:05:49.1738859Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292763Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"Eastern Standard Time\",\n            \"name\": \"(UTC-05:00) Восточное время (США и Канада)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"f910e743-a9fc-48b4-aaa7-d6a6de1163b7\",\n            \"created\": \"2026-05-29T14:05:49.1738345Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290517Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"US Eastern Standard Time\",\n            \"name\": \"(UTC-05:00) Индиана (восток)\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"fbb1f0eb-11cf-4de4-b13f-82fd80e7d9a8\",\n            \"created\": \"2026-05-29T14:05:49.1738353Z\",\n            \"modified\": \"2026-06-01T11:05:43.7290572Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"South Africa Standard Time\",\n            \"name\": \"(UTC+02:00) Хараре, Претория\",\n            \"createdById\": null,\n            \"modifiedById\": null,\n            \"id\": \"fbcc7ff9-2d9e-418b-9472-a69174919205\",\n            \"created\": \"2026-05-29T14:05:49.1738727Z\",\n            \"modified\": \"2026-06-01T11:05:43.7292162Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"fe54dc3a-2a58-4811-acb5-a606f3513674"},{"name":"Get Languages","id":"83ef7595-a4d0-43c8-b7de-43f59589d46c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/GetLanguages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","GetLanguages"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"acc704aa-6d3a-46da-9676-e26946b26980","name":"Get Languages","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/GetLanguages"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:10:09 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.Culture)\",\n    \"value\": [\n        {\n            \"name\": \"Русский\",\n            \"id\": \"ru-RU\"\n        },\n        {\n            \"name\": \"English\",\n            \"id\": \"en-US\"\n        }\n    ]\n}"}],"_postman_id":"83ef7595-a4d0-43c8-b7de-43f59589d46c"}],"id":"19923143-efab-4c22-906e-c07802a79cc1","_postman_id":"19923143-efab-4c22-906e-c07802a79cc1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"0d19783e-00be-42d5-a0d6-2ed384022c41","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b2acdcb6-e3a0-4927-8754-9d576d684a1f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0ae43fe9-1cdb-4e65-bd4d-b01d67b9c62d"}}],"_postman_id":"0d19783e-00be-42d5-a0d6-2ed384022c41","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Projects","item":[{"name":"Project Entity","item":[{"name":"Create Project","id":"4c23d784-39ed-41ae-99cd-5b95119d5b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New project\",\r\n    \"billingTypeId\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\r\n    \"managerId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects","description":"<p>Create \"Project\" entity.</p>\n<p>To get billing types see example \"Query Project Billing Types\" from \"Enums\" folder.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"310bef12-7bc3-4362-a645-458c68eb1abd","name":"Create Project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New project\",\r\n    \"billingTypeId\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\r\n    \"managerId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:10:52 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Projects(37c3e665-6a37-4a13-94ac-938455e567d6)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Projects/$entity\",\n    \"startDate\": \"2026-01-01\",\n    \"endDate\": \"2026-12-31\",\n    \"plannedStartWorkDate\": null,\n    \"plannedEndWorkDate\": null,\n    \"estimatedStartWorkDate\": \"2026-01-01\",\n    \"estimatedEndWorkDate\": \"2026-12-31\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"externalUrl\": null,\n    \"skipManagerApprove\": false,\n    \"allowTimeEntry\": true,\n    \"isAutoPlanning\": false,\n    \"isAccrueCapitalCharge\": false,\n    \"billingTypeId\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\n    \"modelId\": null,\n    \"currentStageId\": null,\n    \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n    \"managerId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n    \"portfolioId\": null,\n    \"organizationId\": null,\n    \"programId\": null,\n    \"contractId\": null,\n    \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n    \"sourceProjectId\": null,\n    \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n    \"defaultTaskType\": \"FixedUnits\",\n    \"calculationBaseUpdated\": null,\n    \"published\": null,\n    \"outdated\": null,\n    \"code\": \"PROJ-1\",\n    \"key\": \"PROJ-1\",\n    \"rowVersion\": 874642531,\n    \"description\": null,\n    \"corporateTaxRate\": null,\n    \"billingDeferment\": 0,\n    \"collectionDeferment\": 0,\n    \"billingAccumulationPeriod\": 0,\n    \"billingMode\": \"Manual\",\n    \"name\": \"New project\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"9752fc91-714a-414f-9c03-8a3a1d6cce06\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n    \"created\": \"2026-06-01T11:10:51.8201385Z\",\n    \"modified\": \"2026-06-01T11:10:51.3858386Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"Project\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"allowTimeEntry\": true,\n                \"billingAccumulationPeriod\": 0,\n                \"billingDeferment\": 0,\n                \"billingMode@odata.type\": \"#WP.BillingMode\",\n                \"billingMode\": \"Manual\",\n                \"billingTypeId@odata.type\": \"#Guid\",\n                \"billingTypeId\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"calculationBaseUpdated\": null,\n                \"code\": \"PROJ-1\",\n                \"collectionDeferment\": 0,\n                \"contractId\": null,\n                \"contract\": null,\n                \"corporateTaxRate\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.8201385Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"currentStageId\": null,\n                \"currentStage\": null,\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"defaultTaskType@odata.type\": \"#WP.ProjectTaskType\",\n                \"defaultTaskType\": \"FixedUnits\",\n                \"description\": null,\n                \"endDate@odata.type\": \"#Date\",\n                \"endDate\": \"2026-12-31\",\n                \"estimatedEndWorkDate@odata.type\": \"#Date\",\n                \"estimatedEndWorkDate\": \"2026-12-31\",\n                \"estimatedStartWorkDate@odata.type\": \"#Date\",\n                \"estimatedStartWorkDate\": \"2026-01-01\",\n                \"externalUrl\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isAccrueCapitalCharge\": false,\n                \"isActive\": true,\n                \"isAutoPlanning\": false,\n                \"key\": \"PROJ-1\",\n                \"legalEntityId@odata.type\": \"#Guid\",\n                \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"managerId@odata.type\": \"#Guid\",\n                \"managerId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                \"modelId\": null,\n                \"model\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.3858386Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"New project\",\n                \"organizationId\": null,\n                \"organization\": null,\n                \"outdated\": null,\n                \"plannedEndWorkDate\": null,\n                \"plannedStartWorkDate\": null,\n                \"portfolioId\": null,\n                \"portfolio\": null,\n                \"programId\": null,\n                \"program\": null,\n                \"published\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874642531,\n                \"scheduleId@odata.type\": \"#Guid\",\n                \"scheduleId\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                \"skipManagerApprove\": false,\n                \"sourceProjectId\": null,\n                \"startDate@odata.type\": \"#Date\",\n                \"startDate\": \"2026-01-01\",\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"9752fc91-714a-414f-9c03-8a3a1d6cce06\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"billingType\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\n                    \"name\": \"Неоплачиваемый\"\n                },\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                },\n                \"legalEntity\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                    \"name\": \"Юридическое лицо по умолчанию\"\n                },\n                \"manager\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"name\": \"Владимир Богатов\"\n                },\n                \"schedule\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\n                    \"name\": \"40 часов в неделю\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9752fc91-714a-414f-9c03-8a3a1d6cce06\",\n                    \"name\": \"Черновик\"\n                }\n            }\n        ],\n        \"ProjectTask\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"allowTimeEntry\": true,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"categoryId\": null,\n                \"category\": null,\n                \"checkpointId\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.8745205Z\",\n                \"createdById\": null,\n                \"createdBy\": null,\n                \"crossId@odata.type\": \"#Guid\",\n                \"crossId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"duration\": 261,\n                \"effortDriven\": false,\n                \"endDate@odata.type\": \"#Date\",\n                \"endDate\": \"2026-12-31\",\n                \"firstLevelTaskCrossId@odata.type\": \"#Guid\",\n                \"firstLevelTaskCrossId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"firstLevelTaskId@odata.type\": \"#Guid\",\n                \"firstLevelTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"fullPath\": null,\n                \"indent\": 0,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"isMilestone\": false,\n                \"leadTaskId\": null,\n                \"leadTask\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.8745205Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"New project\",\n                \"number\": 0,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874642531,\n                \"sourceTaskId\": null,\n                \"startDate@odata.type\": \"#Date\",\n                \"startDate\": \"2026-01-01\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"structNumber\": null,\n                \"type@odata.type\": \"#WP.ProjectTaskType\",\n                \"type\": \"FixedUnits\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"versionId\": null,\n                \"dependencies@odata.type\": \"#Collection(WP.ProjectTaskDependency)\",\n                \"dependencies\": [],\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                    \"name\": \"New project\"\n                }\n            }\n        ],\n        \"ProjectTaskAssignment\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"364e6c49-abad-45ed-bd7d-50c81b9cdb18\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.8848333Z\",\n                \"isActive\": true,\n                \"isAllTeamRole\": true,\n                \"isUnassigned\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.8848338Z\",\n                \"projectTariffId\": null,\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"projectTeamMemberId\": null,\n                \"units\": null\n            }\n        ],\n        \"ProjectTeamMember\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ea551c72-e46c-4283-87de-25a1ac8fa2e1\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"competenceId\": null,\n                \"competence\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.8976135Z\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.897614Z\",\n                \"primaryTariffId\": null,\n                \"primaryTariff\": null,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"resourceId@odata.type\": \"#Guid\",\n                \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                \"roleId@odata.type\": \"#Guid\",\n                \"roleId\": \"ced975e3-94de-44f0-88ae-5d842b0531e7\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"versionId\": null,\n                \"version\": null,\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                    \"name\": \"New project\"\n                },\n                \"resource\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"name\": \"Владимир Богатов\"\n                },\n                \"role\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"ced975e3-94de-44f0-88ae-5d842b0531e7\",\n                    \"name\": \"Аудитор\"\n                }\n            }\n        ],\n        \"ProjectCostCenter\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"52a59105-3b5a-4e2c-a76e-1e974fb9a18a\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.9545737Z\",\n                \"createdById\": null,\n                \"createdBy\": null,\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"legalEntityId@odata.type\": \"#Guid\",\n                \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.9545738Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Центр затрат по умолчанию\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null\n            }\n        ],\n        \"NumberingPolicyValue\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"6abb11f8-3d87-4e67-a7fc-4fe0e2039ce5\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:10:51.811555Z\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:10:51.8115556Z\",\n                \"nextIndex\": 2,\n                \"numberingPolicyId@odata.type\": \"#Guid\",\n                \"numberingPolicyId\": \"7efe4646-8d1c-4b2a-8967-14c28723e771\",\n                \"scopeKey\": \"\"\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"4c23d784-39ed-41ae-99cd-5b95119d5b26"},{"name":"Get Project","id":"3eeade96-53f0-411a-baaa-ed1528003cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(c53b560c-6d47-4b48-a479-10acf973f223)?$expand=manager($select=id,name)&$select=id,name","description":"<p>Get \"Project\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(c53b560c-6d47-4b48-a479-10acf973f223)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"manager($select=id,name)"},{"key":"$select","value":"id,name"}],"variable":[]}},"response":[{"id":"8961c6b6-dd00-4f4c-aa00-11fcb3fa7e6b","name":"Get Project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects(c53b560c-6d47-4b48-a479-10acf973f223)?$expand=manager($select=id,name)&$select=id,name","protocol":"https","host":["api","timetta","com"],"path":["odata","Projects(c53b560c-6d47-4b48-a479-10acf973f223)"],"query":[{"key":"$expand","value":"manager($select=id,name)"},{"key":"$select","value":"id,name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"392"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2995"},{"key":"X-Rate-Limit-Reset","value":"2021-10-20T11:45:50.6218680Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 20 Oct 2021 10:48:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Projects(id,name,manager(id,name))/$entity\",\n    \"name\": \"Servicing MGS Contracting\",\n    \"id\": \"c53b560c-6d47-4b48-a479-10acf973f223\",\n    \"manager\": {\n        \"name\": \"Sam Porter\",\n        \"id\": \"e65fdddf-59c9-4a8f-b530-682941272be9\"\n    }\n}"}],"_postman_id":"3eeade96-53f0-411a-baaa-ed1528003cb4"},{"name":"Update Project","id":"6e1e533b-0386-4a45-a18a-bd9e4964e46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"External API Development\",\r\n    \"code\": \"API-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(37c3e665-6a37-4a13-94ac-938455e567d6)","description":"<p>Example of changing project properties.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(37c3e665-6a37-4a13-94ac-938455e567d6)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5bb1484d-6f4e-4f86-ae5d-08c26479d234","name":"Update Project","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"External API Development\",\r\n    \"code\": \"API-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(37c3e665-6a37-4a13-94ac-938455e567d6)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 11:14:41 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e1e533b-0386-4a45-a18a-bd9e4964e46e"},{"name":"Delete Project","id":"16639de5-3ec1-4246-a446-375e1dbddf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Projects(c53b560c-6d47-4b48-a479-10acf973f223)","description":"<p>Delete \"Project\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(c53b560c-6d47-4b48-a479-10acf973f223)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4c543538-dba6-4e58-a6ea-6a91c5d53211","name":"Delete Project","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Projects(c53b560c-6d47-4b48-a479-10acf973f223)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16639de5-3ec1-4246-a446-375e1dbddf5e"},{"name":"Query Projects","id":"3d43a95a-89e9-432a-9c37-44f4e66287bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects?$select=id,modified,name&$expand=manager($select=id,name)&$top=10","description":"<p>Request a list of projects.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,modified,name"},{"key":"$expand","value":"manager($select=id,name)"},{"key":"$top","value":"10"}],"variable":[]}},"response":[{"id":"198378de-666b-4d2e-b06b-51a6bffc73b8","name":"Get Projects","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects?$expand=manager($select=id,name)&$top=5&$select=id,modified,name","protocol":"https","host":["api","timetta","com"],"path":["odata","Projects"],"query":[{"key":"$expand","value":"manager($select=id,name)"},{"key":"$top","value":"5"},{"key":"$select","value":"id,modified,name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2999"},{"key":"X-Rate-Limit-Reset","value":"2021-10-26T09:36:48.7741722Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=9e07a8e23701338a26d8a43a605aaf48a05f0bca82987ed63cf08a35d6f1d404;Path=/;HttpOnly;Secure;Domain=api.workpoint.app"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=9e07a8e23701338a26d8a43a605aaf48a05f0bca82987ed63cf08a35d6f1d404;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.workpoint.app"},{"key":"Date","value":"Tue, 26 Oct 2021 08:36:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Projects(id,modified,name,manager(id,name))\",\n    \"value\": [\n        {\n            \"name\": \"Business Process Optimization\",\n            \"id\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"modified\": \"2022-09-04T11:06:03.775347Z\",\n            \"manager\": {\n                \"name\": \"Ace Fry\",\n                \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\"\n            }\n        },\n        {\n            \"name\": \"Babson Capital Global technical support\",\n            \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"modified\": \"2022-09-04T11:06:06.691737Z\",\n            \"manager\": {\n                \"name\": \"Ivan Agafonov\",\n                \"id\": \"79de14db-017d-4197-a7ce-fed930360bb6\"\n            }\n        },\n        {\n            \"name\": \"Management system audit\",\n            \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"modified\": \"2022-09-04T11:06:03.775551Z\",\n            \"manager\": {\n                \"name\": \"Ace Fry\",\n                \"id\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\"\n            }\n        },\n        {\n            \"name\": \"Foot Locker audit 2019\",\n            \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"modified\": \"2022-09-04T11:06:03.775607Z\",\n            \"manager\": {\n                \"name\": \"Sam Porter\",\n                \"id\": \"79de14db-017d-4197-a7ce-fed930360bb6\"\n            }\n        },\n        {\n            \"name\": \"Rollout CRM system\",\n            \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"modified\": \"2022-09-04T11:06:03.773485Z\",\n            \"manager\": {\n                \"name\": \"Sam Porter\",\n                \"id\": \"79de14db-017d-4197-a7ce-fed930360bb6\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3d43a95a-89e9-432a-9c37-44f4e66287bd"},{"name":"Set Project State","id":"3fe06bd9-d8a7-4041-a975-9b220f3e9013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"cd2f2bf7-9388-43b8-9039-dded9700afd2\",\r\n   \"transitionFormValue\": {\r\n      \"comment\": null,\r\n      \"propertyValues\": []\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(37c3e665-6a37-4a13-94ac-938455e567d6)/SetState","description":"<p>To see available states see examples from Settings - Lifecycles</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(37c3e665-6a37-4a13-94ac-938455e567d6)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d53e8aa8-ca87-4dbd-94b7-7e6a25160f33","name":"Set Project State","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"cd2f2bf7-9388-43b8-9039-dded9700afd2\",\r\n   \"transitionFormValue\": {\r\n      \"comment\": null,\r\n      \"propertyValues\": []\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(37c3e665-6a37-4a13-94ac-938455e567d6)/SetState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:22:29 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos/$entity\",\n    \"canCancelWorkflow\": false,\n    \"cancelLabel\": null,\n    \"entityType\": \"Project\",\n    \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n    \"workflowStartActions\": [],\n    \"activeWorkflowTaskAssigned\": [],\n    \"workflowIndicatorData\": null,\n    \"added\": {},\n    \"updated\": {\n        \"Project\": [\n            {\n                \"outdated\": false,\n                \"published@odata.type\": \"#DateTimeOffset\",\n                \"published\": \"2026-06-01T11:22:29.4348751Z\",\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"2026-06-01T11:22:29.4407477Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"cd2f2bf7-9388-43b8-9039-dded9700afd2\",\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874664308,\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"cd2f2bf7-9388-43b8-9039-dded9700afd2\",\n                    \"name\": \"В работе\"\n                }\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"3fe06bd9-d8a7-4041-a975-9b220f3e9013"}],"id":"64d59fcc-ee5a-4595-a691-bdc94f56e113","_postman_id":"64d59fcc-ee5a-4595-a691-bdc94f56e113","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Tasks","item":[{"name":"Create Project Task","id":"d36a2e4b-54c1-4cf9-8fd1-bc85eafbe135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"name\": \"New Task\",\r\n    \"description\": \"\",    \r\n    \"number\": 2,\r\n    \"allowTimeEntry\": true,\r\n    \"leadTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\r\n    \"isActive\": true,\r\n    \"endDate\": null,\r\n    \"startDate\": null,\r\n    \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\r\n    \"projectTaskAssignments\": [\r\n        {\r\n            \"projectTeamMemberId\": null,\r\n            \"isAllTeamRole\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTasks","description":"<p>Create \"Project Task\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTasks"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"dfdbc0b1-097d-48b3-b176-a1f3b1364007","name":"Create Project Task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"name\": \"New Task\",\r\n    \"description\": \"\",    \r\n    \"number\": 2,\r\n    \"allowTimeEntry\": true,\r\n    \"leadTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\r\n    \"isActive\": true,\r\n    \"endDate\": null,\r\n    \"startDate\": null,\r\n    \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\r\n    \"projectTaskAssignments\": [\r\n        {\r\n            \"projectTeamMemberId\": null,\r\n            \"isAllTeamRole\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTasks"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:24:35 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks/$entity\",\n    \"startDate\": \"2026-01-01\",\n    \"endDate\": \"2026-12-31\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n    \"description\": \"\",\n    \"duration\": 261,\n    \"estimatedHours\": null,\n    \"fullPath\": \"New Task\",\n    \"number\": 0,\n    \"indent\": 1,\n    \"structNumber\": \"1\",\n    \"allowTimeEntry\": true,\n    \"isMilestone\": false,\n    \"leadTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n    \"type\": \"FixedUnits\",\n    \"effortDriven\": false,\n    \"sourceTaskId\": null,\n    \"rowVersion\": 874668585,\n    \"crossId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n    \"versionId\": null,\n    \"categoryId\": null,\n    \"checkpointId\": null,\n    \"name\": \"New Task\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n    \"created\": \"2026-06-01T11:24:36.4211376Z\",\n    \"modified\": \"2026-06-01T11:24:36.498535Z\",\n    \"isActive\": true,\n    \"dependencies\": [],\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"ProjectTask\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"allowTimeEntry\": true,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"categoryId\": null,\n                \"category\": null,\n                \"checkpointId\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:24:36.4211376Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"crossId@odata.type\": \"#Guid\",\n                \"crossId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": \"\",\n                \"duration\": 261,\n                \"effortDriven\": false,\n                \"endDate@odata.type\": \"#Date\",\n                \"endDate\": \"2026-12-31\",\n                \"firstLevelTaskCrossId@odata.type\": \"#Guid\",\n                \"firstLevelTaskCrossId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"firstLevelTaskId@odata.type\": \"#Guid\",\n                \"firstLevelTaskId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"fullPath\": null,\n                \"indent\": 0,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"isMilestone\": false,\n                \"leadTaskId@odata.type\": \"#Guid\",\n                \"leadTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:24:36.384082Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"New Task\",\n                \"number\": 2,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874668585,\n                \"sourceTaskId\": null,\n                \"startDate@odata.type\": \"#Date\",\n                \"startDate\": \"2026-01-01\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"structNumber\": null,\n                \"type@odata.type\": \"#WP.ProjectTaskType\",\n                \"type\": \"FixedUnits\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"versionId\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"dependencies@odata.type\": \"#Collection(WP.ProjectTaskDependency)\",\n                \"dependencies\": [],\n                \"leadTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n                    \"name\": \"External API Development\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                    \"name\": \"External API Development\"\n                }\n            }\n        ],\n        \"ProjectTaskAssignment\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d37f11c3-dd9d-45bc-a0c7-3b1c07bcbb1a\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:24:36.4206811Z\",\n                \"isActive\": true,\n                \"isAllTeamRole\": true,\n                \"isUnassigned\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:24:36.3841986Z\",\n                \"projectTariffId\": null,\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"projectTeamMemberId\": null,\n                \"units\": null\n            }\n        ]\n    },\n    \"updated\": {\n        \"Project\": [\n            {\n                \"calculationBaseUpdated@odata.type\": \"#DateTimeOffset\",\n                \"calculationBaseUpdated\": \"2026-06-01T11:24:36.5376336Z\",\n                \"outdated\": true,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874668588\n            }\n        ],\n        \"ProjectTask\": [\n            {\n                \"fullPath\": \"New Task\",\n                \"indent\": 1,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:24:36.384082Z\",\n                \"number\": 0,\n                \"structNumber\": \"1\",\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874668585,\n                \"duration\": 261,\n                \"estimatedHours\": null\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"d36a2e4b-54c1-4cf9-8fd1-bc85eafbe135"},{"name":"Get Project Task","id":"f68c7615-045a-47b1-afed-cfcd35e63ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)","description":"<p>Get \"Project Task\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7cca0bd7-8541-4ad4-8550-1d1fd0c6e7f7","name":"Get Project Task","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:25:27 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks/$entity\",\n    \"startDate\": \"2026-01-01\",\n    \"endDate\": \"2026-12-31\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"projectId\": \"37c3e665-6a37-4a13-94ac-938455e567d6\",\n    \"description\": \"\",\n    \"duration\": 261,\n    \"estimatedHours\": null,\n    \"fullPath\": \"New Task\",\n    \"number\": 0,\n    \"indent\": 1,\n    \"structNumber\": \"1\",\n    \"allowTimeEntry\": true,\n    \"isMilestone\": false,\n    \"leadTaskId\": \"714ed23f-57cc-4150-82cc-3208e6f02dc4\",\n    \"type\": \"FixedUnits\",\n    \"effortDriven\": false,\n    \"sourceTaskId\": null,\n    \"rowVersion\": 874668585,\n    \"crossId\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n    \"versionId\": null,\n    \"categoryId\": null,\n    \"checkpointId\": null,\n    \"name\": \"New Task\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"e4afacdd-9c2e-4fe5-abc1-429295fe3925\",\n    \"created\": \"2026-06-01T11:24:36.421137Z\",\n    \"modified\": \"2026-06-01T11:24:36.498535Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"dependencies\": [],\n    \"directorySetValue1\": []\n}"}],"_postman_id":"f68c7615-045a-47b1-afed-cfcd35e63ff4"},{"name":"Update Project Task","id":"b7a9e4c4-0512-4b36-9a98-cf8603391231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)","description":"<p>Update \"Project Task\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0e7ce7ce-4e16-4d6d-8efe-6dc7ea1a524a","name":"Update Project Task","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTasks(e4afacdd-9c2e-4fe5-abc1-429295fe3925)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 11:26:14 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7a9e4c4-0512-4b36-9a98-cf8603391231"},{"name":"Delete Project Task","id":"efa09eaf-ea36-412b-a636-301b5ed0f617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTasks(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)","description":"<p>Delete \"Project Task\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTasks(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a8aa902f-a73a-4612-b7db-26706d2a4ff8","name":"Delete Project Task","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTasks(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"efa09eaf-ea36-412b-a636-301b5ed0f617"},{"name":"Query Project Tasks","id":"1004c0c6-f056-4f4a-ac24-32108cffa8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTasks?$expand=project($select=id,name)&$top=5&$select=id,name","description":"<p>Request a list of project task entities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTasks"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"project($select=id,name)"},{"key":"$top","value":"5"},{"key":"$select","value":"id,name"}],"variable":[]}},"response":[{"id":"a0f78c61-d361-4522-8432-45a0a30840bb","name":"Query Project Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ProjectTasks?$expand=project($select=id,name)&$top=5&$select=id,name","host":["https://api.timetta.com"],"path":["odata","ProjectTasks"],"query":[{"key":"$expand","value":"project($select=id,name)"},{"key":"$top","value":"5"},{"key":"$select","value":"id,name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:31:41 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks(id,name,project(id,name))\",\n    \"value\": [\n        {\n            \"name\": \"Документирование функциональных требований\",\n            \"id\": \"02cbcb21-f6a3-4b58-82aa-2175dd34cd12\",\n            \"project\": {\n                \"name\": \"Финансовый модуль ERP - развертывание\",\n                \"id\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            }\n        },\n        {\n            \"name\": \"Интеграционная шина\",\n            \"id\": \"041ccb8f-9f33-4a79-8223-fa9faaa29816\",\n            \"project\": null\n        },\n        {\n            \"name\": \"Тех. поддержка Сибур 2024\",\n            \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"project\": {\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            }\n        },\n        {\n            \"name\": \"Опытно-промышленная эксплуатация\",\n            \"id\": \"15bbc7d4-8c75-4a6f-b7c2-8242931effec\",\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            }\n        },\n        {\n            \"name\": \"Авторский надзор\",\n            \"id\": \"1621164d-5134-4d7c-a99b-725cd6e5873f\",\n            \"project\": {\n                \"name\": \"Проектирование ТЦ Спектрум \",\n                \"id\": \"8fa44ea0-df3b-47f0-bc62-fea3554c6c4c\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1004c0c6-f056-4f4a-ac24-32108cffa8c7"},{"name":"Get Tasks By Project","id":"63327617-8bb4-463b-861f-95cbeeb5ec78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)/ProjectTasks?$select=name, id&$expand=projectTaskAssignments($select=id;$expand=projectTeamMember($select=id;$expand=resource($select=name)))","description":"<p>Request a list of tasks for the project.</p>\n<p>Uses the \"ProjectTasks\" navigation field from the \"Project\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)","ProjectTasks"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"name, id"},{"key":"$expand","value":"projectTaskAssignments($select=id;$expand=projectTeamMember($select=id;$expand=resource($select=name)))"}],"variable":[]}},"response":[{"id":"d5456a50-e7e8-4ed3-bcb5-81fc1aa21724","name":"Get Tasks by Project","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects(6cf48fae-0151-480f-8c9b-4f35584e2316)/ProjectTasks?$select=name, id&$expand=projectTaskAssignments($select=id;$expand=projectTeamMember($select=id;$expand=resource($select=name)))","protocol":"https","host":["api","timetta","com"],"path":["odata","Projects(6cf48fae-0151-480f-8c9b-4f35584e2316)","ProjectTasks"],"query":[{"key":"$select","value":"name, id"},{"key":"$expand","value":"projectTaskAssignments($select=id;$expand=projectTeamMember($select=id;$expand=resource($select=name)))"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"437"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2982"},{"key":"X-Rate-Limit-Reset","value":"2021-10-20T11:45:50.6218680Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 20 Oct 2021 10:56:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks(name,id,projectTaskAssignments(id,projectTeamMember(id,resource(name))))\",\n    \"value\": [\n        {\n            \"name\": \"Business Process Optimization\",\n            \"id\": \"125cc1dd-8dac-46d9-be75-4547c68e390c\",\n            \"projectTaskAssignments\": []\n        },\n        {\n            \"name\": \"Discover\",\n            \"id\": \"4c28b323-74ef-4495-8361-b26c2ef2923d\",\n            \"projectTaskAssignments\": [\n                {\n                    \"id\": \"2cb29621-5432-40f6-85db-cd1d53c64677\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b8986987-8b4d-40e4-84b8-277e33000844\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Max Fry\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"39209e1e-b637-4f1c-98d3-8c9df57419c5\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b1e46639-6aff-413f-a163-bdd05ccef356\",\n                        \"resource\": null\n                    }\n                },\n                {\n                    \"id\": \"ca32a5ff-bd75-4a03-8da3-6b0ec743cf5f\",\n                    \"projectTeamMember\": {\n                        \"id\": \"08cda2a1-f021-424d-81e7-c4ded41a778a\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Ace Fry\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"name\": \"Document\",\n            \"id\": \"81f4760f-8ee8-46c1-a34b-bf56bd4160fb\",\n            \"projectTaskAssignments\": [\n                {\n                    \"id\": \"38f2a19e-d81b-4fee-9247-a73ec0c1ad3c\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b8986987-8b4d-40e4-84b8-277e33000844\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Max Fry\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"72d0a407-79cf-4f30-a562-6ce077fc1587\",\n                    \"projectTeamMember\": {\n                        \"id\": \"08cda2a1-f021-424d-81e7-c4ded41a778a\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Ace Fry\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"f71ddd00-0b3d-4ff4-b682-a64671b558ce\",\n                    \"projectTeamMember\": null\n                }\n            ]\n        },\n        {\n            \"name\": \"Recommend\",\n            \"id\": \"a42617c2-29e9-423e-a41f-19da408e91d8\",\n            \"projectTaskAssignments\": [\n                {\n                    \"id\": \"5dba30b8-0a38-45a0-bb5b-3049cc431278\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b1e46639-6aff-413f-a163-bdd05ccef356\",\n                        \"resource\": null\n                    }\n                },\n                {\n                    \"id\": \"daef80c4-1011-4e54-aa05-ce291727d6a6\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b8986987-8b4d-40e4-84b8-277e33000844\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Max Fry\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"ed4c1f6d-7d25-4822-87a4-f4badda5197f\",\n                    \"projectTeamMember\": {\n                        \"id\": \"08cda2a1-f021-424d-81e7-c4ded41a778a\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Ace Fry\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"name\": \"Implement\",\n            \"id\": \"ad1d610e-e5d7-4555-9be0-0afea2fe6e31\",\n            \"projectTaskAssignments\": [\n                {\n                    \"id\": \"14d27b60-835a-4627-a4db-56516b011333\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b1e46639-6aff-413f-a163-bdd05ccef356\",\n                        \"resource\": null\n                    }\n                },\n                {\n                    \"id\": \"22c1b304-289c-4105-9e6b-8fe596f6995d\",\n                    \"projectTeamMember\": {\n                        \"id\": \"08cda2a1-f021-424d-81e7-c4ded41a778a\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Ace Fry\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"64112bc7-1742-4a39-9882-39e1d51e3e30\",\n                    \"projectTeamMember\": {\n                        \"id\": \"b8986987-8b4d-40e4-84b8-277e33000844\",\n                        \"resource\": {\n                            \"@odata.type\": \"#WP.User\",\n                            \"name\": \"Max Fry\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"63327617-8bb4-463b-861f-95cbeeb5ec78"},{"name":"Get Project Tasks","id":"efce8511-580b-4956-8b54-b2598e90d049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)/GetTasks?$select=id,name,description,number,indent,leadTaskId,allowTimeEntry,startDate,endDate,estimatedCost,estimatedHours,plannedCost,plannedHours,actualCost,actualHours,isActive,rowVersion,projectId&$expand=projectTaskAssignments($select=id,isAllTeamRole,projectTeamMemberId)","description":"<p>Query a list of project tasks containing calculated metrics like hours and cost.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)","GetTasks"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,description,number,indent,leadTaskId,allowTimeEntry,startDate,endDate,estimatedCost,estimatedHours,plannedCost,plannedHours,actualCost,actualHours,isActive,rowVersion,projectId"},{"key":"$expand","value":"projectTaskAssignments($select=id,isAllTeamRole,projectTeamMemberId)"}],"variable":[]}},"response":[{"id":"8e838032-61a0-4569-b0de-5c68339dbd20","name":"Get Project Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)/GetTasks?$select=id,name,description,number,indent,leadTaskId,allowTimeEntry,startDate,endDate,estimatedCost,estimatedHours,plannedCost,plannedHours,actualCost,actualHours,isActive,rowVersion,projectId&$expand=projectTaskAssignments($select=id,isAllTeamRole,projectTeamMemberId)","host":["https://api.timetta.com"],"path":["odata","Projects(3fa44ea0-df3b-47f0-bc62-fea3554c6c4c)","GetTasks"],"query":[{"key":"$select","value":"id,name,description,number,indent,leadTaskId,allowTimeEntry,startDate,endDate,estimatedCost,estimatedHours,plannedCost,plannedHours,actualCost,actualHours,isActive,rowVersion,projectId"},{"key":"$expand","value":"projectTaskAssignments($select=id,isAllTeamRole,projectTeamMemberId)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:50:14 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks(id,name,description,number,indent,leadTaskId,allowTimeEntry,startDate,endDate,estimatedCost,estimatedHours,plannedCost,plannedHours,actualCost,actualHours,isActive,rowVersion,projectId,projectTaskAssignments(id,isAllTeamRole,projectTeamMemberId))\",\n    \"value\": [\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-11-24\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": null,\n            \"number\": 0,\n            \"indent\": 0,\n            \"allowTimeEntry\": false,\n            \"leadTaskId\": null,\n            \"rowVersion\": 864006180,\n            \"name\": \"Аудит Сибура 2026\",\n            \"id\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"isActive\": true,\n            \"projectTaskAssignments\": []\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-02-02\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": 178,\n            \"number\": 0,\n            \"indent\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"rowVersion\": 864006155,\n            \"name\": \"Проведение расчетов (разработка финансовой модели)\",\n            \"id\": \"676eb4b0-e328-42ca-989a-9e1df63071b9\",\n            \"isActive\": true,\n            \"estimatedCost@odata.type\": \"#Decimal\",\n            \"estimatedCost\": 801000,\n            \"actualCost@odata.type\": \"#Decimal\",\n            \"actualCost\": 31500,\n            \"actualHours@odata.type\": \"#Decimal\",\n            \"actualHours\": 7,\n            \"projectTaskAssignments\": [\n                {\n                    \"projectTeamMemberId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"isAllTeamRole\": false,\n                    \"id\": \"7cf7153b-aebc-4ec9-9d8c-bc8d9442e821\"\n                }\n            ]\n        },\n        {\n            \"startDate\": \"2026-04-01\",\n            \"endDate\": \"2026-05-07\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": 214,\n            \"number\": 1,\n            \"indent\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"rowVersion\": 864006164,\n            \"name\": \"Процедуры по существу\",\n            \"id\": \"9c62693c-6856-49ed-96b0-32af530c0484\",\n            \"isActive\": true,\n            \"estimatedCost@odata.type\": \"#Decimal\",\n            \"estimatedCost\": 963000,\n            \"projectTaskAssignments\": [\n                {\n                    \"projectTeamMemberId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"isAllTeamRole\": false,\n                    \"id\": \"6e9f152b-7b9d-48da-ad44-6f6bf790651e\"\n                }\n            ]\n        },\n        {\n            \"startDate\": \"2026-10-01\",\n            \"endDate\": \"2026-11-24\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": 308,\n            \"number\": 4,\n            \"indent\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"rowVersion\": 864006180,\n            \"name\": \"Закрытие проекта\",\n            \"id\": \"b509c7af-d237-41c0-8e50-6fb760635d10\",\n            \"isActive\": true,\n            \"estimatedCost@odata.type\": \"#Decimal\",\n            \"estimatedCost\": 1386000,\n            \"projectTaskAssignments\": [\n                {\n                    \"projectTeamMemberId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"isAllTeamRole\": false,\n                    \"id\": \"73463c5b-8fa7-4bff-84ad-d2bebe893ac0\"\n                }\n            ]\n        },\n        {\n            \"startDate\": \"2026-10-01\",\n            \"endDate\": \"2026-10-07\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": 36,\n            \"number\": 3,\n            \"indent\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"rowVersion\": 864006174,\n            \"name\": \"Выпуск отчета\",\n            \"id\": \"b6f7d643-1fbd-4af5-ae5c-c88c9d11e72b\",\n            \"isActive\": true,\n            \"estimatedCost@odata.type\": \"#Decimal\",\n            \"estimatedCost\": 162000,\n            \"projectTaskAssignments\": [\n                {\n                    \"projectTeamMemberId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"isAllTeamRole\": false,\n                    \"id\": \"1c87ebd5-6582-4c0c-9a48-9c0e42a6bf2b\"\n                }\n            ]\n        },\n        {\n            \"startDate\": \"2026-07-01\",\n            \"endDate\": \"2026-07-13\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"description\": null,\n            \"estimatedHours\": 66,\n            \"number\": 2,\n            \"indent\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n            \"rowVersion\": 864006169,\n            \"name\": \"Анализ информации\",\n            \"id\": \"e6c9435d-14ba-4068-b5c7-92a16eb35d9f\",\n            \"isActive\": true,\n            \"estimatedCost@odata.type\": \"#Decimal\",\n            \"estimatedCost\": 297000,\n            \"projectTaskAssignments\": [\n                {\n                    \"projectTeamMemberId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"isAllTeamRole\": false,\n                    \"id\": \"57798b7f-c276-46e7-be13-f423c765c332\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"efce8511-580b-4956-8b54-b2598e90d049"}],"id":"45a28ae4-d906-452a-b129-8cde5cae29ee","_postman_id":"45a28ae4-d906-452a-b129-8cde5cae29ee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Team Members","item":[{"name":"Create Team Member","id":"8115bdb3-7b9a-460b-a08d-63c5721ada8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\r\n    \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n    \"roleId\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTeamMembers","description":"<p>Create project team member.</p>\n<p>Required properties:</p>\n<ul>\n<li><p>resourceId - resource Id (User or Department).</p>\n</li>\n<li><p>projectId - project Id.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTeamMembers"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ff679b84-c27d-4aec-afda-5d4fb8346bd0","name":"Create Team Member","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\r\n    \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n    \"roleId\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTeamMembers"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:56:42 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTeamMembers/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"description\": null,\n    \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n    \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n    \"primaryTariffId\": null,\n    \"roleId\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\",\n    \"competenceId\": null,\n    \"versionId\": null,\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"63025e8f-38c1-470b-be30-e1627a42b453\",\n    \"created\": \"2026-06-01T11:56:42.8473518Z\",\n    \"modified\": \"2026-06-01T11:56:42.6157849Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"ProjectTeamMember\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"63025e8f-38c1-470b-be30-e1627a42b453\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"competenceId\": null,\n                \"competence\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T11:56:42.8473518Z\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T11:56:42.6157849Z\",\n                \"primaryTariffId\": null,\n                \"primaryTariff\": null,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                \"resourceId@odata.type\": \"#Guid\",\n                \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                \"roleId@odata.type\": \"#Guid\",\n                \"roleId\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"versionId\": null,\n                \"version\": null,\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                    \"name\": \"Финансовый модуль ERP - развертывание\"\n                },\n                \"resource\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"name\": \"Владимир Богатов\"\n                },\n                \"role\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\",\n                    \"name\": \"Руководитель проектов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"8115bdb3-7b9a-460b-a08d-63c5721ada8d"},{"name":"Get Project Team Member","id":"cbdd3872-649d-4a50-9c0b-411f7c7e70a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)","description":"<p>Gets a project team member by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"8ce8c1e3-8fa1-4c04-b43e-dfb99ee620f3","name":"Get Project Team Member","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 11:59:22 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTeamMembers/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"description\": null,\n    \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n    \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n    \"primaryTariffId\": null,\n    \"roleId\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\",\n    \"competenceId\": null,\n    \"versionId\": null,\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"63025e8f-38c1-470b-be30-e1627a42b453\",\n    \"created\": \"2026-06-01T11:56:42.847351Z\",\n    \"modified\": \"2026-06-01T11:56:42.615784Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"teamCostViewAllowed\": true,\n    \"teamCostEditAllowed\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"cbdd3872-649d-4a50-9c0b-411f7c7e70a8"},{"name":"Patch Team Member","id":"6ea99e78-d449-437e-93f8-b64ba3b77186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)","description":"<p>Updates properties of a project team member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTeamMembers(63025e8f-38c1-470b-be30-e1627a42b453)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cccc319a-6cef-42b7-ae25-8eeacf2d48ea","name":"Update Team Member","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTeamMembers(40b1ede8-a823-4773-b51d-e3cb0483050d)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ea99e78-d449-437e-93f8-b64ba3b77186"},{"name":"Delete Team Member","id":"b8fe26e3-be19-43a2-8f38-564ce485b686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTeamMembers(40b1ede8-a823-4773-b51d-e3cb0483050d)","description":"<p>Deletes a project team member by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTeamMembers(40b1ede8-a823-4773-b51d-e3cb0483050d)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4ffed90f-8b51-4565-b12c-5089daa22949","name":"Delete Team Member","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTeamMembers(40b1ede8-a823-4773-b51d-e3cb0483050d)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8fe26e3-be19-43a2-8f38-564ce485b686"},{"name":"Query Project Team Members","id":"39c59760-303f-4a03-bdbc-1bf9c4c98403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)/ProjectTeamMembers?$select=projectId&$expand=resource($select=name)","description":"<p>Gets project team members for a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)","ProjectTeamMembers"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"projectId"},{"key":"$expand","value":"resource($select=name)"}],"variable":[]}},"response":[{"id":"62df92a9-80af-4cf0-9d42-431be5c3b62a","name":"Query Project Team Members","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)/ProjectTeamMembers?$select=projectId&$expand=resource($select=name)","host":["https://api.timetta.com"],"path":["odata","Projects(2fa44ea0-df3b-47f0-bc62-fea3554c6c3c)","ProjectTeamMembers"],"query":[{"key":"$select","value":"projectId"},{"key":"$expand","value":"resource($select=name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 12:11:04 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTeamMembers(projectId,resource(name))\",\n    \"value\": [\n        {\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"resource\": {\n                \"@odata.type\": \"#WP.User\",\n                \"name\": \"Иван Агафонов\"\n            }\n        },\n        {\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"resource\": {\n                \"@odata.type\": \"#WP.User\",\n                \"name\": \"Дарья Андропова\"\n            }\n        },\n        {\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"resource\": {\n                \"@odata.type\": \"#WP.User\",\n                \"name\": \"Вячеслав Нейман\"\n            }\n        },\n        {\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"resource\": {\n                \"@odata.type\": \"#WP.User\",\n                \"name\": \"Александр Нестеров\"\n            }\n        }\n    ]\n}"}],"_postman_id":"39c59760-303f-4a03-bdbc-1bf9c4c98403"}],"id":"2c024026-5f7e-4ffe-beea-43142a17337d","_postman_id":"2c024026-5f7e-4ffe-beea-43142a17337d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Generic Resources","item":[{"name":"Create Generic Resource","id":"120742e0-8a2e-4c86-8e3f-4687df3f3bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"generic\": {\r\n      \"roleId\": null,\r\n      \"levelId\": null,\r\n      \"resourcePoolId\": null,\r\n      \"name\": \"Programmer\",\r\n      \"gradeId\": null,\r\n      \"locationId\": null,\r\n      \"competenceId\": null,\r\n      \"legalEntityId\": null\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/CreateGeneric","description":"<p>Create Generic Resource as a project team member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)","CreateGeneric"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"95a19559-3c74-4406-b38c-86a0c7228480","name":"Create Generic Resource","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"generic\": {\r\n      \"roleId\": null,\r\n      \"levelId\": null,\r\n      \"resourcePoolId\": null,\r\n      \"name\": \"Programmer\",\r\n      \"gradeId\": null,\r\n      \"locationId\": null,\r\n      \"competenceId\": null,\r\n      \"legalEntityId\": null\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/CreateGeneric"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 12:24:46 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTeamMembers/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"description\": null,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"resourceId\": \"c5e3d3e9-4bf8-4177-9393-01a10cfed9b4\",\n    \"primaryTariffId\": null,\n    \"roleId\": null,\n    \"competenceId\": null,\n    \"versionId\": null,\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"c5e3d3e9-4bf8-4177-9393-01a10cfed9b4\",\n    \"created\": \"2026-06-01T12:24:47.123325Z\",\n    \"modified\": \"2026-06-01T12:24:46.9388395Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"120742e0-8a2e-4c86-8e3f-4687df3f3bbd"},{"name":"Patch Generic Resource","id":"77a45571-1b68-4b4c-ac3b-09c9fd785671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"roleId\": null,\r\n   \"levelId\": null,\r\n   \"resourcePoolId\": null,\r\n   \"name\": \"Junior QA\",\r\n   \"gradeId\": null,\r\n   \"locationId\": null,\r\n   \"competenceId\": null,\r\n   \"legalEntityId\": null,\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Generics(c5e3d3e9-4bf8-4177-9393-01a10cfed9b4)","description":"<p>Updates properties of a generic resource.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Generics(c5e3d3e9-4bf8-4177-9393-01a10cfed9b4)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6b110115-0783-41a4-8255-668a36d89ec8","name":"Patch Generic Resource","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"roleId\": null,\r\n   \"levelId\": null,\r\n   \"resourcePoolId\": null,\r\n   \"name\": \"Junior QA\",\r\n   \"gradeId\": null,\r\n   \"locationId\": null,\r\n   \"competenceId\": null,\r\n   \"legalEntityId\": null,\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Generics(c5e3d3e9-4bf8-4177-9393-01a10cfed9b4)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 12:29:23 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77a45571-1b68-4b4c-ac3b-09c9fd785671"},{"name":"Delete Generic Resource","id":"34d7ce10-b526-444f-a20d-f7b4e3ad2a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Generics(3cd95053-a28b-489a-a93d-ae4ad690c244)","description":"<p>Deletes a generic resource by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Generics(3cd95053-a28b-489a-a93d-ae4ad690c244)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34d7ce10-b526-444f-a20d-f7b4e3ad2a45"}],"id":"6106598b-9b9c-4ecf-ba5c-2d0bb56cee9e","_postman_id":"6106598b-9b9c-4ecf-ba5c-2d0bb56cee9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Resource Plan","item":[{"name":"Update Resource Plan","id":"7e47b454-e15e-4dd6-9d31-dd54efc985a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scale\": \"Week\",\r\n    \"entries\": [\r\n        {\r\n            \"date\": \"2026-06-01\",\r\n            \"hours\": 16,\r\n            \"taskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n            \"teamMemberId\": \"20f76d81-d33d-4b2a-be7e-ade8fa162add\",\r\n            \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/UpdateResourcePlan","description":"<p>Project entity method.<br />Designed to update the resource plan of the project.</p>\n<p>Required fields:</p>\n<ul>\n<li><p>scale - possible values \"Day\", \"Week\" or \"Month\"</p>\n</li>\n<li><p>entries - a collection of \"cells\" of the resource plan.<br />  -- date - date of the plan, day, or the beginning of the week or month, respectively to 'scale' value.<br />  -- hours - scheduled hours.<br />  -- taskId - project task ID.<br />  -- teamMemberId - project team member ID.<br />  -- roleId - role ID.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)","UpdateResourcePlan"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"065a23de-fd44-42d2-83cd-dabc33bca608","name":"Update Resource Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scale\": \"Day\",\r\n    \"entries\": [\r\n        {\r\n            \"date\": \"2026-06-01\",\r\n            \"hours\": 16,\r\n            \"taskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n            \"teamMemberId\": \"20f76d81-d33d-4b2a-be7e-ade8fa162add\",\r\n            \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/UpdateResourcePlan"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 12:52:45 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#WP.UpdateResourcePlanDto\",\n    \"entries\": [\n        {\n            \"date\": \"2026-06-01\",\n            \"taskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"teamMemberId\": \"20f76d81-d33d-4b2a-be7e-ade8fa162add\",\n            \"roleId\": null,\n            \"hours\": 16,\n            \"cost\": null,\n            \"isActual\": null\n        }\n    ],\n    \"tasks\": [],\n    \"warnings\": null\n}"}],"_postman_id":"7e47b454-e15e-4dd6-9d31-dd54efc985a3"},{"name":"Get Resource Plan","id":"39551e79-73df-4d38-b921-aef76ca4b9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(ea011860-07cf-4bfe-81fa-f3ba4274bc32)/GetResourcePlan(scale=WP.PlanningScale'Day',from=2022-11-01,to=2022-11-30,isForecast=false)","description":"<p>Gets the project resource plan for the selected period and planning scale.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(ea011860-07cf-4bfe-81fa-f3ba4274bc32)","GetResourcePlan(scale=WP.PlanningScale'Day',from=2022-11-01,to=2022-11-30,isForecast=false)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bc000847-8f92-4ddb-9f85-d5591e3b1d99","name":"Get Resource Plan","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(ea011860-07cf-4bfe-81fa-f3ba4274bc32)/WP.GetResourcePlan(scale=WP.PlanningScale'Day',from=2022-11-01,to=2022-11-30)"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#WP.ResourcePlan\",\r\n   \"groups\": [\r\n      {\r\n         \"resourceId\": \"ec2e80d6-0db7-4389-9572-2d8bd292742c\",\r\n         \"roleId\": \"7a78f05a-ada3-4a3e-a825-774623914d00\",\r\n         \"teamMemberId\": \"87fa15e8-4518-4e84-b86a-3520f95d490d\",\r\n         \"isActive\": true,\r\n         \"hoursTotal\": 40,\r\n         \"tasks\": [\r\n            {\r\n               \"taskId\": \"07125666-eb30-4f0b-9c45-590f560c4f92\",\r\n               \"isActive\": true,\r\n               \"totalHours\": 40,\r\n               \"planEntries\": [\r\n                  {\r\n                     \"date\": \"2022-11-07\",\r\n                     \"hours\": 8\r\n                  },\r\n                  {\r\n                     \"date\": \"2022-11-08\",\r\n                     \"hours\": 8\r\n                  },\r\n                  {\r\n                     \"date\": \"2022-11-16\",\r\n                     \"hours\": 8\r\n                  },\r\n                  {\r\n                     \"date\": \"2022-11-15\",\r\n                     \"hours\": 8\r\n                  },\r\n                  {\r\n                     \"date\": \"2022-11-14\",\r\n                     \"hours\": 8\r\n                  }\r\n               ]\r\n            },\r\n            {\r\n               \"taskId\": \"a8a39785-196c-4b92-aa75-885af489c653\",\r\n               \"isActive\": true,\r\n               \"totalHours\": 0,\r\n               \"planEntries\": []\r\n            }\r\n         ]\r\n      }\r\n   ],\r\n   \"fteSchedule\": [\r\n      {\r\n         \"date\": \"2022-11-01\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-02\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-03\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-04\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-05\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-06\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-07\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-08\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-09\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-10\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-11\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-12\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-13\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-14\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-15\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-16\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-17\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-18\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-19\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-20\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-21\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-22\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-23\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-24\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-25\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-26\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-27\",\r\n         \"hours\": 0\r\n      },\r\n      {\r\n         \"date\": \"2022-11-28\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-29\",\r\n         \"hours\": 8\r\n      },\r\n      {\r\n         \"date\": \"2022-11-30\",\r\n         \"hours\": 8\r\n      }\r\n   ],\r\n   \"tasks\": [\r\n      {\r\n         \"id\": \"07125666-eb30-4f0b-9c45-590f560c4f92\",\r\n         \"name\": \"Web system development\",\r\n         \"number\": \"\"\r\n      },\r\n      {\r\n         \"id\": \"a8a39785-196c-4b92-aa75-885af489c653\",\r\n         \"name\": \"Support\",\r\n         \"number\": \"1\"\r\n      }\r\n   ],\r\n   \"resources\": [\r\n      {\r\n         \"id\": \"ec2e80d6-0db7-4389-9572-2d8bd292742c\",\r\n         \"name\": \"User c248c0e3-762c-455c-a55e-cd0d57d14d89\",\r\n         \"isActive\": false,\r\n         \"type\": \"User\",\r\n         \"schedule\": [\r\n            {\r\n               \"date\": \"2022-11-01\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-02\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-03\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-04\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-05\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-06\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-07\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-08\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-09\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-10\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-11\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-12\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-13\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-14\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-15\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-16\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-17\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-18\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-19\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-20\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-21\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-22\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-23\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-24\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-25\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-26\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-27\",\r\n               \"hours\": 0\r\n            },\r\n            {\r\n               \"date\": \"2022-11-28\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-29\",\r\n               \"hours\": 8\r\n            },\r\n            {\r\n               \"date\": \"2022-11-30\",\r\n               \"hours\": 8\r\n            }\r\n         ]\r\n      }\r\n   ],\r\n   \"roles\": [\r\n      {\r\n         \"id\": \"7a78f05a-ada3-4a3e-a825-774623914d00\",\r\n         \"name\": \"Role d853ed7f-81ec-4da8-8f10-7464de0490ff\"\r\n      }\r\n   ],\r\n   \"teamMembers\": [\r\n      {\r\n         \"id\": \"87fa15e8-4518-4e84-b86a-3520f95d490d\",\r\n         \"name\": null,\r\n         \"resourceId\": \"ec2e80d6-0db7-4389-9572-2d8bd292742c\",\r\n         \"description\": null\r\n      }\r\n   ]\r\n}"}],"_postman_id":"39551e79-73df-4d38-b921-aef76ca4b9ed"},{"name":"Clear Resource Plan","id":"404902ef-c114-459c-84ed-676bff2197f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"taskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"teamMemberId\": \"20f76d81-d33d-4b2a-be7e-ade8fa162add\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/ClearResourcePlan","description":"<p>Clears resource plan entries for a project, optionally filtered by task and team member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)","ClearResourcePlan"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a46f6085-f50a-4268-be6f-befe3508cd3e","name":"Clear Resource Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"taskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"teamMemberId\": \"20f76d81-d33d-4b2a-be7e-ade8fa162add\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/ClearResourcePlan"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-length","value":"0"},{"key":"date","value":"Mon, 01 Jun 2026 12:58:18 GMT"},{"key":"server","value":"ycalb"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"404902ef-c114-459c-84ed-676bff2197f0"}],"id":"1c6bb568-83f1-4333-a133-fd823365d5fa","_postman_id":"1c6bb568-83f1-4333-a133-fd823365d5fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Revenue Estimates","item":[{"name":"Create Project Revenue Estimate","id":"d55f566c-9b46-4871-9068-109e56044940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"date\": \"2026-09-08\",\r\n    \"amount\": 495000,\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates","description":"<p>Create new Project Revenue Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"807246de-af0b-4548-8b70-82911b9c3cf5","name":"Create Project Revenue Estimate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"date\": \"2026-09-08\",\r\n    \"amount\": 495000,\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:09:52 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectRevenueEstimates/$entity\",\n    \"date\": \"2026-09-08\",\n    \"rowVersion\": 874882112,\n    \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"amount\": 495000,\n    \"amountBC\": 495000,\n    \"description\": \"\",\n    \"versionId\": null,\n    \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\n    \"created\": \"2026-06-01T13:09:52.8337315Z\",\n    \"modified\": \"2026-06-01T13:09:52.8142522Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"ProjectRevenueEstimate\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 495000,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 495000,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:09:52.8337315Z\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-08\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:09:52.8142522Z\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874882112,\n                \"versionId\": null,\n                \"version\": null,\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"d55f566c-9b46-4871-9068-109e56044940"},{"name":"Get Project Revenue Estimate","id":"eacf9c1c-b471-4454-a66e-f65f68c6ea7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)","description":"<p>Get Project Revenue Estimate entity by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"abcfd3e5-613e-45fa-a7a2-837959ae3d63","name":"Get Project Revenue Estimate","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:11:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectRevenueEstimates/$entity\",\n    \"date\": \"2026-09-08\",\n    \"rowVersion\": 874882112,\n    \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"amount\": 495000,\n    \"amountBC\": 495000,\n    \"description\": \"\",\n    \"versionId\": null,\n    \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\n    \"created\": \"2026-06-01T13:09:52.833731Z\",\n    \"modified\": \"2026-06-01T13:09:52.814252Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"eacf9c1c-b471-4454-a66e-f65f68c6ea7e"},{"name":"Update Project Revenue Estimates","id":"eb0e4ddf-7f28-47d9-8e96-6e2c6341a6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"date\": \"2022-09-08\",\r\n    \"amount\": 505000,\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)","description":"<p>Update Project Revenue Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"507a462d-d835-4f2d-8d01-d46f807f1ac1","name":"Update Project Revenue Estimates","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"date\": \"2022-09-08\",\r\n    \"amount\": 505000,\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(2f22d466-61d9-401f-b5bd-dfdaf20640c9)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 13:13:10 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb0e4ddf-7f28-47d9-8e96-6e2c6341a6c6"},{"name":"Patch Project Revenue Estimate","id":"090462bd-edbd-49aa-ac77-89e72d26c9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 48200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)","description":"<p>Patch Project Revenue Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5d531d52-6712-41a2-972e-2f640da1320b","name":"Patch ProjectRevenueLine","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 48200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2994"},{"key":"X-Rate-Limit-Reset","value":"2022-01-19T07:32:36.0272239Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 19 Jan 2022 06:35:58 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"090462bd-edbd-49aa-ac77-89e72d26c9e5"},{"name":"Delete Project Revenue Estimate","id":"35f82cd5-afbd-4d16-ba44-54d739839e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)","description":"<p>Delete Project Revenue Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"2c342b17-25fc-4907-bff5-3c8e5d8cc672","name":"Delete Project Revenue Estimate","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectRevenueEstimates(cba72d2d-588c-4775-a60d-78fbc74e8743)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2992"},{"key":"X-Rate-Limit-Reset","value":"2021-12-20T12:59:33.1529479Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 20 Dec 2021 12:07:16 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35f82cd5-afbd-4d16-ba44-54d739839e79"},{"name":"Query Project Revenue Estimates","id":"cac29336-7bdf-4dac-880c-f4815e4b309d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectRevenueEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","description":"<p>Query Project Revenue Estimates entities filtered by Project Id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectRevenueEstimates"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}],"variable":[]}},"response":[{"id":"fd0d1a3b-5fe3-4bec-873a-3ad956c9e5df","name":"Query Project Revenue Estimates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ProjectRevenueEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","host":["https://api.timetta.com"],"path":["odata","ProjectRevenueEstimates"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:17:54 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectRevenueEstimates\",\n    \"value\": [\n        {\n            \"date\": \"2022-09-08\",\n            \"rowVersion\": 874885980,\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 505000,\n            \"amountBC\": 505000,\n            \"description\": \"\",\n            \"versionId\": null,\n            \"id\": \"2f22d466-61d9-401f-b5bd-dfdaf20640c9\",\n            \"created\": \"2026-06-01T13:09:52.833731Z\",\n            \"modified\": \"2026-06-01T13:13:11.254178Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2026-03-01\",\n            \"rowVersion\": 864006475,\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 615000,\n            \"amountBC\": 615000,\n            \"description\": null,\n            \"versionId\": null,\n            \"id\": \"3b098ae7-ed9f-46f9-a226-6c207c4e6007\",\n            \"created\": \"2026-05-25T17:28:40.801929Z\",\n            \"modified\": \"2026-05-25T17:28:40.194307Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2026-02-01\",\n            \"rowVersion\": 864006473,\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 615000,\n            \"amountBC\": 615000,\n            \"description\": null,\n            \"versionId\": null,\n            \"id\": \"3e2946fc-a3a6-4094-bb23-3b8e7a574c8e\",\n            \"created\": \"2026-05-25T17:28:40.738082Z\",\n            \"modified\": \"2026-05-25T17:28:40.194286Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2026-01-01\",\n            \"rowVersion\": 864006471,\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 1365000,\n            \"amountBC\": 1365000,\n            \"description\": null,\n            \"versionId\": null,\n            \"id\": \"9f99db41-8e01-41cb-992c-546481ceaf6f\",\n            \"created\": \"2026-05-25T17:28:40.670158Z\",\n            \"modified\": \"2026-05-25T17:28:40.194265Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"cac29336-7bdf-4dac-880c-f4815e4b309d"}],"id":"a9a98092-5d72-454a-8dc3-41728d3b684f","_postman_id":"a9a98092-5d72-454a-8dc3-41728d3b684f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Expense Estimates","item":[{"name":"Create ProjectExpenseEstimate","id":"e08c9893-b9c1-40e3-a45a-fd4617e51ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n   \"date\": \"2026-12-31\",\r\n   \"amount\": 2500,\r\n   \"description\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectExpenseEstimates","description":"<p>Create Project Expense Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectExpenseEstimates"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a524f226-6e8d-419b-815c-d63e05893828","name":"Create ProjectExpenseEstimate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n   \"date\": \"2026-12-31\",\r\n   \"amount\": 2500,\r\n   \"description\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectExpenseEstimates"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:27:50 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectExpenseEstimates/$entity\",\n    \"date\": \"2026-12-31\",\n    \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n    \"expenseRuleId\": null,\n    \"riskId\": null,\n    \"rowVersion\": 874915736,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"subcontractorId\": null,\n    \"amount\": 2500,\n    \"amountBC\": 2500,\n    \"description\": null,\n    \"isAutomatic\": false,\n    \"versionId\": null,\n    \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\n    \"created\": \"2026-06-01T13:27:50.1764441Z\",\n    \"modified\": \"2026-06-01T13:27:50.1229285Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"ProjectExpenseEstimate\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 2500,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 2500,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:27:50.1764441Z\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-12-31\",\n                \"description\": null,\n                \"expenseRuleId\": null,\n                \"isActive\": true,\n                \"isAutomatic\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:27:50.1229285Z\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"riskId\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874915736,\n                \"subcontractorId\": null,\n                \"subcontractor\": null,\n                \"versionId\": null,\n                \"version\": null,\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                    \"name\": \"Материалы\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"e08c9893-b9c1-40e3-a45a-fd4617e51ace"},{"name":"Get Project Expense Estimate","id":"7e59abf7-b3ca-4386-8171-887845ad7019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)","description":"<p>Get Project Expense Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d4606d48-0100-40b1-ba2d-6faf370441b6","name":"Get Project Expense Estimate","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:28:39 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectExpenseEstimates/$entity\",\n    \"date\": \"2026-12-31\",\n    \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n    \"expenseRuleId\": null,\n    \"riskId\": null,\n    \"rowVersion\": 874915736,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"subcontractorId\": null,\n    \"amount\": 2500,\n    \"amountBC\": 2500,\n    \"description\": null,\n    \"isAutomatic\": false,\n    \"versionId\": null,\n    \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\n    \"created\": \"2026-06-01T13:27:50.176444Z\",\n    \"modified\": \"2026-06-01T13:27:50.122928Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"7e59abf7-b3ca-4386-8171-887845ad7019"},{"name":"Update Project Expense Estimate","id":"762cbf48-e004-475d-a68e-e5d6548f8e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\r\n    \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n    \"date\": \"2022-10-06\",\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"amount\": 75000,\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5d32d51a-71a4-43a7-829f-22dfca4e03b4","name":"Update Project Expense Estimate","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\r\n   \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n   \"date\": \"2022-10-06\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"amount\": 75000,\r\n   \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 13:30:50 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"762cbf48-e004-475d-a68e-e5d6548f8e99"},{"name":"Update Project Expense Estimate","id":"8f46151a-d2af-4cc0-b096-5e99549f7c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 70000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ProjectExpenseEstimates(c27ad5f2-f974-491f-b772-fd19889c4acf)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"57a43f1c-91ae-4f2f-8488-0b30289aac78","name":"Update Project Expense Estimate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 75000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ProjectExpenseEstimates(876f01b3-68cb-4e95-b195-58c2cd82c751)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f46151a-d2af-4cc0-b096-5e99549f7c52"},{"name":"Delete ProjectExpenseEstimate","id":"eb38cc97-550b-447b-b9cc-491de76bd2e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectExpenseEstimates(bea24c40-6169-4344-8221-a8ffbc9b739e)","description":"<p>Delete Project Expense Estimate entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectExpenseEstimates(bea24c40-6169-4344-8221-a8ffbc9b739e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bbdd4e93-0cf9-45a0-b67b-ef0994f1ea5e","name":"Delete ProjectExpenseEstimate","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectExpenseEstimates(7bc28a9c-7e21-4c03-8c83-6aa54948facb)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2992"},{"key":"X-Rate-Limit-Reset","value":"2022-01-18T11:15:41.8315761Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 18 Jan 2022 10:21:22 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb38cc97-550b-447b-b9cc-491de76bd2e1"},{"name":"Query Project Expense Estimates","id":"fb22f5ca-517b-4389-8a69-f5b438fb5f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectExpenseEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","description":"<p>Query Project Expense Estimate entities filtered by Project Id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectExpenseEstimates"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}],"variable":[]}},"response":[{"id":"6aa7dc40-4f1d-4ca3-b8e0-a0998b5ac5e3","name":"Query Project Expense Estimates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ProjectExpenseEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","host":["https://api.timetta.com"],"path":["odata","ProjectExpenseEstimates"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:34:12 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectExpenseEstimates\",\n    \"value\": [\n        {\n            \"date\": \"2026-02-01\",\n            \"accountId\": \"21db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"expenseRuleId\": null,\n            \"riskId\": null,\n            \"rowVersion\": 864006504,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"subcontractorId\": null,\n            \"amount\": 15000,\n            \"amountBC\": 0,\n            \"description\": \"Командировка в Санкт-Петербург\",\n            \"isAutomatic\": false,\n            \"versionId\": null,\n            \"id\": \"95ea2917-6187-45f9-bd25-893533015cac\",\n            \"created\": \"2026-05-25T17:28:41.641245Z\",\n            \"modified\": \"2026-05-25T17:28:41.641245Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2022-10-06\",\n            \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"expenseRuleId\": null,\n            \"riskId\": null,\n            \"rowVersion\": 874927883,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"subcontractorId\": null,\n            \"amount\": 70000,\n            \"amountBC\": 70000,\n            \"description\": \"\",\n            \"isAutomatic\": false,\n            \"versionId\": null,\n            \"id\": \"c27ad5f2-f974-491f-b772-fd19889c4acf\",\n            \"created\": \"2026-06-01T13:27:50.176444Z\",\n            \"modified\": \"2026-06-01T13:33:12.739993Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2026-01-01\",\n            \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\n            \"expenseRuleId\": null,\n            \"riskId\": null,\n            \"rowVersion\": 864006504,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"subcontractorId\": null,\n            \"amount\": 90000,\n            \"amountBC\": 0,\n            \"description\": \"Командировка в Копенгаген\",\n            \"isAutomatic\": false,\n            \"versionId\": null,\n            \"id\": \"ca8526d5-912e-49af-a050-e6efab8e4c6f\",\n            \"created\": \"2026-05-25T17:28:41.641222Z\",\n            \"modified\": \"2026-05-25T17:28:41.641222Z\",\n            \"isActive\": true\n        },\n        {\n            \"date\": \"2026-03-01\",\n            \"accountId\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"expenseRuleId\": null,\n            \"riskId\": null,\n            \"rowVersion\": 864006504,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"subcontractorId\": null,\n            \"amount\": 13125,\n            \"amountBC\": 0,\n            \"description\": \"Субподряд за апрель\",\n            \"isAutomatic\": false,\n            \"versionId\": null,\n            \"id\": \"ff65aed8-ecd1-4724-8022-2f1b9b87ed7b\",\n            \"created\": \"2026-05-25T17:28:41.64127Z\",\n            \"modified\": \"2026-05-25T17:28:41.64127Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"fb22f5ca-517b-4389-8a69-f5b438fb5f8c"}],"id":"981dd0ae-08d6-45cc-8866-d03c8c92acba","_postman_id":"981dd0ae-08d6-45cc-8866-d03c8c92acba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Billing Estimates","item":[{"name":"Create Billing Estimate","id":"1964110a-f360-4925-a8d7-2706b15b0734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"amount\": 389000,\r\n    \"billingDate\": \"2026-11-22\",\r\n    \"collectionDate\": \"2026-11-22\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates","description":"<p>Creates a project billing estimate.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingEstimates"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0ec39cc3-24ec-41dd-a935-4f0f900db8d1","name":"Create Billing Estimate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"amount\": 389000,\r\n    \"billingDate\": \"2026-11-22\",\r\n    \"collectionDate\": \"2026-11-22\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:39:12 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectBillingEstimates/$entity\",\n    \"billingDate\": \"2026-11-22\",\n    \"collectionDate\": \"2026-11-22\",\n    \"isAutomatic\": false,\n    \"rowVersion\": 874940318,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"financialAccountId\": null,\n    \"vatRateId\": null,\n    \"amount\": 389000,\n    \"amountBC\": 389000,\n    \"description\": \"\",\n    \"versionId\": null,\n    \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\n    \"created\": \"2026-06-01T13:39:12.8175774Z\",\n    \"modified\": \"2026-06-01T13:39:12.733912Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"ProjectBillingEstimate\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 389000,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 389000,\n                \"billingDate@odata.type\": \"#Date\",\n                \"billingDate\": \"2026-11-22\",\n                \"collectionDate@odata.type\": \"#Date\",\n                \"collectionDate\": \"2026-11-22\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:39:12.8175774Z\",\n                \"description\": \"\",\n                \"financialAccountId\": null,\n                \"financialAccount\": null,\n                \"isActive\": true,\n                \"isAutomatic\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:39:12.733912Z\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874940318,\n                \"vatRateId\": null,\n                \"vatRate\": null,\n                \"versionId\": null,\n                \"version\": null,\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"1964110a-f360-4925-a8d7-2706b15b0734"},{"name":"Get Billing Estimate","id":"60a5622c-a3dc-45b4-8c21-bc435a69062c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)","description":"<p>Gets a project billing estimate by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b7a17ac1-9d93-4dc7-bb01-c22b750212a7","name":"Get Billing Estimate","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:40:57 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectBillingEstimates/$entity\",\n    \"billingDate\": \"2026-11-22\",\n    \"collectionDate\": \"2026-11-22\",\n    \"isAutomatic\": false,\n    \"rowVersion\": 874940318,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"financialAccountId\": null,\n    \"vatRateId\": null,\n    \"amount\": 389000,\n    \"amountBC\": 389000,\n    \"description\": \"\",\n    \"versionId\": null,\n    \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\n    \"created\": \"2026-06-01T13:39:12.817577Z\",\n    \"modified\": \"2026-06-01T13:39:12.733912Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"60a5622c-a3dc-45b4-8c21-bc435a69062c"},{"name":"Update Billing Estimate","id":"b594d957-4483-4c73-962d-8583b5cd6b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"amount\": 444,\r\n   \"billingDate\": \"2027-11-22\",\r\n   \"collectionDate\": \"2027-11-22\",\r\n   \"description\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)","description":"<p>Updates a project billing estimate.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0c961327-9a84-4ef8-b227-83734478d8da","name":"Update Billing Estimate","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n   \"amount\": 444,\r\n   \"billingDate\": \"2027-11-22\",\r\n   \"collectionDate\": \"2027-11-22\",\r\n   \"description\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates(a11b7ce8-b2ae-466a-96a4-501eb50d181d)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 13:43:14 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b594d957-4483-4c73-962d-8583b5cd6b4d"},{"name":"Update Billing Estimate","id":"6acc823d-5125-4ee5-8311-ddaf111258e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 444\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)","description":"<p>Partially updates a project billing estimate.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"e9eb8300-c313-4aa2-b8d3-9b4bdf0c8587","name":"Update Billing Estimate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 444\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6acc823d-5125-4ee5-8311-ddaf111258e1"},{"name":"Delete Billing Estimate","id":"9279297f-9722-4eeb-8545-691cdbb29165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)","description":"<p>Deletes a project billing estimate by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a1f3f6c2-9f5b-4c7e-8a7a-eb3a02d05339","name":"Delete Billing Estimate","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectBillingEstimates(3e2c947c-ddc2-4043-a372-5b974f131b55)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9279297f-9722-4eeb-8545-691cdbb29165"},{"name":"Query Project Billing Estimates","id":"7866eb48-25e4-4b83-9ccd-4f9c72e47803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/ProjectBillingEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","description":"<p>Gets project billing estimates filtered by project ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ProjectBillingEstimates"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}],"variable":[]}},"response":[{"id":"47190b7a-13c6-4fa0-8d27-d534e5d33c0d","name":"Query Project Billing Estimates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/OData/ProjectBillingEstimates?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","host":["https://api.timetta.com"],"path":["OData","ProjectBillingEstimates"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:45:23 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectBillingEstimates\",\n    \"value\": [\n        {\n            \"billingDate\": \"2027-11-22\",\n            \"collectionDate\": \"2027-11-22\",\n            \"isAutomatic\": false,\n            \"rowVersion\": 874946948,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"financialAccountId\": null,\n            \"vatRateId\": null,\n            \"amount\": 444,\n            \"amountBC\": 444,\n            \"description\": \"\",\n            \"versionId\": null,\n            \"id\": \"a11b7ce8-b2ae-466a-96a4-501eb50d181d\",\n            \"created\": \"2026-06-01T13:39:12.817577Z\",\n            \"modified\": \"2026-06-01T13:43:14.396811Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"7866eb48-25e4-4b83-9ccd-4f9c72e47803"}],"id":"c803e0fc-7eb1-407a-b5cf-f353b68df274","_postman_id":"c803e0fc-7eb1-407a-b5cf-f353b68df274","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Co-managers","item":[{"name":"Update Project Co-managers","id":"5cde1668-ef7d-4356-bb33-bf43201c0b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"coManagers\": [\r\n      {\r\n         \"userId\": \"132e60a2-5455-4c21-9ef2-a2caa10d728c\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\"\r\n      },\r\n      {\r\n         \"userId\": \"ac87b871-516c-47e4-bbd1-c3d86e5e9993\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)/UpdateCoManagers","description":"<p>Updates co-managers assigned to a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)","UpdateCoManagers"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ede0943a-a65f-41db-ac3f-ec02d6211966","name":"Add Project Co-managers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"coManagers\": [\r\n      {\r\n         \"userId\": \"132e60a2-5455-4c21-9ef2-a2caa10d728c\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\"\r\n      },\r\n      {\r\n         \"userId\": \"ac87b871-516c-47e4-bbd1-c3d86e5e9993\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)/UpdateCoManagers"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectCoManagers\",\r\n   \"value\": [\r\n      {\r\n         \"userId\": \"132e60a2-5455-4c21-9ef2-a2caa10d728c\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\",\r\n         \"id\": \"74967758-2102-492f-b793-c0ebfbf7cef2\",\r\n         \"created\": \"2023-01-20T16:34:50.0684785+03:00\",\r\n         \"modified\": \"2023-01-20T13:34:50.0474096Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"userId\": \"ac87b871-516c-47e4-bbd1-c3d86e5e9993\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\",\r\n         \"id\": \"fcc78678-f7da-4f0e-b177-d46eb1542eff\",\r\n         \"created\": \"2023-01-20T16:34:50.069614+03:00\",\r\n         \"modified\": \"2023-01-20T13:34:50.0474238Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"5cde1668-ef7d-4356-bb33-bf43201c0b01"},{"name":"Query Project Co-managers","id":"c631a513-53a5-4bb2-8557-e16975ccdec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)/CoManagers?$expand=user($select=id,name)","description":"<p>Gets co-managers assigned to a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)","CoManagers"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"user($select=id,name)"}],"variable":[]}},"response":[{"id":"2f05ffa7-9be9-40c4-9e8c-8232b815039d","name":"Query Project Co-managers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)/CoManagers?$expand=user($select=id,name)","host":["https://api.timetta.com"],"path":["odata","Projects(c3fa1819-b894-4f90-8393-6e18d74a98b3)","CoManagers"],"query":[{"key":"$expand","value":"user($select=id,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectCoManagers(user(id,name))\",\r\n   \"value\": [\r\n      {\r\n         \"userId\": \"aaa45131-09f7-482d-9154-1421327cdce7\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\",\r\n         \"id\": \"0cf8133c-280f-4ae5-ae95-0c0b6473b309\",\r\n         \"created\": \"2023-01-20T13:31:36.262697Z\",\r\n         \"modified\": \"2023-01-20T13:31:36.242102Z\",\r\n         \"isActive\": true,\r\n         \"user\": {\r\n            \"name\": \"Johm Marston\",\r\n            \"id\": \"aaa45131-09f7-482d-9154-1421327cdce7\"\r\n         }\r\n      },\r\n      {\r\n         \"userId\": \"ac87b871-516c-47e4-bbd1-c3d86e5e9993\",\r\n         \"projectId\": \"c3fa1819-b894-4f90-8393-6e18d74a98b3\",\r\n         \"id\": \"9bebc642-1d8d-4e0c-9a6b-6538f73fa8fb\",\r\n         \"created\": \"2023-01-20T13:31:36.261695Z\",\r\n         \"modified\": \"2023-01-20T13:31:36.242087Z\",\r\n         \"isActive\": true,\r\n         \"user\": {\r\n            \"name\": \"Sam Porter\",\r\n            \"id\": \"ac87b871-516c-47e4-bbd1-c3d86e5e9993\"\r\n         }\r\n      }\r\n   ]\r\n}"}],"_postman_id":"c631a513-53a5-4bb2-8557-e16975ccdec5"}],"id":"19bb14a0-4dd5-46e5-b6aa-8d5b370c80a2","_postman_id":"19bb14a0-4dd5-46e5-b6aa-8d5b370c80a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Tariffs","item":[{"name":"Create Project Tariff","id":"c3947ecb-a1dd-48d5-89c2-86d961ba4da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Main\",\r\n   \"description\": \"Main tariff\",\r\n   \"isActive\": true,\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"assignments\": [\r\n      {\r\n         \"projectTeamMemberId\": \"042fdf16-82fe-4505-8008-21af18d54bea\",\r\n         \"isAllTeamRole\": false\r\n      }\r\n   ],\r\n   \"rates\": [\r\n      {\r\n         \"value\": 100,\r\n         \"effectiveDate\": null\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTariffs","description":"<p>Creates a project tariff with assignments and rates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTariffs"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d1951f40-1c76-4d53-ae39-6a3255d95309","name":"Create Project Tariff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Main\",\r\n   \"description\": \"Main tariff\",\r\n   \"isActive\": true,\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"assignments\": [\r\n      {\r\n         \"projectTeamMemberId\": \"042fdf16-82fe-4505-8008-21af18d54bea\",\r\n         \"isAllTeamRole\": false\r\n      }\r\n   ],\r\n   \"rates\": [\r\n      {\r\n         \"value\": 100,\r\n         \"effectiveDate\": null\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTariffs"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 13:56:17 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTariffs/$entity\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"description\": \"Main tariff\",\n    \"rowVersion\": 874972569,\n    \"versionId\": null,\n    \"name\": \"Main\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n    \"created\": \"2026-06-01T13:56:17.5603784Z\",\n    \"modified\": \"2026-06-01T13:56:17.4256158Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"ProjectTariffRate\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2785f08e-c046-4ac1-9c1a-fd6b3305e5ad\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:56:17.5558462Z\",\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"effectiveDate\": null,\n                \"expiryDate\": null,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:56:17.4257805Z\",\n                \"projectTariffId@odata.type\": \"#Guid\",\n                \"projectTariffId\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                \"value@odata.type\": \"#Decimal\",\n                \"value\": 100,\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                }\n            }\n        ],\n        \"ProjectTariff\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:56:17.5603784Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": \"Main tariff\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:56:17.4256158Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Main\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874972569,\n                \"versionId\": null,\n                \"version\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ],\n        \"ProjectTariffAssignment\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"8744ea3c-fad9-49a1-9897-9377f375aff3\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T13:56:17.5602524Z\",\n                \"isActive\": true,\n                \"isAllTeamRole\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T13:56:17.4257398Z\",\n                \"projectTariffId@odata.type\": \"#Guid\",\n                \"projectTariffId\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                \"projectTeamMemberId@odata.type\": \"#Guid\",\n                \"projectTeamMemberId\": \"042fdf16-82fe-4505-8008-21af18d54bea\",\n                \"projectTariff\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                    \"name\": \"Main\"\n                }\n            }\n        ]\n    },\n    \"updated\": {\n        \"Project\": [\n            {\n                \"calculationBaseUpdated@odata.type\": \"#DateTimeOffset\",\n                \"calculationBaseUpdated\": \"2026-06-01T13:56:18.0260455Z\",\n                \"outdated\": true,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 874972576\n            }\n        ],\n        \"ProjectTeamMember\": [\n            {\n                \"primaryTariffId@odata.type\": \"#Guid\",\n                \"primaryTariffId\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"042fdf16-82fe-4505-8008-21af18d54bea\",\n                \"primaryTariff\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9429494b-326c-4858-a8cd-9a25e233ddb9\",\n                    \"name\": \"Main\"\n                }\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"c3947ecb-a1dd-48d5-89c2-86d961ba4da1"},{"name":"Patch Project Tariff","id":"78dae4b0-a910-4fda-97ed-143291947f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)","description":"<p>Updates properties of a project tariff.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"85033b37-4cca-4c93-adb2-36429e9e4197","name":"Patch Project Tariff","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 13:58:26 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78dae4b0-a910-4fda-97ed-143291947f14"},{"name":"Delete Project Tariff","id":"673bfa0c-a792-46a6-9451-829beda48282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)","description":"<p>Deletes a project tariff by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"81f6ea59-2994-4d4d-9938-12e243d66b8e","name":"Delete Project Tariff","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectTariffs(9429494b-326c-4858-a8cd-9a25e233ddb9)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 13:59:02 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"673bfa0c-a792-46a6-9451-829beda48282"},{"name":"Get Project Tariff","id":"a6ec4e01-0653-41b4-a5fa-f7aef426a896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTariffs(ebc23258-1d91-49ad-a515-7ff367c7531b)","description":"<p>Gets a project tariff by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectTariffs(ebc23258-1d91-49ad-a515-7ff367c7531b)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bbf780cb-1327-4e0d-bcd5-481bc02e7314","name":"Get Project Tariff","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectTariffs(ebc23258-1d91-49ad-a515-7ff367c7531b)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 14:00:00 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=iLhG0C6DxkC/+2+HFlm63QAbM/GUM3tpZG+awH303qCXh8AiCH2nwu6l5GvaQKyu.MTc4MDMyMjQwMTM2MQ==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 14:00:01 GMT; secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTariffs/$entity\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"description\": \"Main tariff\",\n    \"rowVersion\": 874977338,\n    \"versionId\": null,\n    \"name\": \"Main\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"ebc23258-1d91-49ad-a515-7ff367c7531b\",\n    \"created\": \"2026-06-01T13:59:46.077685Z\",\n    \"modified\": \"2026-06-01T13:59:46.062004Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"a6ec4e01-0653-41b4-a5fa-f7aef426a896"},{"name":"Query Project Tariffs by Project","id":"aed71163-856b-4805-b091-23e3172f9eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/ProjectTariffs","description":"<p>Gets project tariffs for a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)","ProjectTariffs"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"385b1493-6a3c-4d7d-a067-ccf0361f870b","name":"Query Project Tariffs by Project","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/ProjectTariffs"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 14:00:55 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Projects(31db2084-03c6-45f7-b46b-8f59ab197db9)/projectTariffs\",\n    \"value\": [\n        {\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"description\": null,\n            \"rowVersion\": 864006507,\n            \"versionId\": null,\n            \"name\": \"Партнёр\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"14c5a171-0b8a-401d-aaa7-a2b7e5842715\",\n            \"created\": \"2026-05-25T17:28:41.72896Z\",\n            \"modified\": \"2026-05-25T17:28:41.72896Z\",\n            \"isActive\": true,\n            \"rate@odata.type\": \"#Decimal\",\n            \"rate\": 4125,\n            \"effectiveDate\": null,\n            \"expiryDate\": null,\n            \"currency\": {\n                \"@odata.type\": \"#WP.CurrencyDto\",\n                \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"name\": \"Российский рубль\",\n                \"alpha3Code\": \"RUB\"\n            }\n        },\n        {\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"description\": null,\n            \"rowVersion\": 864006507,\n            \"versionId\": null,\n            \"name\": \"Менеджер\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"7dee7e07-676e-4d23-b6d3-d55fc890f65f\",\n            \"created\": \"2026-05-25T17:28:41.728921Z\",\n            \"modified\": \"2026-05-25T17:28:41.728922Z\",\n            \"isActive\": true,\n            \"rate@odata.type\": \"#Decimal\",\n            \"rate\": 3000,\n            \"effectiveDate\": null,\n            \"expiryDate\": null,\n            \"currency\": {\n                \"@odata.type\": \"#WP.CurrencyDto\",\n                \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"name\": \"Российский рубль\",\n                \"alpha3Code\": \"RUB\"\n            }\n        },\n        {\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"description\": null,\n            \"rowVersion\": 864006507,\n            \"versionId\": null,\n            \"name\": \"Консультант\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"ffd56c23-d928-48c7-a8c8-2cc31fb4f11f\",\n            \"created\": \"2026-05-25T17:28:41.728506Z\",\n            \"modified\": \"2026-05-25T17:28:41.728506Z\",\n            \"isActive\": true,\n            \"rate@odata.type\": \"#Decimal\",\n            \"rate\": 2250,\n            \"effectiveDate\": null,\n            \"expiryDate\": null,\n            \"currency\": {\n                \"@odata.type\": \"#WP.CurrencyDto\",\n                \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"name\": \"Российский рубль\",\n                \"alpha3Code\": \"RUB\"\n            }\n        }\n    ]\n}"}],"_postman_id":"aed71163-856b-4805-b091-23e3172f9eff"}],"id":"b46a7b8b-ca2e-4b4c-92ec-4e404adbe9b4","_postman_id":"b46a7b8b-ca2e-4b4c-92ec-4e404adbe9b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Enums","item":[{"name":"Query Project Billing Types","id":"54fc59a5-650d-475f-9acf-1867dd670715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectBillingTypes","description":"<p>Request project billing types.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectBillingTypes"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6af95baf-7dfd-44c5-ab3c-498bab5132a0","name":"Query Project Billing Types","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectBillingTypes"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 14:04:40 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectBillingTypes\",\n    \"value\": [\n        {\n            \"code\": \"NonBillable\",\n            \"name\": \"Неоплачиваемый\",\n            \"id\": \"4d1a525f-3abc-4871-a64a-349c1dd3cabf\",\n            \"created\": \"2026-05-25T17:27:07.03971Z\",\n            \"modified\": \"2026-05-26T11:40:01.375371Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"TM\",\n            \"name\": \"Время и затраты\",\n            \"id\": \"584dddc1-94df-43b2-b3f3-372c02fcb016\",\n            \"created\": \"2026-05-25T17:27:07.039922Z\",\n            \"modified\": \"2026-05-26T11:40:01.375372Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": \"FixedBid\",\n            \"name\": \"Фиксированная стоимость\",\n            \"id\": \"e87e0e6b-c034-45ac-8b74-bd0256f3f535\",\n            \"created\": \"2026-05-25T17:27:07.040035Z\",\n            \"modified\": \"2026-05-26T11:40:01.375372Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"54fc59a5-650d-475f-9acf-1867dd670715"}],"id":"885eabd9-12bf-4d7a-82e1-3c523389fa6f","_postman_id":"885eabd9-12bf-4d7a-82e1-3c523389fa6f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"2ff0683d-6e71-4da6-8242-e749b5eb76a1","_postman_id":"2ff0683d-6e71-4da6-8242-e749b5eb76a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Programs","item":[{"name":"Include Project","id":"ddebd2d0-1636-4db5-8097-1bd309a32076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"projectId\": \"37ec4f90-d789-4e85-8cae-326a67f01fc4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Programs(08bccbdb-c2d4-4833-95e3-4eb3cc3ea3fc)/IncludeProject","description":"<p>Includes a project in a program.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Programs(08bccbdb-c2d4-4833-95e3-4eb3cc3ea3fc)","IncludeProject"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"159f21bf-2953-4b63-8943-0ed2204d3815","name":"Include Project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"projectId\": \"37ec4f90-d789-4e85-8cae-326a67f01fc4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Programs(08bccbdb-c2d4-4833-95e3-4eb3cc3ea3fc)/WP.IncludeProject"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ddebd2d0-1636-4db5-8097-1bd309a32076"}],"id":"0e52ea56-fafc-4f36-a83c-d705d20071ba","_postman_id":"0e52ea56-fafc-4f36-a83c-d705d20071ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Versions","item":[{"name":"Project Version Entity","item":[{"name":"Create Project Version","id":"936be8dd-ad3c-48f2-ba93-453d2ad4c0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Pricing\",\r\n   \"sourceVersionId\": null,\r\n   \"mainProjectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"mode\": \"CopyEstimate\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions/CreateVersion","description":"<p>Creates a \"Project Version\" entity.</p>\n<p>Available values for <code>mode</code>:</p>\n<ul>\n<li><p>Empty</p>\n</li>\n<li><p>CopyEstimate (default, used if mode not passed)</p>\n</li>\n<li><p>CopyForecast</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions","CreateVersion"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b3efb7c9-1be9-4cec-a70b-be15c527bbfa","name":"Create Project Version","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Pricing\",\r\n   \"sourceVersionId\": null,\r\n   \"mainProjectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"mode\": \"CopyEstimate\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions/CreateVersion"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:01:47 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Edm.Guid\",\n    \"value\": \"706d2ab4-a304-4e9c-bd15-bf2386743796\"\n}"}],"_postman_id":"936be8dd-ad3c-48f2-ba93-453d2ad4c0d9"},{"name":"Get Project Version","id":"0b36564d-8665-443f-9722-db6ebe6f5570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)","description":"<p>Get \"Project Version\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5505a925-49e5-4849-99e2-332369afc7aa","name":"Get Project Version","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:08:29 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectVersions/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"sourceVersionId\": null,\n    \"mainProjectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"masterBaseline\": false,\n    \"rowVersion\": 875213899,\n    \"corporateTaxRate\": null,\n    \"calculationBaseUpdated\": \"2026-06-01T16:01:46.975347Z\",\n    \"published\": \"2026-06-01T16:01:47.797281Z\",\n    \"outdated\": false,\n    \"name\": \"Pricing\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"8b2ffc94-6f6d-4292-83cf-c6af33923b16\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"706d2ab4-a304-4e9c-bd15-bf2386743796\",\n    \"created\": \"2026-06-01T16:01:46.219869Z\",\n    \"modified\": \"2026-06-01T16:01:47.834584Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"setMasterFlagAllowed\": false,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"0b36564d-8665-443f-9722-db6ebe6f5570"},{"name":"Update Project Version","id":"1adb5d3b-a121-41a9-8d51-1a1d55434963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Pricing v2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)","description":"<p>Update \"Project Version\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"278283cb-6ec0-4c65-8545-ed421cb682ea","name":"Update Project Version","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Pricing v2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions(9064ec3c-4dff-4a4a-9bda-728983f0c3e8)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1adb5d3b-a121-41a9-8d51-1a1d55434963"},{"name":"Delete Project Version","id":"7d312580-23d6-4fa5-ab43-1905d26ae9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(9064ec3c-4dff-4a4a-9bda-728983f0c3e8)","description":"<p>Delete \"Project Version\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions(9064ec3c-4dff-4a4a-9bda-728983f0c3e8)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b3b368e5-7461-43b4-89ef-b66ffc28dd16","name":"Delete Project Version","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(9064ec3c-4dff-4a4a-9bda-728983f0c3e8)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d312580-23d6-4fa5-ab43-1905d26ae9ff"},{"name":"Query Project Versions","id":"87ecece0-af8f-4b56-984c-82e92ad45e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectVersions?$filter=mainProjectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","description":"<p>Request a list of Project Versions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"mainProjectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}],"variable":[]}},"response":[{"id":"dfae6f8f-1030-4ade-8d7c-9dd6d19de9c4","name":"Query Project Versions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ProjectVersions?$filter=mainProjectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","host":["https://api.timetta.com"],"path":["odata","ProjectVersions"],"query":[{"key":"$filter","value":"mainProjectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:11:18 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectVersions\",\n    \"value\": [\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"sourceVersionId\": null,\n            \"mainProjectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"masterBaseline\": false,\n            \"rowVersion\": 875230749,\n            \"corporateTaxRate\": null,\n            \"calculationBaseUpdated\": \"2026-06-01T16:11:08.511898Z\",\n            \"published\": \"2026-06-01T16:11:09.206241Z\",\n            \"outdated\": false,\n            \"name\": \"Версия №2 - Baseline\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"8b2ffc94-6f6d-4292-83cf-c6af33923b16\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0b7e2cc9-7126-43cc-9204-5fb0b2603ab2\",\n            \"created\": \"2026-06-01T16:11:07.729865Z\",\n            \"modified\": \"2026-06-01T16:11:09.222375Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"sourceVersionId\": null,\n            \"mainProjectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"masterBaseline\": false,\n            \"rowVersion\": 875230250,\n            \"corporateTaxRate\": null,\n            \"calculationBaseUpdated\": \"2026-06-01T16:01:46.975347Z\",\n            \"published\": \"2026-06-01T16:01:47.797281Z\",\n            \"outdated\": false,\n            \"name\": \"Pricing v2\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"8b2ffc94-6f6d-4292-83cf-c6af33923b16\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"706d2ab4-a304-4e9c-bd15-bf2386743796\",\n            \"created\": \"2026-06-01T16:01:46.219869Z\",\n            \"modified\": \"2026-06-01T16:08:55.826871Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"87ecece0-af8f-4b56-984c-82e92ad45e4d"},{"name":"Set Version As Master","id":"3d867d27-80d1-4fc5-9804-d97e4f57475e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"masterBaseline\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)","description":"<p>Marks a project version as the master baseline.  </p>\n<p>Important!<br />It's possible to mark version as Master Baseline only if it has status 'Approved'.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"c68335b4-bfa7-4471-a10f-6e88cb1c51be","name":"Set Version As Master","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"masterBaseline\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ProjectVersions(9064ec3c-4dff-4a4a-9bda-728983f0c3e8)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d867d27-80d1-4fc5-9804-d97e4f57475e"}],"id":"63c254cc-abce-490b-bc9d-69ac7055a2c4","_postman_id":"63c254cc-abce-490b-bc9d-69ac7055a2c4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Project Version Tasks","item":[{"name":"Get Version Tasks","id":"7d2e7b49-a588-4c19-8eb3-411dd1caed7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)/GetTasks?$select=id,name,description,number,leadTaskId,allowTimeEntry,startDate,endDate","description":"<p>Query a list of version tasks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)","GetTasks"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,description,number,leadTaskId,allowTimeEntry,startDate,endDate"}],"variable":[]}},"response":[{"id":"a3e3e96e-fa2e-4b67-b1c9-656d7905194d","name":"Get Version Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)/GetTasks?$select=id,name,description,number,leadTaskId,allowTimeEntry,startDate,endDate","host":["https://api.timetta.com"],"path":["odata","ProjectVersions(706d2ab4-a304-4e9c-bd15-bf2386743796)","GetTasks"],"query":[{"key":"$select","value":"id,name,description,number,leadTaskId,allowTimeEntry,startDate,endDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:16:56 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ProjectTasks(id,name,description,number,leadTaskId,allowTimeEntry,startDate,endDate)\",\n    \"value\": [\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 0,\n            \"allowTimeEntry\": false,\n            \"leadTaskId\": null,\n            \"name\": \"Pricing v2\",\n            \"id\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\"\n        },\n        {\n            \"startDate\": \"2026-10-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 3,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Поддержка в 4-ом квартале\",\n            \"id\": \"5292183b-5cc7-4439-93f0-a5d39caa344e\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 8,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Тестирование\",\n            \"id\": \"5b426177-49a2-4f0c-b034-db70251f6366\"\n        },\n        {\n            \"startDate\": \"2026-07-01\",\n            \"endDate\": \"2026-07-03\",\n            \"description\": null,\n            \"number\": 2,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Поддержка в 3-ем квартале\",\n            \"id\": \"7a14799c-8cbd-4939-aa82-7641796fbbe4\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 5,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Анализ\",\n            \"id\": \"94e1d012-03dc-4f0e-9d20-f20438e9072c\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 4,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Идея\",\n            \"id\": \"a00be605-18c0-4780-bf53-da59aecbea87\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 9,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Запуск\",\n            \"id\": \"bd946155-9213-46dc-b4f9-4031f078f6cf\"\n        },\n        {\n            \"startDate\": \"2026-04-01\",\n            \"endDate\": \"2026-04-03\",\n            \"description\": null,\n            \"number\": 1,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Поддержка в 2-ом квартале\",\n            \"id\": \"cabe9351-9f82-4fa5-a676-f3076ac124c2\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 7,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Разработка\",\n            \"id\": \"d1ea378f-17e8-4f47-a858-563f022a28c0\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-10-07\",\n            \"description\": null,\n            \"number\": 6,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Бизнес-кейс\",\n            \"id\": \"d376c78c-5b1d-4b0d-b69c-25e16ba0a05a\"\n        },\n        {\n            \"startDate\": \"2026-01-01\",\n            \"endDate\": \"2026-02-12\",\n            \"description\": null,\n            \"number\": 0,\n            \"allowTimeEntry\": true,\n            \"leadTaskId\": \"44f2118d-c6ea-49d3-92f2-e60d97d3ea1c\",\n            \"name\": \"Поддержка в 1-ом квартале\",\n            \"id\": \"ee983b2b-b401-4fce-ba0d-5ac83553d825\"\n        }\n    ]\n}"}],"_postman_id":"7d2e7b49-a588-4c19-8eb3-411dd1caed7f"}],"id":"6cc3425a-8e3a-4667-ac4c-3d7b51b40699","_postman_id":"6cc3425a-8e3a-4667-ac4c-3d7b51b40699","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"2a77903b-d728-470e-a22a-1508e43bfd87","_postman_id":"2a77903b-d728-470e-a22a-1508e43bfd87","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Organizations","item":[{"name":"Query Organizations","id":"d5c77625-5c6a-4eb8-bcb1-d7f56c5ada42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Organizations?$top=5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Organizations"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"5"}],"variable":[]}},"response":[],"_postman_id":"d5c77625-5c6a-4eb8-bcb1-d7f56c5ada42"}],"id":"83f80b52-6f0c-41b6-8150-77b41c3323d7","_postman_id":"83f80b52-6f0c-41b6-8150-77b41c3323d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"TimeSheets","item":[{"name":"Custom Function & Actions","item":[{"name":"Get TimeSheet Id For Period","id":"f3f5d1d9-e792-4134-be03-0f00659f4200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeSheets/GetIdForPeriod(date=2021-03-22,userId=e22bf891-4857-4284-966b-0271db3bd1e7)","description":"<p>TimeSheets collection function.</p>\n<p>It is used to obtain (in the absence of - create) a timesheet, the period of which contains a specific date.</p>\n<p>Options:</p>\n<ul>\n<li>date - the date that must fall within the timesheet period.</li>\n<li>userId - user ID, timesheet author.</li>\n</ul>\n<p>The return value is the timesheet ID.</p>\n<p>If there is no suitable timesheet, it will be created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets","GetIdForPeriod(date=2021-03-22,userId=e22bf891-4857-4284-966b-0271db3bd1e7)"],"host":["https://api.timetta.com"],"query":[{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[{"id":"778b4264-fac6-497b-98ac-c8360bc6c54b","name":"GetIdForPeriod","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeSheets/GetIdForPeriod(date=2021-03-22,userId=e22bf891-4857-4284-966b-0271db3bd1e7)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"227"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2998"},{"key":"X-Rate-Limit-Reset","value":"2021-09-22T12:10:34.4248879Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Sep 2021 11:10:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Edm.Guid\",\n    \"value\": \"128578e2-2afd-409b-8fb8-52171c5cdc80\"\n}"}],"_postman_id":"f3f5d1d9-e792-4134-be03-0f00659f4200"}],"id":"c32a3ce1-d714-48e2-9f35-b4c971c76f6f","_postman_id":"c32a3ce1-d714-48e2-9f35-b4c971c76f6f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Get TimeSheet","id":"46039df0-6387-4dae-8185-0e266bcfa791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)","description":"<p>Get TimeSheet entity by ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cd09f607-bc11-4cfe-84f2-fb6840e49314","name":"Get TimeSheet","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:35:00 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeSheets/$entity\",\n    \"dueDate\": \"2026-04-28\",\n    \"dateFrom\": \"2026-04-20\",\n    \"dateTo\": \"2026-04-26\",\n    \"name\": \"Administrator 20.04.2026-26.04.2026\",\n    \"approved\": \"2026-06-01T16:34:46.922531Z\",\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n    \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n    \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\n    \"stateEntered\": \"2026-06-01T16:34:46.900942Z\",\n    \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\n    \"created\": \"2026-05-25T17:28:48.504997Z\",\n    \"modified\": \"2026-06-01T16:34:46.977863Z\",\n    \"isActive\": true,\n    \"billableDuration@odata.type\": \"#Decimal\",\n    \"billableDuration\": 23,\n    \"nonBillableDuration@odata.type\": \"#Decimal\",\n    \"nonBillableDuration\": 17,\n    \"editAllowed\": false,\n    \"deleteAllowed\": false,\n    \"schedule@odata.type\": \"#Collection(WP.DateHours)\",\n    \"schedule\": [\n        {\n            \"date\": \"2026-04-20\",\n            \"hours\": 8\n        },\n        {\n            \"date\": \"2026-04-21\",\n            \"hours\": 8\n        },\n        {\n            \"date\": \"2026-04-22\",\n            \"hours\": 8\n        },\n        {\n            \"date\": \"2026-04-23\",\n            \"hours\": 8\n        },\n        {\n            \"date\": \"2026-04-24\",\n            \"hours\": 8\n        },\n        {\n            \"date\": \"2026-04-25\",\n            \"hours\": 0\n        },\n        {\n            \"date\": \"2026-04-26\",\n            \"hours\": 0\n        }\n    ]\n}"}],"_postman_id":"46039df0-6387-4dae-8185-0e266bcfa791"},{"name":"Update TimeSheet","id":"71f873fd-ca82-4464-b568-5b21ec350dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\r\n    \"rowVersion\": 12630001,\r\n    \"timeSheetLines\": [\r\n        {\r\n            \"id\": \"0bd30208-0487-49bd-a05d-5efa487744ce\",\r\n            \"timeAllocations\": [\r\n                {\r\n                    \"id\": \"50265801-944b-425b-9cb4-851daef3bb3f\",\r\n                    \"duration\": 4.5,\r\n                    \"comments\": \"Text comment\",\r\n                    \"date\": \"2026-04-20\"\r\n                },\r\n                {\r\n                    \"id\": \"96714694-cf70-43ba-ab23-56ada625b912\",\r\n                    \"duration\": 8,\r\n                    \"comments\": \"Text comment\",\r\n                    \"date\": \"2026-04-21\"\r\n                }\r\n            ],\r\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n            \"activityId\": null,\r\n            \"projectTaskId\": \"b798aa52-f689-46e9-a8b8-2ce9088857ae\",\r\n            \"orderNumber\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)","description":"<p>TimeSheet entity:</p>\n<ul>\n<li><p>id - identifier (GUID).</p>\n</li>\n<li><p>rowVersion - current timesheet version. If it differs from the saved one, an exception will be generated, after the update a new version is automatically generated.</p>\n</li>\n<li><p>timeSheetLines - an array of lines, in the example one line.</p>\n</li>\n</ul>\n<p>TimeSheetLine entity:</p>\n<ul>\n<li><p>id - identifier (GUID).</p>\n</li>\n<li><p>projectId, projectTaskId, activityId, roleId — identifiers of the selected analytics (project, task, work type, and role). Please note that it is not the object (project, activity...) that is passed, but the object id (projectId, activityId...).</p>\n</li>\n<li><p>orderNumber: the ordinal number of the row. The numbering must be from 0 and must be strictly sequential. This is checked by the server and if the numbering is violated, there will be an exception.</p>\n</li>\n<li><p>timeAllocations - a collection of \"cells\" of the string.</p>\n</li>\n</ul>\n<p>TimeAllocation entity:</p>\n<ul>\n<li><p>id - identifier (GUID).</p>\n</li>\n<li><p>date is the date of the cell.</p>\n</li>\n<li><p>comments — text comment</p>\n</li>\n<li><p>duration — duration of work in hours.</p>\n</li>\n</ul>\n<p>Related collections (in this case, timeSheetLines and timeAllocations) will be updated automatically when the timesheet is updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bfaade35-07c9-4e0f-a883-f197c31c82d8","name":"Update TimeSheet","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\r\n    \"rowVersion\": 12630001,\r\n    \"timeSheetLines\": [\r\n        {\r\n            \"id\": \"0bd30208-0487-49bd-a05d-5efa487744ce\",\r\n            \"timeAllocations\": [\r\n                {\r\n                    \"id\": \"50265801-944b-425b-9cb4-851daef3bb3f\",\r\n                    \"duration\": 4.5,\r\n                    \"comments\": \"Text comment\",\r\n                    \"date\": \"2026-04-20\"\r\n                },\r\n                {\r\n                    \"id\": \"96714694-cf70-43ba-ab23-56ada625b912\",\r\n                    \"duration\": 8,\r\n                    \"comments\": \"Text comment\",\r\n                    \"date\": \"2026-04-21\"\r\n                }\r\n            ],\r\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n            \"activityId\": null,\r\n            \"projectTaskId\": \"b798aa52-f689-46e9-a8b8-2ce9088857ae\",\r\n            \"orderNumber\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 16:43:42 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71f873fd-ca82-4464-b568-5b21ec350dfa"},{"name":"Delete TimeSheet","id":"7f5b8d96-86e9-46b6-89c0-7cc2360b12ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeSheets(00d44ecd-c005-450c-b910-dcdc4aecc463)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets(00d44ecd-c005-450c-b910-dcdc4aecc463)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4d8c84c7-f0cf-48f4-b46c-fc32898e2571","name":"Delete TimeSheet","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeSheets(00d44ecd-c005-450c-b910-dcdc4aecc463)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f5b8d96-86e9-46b6-89c0-7cc2360b12ac"},{"name":"Query TimeSheets","id":"f80468f5-e982-41b6-8749-c86b0bf8f895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeSheets?$filter=dateFrom ge 2026-01-01 and dateTo le 2026-12-31&$top=10","description":"<p>Request a list of timesheets.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"dateFrom ge 2026-01-01 and dateTo le 2026-12-31"},{"key":"$top","value":"10"}],"variable":[]}},"response":[{"id":"5de2e2f5-7184-4148-9b5c-cf8b1ea4b14e","name":"Query TimeSheets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/TimeSheets?$filter=dateFrom ge 2026-01-01 and dateTo le 2026-12-31&$top=10","host":["https://api.timetta.com"],"path":["odata","TimeSheets"],"query":[{"key":"$filter","value":"dateFrom ge 2026-01-01 and dateTo le 2026-12-31"},{"key":"$top","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:45:50 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeSheets\",\n    \"value\": [\n        {\n            \"dueDate\": \"2026-05-26\",\n            \"dateFrom\": \"2026-05-18\",\n            \"dateTo\": \"2026-05-24\",\n            \"name\": \"Владимир Богатов 18.05.2026-24.05.2026\",\n            \"approved\": null,\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"departmentId\": \"68269edc-dba2-4a5c-83ea-6112c994b5f4\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"057332d5-8d22-4aa6-be0b-38e8c1c9c0f2\",\n            \"created\": \"2026-05-25T17:28:51.42923Z\",\n            \"modified\": \"2026-05-25T17:28:51.404772Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-04-14\",\n            \"dateFrom\": \"2026-04-06\",\n            \"dateTo\": \"2026-04-12\",\n            \"name\": \"Александр Нестеров 06.04.2026-12.04.2026\",\n            \"approved\": null,\n            \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"departmentId\": \"7ab940f1-5190-451b-a329-6a99eeacca75\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"071589ec-a576-4532-adf4-3faa1dcac5c5\",\n            \"created\": \"2026-05-25T17:28:59.545703Z\",\n            \"modified\": \"2026-05-25T17:28:59.522213Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-04-14\",\n            \"dateFrom\": \"2026-04-06\",\n            \"dateTo\": \"2026-04-12\",\n            \"name\": \"Ренат Нигматулин 06.04.2026-12.04.2026\",\n            \"approved\": null,\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"departmentId\": \"1cfca443-cda2-4763-bd5f-a72ad3e1411b\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"082afbef-95f6-4446-bf51-aa08a3a25ec7\",\n            \"created\": \"2026-05-25T17:28:55.588507Z\",\n            \"modified\": \"2026-05-25T17:28:55.570217Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-05-19\",\n            \"dateFrom\": \"2026-05-11\",\n            \"dateTo\": \"2026-05-17\",\n            \"name\": \"Administrator 11.05.2026-17.05.2026\",\n            \"approved\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"4dc757b3-0f7a-4c5e-8111-e669e14172b0\",\n            \"stateEntered\": \"2026-05-26T18:39:47.580237Z\",\n            \"id\": \"086bc953-9519-455c-b310-eefed008f6e4\",\n            \"created\": \"2026-05-25T17:28:47.707517Z\",\n            \"modified\": \"2026-05-26T18:39:47.600358Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-03-31\",\n            \"dateFrom\": \"2026-03-23\",\n            \"dateTo\": \"2026-03-29\",\n            \"name\": \"Мария Осташкова 23.03.2026-29.03.2026\",\n            \"approved\": null,\n            \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n            \"departmentId\": \"51deec6c-4daa-4c50-b595-2173b1f1422f\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"4dc757b3-0f7a-4c5e-8111-e669e14172b0\",\n            \"stateEntered\": \"2026-05-25T17:29:20.456721Z\",\n            \"id\": \"0a2fd6c9-8131-4937-be20-dfc6c8f37a58\",\n            \"created\": \"2026-05-25T17:29:07.762905Z\",\n            \"modified\": \"2026-05-25T17:29:20.481517Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-05-19\",\n            \"dateFrom\": \"2026-05-11\",\n            \"dateTo\": \"2026-05-17\",\n            \"name\": \"Владимир Богатов 11.05.2026-17.05.2026\",\n            \"approved\": null,\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"departmentId\": \"68269edc-dba2-4a5c-83ea-6112c994b5f4\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"0b8293a2-a3f4-4d74-a4f2-5afa540bfafc\",\n            \"created\": \"2026-05-25T17:28:51.589045Z\",\n            \"modified\": \"2026-05-25T17:28:51.569993Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-02-17\",\n            \"dateFrom\": \"2026-02-09\",\n            \"dateTo\": \"2026-02-15\",\n            \"name\": \"Ренат Нигматулин 09.02.2026-15.02.2026\",\n            \"approved\": null,\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"departmentId\": \"1cfca443-cda2-4763-bd5f-a72ad3e1411b\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"4dc757b3-0f7a-4c5e-8111-e669e14172b0\",\n            \"stateEntered\": \"2026-05-25T17:29:21.598549Z\",\n            \"id\": \"12e7ecbb-0a97-42d9-8c60-483a6d0382ea\",\n            \"created\": \"2026-05-25T17:28:57.616805Z\",\n            \"modified\": \"2026-05-25T17:29:21.615587Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-04-07\",\n            \"dateFrom\": \"2026-03-30\",\n            \"dateTo\": \"2026-04-05\",\n            \"name\": \"Ренат Нигматулин 30.03.2026-05.04.2026\",\n            \"approved\": \"2026-05-25T17:29:31.817977Z\",\n            \"userId\": \"27c1bdd1-7e67-41da-ac68-047355a32e59\",\n            \"departmentId\": \"1cfca443-cda2-4763-bd5f-a72ad3e1411b\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\n            \"stateEntered\": \"2026-05-25T17:29:31.666094Z\",\n            \"id\": \"13247960-d160-4911-b855-253c828e35d0\",\n            \"created\": \"2026-05-25T17:28:55.838394Z\",\n            \"modified\": \"2026-05-25T17:29:32.085779Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-04-28\",\n            \"dateFrom\": \"2026-04-20\",\n            \"dateTo\": \"2026-04-26\",\n            \"name\": \"Владимир Богатов 20.04.2026-26.04.2026\",\n            \"approved\": null,\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"departmentId\": \"68269edc-dba2-4a5c-83ea-6112c994b5f4\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"145f7b1a-efb0-4383-a9f3-b43b52f4eb0e\",\n            \"created\": \"2026-05-25T17:28:52.072076Z\",\n            \"modified\": \"2026-05-25T17:28:52.053599Z\",\n            \"isActive\": true\n        },\n        {\n            \"dueDate\": \"2026-05-05\",\n            \"dateFrom\": \"2026-04-27\",\n            \"dateTo\": \"2026-05-03\",\n            \"name\": \"Владимир Богатов 27.04.2026-03.05.2026\",\n            \"approved\": null,\n            \"userId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"departmentId\": \"68269edc-dba2-4a5c-83ea-6112c994b5f4\",\n            \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"templateId\": \"e590d1c1-50e8-467b-a9b5-787cca869446\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"827154c8-b827-4ebc-a847-851bd357976f\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"id\": \"1565f32d-1631-421f-ac0a-59d6f23cb690\",\n            \"created\": \"2026-05-25T17:28:51.911953Z\",\n            \"modified\": \"2026-05-25T17:28:51.887243Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"f80468f5-e982-41b6-8749-c86b0bf8f895"},{"name":"Set TimeSheet State","id":"7eb30ee8-3859-4a1a-8160-9b3cd2ced242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\r\n   \"transitionFormValue\": {\r\n      \"propertyValues\": [],\r\n      \"comment\": \"Fixed time entries\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)/SetState","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6d629186-e8b3-4477-893b-0acb8ff0d3f3","name":"Set TimeSheet State","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\r\n   \"transitionFormValue\": {\r\n      \"propertyValues\": [],\r\n      \"comment\": \"Fixed time entries\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)/SetState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:48:30 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos/$entity\",\n    \"canCancelWorkflow\": false,\n    \"cancelLabel\": null,\n    \"entityType\": \"TimeSheet\",\n    \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\n    \"workflowStartActions\": [],\n    \"activeWorkflowTaskAssigned\": [],\n    \"workflowIndicatorData\": null,\n    \"added\": {\n        \"AccountingEntry\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"3135c25e-8e0e-4159-b1f5-d6e16d06eef1\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"15476461-f0e2-4b70-990a-b4a3ccb5c87f\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 56250,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 56250,\n                \"code\": \"1090\",\n                \"costRate@odata.type\": \"#Decimal\",\n                \"costRate\": 4500,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T16:48:31.4291202Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-04-26\",\n                \"departmentId@odata.type\": \"#Guid\",\n                \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                \"description\": null,\n                \"documentDate@odata.type\": \"#Date\",\n                \"documentDate\": \"2026-04-26\",\n                \"documentDescription\": null,\n                \"documentId@odata.type\": \"#Guid\",\n                \"documentId\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\n                \"documentType\": \"TimeSheet\",\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 12.5,\n                \"isActive\": true,\n                \"isReverted\": false,\n                \"legalEntityId@odata.type\": \"#Guid\",\n                \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                \"modeId@odata.type\": \"#Guid\",\n                \"modeId\": \"c79b5742-322a-415e-9721-ed54692089d1\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T16:48:31.4291208Z\",\n                \"modifiedById@odata.type\": \"#Guid\",\n                \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"48c603f7-1880-4f13-b5d3-b85c09f54943\",\n                \"subcontractorId\": null,\n                \"timeOffTypeId\": null,\n                \"timeOffType\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"15476461-f0e2-4b70-990a-b4a3ccb5c87f\",\n                    \"name\": \"Себестоимость труда\"\n                },\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"legalEntity\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                    \"name\": \"Юридическое лицо по умолчанию\"\n                },\n                \"modifiedBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n                    \"name\": \"Развертывание CRM\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"48c603f7-1880-4f13-b5d3-b85c09f54943\",\n                    \"name\": \"Сбор требований\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {\n        \"TimeAllocation\": [\n            {\n                \"cost@odata.type\": \"#Decimal\",\n                \"cost\": 20250,\n                \"costBC@odata.type\": \"#Decimal\",\n                \"costBC\": 20250,\n                \"costNormalized@odata.type\": \"#Decimal\",\n                \"costNormalized\": 20250,\n                \"costNormalizedBC@odata.type\": \"#Decimal\",\n                \"costNormalizedBC\": 20250,\n                \"costNormalizedPC@odata.type\": \"#Decimal\",\n                \"costNormalizedPC\": 20250,\n                \"costPC@odata.type\": \"#Decimal\",\n                \"costPC\": 20250,\n                \"costRate@odata.type\": \"#Decimal\",\n                \"costRate\": 4500,\n                \"costRateBC@odata.type\": \"#Decimal\",\n                \"costRateBC\": 4500,\n                \"costRatePC@odata.type\": \"#Decimal\",\n                \"costRatePC\": 4500,\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"hoursNormalized@odata.type\": \"#Decimal\",\n                \"hoursNormalized\": 4.5,\n                \"normalizationFactor@odata.type\": \"#Decimal\",\n                \"normalizationFactor\": 1,\n                \"timeSheetIsApproved\": true,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"50265801-944b-425b-9cb4-851daef3bb3f\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875268046,\n                \"duration@odata.type\": \"#Decimal\",\n                \"duration\": 4.5,\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                }\n            },\n            {\n                \"cost@odata.type\": \"#Decimal\",\n                \"cost\": 36000,\n                \"costBC@odata.type\": \"#Decimal\",\n                \"costBC\": 36000,\n                \"costNormalized@odata.type\": \"#Decimal\",\n                \"costNormalized\": 36000,\n                \"costNormalizedBC@odata.type\": \"#Decimal\",\n                \"costNormalizedBC\": 36000,\n                \"costNormalizedPC@odata.type\": \"#Decimal\",\n                \"costNormalizedPC\": 36000,\n                \"costPC@odata.type\": \"#Decimal\",\n                \"costPC\": 36000,\n                \"costRate@odata.type\": \"#Decimal\",\n                \"costRate\": 4500,\n                \"costRateBC@odata.type\": \"#Decimal\",\n                \"costRateBC\": 4500,\n                \"costRatePC@odata.type\": \"#Decimal\",\n                \"costRatePC\": 4500,\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"hoursNormalized@odata.type\": \"#Decimal\",\n                \"hoursNormalized\": 8,\n                \"normalizationFactor@odata.type\": \"#Decimal\",\n                \"normalizationFactor\": 1,\n                \"timeSheetIsApproved\": true,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"96714694-cf70-43ba-ab23-56ada625b912\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875268046,\n                \"duration@odata.type\": \"#Decimal\",\n                \"duration\": 8,\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                }\n            }\n        ],\n        \"TimeSheet\": [\n            {\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"2026-06-01T16:48:31.3558283Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\n                \"approved@odata.type\": \"#DateTimeOffset\",\n                \"approved\": \"2026-06-01T16:48:31.3707737Z\",\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\",\n                    \"name\": \"Согласовано\"\n                }\n            }\n        ],\n        \"NumberingPolicyValue\": [\n            {\n                \"nextIndex\": 1091,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"29de299b-fc6b-4cad-b400-095cea152ba5\"\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"7eb30ee8-3859-4a1a-8160-9b3cd2ced242"},{"name":"Get Time Allocations","id":"9df51d42-606a-40fe-bbf8-95e99c987f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeAllocations?$select=id,duration,comments,projectId,projectTaskId&$filter=modified ge 2026-01-01&$expand=timesheet($select=id;$expand=state($select=id,code,name)),project($select=id,name),projectTask($select=name,id,description)&$top=10","description":"<p>TimeAllocation represents the timesheet \"cell\".<br />This collection is read-only, to update data use the TrackTime action or update the whole TimeSheet entity.</p>\n<p>TimeAllocations are designed to get actual timesheet data.</p>\n<p>Extremely important! The number of records can be very large, consider fetching data incrementally (for example, with filter by the \"modified\" field), or grouping data in an OData query.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeAllocations"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,duration,comments,projectId,projectTaskId"},{"key":"$filter","value":"modified ge 2026-01-01"},{"key":"$expand","value":"timesheet($select=id;$expand=state($select=id,code,name)),project($select=id,name),projectTask($select=name,id,description)"},{"key":"$top","value":"10"}],"variable":[]}},"response":[{"id":"b0cd90ea-7b0a-4fd9-a59b-1831c6c7c8a5","name":"Get Time Allocations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/TimeAllocations?$select=id,duration,comments,projectId,projectTaskId&$filter=modified ge 2026-01-01&$expand=timesheet($select=id;$expand=state($select=id,code,name)),project($select=id,name),projectTask($select=name,id,description)&$top=10","host":["https://api.timetta.com"],"path":["odata","TimeAllocations"],"query":[{"key":"$select","value":"id,duration,comments,projectId,projectTaskId"},{"key":"$filter","value":"modified ge 2026-01-01"},{"key":"$expand","value":"timesheet($select=id;$expand=state($select=id,code,name)),project($select=id,name),projectTask($select=name,id,description)"},{"key":"$top","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:52:05 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeAllocations(id,duration,comments,projectId,projectTaskId,timeSheet(id,state(id,code,name)),project(id,name),projectTask(name,id,description))\",\n    \"value\": [\n        {\n            \"duration\": 2,\n            \"comments\": null,\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"projectTaskId\": \"b3d5c4aa-cd8b-4a18-ac2e-922ca2f8063c\",\n            \"id\": \"00001437-4284-4dad-8cce-1806c251a63a\",\n            \"timeSheet\": {\n                \"id\": \"f79da7a7-b57c-4e4f-875c-9cb9954d8137\",\n                \"state\": {\n                    \"code\": \"Approved\",\n                    \"name\": \"Согласовано\",\n                    \"id\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Обучение администраторов\",\n                \"id\": \"b3d5c4aa-cd8b-4a18-ac2e-922ca2f8063c\"\n            }\n        },\n        {\n            \"duration\": 2,\n            \"comments\": null,\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"projectTaskId\": \"ac380b3e-728a-4de2-99b9-3bc401901acf\",\n            \"id\": \"006ac741-4499-45b7-b87c-1c0eed61c989\",\n            \"timeSheet\": {\n                \"id\": \"a2b801e1-1873-47e3-bf2d-09e32d36a5e3\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Обучение пользователей\",\n                \"id\": \"ac380b3e-728a-4de2-99b9-3bc401901acf\"\n            }\n        },\n        {\n            \"duration\": 4,\n            \"comments\": null,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"654e4aaa-9e85-4fa5-b54e-ccf99ea8a81b\",\n            \"id\": \"01226cf0-1974-4f05-90b0-ae1fe4a63e69\",\n            \"timeSheet\": {\n                \"id\": \"f1f959ab-4c3c-4dd6-be59-a910f8356c56\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Поддержка в 3-ем квартале\",\n                \"id\": \"654e4aaa-9e85-4fa5-b54e-ccf99ea8a81b\"\n            }\n        },\n        {\n            \"duration\": 4,\n            \"comments\": null,\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"projectTaskId\": \"984c9435-ff2d-4a56-ab4e-500a20a05390\",\n            \"id\": \"01982c3f-4b3d-4078-9f76-d115fcbaccb9\",\n            \"timeSheet\": {\n                \"id\": \"b4f96272-e2ed-451b-9155-9a85a9b3f054\",\n                \"state\": {\n                    \"code\": \"Approved\",\n                    \"name\": \"Согласовано\",\n                    \"id\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Аудит процессов управления\",\n                \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Исследование\",\n                \"id\": \"984c9435-ff2d-4a56-ab4e-500a20a05390\"\n            }\n        },\n        {\n            \"duration\": 1,\n            \"comments\": null,\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"projectTaskId\": \"2fc08d20-ee7d-4eb5-9e07-1342d378a05f\",\n            \"id\": \"01f7df9f-e871-41c4-ab95-b98b585e4d3a\",\n            \"timeSheet\": {\n                \"id\": \"498e55c3-c04e-4c0d-83cf-b8dd464e7a4b\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Оптимизация бизнес-процессов\",\n                \"id\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Внедрение изменений\",\n                \"id\": \"2fc08d20-ee7d-4eb5-9e07-1342d378a05f\"\n            }\n        },\n        {\n            \"duration\": 2,\n            \"comments\": null,\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"projectTaskId\": \"b9bc57f1-5750-41ee-b74e-2d7c0555b2ff\",\n            \"id\": \"02a65536-b6d3-4252-8340-2e04d530de0a\",\n            \"timeSheet\": {\n                \"id\": \"a40c8a8a-9aba-408c-a5e8-f2b5ffeb0bc9\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Аудит процессов управления\",\n                \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Документирование\",\n                \"id\": \"b9bc57f1-5750-41ee-b74e-2d7c0555b2ff\"\n            }\n        },\n        {\n            \"duration\": 3,\n            \"comments\": null,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"projectTaskId\": \"384a2aeb-535a-4a9d-8c3b-b272a6031331\",\n            \"id\": \"02f01bbd-d096-408d-b76b-16b4e1ee5f92\",\n            \"timeSheet\": {\n                \"id\": \"f1f959ab-4c3c-4dd6-be59-a910f8356c56\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Поддержка в 2-ом квартале\",\n                \"id\": \"384a2aeb-535a-4a9d-8c3b-b272a6031331\"\n            }\n        },\n        {\n            \"duration\": 1,\n            \"comments\": \"Готовился к семинару\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"projectTaskId\": \"984c9435-ff2d-4a56-ab4e-500a20a05390\",\n            \"id\": \"03109a1f-6244-4aa6-9dd1-741b410c2875\",\n            \"timeSheet\": {\n                \"id\": \"a54d786d-144c-45ab-bcae-32aa42985fac\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Аудит процессов управления\",\n                \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Исследование\",\n                \"id\": \"984c9435-ff2d-4a56-ab4e-500a20a05390\"\n            }\n        },\n        {\n            \"duration\": 8,\n            \"comments\": null,\n            \"projectId\": null,\n            \"projectTaskId\": null,\n            \"id\": \"031b899b-3708-4952-962a-2abd7f08fb47\",\n            \"timeSheet\": {\n                \"id\": \"ad0f00bc-3df2-4134-91c4-0039f12d0867\",\n                \"state\": {\n                    \"code\": \"Draft\",\n                    \"name\": \"Черновик\",\n                    \"id\": \"827154c8-b827-4ebc-a847-851bd357976f\"\n                }\n            },\n            \"project\": null,\n            \"projectTask\": null\n        },\n        {\n            \"duration\": 1,\n            \"comments\": \"Общался с Павлом, искали пути развития отношений\",\n            \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"projectTaskId\": \"02cbcb21-f6a3-4b58-82aa-2175dd34cd12\",\n            \"id\": \"032cd197-18ce-4202-acd8-2494513270d8\",\n            \"timeSheet\": {\n                \"id\": \"f0b540f6-3e1d-4666-9e16-6821a7f5b052\",\n                \"state\": {\n                    \"code\": \"Approved\",\n                    \"name\": \"Согласовано\",\n                    \"id\": \"4b6b3001-0766-41ac-8382-9ec1b85f2265\"\n                }\n            },\n            \"project\": {\n                \"name\": \"Финансовый модуль ERP - развертывание\",\n                \"id\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"projectTask\": {\n                \"description\": null,\n                \"name\": \"Документирование функциональных требований\",\n                \"id\": \"02cbcb21-f6a3-4b58-82aa-2175dd34cd12\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9df51d42-606a-40fe-bbf8-95e99c987f90"},{"name":"Start TimeSheet Workflow","id":"c6956ed5-f8dd-4710-9e0f-bf8f966bc447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"workflowId\": \"536c603e-fe1d-4d7e-8b04-0a87f4c1c2f9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)/StartWorkflow","description":"<p>Starts a workflow for a timesheet.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)","StartWorkflow"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3fb01bee-bf1e-4d80-b947-a56c8a0b0e4e","name":"Start TimeSheet Workflow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"workflowId\": \"536c603e-fe1d-4d7e-8b04-0a87f4c1c2f9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeSheets(27d9808c-c2c4-4b77-a395-a0fb7d281ef3)/StartWorkflow"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 16:55:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos/$entity\",\n    \"canCancelWorkflow\": true,\n    \"cancelLabel\": \"Остановить воркфлоу\",\n    \"entityType\": \"TimeSheet\",\n    \"id\": \"27d9808c-c2c4-4b77-a395-a0fb7d281ef3\",\n    \"workflowStartActions\": [],\n    \"activeWorkflowTaskAssigned\": [\n        {\n            \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"name\": \"Иван Агафонов\"\n        }\n    ],\n    \"workflowIndicatorData\": {\n        \"name\": \"Согласование таймшитов\",\n        \"initiator\": \"Иван Агафонов\",\n        \"startDate\": \"2026-06-01T16:55:13.319814Z\",\n        \"description\": null\n    }\n}"}],"_postman_id":"c6956ed5-f8dd-4710-9e0f-bf8f966bc447"},{"name":"Track Time","id":"428fb009-c2d3-4227-8170-c86047f2daab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2026-04-21\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\r\n            \"projectTaskId\": \"2d5c58c9-6acd-459b-ac85-29806c8b1d95\",\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime","description":"<p>Helper method for writing time.</p>\n<p>timeEntries - a list of \"time entries\", each entry corresponds to a timesheet cell.</p>\n<ul>\n<li><p>*<code>date</code> - write-off date</p>\n</li>\n<li><p>*<code>comment</code> - comment to the timesheet cell</p>\n</li>\n<li><p>*<code>hours</code> - hours</p>\n</li>\n<li><p>**<code>userId</code> - user ID</p>\n</li>\n<li><p>**<code>userEmail</code> - user email</p>\n</li>\n<li><p>**<code>userCode</code>- user code</p>\n</li>\n<li><p>**<code>projectId</code> - project task ID</p>\n</li>\n<li><p>**<code>projectCode</code> - project code</p>\n</li>\n<li><p><code>projectTaskId</code> - project task ID<br />  Can be null, in this case time allocations will be created for main project task.</p>\n</li>\n<li><p><code>activityId</code> - activity ID</p>\n</li>\n<li><p><code>roleId</code> - role ID</p>\n</li>\n</ul>\n<p>*required.</p>\n<p>**only one of the properties must be passed.</p>\n<p>For example, if <code>projectCode</code> passed, you must not specify <code>projectId</code>.</p>\n<p>If <code>userEmail</code> passed, <code>userId</code> is not required.</p>\n<p>See \"Examples\" section for more.</p>\n<p><code>strategyIfEntryExists</code> - if there is a \"time entry\" for the specified date and with the specified analytics (project, task, role and type of work), determines the behavior strategy:<br />CreateNew (by default) - a new timesheet line will be created.<br />Replace - \"time record\" will be replaced.<br />Merge - \"time entry\" will be merged (hours summed, comments merged)</p>\n<p>The method creates timesheets as needed or uses existing ones. Recording is possible only in timesheets in the \"Draft\" state. Further adds lines and fills cells. If a cell for the specified date and properties already exists, its value is replaced with a new one.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TrackTime"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0c83b9b3-582a-4336-92d8-66f63d2a60ca","name":"Track Time","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userId\": \"2010b229-62fb-427b-ad6a-b426d15dd39f\",\r\n            \"projectId\": \"7979d62d-5236-491d-8d09-9cece6dfee29\",\r\n            \"projectTaskId\": \"838de55f-e965-43ed-bcdf-8eeba10ede7f\",\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4c0b5235-36e3-4656-9ade-51d45b831a2e","name":"Track Time (with Project Code)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userId\": \"2010b229-62fb-427b-ad6a-b426d15dd39f\",\r\n            \"projectCode\": \"PR-20\",\r\n            \"projectTaskId\": \"838de55f-e965-43ed-bcdf-8eeba10ede7f\",\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e5a5fb22-d697-4368-8442-547ae5d8f0dd","name":"Track Time (with User Code)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userCode\": \"DES-25\",\r\n            \"projectId\": \"7979d62d-5236-491d-8d09-9cece6dfee29\",\r\n            \"projectTaskId\": \"838de55f-e965-43ed-bcdf-8eeba10ede7f\",\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"069622a9-2977-4b84-8b92-4692e666e0e1","name":"Track Time (with User Email)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userEmail\": \"m.john@timetta.com\",\r\n            \"projectId\": \"7979d62d-5236-491d-8d09-9cece6dfee29\",\r\n            \"projectTaskId\": \"838de55f-e965-43ed-bcdf-8eeba10ede7f\",\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b63af29b-ad67-401f-ab4f-d783e63aa9f4","name":"Track Time (without Project Task)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"strategyIfEntryExists\":\"replace\",\r\n    \"timeEntries\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"comment\": \"Text comment\",\r\n            \"hours\": 4,\r\n            \"userId\": \"2010b229-62fb-427b-ad6a-b426d15dd39f\",\r\n            \"projectId\": \"7979d62d-5236-491d-8d09-9cece6dfee29\",\r\n            \"projectTaskId\": null,\r\n            \"activityId\": null,\r\n            \"roleId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TrackTime"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"428fb009-c2d3-4227-8170-c86047f2daab"}],"id":"12f6cfde-35a3-468d-a098-31a0a45fd5f8","_postman_id":"12f6cfde-35a3-468d-a098-31a0a45fd5f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Time Off Requests","item":[{"name":"Create Time Off Request","id":"0bf0f295-193d-4dff-976d-c1b1238e8fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"any\",\r\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n    \"timeOffTypeId\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\r\n    \"startDate\": \"2026-09-01\",\r\n    \"finishDate\": \"2026-09-10\",\r\n    \"startDayInterval\": \"Half\",\r\n    \"finishDayInterval\": \"ThreeQuarters\",\r\n    \"startDayHours\": null,\r\n    \"finishDayHours\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffRequests","description":"<p>Create Time Off Request entity.</p>\n<ul>\n<li>name - any non-empty string (the server will update the name, but it is required for validation).</li>\n<li>userId - The ID of the user for whom the request is being created.</li>\n<li>timeOffTypeId - ID of the time off type.</li>\n<li>startDate - the beginning of the period.</li>\n<li>finishDate - the end of the period.</li>\n<li>startDayInterval - the type of the first interval<br />  day.</li>\n<li>finishDayInterval - type of the last day interval.</li>\n<li>startDayHours - number of hours of time off on the first day. Actual if interval = Hours.</li>\n<li>finishDayHours - number of hours of time off in the last day. Actual if interval = Hours.</li>\n</ul>\n<p>The interval type can take the following values:</p>\n<ul>\n<li>FullDay - The entire working day.</li>\n<li>Half - Half of the working day.</li>\n<li>ThreeQuarters - 3/4 working days.</li>\n<li>Quarter - A quarter of a working day.</li>\n<li>Hours - An explicit number of hours.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"93227b9b-8ff4-4f29-8fc7-8dc5063b2b9c","name":"Create Time Off Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"any\",\r\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n    \"timeOffTypeId\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\r\n    \"startDate\": \"2026-09-01\",\r\n    \"finishDate\": \"2026-09-10\",\r\n    \"startDayInterval\": \"Half\",\r\n    \"finishDayInterval\": \"ThreeQuarters\",\r\n    \"startDayHours\": null,\r\n    \"finishDayHours\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffRequests"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:13:43 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=uD13xUF8h4CSD9/aB57dE1esgYhxkgzZCHg1/iKqc73WK6mZ3xpgjJMcdypJ/M9W.MTc4MDMzNDAyMzQ1Nw==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 17:13:43 GMT; secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffRequests/$entity\",\n    \"startDate\": \"2026-09-01\",\n    \"finishDate\": \"2026-09-10\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n    \"timeOffTypeId\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\n    \"startDayInterval\": \"Half\",\n    \"startDayHours\": null,\n    \"finishDayInterval\": \"ThreeQuarters\",\n    \"finishDayHours\": null,\n    \"balance\": null,\n    \"duration\": null,\n    \"approved\": null,\n    \"rowVersion\": 875291144,\n    \"description\": null,\n    \"name\": \"Декретный отпуск от Иван Агафонов\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"89c29755-e2cd-4ccf-8014-3a4f55cb8d40\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n    \"created\": \"2026-06-01T17:13:43.6867364Z\",\n    \"modified\": \"2026-06-01T17:13:43.4605071Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"TimeAllocation\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5a9ce0f5-ed70-4179-b950-e320b08f39f4\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7351274Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-01\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 4,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7351274Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"9935190c-1ce3-4a73-a95b-b3b83ab3b1c4\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7355122Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-02\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7355123Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ce9eccc7-bff9-4d47-9c15-ca871f9062f6\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7356175Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-03\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7356176Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"697c2fee-06bc-4046-8c0d-0b9139dbbad5\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.735698Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-04\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.735698Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"483c9dd8-b11d-4d0a-8b56-6206c42f2e63\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7357943Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-05\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 0,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7357944Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"7f2c66dd-4da3-4667-8fba-3f66065cb49c\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7358969Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-06\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 0,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.735897Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"1b51be0f-5b2e-4cfa-9d5d-81f30c50bf15\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.735973Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-07\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.735973Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ec0b8322-38b4-42b9-b0af-c1777c5fabeb\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7360451Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-08\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7360451Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"93d0a9e0-502f-4047-8581-c6e6f1b66a7f\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7361196Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-09\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 8,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7361197Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"69a658c7-93a4-4f37-9f04-5089bd422664\",\n                \"activityId\": null,\n                \"activity\": null,\n                \"billCodeId\": null,\n                \"billCode\": null,\n                \"billingRate\": null,\n                \"billingRateBC\": null,\n                \"billingRatePC\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"cost\": null,\n                \"costBC\": null,\n                \"costNormalized\": null,\n                \"costNormalizedBC\": null,\n                \"costNormalizedPC\": null,\n                \"costPC\": null,\n                \"costRate\": null,\n                \"costRateBC\": null,\n                \"costRatePC\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.7361885Z\",\n                \"currencyId\": null,\n                \"currency\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-09-10\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"firstLevelTaskCrossId\": null,\n                \"firstLevelTaskId\": null,\n                \"hours@odata.type\": \"#Decimal\",\n                \"hours\": 6,\n                \"hoursNormalized\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"isBillable\": false,\n                \"issueId\": null,\n                \"issue\": null,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.7361885Z\",\n                \"normalizationFactor\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId\": null,\n                \"project\": null,\n                \"projectTariffId\": null,\n                \"projectTariff\": null,\n                \"projectTaskCrossId\": null,\n                \"projectTaskId\": null,\n                \"projectTask\": null,\n                \"revenue\": null,\n                \"revenueBC\": null,\n                \"revenuePC\": null,\n                \"roleId\": null,\n                \"role\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"standardCost\": null,\n                \"standardCostNormalized\": null,\n                \"standardCostNormalizedPC\": null,\n                \"standardCostPC\": null,\n                \"standardCostRate\": null,\n                \"standardCostRatePC\": null,\n                \"stopwatchStarted\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"templateId\": null,\n                \"timeOffRequestId@odata.type\": \"#Guid\",\n                \"timeOffRequestId\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"timeSheetId\": null,\n                \"timeSheet\": null,\n                \"timeSheetIsApproved\": false,\n                \"timeSheetLineId\": null,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"timeOffRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                    \"name\": \"Декретный отпуск от Иван Агафонов\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ],\n        \"TimeOffRequest\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n                \"approved\": null,\n                \"balance\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:13:43.6867364Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"departmentId@odata.type\": \"#Guid\",\n                \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                \"description\": null,\n                \"duration\": null,\n                \"finishDate@odata.type\": \"#Date\",\n                \"finishDate\": \"2026-09-10\",\n                \"finishDayHours\": null,\n                \"finishDayInterval@odata.type\": \"#WP.DayPart\",\n                \"finishDayInterval\": \"ThreeQuarters\",\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:13:43.4605071Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Декретный отпуск от Иван Агафонов\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875291144,\n                \"startDate@odata.type\": \"#Date\",\n                \"startDate\": \"2026-09-01\",\n                \"startDayHours\": null,\n                \"startDayInterval@odata.type\": \"#WP.DayPart\",\n                \"startDayInterval\": \"Half\",\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"89c29755-e2cd-4ccf-8014-3a4f55cb8d40\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"timeOffTypeId@odata.type\": \"#Guid\",\n                \"timeOffTypeId\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"department\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                    \"name\": \"Administration\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"89c29755-e2cd-4ccf-8014-3a4f55cb8d40\",\n                    \"name\": \"Черновик\"\n                },\n                \"timeOffType\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\n                    \"name\": \"Декретный отпуск\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"0bf0f295-193d-4dff-976d-c1b1238e8fbf"},{"name":"Get Time Off Request","id":"5e678b12-15e4-4977-a81d-f3d37d2bcb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)?$select=id,name&$expand=timeOffType($select=id,code,name)","description":"<p>Get Time Off Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name"},{"key":"$expand","value":"timeOffType($select=id,code,name)"}],"variable":[]}},"response":[{"id":"568d1d90-1b6a-4fec-96bd-7d9ee0c51f0e","name":"Get Time Off Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)?$select=id,name&$expand=timeOffType($select=id,code,name)","host":["https://api.timetta.com"],"path":["odata","TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)"],"query":[{"key":"$select","value":"id,name"},{"key":"$expand","value":"timeOffType($select=id,code,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:15:10 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffRequests(id,name,timeOffType(id,code,name))/$entity\",\n    \"name\": \"Декретный отпуск от Иван Агафонов\",\n    \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n    \"timeOffType\": {\n        \"code\": \"Д\",\n        \"name\": \"Декретный отпуск\",\n        \"id\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\"\n    }\n}"}],"_postman_id":"5e678b12-15e4-4977-a81d-f3d37d2bcb9a"},{"name":"Update Time Off Request","id":"78cd7798-20c5-4887-abf8-405a6eb9ec80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startDate\":\"2023-07-12\",\r\n    \"finishDate\":\"2023-07-13\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffRequests(0b4e45c9-0a1f-436e-a58d-bdfee768113f)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"2f2f364b-4799-4fb1-a701-2f0f84f66cc0","name":"Update Time Off Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startDate\":\"2023-07-12\",\r\n    \"finishDate\":\"2023-07-13\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffRequests(f93ade59-0b78-4e85-b2db-30ac20fae6c2)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78cd7798-20c5-4887-abf8-405a6eb9ec80"},{"name":"Delete Time Off Request","id":"c6530813-7184-43d9-a2f4-72604f1fc6b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeOffRequests(129714b6-95c5-4de7-8c64-7e50adb49a43)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests(129714b6-95c5-4de7-8c64-7e50adb49a43)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7caec38c-86da-478b-b8c4-a8fe0da69005","name":"Delete Time Off Request","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeOffRequests(129714b6-95c5-4de7-8c64-7e50adb49a43)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6530813-7184-43d9-a2f4-72604f1fc6b1"},{"name":"Query Time Off Requests","id":"e58f0398-4677-49f0-9e19-ed97ccdf8061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffRequests?$top=5&$select=id,name&$expand=timeOffType($select=id,code,name),state($select=id,code,name)","description":"<p>Request a list of Time Off Requests.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"5"},{"key":"$select","value":"id,name"},{"key":"$expand","value":"timeOffType($select=id,code,name),state($select=id,code,name)"}],"variable":[]}},"response":[{"id":"c473c107-eb19-40b4-84ff-dbc710485352","name":"Query Time Off Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/TimeOffRequests?$top=5&$select=id,name&$expand=timeOffType($select=id,code,name),state($select=id,code,name)","host":["https://api.timetta.com"],"path":["odata","TimeOffRequests"],"query":[{"key":"$top","value":"5"},{"key":"$select","value":"id,name"},{"key":"$expand","value":"timeOffType($select=id,code,name),state($select=id,code,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:16:41 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffRequests(id,name,timeOffType(id,code,name),state(id,code,name))\",\n    \"value\": [\n        {\n            \"name\": \"Ежегодный отпуск от Александр Нестеров\",\n            \"id\": \"0a5969f6-c2bd-41e8-9543-698dce7d38cb\",\n            \"timeOffType\": {\n                \"code\": \"П\",\n                \"name\": \"Ежегодный отпуск\",\n                \"id\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\"\n            },\n            \"state\": {\n                \"code\": \"Submitted\",\n                \"name\": \"На согласовании\",\n                \"id\": \"76974cb4-5f26-43d9-815a-e6c69a1f239a\"\n            }\n        },\n        {\n            \"name\": \"Декретный отпуск от Иван Агафонов\",\n            \"id\": \"0b4e45c9-0a1f-436e-a58d-bdfee768113f\",\n            \"timeOffType\": {\n                \"code\": \"Д\",\n                \"name\": \"Декретный отпуск\",\n                \"id\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\"\n            },\n            \"state\": {\n                \"code\": \"Draft\",\n                \"name\": \"Черновик\",\n                \"id\": \"89c29755-e2cd-4ccf-8014-3a4f55cb8d40\"\n            }\n        },\n        {\n            \"name\": \"Ежегодный отпуск от Мария Осташкова\",\n            \"id\": \"115eee64-8184-443c-911d-5ba31181ae38\",\n            \"timeOffType\": {\n                \"code\": \"П\",\n                \"name\": \"Ежегодный отпуск\",\n                \"id\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\"\n            },\n            \"state\": {\n                \"code\": \"Draft\",\n                \"name\": \"Черновик\",\n                \"id\": \"89c29755-e2cd-4ccf-8014-3a4f55cb8d40\"\n            }\n        },\n        {\n            \"name\": \"Отпуск за свой счет от Ренат Нигматулин\",\n            \"id\": \"6514bcd2-0b6c-4ad8-ad4f-e3731be513f9\",\n            \"timeOffType\": {\n                \"code\": \"БО\",\n                \"name\": \"Отпуск за свой счет\",\n                \"id\": \"3837582e-e922-44b9-9317-938db057f542\"\n            },\n            \"state\": {\n                \"code\": \"Submitted\",\n                \"name\": \"На согласовании\",\n                \"id\": \"76974cb4-5f26-43d9-815a-e6c69a1f239a\"\n            }\n        },\n        {\n            \"name\": \"Больничный от Инна Кравченко\",\n            \"id\": \"846e3b5e-633c-4b6f-81f7-bfaca14f720b\",\n            \"timeOffType\": {\n                \"code\": \"Б\",\n                \"name\": \"Больничный\",\n                \"id\": \"bfd32c20-e6f9-4018-8d3b-1c47ed9c86c3\"\n            },\n            \"state\": {\n                \"code\": \"Submitted\",\n                \"name\": \"На согласовании\",\n                \"id\": \"76974cb4-5f26-43d9-815a-e6c69a1f239a\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e58f0398-4677-49f0-9e19-ed97ccdf8061"},{"name":"Set Time Off Request State","id":"bb8e56be-cb5b-422b-82c2-580cb9142ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"3a4f6096-22b8-4dca-b0a6-d72a0d7cc957\",\r\n   \"transitionFormValue\": {\r\n      \"comment\": null,\r\n      \"propertyValues\": []\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffRequests(143e3281-657f-4611-9e3c-e44076a22583)/SetState","description":"<p>To see available state see examples from Settings - Lifecycles</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests(143e3281-657f-4611-9e3c-e44076a22583)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb8e56be-cb5b-422b-82c2-580cb9142ee3"},{"name":"Start Time Off Request Workflow","id":"5f081e04-7293-4e15-b088-5b8a567aa786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"workflowId\": \"0041c38d-a245-45d9-9585-2d09ee143eab\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffRequests(143e3281-657f-4611-9e3c-e44076a22583)/StartWorkflow","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffRequests(143e3281-657f-4611-9e3c-e44076a22583)","StartWorkflow"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f081e04-7293-4e15-b088-5b8a567aa786"}],"id":"45bb5850-64ce-4abd-b891-343320630c2e","_postman_id":"45bb5850-64ce-4abd-b891-343320630c2e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Time Off Balance Entries","item":[{"name":"Create Time Off Balance Entry","id":"59d64a44-9c1f-41ba-94a5-3b2552f8b1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 11,\r\n   \"date\": \"2026-01-01\",\r\n   \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n   \"timeOffTypeId\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\r\n   \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\r\n   \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries","description":"<p><code>timeOffTypeId</code> - id of the created Time Off Type entity (<em>see Settings - Time Off Types for examples</em>)</p>\n<p><code>typeId</code> - available <strong>constant</strong> values:</p>\n<ul>\n<li><p><em><strong>accrual</strong></em> - 42a4ee7d-f46f-40e3-b411-61810e6208e7</p>\n</li>\n<li><p><em><strong>use</strong></em> - 12986237-83af-46e2-a208-835e71e61101</p>\n</li>\n</ul>\n<p><code>modeId</code> - available values:</p>\n<ul>\n<li><em><strong>manual</strong></em> <strong>-</strong> a975a75f-91d3-46b2-b655-dba92bfeb3c2</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffBalanceEntries"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4052ca0f-96b5-49d0-9d78-35b15ccfc951","name":"Create Time Off Balance Entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 11,\r\n   \"date\": \"2026-01-01\",\r\n   \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n   \"timeOffTypeId\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\r\n   \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\r\n   \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:27:56 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/TimeOffBalanceEntries(10b65910-c242-45f5-b714-2ac9d5426e5c)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffBalanceEntries/$entity\",\n    \"number\": 1000,\n    \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"timeOffTypeId\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n    \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\",\n    \"date\": \"2026-01-01\",\n    \"amount\": 11,\n    \"documentId\": null,\n    \"code\": \"1000\",\n    \"id\": \"10b65910-c242-45f5-b714-2ac9d5426e5c\",\n    \"created\": \"2026-06-01T17:27:56.4489071Z\",\n    \"modified\": \"2026-06-01T17:27:56.414445Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"TimeOffBalanceEntry\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"10b65910-c242-45f5-b714-2ac9d5426e5c\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 11,\n                \"code\": \"1000\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:27:56.4489071Z\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-01-01\",\n                \"documentId\": null,\n                \"isActive\": true,\n                \"modeId@odata.type\": \"#Guid\",\n                \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:27:56.414445Z\",\n                \"timeOffTypeId@odata.type\": \"#Guid\",\n                \"timeOffTypeId\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n                \"typeId@odata.type\": \"#Guid\",\n                \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"mode\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\",\n                    \"name\": \"Вручную\"\n                },\n                \"timeOffType\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n                    \"name\": \"Ежегодный отпуск\"\n                },\n                \"type\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"12986237-83af-46e2-a208-835e71e61101\",\n                    \"name\": \"Использование\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ],\n        \"NumberingPolicyValue\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"4f64886f-b201-442d-92bd-68108949dee1\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:27:56.448577Z\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:27:56.4485774Z\",\n                \"nextIndex\": 1001,\n                \"numberingPolicyId@odata.type\": \"#Guid\",\n                \"numberingPolicyId\": \"744f06a3-5f0e-43eb-81e6-12399ee3f267\",\n                \"scopeKey\": \"\"\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"59d64a44-9c1f-41ba-94a5-3b2552f8b1e7"},{"name":"Get Time Off Balance Entry","id":"d2864dbc-73cf-482b-b069-f568bcc56523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(10b65910-c242-45f5-b714-2ac9d5426e5c)","description":"<p>Get single Time Off Balance Entry</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffBalanceEntries(10b65910-c242-45f5-b714-2ac9d5426e5c)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f0a8d8bc-82e7-4009-adf3-fc102ce6059e","name":"Get Time Off Balance Entry","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(10b65910-c242-45f5-b714-2ac9d5426e5c)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:28:33 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffBalanceEntries/$entity\",\n    \"number\": 1000,\n    \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"timeOffTypeId\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n    \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\",\n    \"date\": \"2026-01-01\",\n    \"amount\": 11,\n    \"documentId\": null,\n    \"code\": \"1000\",\n    \"id\": \"10b65910-c242-45f5-b714-2ac9d5426e5c\",\n    \"created\": \"2026-06-01T17:27:56.448907Z\",\n    \"modified\": \"2026-06-01T17:27:56.414445Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"documentName\": \"\"\n}"}],"_postman_id":"d2864dbc-73cf-482b-b069-f568bcc56523"},{"name":"Update Time Off Balance Entry","id":"e506aa60-ceef-4454-a5ee-f0eaf62628ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1\",\r\n   \"amount\": 13,\r\n   \"date\": \"2023-02-10\",\r\n   \"userId\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n   \"timeOffTypeId\": \"80e60ff2-8153-4071-8637-c708c7fdc427\",\r\n   \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\r\n   \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)","description":"<p>Update Time Off Balance Entry</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cbf0876a-7670-46d8-8c97-a832055c0c84","name":"Update Time Off Balance Entry","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1\",\r\n   \"amount\": 13,\r\n   \"date\": \"2023-02-10\",\r\n   \"userId\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n   \"timeOffTypeId\": \"80e60ff2-8153-4071-8637-c708c7fdc427\",\r\n   \"typeId\": \"12986237-83af-46e2-a208-835e71e61101\",\r\n   \"modeId\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e506aa60-ceef-4454-a5ee-f0eaf62628ca"},{"name":"Update Time Off Balance Entry","id":"e5d46df4-ffce-4094-9a39-66918c09406c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 125\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)","description":"<p>Update Time Off Balance Entry</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"49a2df2e-e1a5-4018-b629-98a12e4d61fb","name":"Update Time Off Balance Entry","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\": 125\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(611b11f8-2dbc-4c7a-a607-7e2dbc17a7d1)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5d46df4-ffce-4094-9a39-66918c09406c"},{"name":"Delete Time Off Balance Entry","id":"c45bd9d6-2604-4fbf-9675-5fe273829dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(110afc54-323c-4ccf-89a3-db446c970e62)","description":"<p>Delete Time Off Balance Entry</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","TimeOffBalanceEntries(110afc54-323c-4ccf-89a3-db446c970e62)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3fa4c592-cd2d-46e1-95a2-9b7cd998601c","name":"Delete Time Off Balance Entry","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/TimeOffBalanceEntries(110afc54-323c-4ccf-89a3-db446c970e62)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c45bd9d6-2604-4fbf-9675-5fe273829dc8"},{"name":"Query Time Off Balance Entries","id":"3253fe41-6f95-4c80-927e-236a556db0be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffBalanceEntries?$select=id,amount,number,date&$expand=timeOffType($select=id,name;$expand=unit($select=id,name)),user($select=id,name),type($select=id,name,code),mode($select=id,name)&$orderby=date","description":"<p>Query the list of Time Off Balance Entries</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffBalanceEntries"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,amount,number,date"},{"key":"$expand","value":"timeOffType($select=id,name;$expand=unit($select=id,name)),user($select=id,name),type($select=id,name,code),mode($select=id,name)"},{"key":"$orderby","value":"date"}],"variable":[]}},"response":[{"id":"38611573-2c69-4fc7-b551-16f664b710bc","name":"Query Time Off Balance Entries","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/TimeOffBalanceEntries?$select=id,amount,number,date&$expand=timeOffType($select=id,name;$expand=unit($select=id,name)),user($select=id,name),type($select=id,name,code),mode($select=id,name)&$orderby=date","host":["https://api.timetta.com"],"path":["odata","TimeOffBalanceEntries"],"query":[{"key":"$select","value":"id,amount,number,date"},{"key":"$expand","value":"timeOffType($select=id,name;$expand=unit($select=id,name)),user($select=id,name),type($select=id,name,code),mode($select=id,name)"},{"key":"$orderby","value":"date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:29:51 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffBalanceEntries(id,amount,number,date,timeOffType(id,name,unit(id,name)),user(id,name),type(id,name,code),mode(id,name))\",\n    \"value\": [\n        {\n            \"number\": 1000,\n            \"date\": \"2026-01-01\",\n            \"amount\": 11,\n            \"id\": \"10b65910-c242-45f5-b714-2ac9d5426e5c\",\n            \"timeOffType\": {\n                \"name\": \"Ежегодный отпуск\",\n                \"id\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n                \"unit\": {\n                    \"name\": \"Календарный день\",\n                    \"id\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\"\n                }\n            },\n            \"user\": {\n                \"name\": \"Иван Агафонов\",\n                \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\n            },\n            \"type\": {\n                \"code\": \"Use\",\n                \"name\": \"Использование\",\n                \"id\": \"12986237-83af-46e2-a208-835e71e61101\"\n            },\n            \"mode\": {\n                \"name\": \"Вручную\",\n                \"id\": \"a975a75f-91d3-46b2-b655-dba92bfeb3c2\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3253fe41-6f95-4c80-927e-236a556db0be"},{"name":"Get User Time Off Balance","id":"86aa3bf8-2de1-49b0-ad7e-30740337b2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(72b0b520-891e-4776-96cf-b9a8419cf558)/GetTimeOffBalance(from=2026-01-01,to=2026-12-31)","description":"<p>Gets a user's time off balance for the selected period.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Users(72b0b520-891e-4776-96cf-b9a8419cf558)","GetTimeOffBalance(from=2026-01-01,to=2026-12-31)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"01df0f68-69b3-43bd-94ea-304fa16e884c","name":"Get User Time Off Balance","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Users(72b0b520-891e-4776-96cf-b9a8419cf558)/GetTimeOffBalance(from=2026-01-01,to=2026-12-31)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:32:55 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.TimeOffBalanceProfileLine)\",\n    \"value\": [\n        {\n            \"timeOffTypeName\": \"Ежегодный отпуск\",\n            \"timeOffTypeUnit\": \"Календарный день\",\n            \"accrued\": 28,\n            \"used\": 11,\n            \"balance\": 17\n        }\n    ]\n}"}],"_postman_id":"86aa3bf8-2de1-49b0-ad7e-30740337b2de"}],"id":"7eb817ca-49b2-4d0c-b87b-e6e0dacde91d","_postman_id":"7eb817ca-49b2-4d0c-b87b-e6e0dacde91d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Expense Requests","item":[{"name":"Create Expense Request","id":"48329c57-ec70-4930-a78b-4eaaf43ec037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"date\": \"2026-12-16\",\r\n    \"description\": null,\r\n    \"name\": \"any name\",\r\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",    \r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",    \r\n    \"lines\": [\r\n        {\r\n            \"amount\": 30000,\r\n            \"description\": \"1st month\",            \r\n            \"accountId\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\",\r\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n            \"reimburse\": false,\r\n            \"billable\": false\r\n        }\r\n    ]  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests","description":"<p>Create new Expense Request with Expense Request Lines</p>\n<p><strong>ExpenseRequest entity</strong></p>\n<p>Properties:</p>\n<ul>\n<li><strong>date</strong> - request date.</li>\n<li><strong>*name</strong> - empty or any string (will be replaced).</li>\n<li><strong>*userId -</strong> id of requester.</li>\n<li><strong>*projectId</strong> - id of project.</li>\n</ul>\n<p><em>* required</em></p>\n<p><em>Authenticated user must have rights to create a request for the specified user.</em></p>\n<p><strong>ExpenseRequestLine entity</strong></p>\n<p>Properties:</p>\n<ul>\n<li>currencyId - optional.</li>\n<li>exchange rate - optional.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ba6779b6-1870-4b20-a137-c5d7be8258ee","name":"Create Expense Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"date\": \"2026-12-16\",\r\n    \"description\": null,\r\n    \"name\": \"any name\",\r\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",    \r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",    \r\n    \"lines\": [\r\n        {\r\n            \"amount\": 30000,\r\n            \"description\": \"1st month\",            \r\n            \"accountId\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\",\r\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n            \"reimburse\": false,\r\n            \"billable\": false\r\n        }\r\n    ]  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:26:26 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ExpenseRequests(b73566a2-ec8f-454c-9a17-ba7913570b5f)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ExpenseRequests/$entity\",\n    \"date\": \"2026-12-16\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"totalAmount\": 30000,\n    \"totalBillable\": 0,\n    \"totalReimbursementBC\": 0,\n    \"totalReimbursementRC\": 0,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectCostCenterId\": \"3f5395e8-8f76-42a2-8842-0a58071d4cc2\",\n    \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"approved\": null,\n    \"reimbursementCurrencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n    \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n    \"rowVersion\": 875304657,\n    \"description\": null,\n    \"subcontractorId\": null,\n    \"name\": \"Затраты на Тех. поддержка Сибур 2024\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"0aefb600-42fb-4aa5-991c-d70dc7ac7b27\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n    \"created\": \"2026-06-01T17:26:26.0054295Z\",\n    \"modified\": \"2026-06-01T17:26:25.7606239Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"ExpenseRequestLine\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"8128a9ab-466e-4c5f-8e56-55892eb5cfe5\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 30000,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 30000,\n                \"amountPC@odata.type\": \"#Decimal\",\n                \"amountPC\": 30000,\n                \"amountRC@odata.type\": \"#Decimal\",\n                \"amountRC\": 30000,\n                \"billable\": false,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:26:25.9930679Z\",\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"date\": null,\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": \"1st month\",\n                \"exchangeRate@odata.type\": \"#Decimal\",\n                \"exchangeRate\": 1,\n                \"expenseRequestId@odata.type\": \"#Guid\",\n                \"expenseRequestId\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceLineId\": null,\n                \"isActive\": true,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:26:25.7607277Z\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"quantity@odata.type\": \"#Decimal\",\n                \"quantity\": 1,\n                \"rate@odata.type\": \"#Decimal\",\n                \"rate\": 30000,\n                \"reimburse\": false,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"unit\": \"\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\",\n                    \"name\": \"Командировочные\"\n                },\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                },\n                \"expenseRequest\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n                    \"name\": \"Затраты на Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ],\n        \"ExpenseRequest\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n                \"approved\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:26:26.0054295Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-12-16\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"departmentId@odata.type\": \"#Guid\",\n                \"departmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                \"description\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"legalEntityId@odata.type\": \"#Guid\",\n                \"legalEntityId\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:26:25.7606239Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Затраты на Тех. поддержка Сибур 2024\",\n                \"projectCostCenterId@odata.type\": \"#Guid\",\n                \"projectCostCenterId\": \"3f5395e8-8f76-42a2-8842-0a58071d4cc2\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"reimbursementCurrencyId@odata.type\": \"#Guid\",\n                \"reimbursementCurrencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875304657,\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"0aefb600-42fb-4aa5-991c-d70dc7ac7b27\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"subcontractorId\": null,\n                \"subcontractor\": null,\n                \"totalAmount@odata.type\": \"#Decimal\",\n                \"totalAmount\": 30000,\n                \"totalBillable@odata.type\": \"#Decimal\",\n                \"totalBillable\": 0,\n                \"totalReimbursementBC@odata.type\": \"#Decimal\",\n                \"totalReimbursementBC\": 0,\n                \"totalReimbursementRC@odata.type\": \"#Decimal\",\n                \"totalReimbursementRC\": 0,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"department\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                    \"name\": \"Administration\"\n                },\n                \"legalEntity\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n                    \"name\": \"Юридическое лицо по умолчанию\"\n                },\n                \"projectCostCenter\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"3f5395e8-8f76-42a2-8842-0a58071d4cc2\",\n                    \"name\": \"Центр затрат по умолчанию\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"reimbursementCurrency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0aefb600-42fb-4aa5-991c-d70dc7ac7b27\",\n                    \"name\": \"Черновик\"\n                },\n                \"user\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"48329c57-ec70-4930-a78b-4eaaf43ec037"},{"name":"Get Expense Request","id":"b32168da-2c18-4cd6-bbc7-605e33a8c789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ExpenseRequests(b73566a2-ec8f-454c-9a17-ba7913570b5f)?$expand=lines($select=id,description,amount;$expand=account($select=id,code,name),projectTask($select=id,name) )","description":"<p>Get Expense Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests(b73566a2-ec8f-454c-9a17-ba7913570b5f)"],"host":["https://api.timetta.com"],"query":[{"disabled":true,"key":"$select","value":"id,name,date,description"},{"key":"$expand","value":"lines($select=id,description,amount;$expand=account($select=id,code,name),projectTask($select=id,name) )"}],"variable":[]}},"response":[{"id":"a474eb4e-0d6a-487e-84e8-b8985ebed7fc","name":"Get Expense Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ExpenseRequests(b73566a2-ec8f-454c-9a17-ba7913570b5f)?$select=id,name,date,description&$expand=lines($select=id,description,amount;$expand=account($select=id,code,name),projectTask($select=id,name) )","host":["https://api.timetta.com"],"path":["odata","ExpenseRequests(b73566a2-ec8f-454c-9a17-ba7913570b5f)"],"query":[{"key":"$select","value":"id,name,date,description"},{"key":"$expand","value":"lines($select=id,description,amount;$expand=account($select=id,code,name),projectTask($select=id,name) )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:38:24 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ExpenseRequests(id,name,date,description,lines(id,description,amount,account(id,code,name),projectTask(id,name)))/$entity\",\n    \"date\": \"2026-12-16\",\n    \"description\": null,\n    \"name\": \"Затраты на Тех. поддержка Сибур 2024\",\n    \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n    \"lines\": [\n        {\n            \"amount\": 30000,\n            \"description\": \"1st month\",\n            \"id\": \"8128a9ab-466e-4c5f-8e56-55892eb5cfe5\",\n            \"account\": {\n                \"code\": \"TRVL\",\n                \"name\": \"Командировочные\",\n                \"id\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\"\n            },\n            \"projectTask\": {\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b32168da-2c18-4cd6-bbc7-605e33a8c789"},{"name":"Update Expense Request","id":"66b193b7-fb14-4854-a0a9-6c602f685edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\r\n    \"rowVersion\": 875304657,\r\n    \"date\": \"2026-12-16\",\r\n    \"description\": null,\r\n    \"name\": \"any name\",\r\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",    \r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"lines\": [\r\n        {\r\n            \"amount\": 20000,\r\n            \"currencyId\": \"ffb682a7-8a0c-420a-aea1-0ec2a3ae51a0\",\r\n            \"exchangeRate\": 0.82,\r\n            \"description\": \"1st month\",            \r\n            \"accountId\": \"e25cd1ac-bf63-4764-ae20-31fcb7140902\",\r\n            \"projectTaskId\": \"a836c3c4-a81a-46f6-a1cf-508c9dc4543f\",\r\n            \"reimburse\": false,\r\n            \"billable\": false\r\n        }\r\n    ]  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests(6850904e-4f37-431b-8c3c-7daead75ae99)","description":"<p>Update Expense Request.</p>\n<p><em>Request must be in Draft State and RowVersion must be actual.</em></p>\n<p><strong>ExpenseRequestLine entity</strong></p>\n<p>Properties:</p>\n<ul>\n<li><p>currencyId - optional.</p>\n</li>\n<li><p>exchange rate - optional.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests(6850904e-4f37-431b-8c3c-7daead75ae99)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f98b2848-2407-4614-a971-148a86db10eb","name":"Update ExpenseRequest","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"id\": \"6850904e-4f37-431b-8c3c-7daead75ae99\",\r\n    \"rowVersion\": \"AAAAAAAADHQ=\",\r\n    \"date\": \"2021-12-16\",\r\n    \"description\": null,\r\n    \"name\": \"any name\",\r\n    \"userId\": \"9facd21f-4d11-48be-b24c-12492a258221\",    \r\n    \"projectId\": \"c6ee3e9c-a74f-4e8d-a0d9-3ae8b777ec11\",    \r\n    \"lines\": [\r\n        {\r\n            \"amount\": 20000,\r\n            \"description\": \"1 квартал\",            \r\n            \"accountId\": \"e25cd1ac-bf63-4764-ae20-31fcb7140902\",\r\n            \"projectTaskId\": \"a836c3c4-a81a-46f6-a1cf-508c9dc4543f\",\r\n            \"reimburse\": false,\r\n            \"billable\": false\r\n        }\r\n    ]  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests(6850904e-4f37-431b-8c3c-7daead75ae99)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2975"},{"key":"X-Rate-Limit-Reset","value":"2021-12-23T13:51:38.1100558Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 Dec 2021 13:11:27 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66b193b7-fb14-4854-a0a9-6c602f685edc"},{"name":"Delete Expense Request","id":"840eded0-798c-497e-9b01-67c116c268ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ExpenseRequests(7979d62d-5236-491d-8d09-9cece6dfee29)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests(7979d62d-5236-491d-8d09-9cece6dfee29)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d46dad02-93f8-4531-ac9f-e0ff154f0c59","name":"Delete ExpenseRequest","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ExpenseRequests(7979d62d-5236-491d-8d09-9cece6dfee29)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2997"},{"key":"X-Rate-Limit-Reset","value":"2022-01-20T10:19:55.0862567Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 20 Jan 2022 09:21:28 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"840eded0-798c-497e-9b01-67c116c268ee"},{"name":"Query Expense Requests","id":"e080eafd-12ac-4d97-bb48-5b7967ae166d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ExpenseRequests?$top=5&$select=id,name&$expand=lines($select=id,description,amount;$expand=account($select=id,code,name)),project($select=id,code,name)","description":"<p>Request a list of expense requests.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"5"},{"key":"$select","value":"id,name"},{"key":"$expand","value":"lines($select=id,description,amount;$expand=account($select=id,code,name)),project($select=id,code,name)"}],"variable":[]}},"response":[{"id":"ab356c1f-4ea9-4c2f-8e92-0f4fcf5942a7","name":"Query Expense Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ExpenseRequests?$top=5&$select=id,name&$expand=lines($select=id,description,amount;$expand=account($select=id,code,name)),project($select=id,code,name)","host":["https://api.timetta.com"],"path":["odata","ExpenseRequests"],"query":[{"key":"$top","value":"5"},{"key":"$select","value":"id,name"},{"key":"$expand","value":"lines($select=id,description,amount;$expand=account($select=id,code,name)),project($select=id,code,name)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:43:36 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ExpenseRequests(id,name,lines(id,description,amount,account(id,code,name)),project(id,code,name))\",\n    \"value\": [\n        {\n            \"name\": \"Затраты на Тех. поддержка Сибур 2024\",\n            \"id\": \"1b80122a-c62d-4072-8af4-5d7098de5a3c\",\n            \"lines\": [\n                {\n                    \"amount\": 532500,\n                    \"description\": \"Такси до аэропорта и обратно\",\n                    \"id\": \"0add6431-2410-414c-bdeb-ba7464ff1135\",\n                    \"account\": {\n                        \"code\": \"CNTR\",\n                        \"name\": \"Субподрядчики\",\n                        \"id\": \"2979d62d-5236-491d-8d09-9cece6dfee29\"\n                    }\n                },\n                {\n                    \"amount\": 18750,\n                    \"description\": \"Командировочные\",\n                    \"id\": \"a7e40a97-e63f-44b6-960c-d75f3b3592d4\",\n                    \"account\": {\n                        \"code\": \"ENTRT\",\n                        \"name\": \"Представительские расходы\",\n                        \"id\": \"21db2084-03c6-45f7-b46b-8f59ab197db9\"\n                    }\n                }\n            ],\n            \"project\": {\n                \"code\": \"SUP-02-2026\",\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            }\n        },\n        {\n            \"name\": \"Затраты на Оптимизация бизнес-процессов\",\n            \"id\": \"8f072437-0818-4435-ae8a-a2caa0a5c509\",\n            \"lines\": [\n                {\n                    \"amount\": 8250,\n                    \"description\": \"Такси до аэропорта и обратно\",\n                    \"id\": \"66e5519c-38e9-457c-8900-243365e627c3\",\n                    \"account\": {\n                        \"code\": \"CNTR\",\n                        \"name\": \"Субподрядчики\",\n                        \"id\": \"2979d62d-5236-491d-8d09-9cece6dfee29\"\n                    }\n                },\n                {\n                    \"amount\": 33750,\n                    \"description\": \"Командировочные\",\n                    \"id\": \"a0cfdf85-614d-407d-b4b7-0aae576deaab\",\n                    \"account\": {\n                        \"code\": \"ENTRT\",\n                        \"name\": \"Представительские расходы\",\n                        \"id\": \"21db2084-03c6-45f7-b46b-8f59ab197db9\"\n                    }\n                }\n            ],\n            \"project\": {\n                \"code\": \"CON-24-2026\",\n                \"name\": \"Оптимизация бизнес-процессов\",\n                \"id\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\"\n            }\n        },\n        {\n            \"name\": \"Затраты на Тех. поддержка Сибур 2024\",\n            \"id\": \"b73566a2-ec8f-454c-9a17-ba7913570b5f\",\n            \"lines\": [\n                {\n                    \"amount\": 30000,\n                    \"description\": \"1st month\",\n                    \"id\": \"8128a9ab-466e-4c5f-8e56-55892eb5cfe5\",\n                    \"account\": {\n                        \"code\": \"TRVL\",\n                        \"name\": \"Командировочные\",\n                        \"id\": \"6fc2bc8b-8b0a-4d01-8665-a079d5ef9185\"\n                    }\n                }\n            ],\n            \"project\": {\n                \"code\": \"SUP-02-2026\",\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            }\n        },\n        {\n            \"name\": \"Затраты на Развертывание CRM\",\n            \"id\": \"d5ee98ab-b171-4265-8449-c26860ac2e42\",\n            \"lines\": [\n                {\n                    \"amount\": 63750,\n                    \"description\": \"Поддержка 1С от ПермИнфоСистем\",\n                    \"id\": \"1f578240-d364-4d43-aec0-bd55a271c697\",\n                    \"account\": {\n                        \"code\": \"MTRL\",\n                        \"name\": \"Материалы\",\n                        \"id\": \"2ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n                    }\n                }\n            ],\n            \"project\": {\n                \"code\": \"IMP-01-2026\",\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e080eafd-12ac-4d97-bb48-5b7967ae166d"},{"name":"Set Expense Request State","id":"1dff3a2f-0491-4a1a-8bdc-574a20ffbefa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"dc2ab1ca-a20f-48c7-8832-3bea459436fc\",\r\n   \"transitionFormValue\": {\r\n      \"comment\": null,\r\n      \"propertyValues\": []\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests(ea946ac6-b467-452e-a7e8-c18672845ae8)/SetState","description":"<p>To see available state see examples from Settings - Lifecycles</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ExpenseRequests(ea946ac6-b467-452e-a7e8-c18672845ae8)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4462ca91-d8d6-4290-b7a4-950dcfc055bf","name":"Set Expense Request State","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"dc2ab1ca-a20f-48c7-8832-3bea459436fc\",\r\n   \"transitionFormValue\": {\r\n      \"comment\": null,\r\n      \"propertyValues\": []\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ExpenseRequests(ea946ac6-b467-452e-a7e8-c18672845ae8)/SetState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1dff3a2f-0491-4a1a-8bdc-574a20ffbefa"}],"id":"19255f21-7894-486b-b19f-6d22f715822c","_postman_id":"19255f21-7894-486b-b19f-6d22f715822c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Acts Of Acceptance","item":[{"name":"Create Act Of Acceptance","id":"db0e68f8-f61a-4db5-b48d-7c3f5a9894cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"date\": \"2026-03-01\",\r\n   \"description\": null,\r\n   \"lines\": [\r\n      {\r\n         \"amount\": 156500,\r\n         \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n         \"description\": \"\"\r\n      },\r\n      {\r\n         \"amount\": 25800,\r\n         \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n         \"description\": \"\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance","description":"<p>Creates an Act Of Acceptance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"1c2e0c68-cd45-47d3-b31c-7fc32485edf8","name":"Create Act Of Acceptance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n   \"date\": \"2026-03-01\",\r\n   \"description\": null,\r\n   \"lines\": [\r\n      {\r\n         \"amount\": 156500,\r\n         \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n         \"description\": \"\"\r\n      },\r\n      {\r\n         \"amount\": 25800,\r\n         \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n         \"description\": \"\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:50:04 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ActsOfAcceptance(07331683-e265-4b73-8543-166cac17f6a1)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ActsOfAcceptance/$entity\",\n    \"date\": \"2026-03-01\",\n    \"dateOfAcceptance\": null,\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"number\": \"00001\",\n    \"amount\": 182300,\n    \"amountBC\": 182300,\n    \"rowVersion\": 875326380,\n    \"description\": null,\n    \"code\": \"00001\",\n    \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n    \"created\": \"2026-06-01T17:50:04.3778258Z\",\n    \"modified\": \"2026-06-01T17:50:04.3979998Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"ActOfAcceptance\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 0,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 0,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": \"00001\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:50:04.2983657Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-03-01\",\n                \"dateOfAcceptance\": null,\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:50:04.2983664Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875326380,\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\n                    \"name\": \"Черновик\"\n                }\n            }\n        ],\n        \"ActOfAcceptanceLine\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"1af8ff47-7917-4e01-b8d6-7f835b781402\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n                \"actOfAcceptanceId@odata.type\": \"#Guid\",\n                \"actOfAcceptanceId\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 156500,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 156500,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:50:04.3291745Z\",\n                \"description\": \"\",\n                \"exchangeRate@odata.type\": \"#Decimal\",\n                \"exchangeRate\": 1,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:50:04.2984663Z\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n                    \"name\": \"Выручка\"\n                },\n                \"actOfAcceptance\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                    \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"fb1d0a2e-12c0-47e9-9215-8305893b7530\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n                \"actOfAcceptanceId@odata.type\": \"#Guid\",\n                \"actOfAcceptanceId\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 25800,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 25800,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:50:04.368365Z\",\n                \"description\": \"\",\n                \"exchangeRate@odata.type\": \"#Decimal\",\n                \"exchangeRate\": 1,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:50:04.298487Z\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n                    \"name\": \"Выручка\"\n                },\n                \"actOfAcceptance\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                    \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ],\n        \"NumberingPolicyValue\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2bb2a73a-c378-4fe7-990d-a4a1e21c66b8\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:50:04.3230555Z\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:50:04.3230559Z\",\n                \"nextIndex\": 2,\n                \"numberingPolicyId@odata.type\": \"#Guid\",\n                \"numberingPolicyId\": \"086c361f-aab8-4fa4-a00f-2be5f53f0dab\",\n                \"scopeKey\": \"\"\n            }\n        ]\n    },\n    \"updated\": {\n        \"ActOfAcceptance\": [\n            {\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 182300,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 182300,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875326380,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:50:04.3778258Z\",\n                \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\"\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"db0e68f8-f61a-4db5-b48d-7c3f5a9894cb"},{"name":"Get Act Of Acceptance","id":"b028771f-c131-4c2c-b77b-28e7c2da8ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance(07331683-e265-4b73-8543-166cac17f6a1)?$expand=lines","description":"<p>Request an Act of Acceptance entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(07331683-e265-4b73-8543-166cac17f6a1)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"lines"}],"variable":[]}},"response":[{"id":"5dac9ac5-fad3-43d9-8f24-f77acf76da54","name":"Get Act Of Acceptance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ActsOfAcceptance(07331683-e265-4b73-8543-166cac17f6a1)?$expand=lines","host":["https://api.timetta.com"],"path":["odata","ActsOfAcceptance(07331683-e265-4b73-8543-166cac17f6a1)"],"query":[{"key":"$expand","value":"lines"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:51:44 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ActsOfAcceptance(lines())/$entity\",\n    \"date\": \"2026-03-01\",\n    \"dateOfAcceptance\": null,\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"number\": \"00001\",\n    \"amount\": 182300,\n    \"amountBC\": 182300,\n    \"rowVersion\": 875326380,\n    \"description\": null,\n    \"code\": \"00001\",\n    \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n    \"created\": \"2026-06-01T17:50:04.377825Z\",\n    \"modified\": \"2026-06-01T17:50:04.397999Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"directorySetValue1\": [],\n    \"lines\": [\n        {\n            \"actOfAcceptanceId\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 156500,\n            \"amountBC\": 156500,\n            \"exchangeRate\": 1,\n            \"description\": \"\",\n            \"id\": \"1af8ff47-7917-4e01-b8d6-7f835b781402\",\n            \"created\": \"2026-06-01T17:50:04.329174Z\",\n            \"modified\": \"2026-06-01T17:50:04.298466Z\",\n            \"isActive\": true\n        },\n        {\n            \"actOfAcceptanceId\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n            \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\n            \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n            \"amount\": 25800,\n            \"amountBC\": 25800,\n            \"exchangeRate\": 1,\n            \"description\": \"\",\n            \"id\": \"fb1d0a2e-12c0-47e9-9215-8305893b7530\",\n            \"created\": \"2026-06-01T17:50:04.368365Z\",\n            \"modified\": \"2026-06-01T17:50:04.298487Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"b028771f-c131-4c2c-b77b-28e7c2da8ca4"},{"name":"Update Act Of Acceptance","id":"e08478af-dee6-4010-bf04-f6bdaef6cd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"aa0f59f5-08ff-4d1f-b57d-08023b05b94d\",\r\n   \"name\": \"\",\r\n   \"projectId\": \"372609f9-d459-4e69-ab71-e2dc64d29dbd\",\r\n   \"date\": \"2022-10-06\",\r\n   \"number\": \"00485\",\r\n   \"description\": null,\r\n   \"lines\": [\r\n      {\r\n         \"id\": \"7d753a1c-7d7f-4ce0-9b70-f075041f5141\",\r\n         \"projectTaskId\": \"b0e29774-ad10-4d0a-a41a-dcfa04e5b5d5\",\r\n         \"amount\": 10000,\r\n         \"exchangeRate\": 0.87,\r\n         \"description\": \"\"\r\n      },\r\n      {\r\n         \"id\": \"94be9640-4e89-48d5-9694-49cf3084e434\",\r\n         \"projectTaskId\": \"4f73f7c5-6479-4132-9ea6-e577cfc28abf\",\r\n         \"amount\": 2325,\r\n         \"exchangeRate\": 0.81,\r\n         \"description\": \"\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(aa0f59f5-08ff-4d1f-b57d-08023b05b94d)","description":"<p>Update an Act of Acceptance by adding lines.</p>\n<p><strong>ActOfAcceptanceLine properties:</strong></p>\n<ul>\n<li>exchangeRate - optional</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(aa0f59f5-08ff-4d1f-b57d-08023b05b94d)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"63e32fa7-6e91-4807-a3c5-d63c06c7f6b2","name":"Update Act Of Acceptance","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"aa0f59f5-08ff-4d1f-b57d-08023b05b94d\",\r\n   \"name\": \"\",\r\n   \"projectId\": \"372609f9-d459-4e69-ab71-e2dc64d29dbd\",\r\n   \"date\": \"2022-10-06\",\r\n   \"number\": \"00485\",\r\n   \"description\": null,\r\n   \"lines\": [\r\n      {\r\n         \"id\": \"7d753a1c-7d7f-4ce0-9b70-f075041f5141\",\r\n         \"projectTaskId\": \"b0e29774-ad10-4d0a-a41a-dcfa04e5b5d5\",\r\n         \"amount\": 10000,\r\n         \"description\": \"\"\r\n      },\r\n      {\r\n         \"id\": \"94be9640-4e89-48d5-9694-49cf3084e434\",\r\n         \"projectTaskId\": \"4f73f7c5-6479-4132-9ea6-e577cfc28abf\",\r\n         \"amount\": 2325,\r\n         \"description\": \"\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(aa0f59f5-08ff-4d1f-b57d-08023b05b94d)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e08478af-dee6-4010-bf04-f6bdaef6cd9e"},{"name":"Patch Act Of Acceptance","id":"9b2ab03b-a36e-4759-bd8b-44e5c448dabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"date\": \"2026-11-06\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(0e8f1aa5-c8f5-4df8-ae3b-ad1c228f1b28)","description":"<p>Update single property of Act of Acceptance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(0e8f1aa5-c8f5-4df8-ae3b-ad1c228f1b28)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"46146376-a4fc-4a38-b5f8-bc4332fd9fa6","name":"Update Act Of Acceptance","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"date\": \"2022-11-06\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(0e8f1aa5-c8f5-4df8-ae3b-ad1c228f1b28)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b2ab03b-a36e-4759-bd8b-44e5c448dabb"},{"name":"Delete Act Of Acceptance","id":"5dbf95e8-7378-40d8-863a-ed2e1caf4233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance(78ae87a0-51fa-48f4-a151-27d3a86d02f2)","description":"<p>Delete an Act Of Acceptance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(78ae87a0-51fa-48f4-a151-27d3a86d02f2)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"43eb79db-22a5-4a9b-b4fe-31ac2e1126a4","name":"Delete Act Of Acceptance","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance(78ae87a0-51fa-48f4-a151-27d3a86d02f2)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dbf95e8-7378-40d8-863a-ed2e1caf4233"},{"name":"Query Acts Of Acceptance","id":"7baba6e9-4272-41b1-9273-a3e70ecabb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","description":"<p>Request a list of acts filtered by project ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}],"variable":[]}},"response":[{"id":"a5cf1faf-e163-4f52-9843-51180ab0c417","name":"Query Acts Of Acceptance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ActsOfAcceptance?$filter=projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9","host":["https://api.timetta.com"],"path":["odata","ActsOfAcceptance"],"query":[{"key":"$filter","value":"projectId eq 31db2084-03c6-45f7-b46b-8f59ab197db9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:53:53 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ActsOfAcceptance\",\n    \"value\": [\n        {\n            \"date\": \"2026-03-01\",\n            \"dateOfAcceptance\": null,\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"number\": \"00001\",\n            \"amount\": 182300,\n            \"amountBC\": 182300,\n            \"rowVersion\": 875326380,\n            \"description\": null,\n            \"code\": \"00001\",\n            \"name\": \"Акт №00001 по Тех. поддержка Сибур 2024\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"07331683-e265-4b73-8543-166cac17f6a1\",\n            \"created\": \"2026-06-01T17:50:04.377825Z\",\n            \"modified\": \"2026-06-01T17:50:04.397999Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"7baba6e9-4272-41b1-9273-a3e70ecabb9b"},{"name":"Set Act Of Acceptance State","id":"882d09a2-aa78-4e64-9f4c-82797963c2b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stateId\":\"2bd17f05-d4e6-4cd5-9e29-f11d8b7b21d2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(3bd3a7a8-ae71-4c22-930d-f5a667807770)/SetState","description":"<p>Change Act Of Acceptance state according to state transition rules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(3bd3a7a8-ae71-4c22-930d-f5a667807770)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7c0abbd2-86cf-435c-aef3-b6797d9dc543","name":"Set Act Of Acceptance Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"statusCode\": \"Recognized\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ActsOfAcceptance(2b210ecc-6e2b-4dc0-a834-4b1b6f40ccac)/SetState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"882d09a2-aa78-4e64-9f4c-82797963c2b8"},{"name":"Set Act Of Acceptance State (with additional properties)","id":"c612d9b1-0ecf-4b5f-a6c7-ad09930121ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"9acb01dd-a475-4332-9d66-81c49ea0d899\",\r\n   \"transitionFormValue\": {\r\n      \"propertyValues\": [\r\n         {\r\n            \"name\": \"DateOfAcceptance\",\r\n            \"value\": \"2023-04-06\"\r\n         }\r\n      ],\r\n      \"comment\": null\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ActsOfAcceptance(914774a2-e0c5-4d1f-8de1-debd677a1bfb)/SetState","description":"<p>Change Act Of Acceptance state according to state transition rules if additional properties are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ActsOfAcceptance(914774a2-e0c5-4d1f-8de1-debd677a1bfb)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"9db4f5dd-3290-4ea3-abe6-cbbd0ac147f0","name":"Set Act Of Acceptance State (with additional properties)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"9acb01dd-a475-4332-9d66-81c49ea0d899\",\r\n   \"transitionFormPropertyValues\": [\r\n      {\r\n         \"name\": \"DateOfAcceptance\",\r\n         \"value\": \"2022-08-01\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ActsOfAcceptance(914774a2-e0c5-4d1f-8de1-debd677a1bfb)/SetState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c612d9b1-0ecf-4b5f-a6c7-ad09930121ac"}],"id":"c8a5278b-e410-4044-b561-bbef471ca78f","_postman_id":"c8a5278b-e410-4044-b561-bbef471ca78f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Invoices","item":[{"name":"Create Invoice","id":"3ee7fd53-7cae-46be-9d04-0f16b82fb107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"number\": \"\",\r\n   \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Invoices","description":"<p>Creates an Invoice.</p>\n<p><code>number</code> - not required. Pass \"\" or null to assign a number automatically.</p>\n<p><code>organizationId</code> - id of the Organization (Client).</p>\n<p><code>projectId</code> - Id of the Project.</p>\n<hr />\n<p><code>value</code> returned in the response is an ID of the created Invoice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Invoices"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d02f15dd-36ba-44de-b750-7733a5fdf304","name":"Create Invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"number\": \"\",\r\n   \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\r\n   \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Invoices"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 17:59:28 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Invoices(71769c07-3a50-4266-b89f-2c33a297fe23)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Invoices/$entity\",\n    \"paymentDueDate\": null,\n    \"paymentDate\": null,\n    \"issueDate\": \"2026-06-01\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n    \"billingAddress\": \"ул. Кржижановского 16, корпус 1, Москва, 566733\",\n    \"number\": \"00008\",\n    \"grouping\": null,\n    \"timeLinesGrouping\": null,\n    \"expenseLinesGrouping\": null,\n    \"innerNotes\": null,\n    \"outerNotes\": null,\n    \"totalAmount\": 0,\n    \"totalAmountBC\": 0,\n    \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n    \"rowVersion\": 875331313,\n    \"description\": null,\n    \"code\": \"00008\",\n    \"name\": \"Счет №00008 по Тех. поддержка Сибур 2024\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"71769c07-3a50-4266-b89f-2c33a297fe23\",\n    \"created\": \"2026-06-01T17:59:28.6700516Z\",\n    \"modified\": \"2026-06-01T17:59:28.4671392Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"Invoice\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"71769c07-3a50-4266-b89f-2c33a297fe23\",\n                \"billingAddress\": \"ул. Кржижановского 16, корпус 1, Москва, 566733\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": \"00008\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T17:59:28.6700516Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"expenseLinesGrouping\": null,\n                \"grouping\": null,\n                \"innerNotes\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"invoiceTemplateId@odata.type\": \"#Guid\",\n                \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n                \"isActive\": true,\n                \"issueDate@odata.type\": \"#Date\",\n                \"issueDate\": \"2026-06-01\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T17:59:28.4671392Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Счет №00008 по Тех. поддержка Сибур 2024\",\n                \"organizationId@odata.type\": \"#Guid\",\n                \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n                \"outerNotes\": null,\n                \"paymentDate\": null,\n                \"paymentDueDate\": null,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875331313,\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"timeLinesGrouping\": null,\n                \"totalAmount@odata.type\": \"#Decimal\",\n                \"totalAmount\": 0,\n                \"totalAmountBC@odata.type\": \"#Decimal\",\n                \"totalAmountBC\": 0,\n                \"userId@odata.type\": \"#Guid\",\n                \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"invoiceTemplate\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n                    \"name\": \"Базовый шаблон\"\n                },\n                \"organization\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n                    \"name\": \"Сибур\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n                    \"name\": \"Черновик\"\n                }\n            }\n        ]\n    },\n    \"updated\": {\n        \"NumberingPolicyValue\": [\n            {\n                \"nextIndex\": 9,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"72237f71-cb82-4178-98a4-62cd71e4786b\"\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"3ee7fd53-7cae-46be-9d04-0f16b82fb107"},{"name":"Get Invoice","id":"a1501e9a-729c-4e78-ab9d-bf54c92d97d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Invoices(71769c07-3a50-4266-b89f-2c33a297fe23)","description":"<p>Request an Invoice entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Invoices(71769c07-3a50-4266-b89f-2c33a297fe23)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"64eb454d-d02f-462f-ad0e-6eadabc43dc5","name":"Get Invoice","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Invoices(71769c07-3a50-4266-b89f-2c33a297fe23)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:00:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=mzWMnZmPQ0k4580ha9a9o2DbzLmb8fWgtl15Qsv4sD347qbZZWd8JyIqJnMlo3s2.MTc4MDMzNjgxMzk5MA==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 18:00:13 GMT; secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Invoices/$entity\",\n    \"paymentDueDate\": null,\n    \"paymentDate\": null,\n    \"issueDate\": \"2026-06-01\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n    \"billingAddress\": \"ул. Кржижановского 16, корпус 1, Москва, 566733\",\n    \"number\": \"00008\",\n    \"grouping\": null,\n    \"timeLinesGrouping\": null,\n    \"expenseLinesGrouping\": null,\n    \"innerNotes\": null,\n    \"outerNotes\": null,\n    \"totalAmount\": 0,\n    \"totalAmountBC\": 0,\n    \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n    \"rowVersion\": 875331313,\n    \"description\": null,\n    \"code\": \"00008\",\n    \"name\": \"Счет №00008 по Тех. поддержка Сибур 2024\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"71769c07-3a50-4266-b89f-2c33a297fe23\",\n    \"created\": \"2026-06-01T17:59:28.670051Z\",\n    \"modified\": \"2026-06-01T17:59:28.467139Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"a1501e9a-729c-4e78-ab9d-bf54c92d97d6"},{"name":"Update Invoice (with custom lines)","id":"117f2aa4-99ab-43ef-a2d4-3522b3b0b24e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"57b37d45-62cb-4b4d-adb0-82a615891500\",\r\n   \"rowVersion\": 193741622,\r\n   \"paymentDueDate\": \"2024-03-31\",\r\n   \"paymentDate\": \"2024-04-01\",\r\n   \"issueDate\": \"2024-03-01\",\r\n   \"projectId\": \"a984ca4c-b2f1-497a-9c5c-c9540c2ea741\",\r\n   \"number\": \"000911\",\r\n   \"organizationId\": \"cb799ee0-a7e8-417e-a8d3-3eae27fcb76c\",\r\n   \"billingAddress\": \"Ulitsa Ostozhenka, 86, Moscow, Russia 134052\",\r\n   \"innerNotes\": \"Some inner notes\",\r\n   \"outerNotes\": \"Some outer notes\",\r\n   \"description\": \"Some description\",\r\n   \"lines\": [\r\n      {\r\n         \"quantity\": 2,\r\n         \"rate\": 100,\r\n         \"unit\": \"\",\r\n         \"amount\": 200,\r\n         \"description\": \"\",\r\n         \"projectTaskId\": null,\r\n         \"lineType\": \"Custom\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Invoices(57b37d45-62cb-4b4d-adb0-82a615891500)","description":"<p>Update an Invoice properties and custom lines.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Invoices(57b37d45-62cb-4b4d-adb0-82a615891500)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"117f2aa4-99ab-43ef-a2d4-3522b3b0b24e"},{"name":"Delete Invoice","id":"b620a1c5-1a76-47fb-aea2-422c4ec6fb96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/Invoices(57b37d45-62cb-4b4d-adb0-82a615891500)","description":"<p>Delete an Invoice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Invoices(57b37d45-62cb-4b4d-adb0-82a615891500)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b620a1c5-1a76-47fb-aea2-422c4ec6fb96"},{"name":"Query Invoices","id":"b309213b-882c-40d9-b725-75897d9285b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Invoices?$expand=lines","description":"<p>Query Invoices list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Invoices"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"lines"}],"variable":[]}},"response":[{"id":"8e2c04da-5dbe-4d37-9f46-6df38a336349","name":"Query Invoices","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/OData/Invoices?$expand=lines","host":["https://api.timetta.com"],"path":["OData","Invoices"],"query":[{"key":"$expand","value":"lines"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:00:58 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Invoices(lines())\",\n    \"value\": [\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"organizationId\": \"4c32331b-2c8c-47fa-a1d6-734f4ab8f508\",\n            \"billingAddress\": \"Милютинский, пер., 12, Москва, Москва, 348444\",\n            \"number\": \"00005\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 0,\n            \"totalAmountBC\": 0,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00005\",\n            \"name\": \"Счет №00005 по Аудит процессов управления\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n            \"created\": \"2026-05-25T17:29:53.814597Z\",\n            \"modified\": \"2026-05-25T17:29:55.134091Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": \"2026-04-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"18f0ca4a-d0f1-4947-bc9b-725f274ee709\",\n                    \"created\": \"2026-05-25T17:29:53.809164Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-13\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"4f6a4d76-5e9f-469d-ab8c-04e2cd210426\",\n                    \"created\": \"2026-05-25T17:29:53.806686Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-05-05\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"57f5378a-1a10-4340-9d37-6d9a4f84106c\",\n                    \"created\": \"2026-05-25T17:29:53.812547Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-20\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"586d20d1-13a2-4e99-a23d-3b1ae67d72e1\",\n                    \"created\": \"2026-05-25T17:29:53.805956Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"71271fbd-89a5-418f-a2c9-da23e6ab2ffd\",\n                    \"created\": \"2026-05-25T17:29:53.805037Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"71e9450a-7792-4c63-88c4-2934f9e92cef\",\n                    \"created\": \"2026-05-25T17:29:53.805482Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-05-04\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"736686fc-4faf-4d95-bd74-2b2e76024356\",\n                    \"created\": \"2026-05-25T17:29:53.811817Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-24\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"77f16ed3-b543-4bb9-993c-aaf2a6db5990\",\n                    \"created\": \"2026-05-25T17:29:53.810198Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-18\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"78747e21-9926-4421-acfa-168d47a4ce3e\",\n                    \"created\": \"2026-05-25T17:29:53.803243Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"79a878e0-b935-4096-923e-98c59b298ea7\",\n                    \"created\": \"2026-05-25T17:29:53.808645Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-23\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"81466e0d-66fd-4e45-8a1f-fd2db1b1e0ce\",\n                    \"created\": \"2026-05-25T17:29:53.809676Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"8d703273-a357-4dcc-90d8-b76f0d69f619\",\n                    \"created\": \"2026-05-25T17:29:53.802805Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-25\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"8edfab16-55c9-4a48-a32a-d5a3c46f998e\",\n                    \"created\": \"2026-05-25T17:29:53.810723Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"964e6aa1-1b05-4315-80ee-53fe2d3a8729\",\n                    \"created\": \"2026-05-25T17:29:53.802321Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222448Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"a2a45943-36d6-4b26-8810-a9fd09c7ed8b\",\n                    \"created\": \"2026-05-25T17:29:53.803667Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-05-07\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"a9769f7e-5e1e-48fd-8ec2-64d5d42fb056\",\n                    \"created\": \"2026-05-25T17:29:53.814114Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-14\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"bd007a16-1d7e-48e2-98a0-cb0b7791905c\",\n                    \"created\": \"2026-05-25T17:29:53.807376Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-27\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"bef8ff02-98a6-4433-8016-829c4a4c4d44\",\n                    \"created\": \"2026-05-25T17:29:53.81127Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-05-06\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"ce07b1a2-9de1-48d3-860b-8e54fb2b4a8a\",\n                    \"created\": \"2026-05-25T17:29:53.813271Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-20\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"d3077849-3317-4590-8b20-23db3a316084\",\n                    \"created\": \"2026-05-25T17:29:53.804126Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"db371b30-a659-4808-9be0-8bd5a2b2be97\",\n                    \"created\": \"2026-05-25T17:29:53.804587Z\",\n                    \"modified\": \"2026-05-25T17:29:54.222449Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-15\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1146f13f-4676-4517-b193-f2c078155b1a\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"ef0e9b53-d6c6-4d3c-bb25-bd97fa4dd26a\",\n                    \"created\": \"2026-05-25T17:29:53.808086Z\",\n                    \"modified\": \"2026-05-25T17:29:54.22245Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-09\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-26\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"organizationId\": \"4c32331b-2c8c-47fa-a1d6-734f4ab8f508\",\n            \"billingAddress\": \"Милютинский, пер., 12, Москва, Москва, 348444\",\n            \"number\": \"00253\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"ProjectTariff,ProjectTask,User\",\n            \"expenseLinesGrouping\": \"Account\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 90000 руб. Просьба оплатить!\",\n            \"totalAmount\": 90000,\n            \"totalAmountBC\": 90000,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 865722570,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00253\",\n            \"name\": \"Счет №00253 по Аудит процессов управления\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n            \"stateEntered\": \"2026-05-26T18:56:58.163673Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"1b92f0cf-31b9-4b6c-89ec-6cc3be0e6f0c\",\n            \"created\": \"2026-05-26T18:48:17.964281Z\",\n            \"modified\": \"2026-05-26T19:03:03.446773Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1b92f0cf-31b9-4b6c-89ec-6cc3be0e6f0c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 26,\n                    \"unit\": \"ч.\",\n                    \"rate\": 2250,\n                    \"amount\": 58500,\n                    \"amountBC\": 58500,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"b9bc57f1-5750-41ee-b74e-2d7c0555b2ff\",\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": \"9cc983ef-2178-4913-b95c-65b4efdf3c7a\",\n                    \"description\": null,\n                    \"originalQuantity\": 26,\n                    \"originalRate\": 2250,\n                    \"originalAmount\": 58500,\n                    \"originalDescription\": null,\n                    \"id\": \"3249c886-393e-4c84-99e5-4c7198424ae8\",\n                    \"created\": \"2026-05-26T19:03:03.43897Z\",\n                    \"modified\": \"2026-05-26T19:03:03.500654Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"1b92f0cf-31b9-4b6c-89ec-6cc3be0e6f0c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 14,\n                    \"unit\": \"ч.\",\n                    \"rate\": 2250,\n                    \"amount\": 31500,\n                    \"amountBC\": 31500,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"984c9435-ff2d-4a56-ab4e-500a20a05390\",\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": \"9cc983ef-2178-4913-b95c-65b4efdf3c7a\",\n                    \"description\": null,\n                    \"originalQuantity\": 14,\n                    \"originalRate\": 2250,\n                    \"originalAmount\": 31500,\n                    \"originalDescription\": null,\n                    \"id\": \"36d69ed2-9a77-4743-8e50-2e9dfbf63bcd\",\n                    \"created\": \"2026-05-26T19:03:03.439178Z\",\n                    \"modified\": \"2026-05-26T19:03:03.500655Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": null,\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-06-01\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n            \"billingAddress\": \"ул. Кржижановского 16, корпус 1, Москва, 566733\",\n            \"number\": \"00008\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": null,\n            \"expenseLinesGrouping\": null,\n            \"innerNotes\": null,\n            \"outerNotes\": null,\n            \"totalAmount\": 0,\n            \"totalAmountBC\": 0,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 875331313,\n            \"description\": null,\n            \"code\": \"00008\",\n            \"name\": \"Счет №00008 по Тех. поддержка Сибур 2024\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"71769c07-3a50-4266-b89f-2c33a297fe23\",\n            \"created\": \"2026-06-01T17:59:28.670051Z\",\n            \"modified\": \"2026-06-01T17:59:28.467139Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": []\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"organizationId\": \"56ff3187-9ffd-414e-84d6-4de569bdc1ad\",\n            \"billingAddress\": \"ул. Малая Очаковская, 4/1, Москва, Московская обл, 109012\",\n            \"number\": \"00002\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 14000,\n            \"totalAmountBC\": 14000,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00002\",\n            \"name\": \"Счет №00002 по Развертывание CRM\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n            \"stateEntered\": \"2026-05-25T17:29:54.713427Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"7be6d4a8-5fc1-43a1-9467-4865e7b6c20c\",\n            \"created\": \"2026-05-25T17:29:53.001177Z\",\n            \"modified\": \"2026-05-25T17:29:55.13409Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"7be6d4a8-5fc1-43a1-9467-4865e7b6c20c\",\n                    \"lineType\": \"Custom\",\n                    \"quantity\": 1,\n                    \"unit\": null,\n                    \"rate\": 14000,\n                    \"amount\": 14000,\n                    \"amountBC\": 14000,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"2b863e48-8122-4b7d-a9ae-b764c91372ac\",\n                    \"userId\": null,\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 0,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"0d3dca30-3d7e-41ac-89a8-e2f1c89cd7e7\",\n                    \"created\": \"2026-05-25T17:29:53.000018Z\",\n                    \"modified\": \"2026-05-25T17:29:52.050917Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"8fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"organizationId\": \"4c32331b-2c8c-47fa-a1d6-734f4ab8f508\",\n            \"billingAddress\": \"Милютинский, пер., 12, Москва, Москва, 348444\",\n            \"number\": \"00007\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 14000,\n            \"totalAmountBC\": 14000,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00007\",\n            \"name\": \"Счет №00007 по Проектирование ТЦ Спектрум \",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"815cdd04-d382-4dda-b959-e730953b7f3b\",\n            \"created\": \"2026-05-25T17:29:54.448661Z\",\n            \"modified\": \"2026-05-25T17:29:55.134091Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"815cdd04-d382-4dda-b959-e730953b7f3b\",\n                    \"lineType\": \"Custom\",\n                    \"quantity\": 1,\n                    \"unit\": null,\n                    \"rate\": 14000,\n                    \"amount\": 14000,\n                    \"amountBC\": 14000,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"9c408f1c-91c9-4cad-b998-fde00afc1bf1\",\n                    \"userId\": null,\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 0,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"9a2a10e4-dafb-4334-b56d-9deaf1cafaa2\",\n                    \"created\": \"2026-05-25T17:29:54.448299Z\",\n                    \"modified\": \"2026-05-25T17:29:52.109708Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"organizationId\": \"8bac8ce0-5963-434a-8d35-a01ec71c5232\",\n            \"billingAddress\": \"ул. Кржижановского 16, корпус 1, Москва, 566733\",\n            \"number\": \"00001\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 0,\n            \"totalAmountBC\": 0,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00001\",\n            \"name\": \"Счет №00001 по Тех. поддержка Сибур 2024\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n            \"stateEntered\": \"2026-05-25T17:29:54.887725Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n            \"created\": \"2026-05-25T17:29:52.492735Z\",\n            \"modified\": \"2026-05-25T17:29:55.134088Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": \"2026-02-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 8,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 8,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"10bcb075-8a4a-4735-b9f5-3be40edd6491\",\n                    \"created\": \"2026-05-25T17:29:52.490766Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-27\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 7,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 7,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"3105772a-51df-4af0-beb7-1bd57a4e77e3\",\n                    \"created\": \"2026-05-25T17:29:52.481375Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889712Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-28\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"4c149bc0-42d7-43e0-8163-05deff23ab27\",\n                    \"created\": \"2026-05-25T17:29:52.488114Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889726Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"62f26ce5-e2f2-4add-ae34-09223d66f16b\",\n                    \"created\": \"2026-05-25T17:29:52.490309Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-05-01\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"71a3d242-d128-4a91-bae9-c4d5609474fa\",\n                    \"created\": \"2026-05-25T17:29:52.489849Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-20\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"8571a667-6fd7-41f7-b3d1-772ef8c9c54a\",\n                    \"created\": \"2026-05-25T17:29:52.49222Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"9179a83e-c740-47bb-bdfc-817cb765c574\",\n                    \"created\": \"2026-05-25T17:29:52.491698Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-18\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"95558601-fd38-4cf3-8551-df48a654f6ab\",\n                    \"created\": \"2026-05-25T17:29:52.491231Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-30\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"97360730-7a54-48c4-8930-4119b8937edd\",\n                    \"created\": \"2026-05-25T17:29:52.489395Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-29\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"834f2f60-1083-4c2d-9e8c-b8a9525b470c\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"e23bf891-4857-4284-966b-0271db3bd1e7\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"c39d3b9b-7e39-408c-ab72-ba7f09f6c90f\",\n                    \"created\": \"2026-05-25T17:29:52.488917Z\",\n                    \"modified\": \"2026-05-25T17:29:52.889747Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"7ce1f7e7-b88c-4106-8833-d4ac30d6ba15\",\n            \"organizationId\": \"06ed8b85-2c4e-42dd-a3c2-484d2c410323\",\n            \"billingAddress\": \"Краснобогатырская ул., 2, Москва, Москва, 107564\",\n            \"number\": \"00003\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 14000,\n            \"totalAmountBC\": 14000,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00003\",\n            \"name\": \"Счет №00003 по Финансовый модуль ERP - развертывание\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"a74a8e94-ae31-4b7b-b4e5-56d0e5cb2106\",\n            \"created\": \"2026-05-25T17:29:53.104933Z\",\n            \"modified\": \"2026-05-25T17:29:55.134091Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"a74a8e94-ae31-4b7b-b4e5-56d0e5cb2106\",\n                    \"lineType\": \"Custom\",\n                    \"quantity\": 1,\n                    \"unit\": null,\n                    \"rate\": 14000,\n                    \"amount\": 14000,\n                    \"amountBC\": 14000,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"ea821034-cd39-4508-b418-747d649e8548\",\n                    \"userId\": null,\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 0,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"d6f470a8-e4c0-4ede-9d7d-2fcc37bb9c19\",\n                    \"created\": \"2026-05-25T17:29:53.104644Z\",\n                    \"modified\": \"2026-05-25T17:29:52.059973Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": null,\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"2fa44ea0-df3b-47f0-bc62-fea3554c6c3c\",\n            \"organizationId\": \"28ede8da-a0e1-4d42-b6b2-e92c858d3659\",\n            \"billingAddress\": \"Пречистенская наб., д.45, кор.1, Санкт-Петербург, 877633\",\n            \"number\": \"00004\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 0,\n            \"totalAmountBC\": 0,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00004\",\n            \"name\": \"Счет №00004 по Оптимизация бизнес-процессов\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n            \"stateEntered\": \"2026-05-25T17:29:54.80174Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n            \"created\": \"2026-05-25T17:29:53.215183Z\",\n            \"modified\": \"2026-05-25T17:29:55.134091Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": \"2026-02-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 7,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 7,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"0100e2d3-dd48-45d8-81e7-4fe141ce7a77\",\n                    \"created\": \"2026-05-25T17:29:53.204395Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-27\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"01e47070-9aa8-4c98-ab9a-ff3a11d7fde3\",\n                    \"created\": \"2026-05-25T17:29:53.21448Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663928Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"189022cb-ee0c-41de-9299-40afc6dd3d8b\",\n                    \"created\": \"2026-05-25T17:29:53.209106Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-02\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"1d795fe1-f9fc-4bea-b8f0-2ec945bdaed5\",\n                    \"created\": \"2026-05-25T17:29:53.209541Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-15\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"28070feb-6a6c-4146-bdda-b1f871a209a2\",\n                    \"created\": \"2026-05-25T17:29:53.207807Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-20\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"303174c1-87c3-42b0-b763-725abd9b09e4\",\n                    \"created\": \"2026-05-25T17:29:53.206595Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-13\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"332a3730-9aa7-4ee4-821a-5d2447485a5a\",\n                    \"created\": \"2026-05-25T17:29:53.207Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-03\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"3423580c-b15c-4631-a90d-1a84f6afe393\",\n                    \"created\": \"2026-05-25T17:29:53.209986Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-04\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"3a843698-05cb-4e29-9dcf-b3a34b155243\",\n                    \"created\": \"2026-05-25T17:29:53.210495Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-23\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"4d7ff66c-6c99-474e-8f58-49733ef6cf5e\",\n                    \"created\": \"2026-05-25T17:29:53.211463Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"54e55189-1172-4bdf-a5e0-0b2b30a961f3\",\n                    \"created\": \"2026-05-25T17:29:53.205127Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-18\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"5d32b6ce-8a90-4924-adc5-59fde02c1180\",\n                    \"created\": \"2026-05-25T17:29:53.203978Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-14\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"778d3ead-0b78-4afc-a114-489a2477a1b3\",\n                    \"created\": \"2026-05-25T17:29:53.2074Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-06\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 1,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 1,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"825cd4af-2a30-431c-b6e5-80bc42026c79\",\n                    \"created\": \"2026-05-25T17:29:53.210999Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-20\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 6,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 6,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"86e6550f-0749-4a81-977d-9af12e46bc34\",\n                    \"created\": \"2026-05-25T17:29:53.204767Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-18\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 8,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 8,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"890cb484-090c-464e-8ebf-634cb5fe2713\",\n                    \"created\": \"2026-05-25T17:29:53.205854Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"8b2afe6a-15f7-4022-a711-d2bb96d693da\",\n                    \"created\": \"2026-05-25T17:29:53.208678Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-19\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 4,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 4,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"a099b798-6185-468f-8040-d47d5876f53b\",\n                    \"created\": \"2026-05-25T17:29:53.20622Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-26\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"a38cab2f-92fa-4e9c-81e2-b2570c73be80\",\n                    \"created\": \"2026-05-25T17:29:53.213671Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-04-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 7,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 7,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"bc8eb192-fe72-4a69-81c4-b1df24eef929\",\n                    \"created\": \"2026-05-25T17:29:53.208238Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"d01cb74e-b1c1-4f56-9647-8abeaff23eeb\",\n                    \"created\": \"2026-05-25T17:29:53.205488Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-24\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 2,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 2,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"d727c425-3688-4e27-b794-ec3940184f90\",\n                    \"created\": \"2026-05-25T17:29:53.212145Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-03-25\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"f3ca57c2-9da7-43f4-96b5-5d3258bf6885\",\n                    \"created\": \"2026-05-25T17:29:53.212994Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663927Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-16\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 5,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 5,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"fa4564f2-e1fb-4c9a-a362-505d7f21bef9\",\n                    \"created\": \"2026-05-25T17:29:53.203118Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663925Z\",\n                    \"isActive\": true\n                },\n                {\n                    \"date\": \"2026-02-17\",\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"c85d3a86-513e-471a-84e4-424fd7b706b2\",\n                    \"lineType\": \"Time\",\n                    \"quantity\": 3,\n                    \"unit\": \"ч.\",\n                    \"rate\": 0,\n                    \"amount\": 0,\n                    \"amountBC\": 0,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": null,\n                    \"userId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 3,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"fafcb6e6-7799-4e54-a8d2-8a75b71ef94a\",\n                    \"created\": \"2026-05-25T17:29:53.203607Z\",\n                    \"modified\": \"2026-05-25T17:29:53.663926Z\",\n                    \"isActive\": true\n                }\n            ]\n        },\n        {\n            \"paymentDueDate\": \"2026-06-04\",\n            \"paymentDate\": \"2026-05-25\",\n            \"issueDate\": \"2026-05-25\",\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"userId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\n            \"organizationId\": \"28ede8da-a0e1-4d42-b6b2-e92c858d3659\",\n            \"billingAddress\": \"Пречистенская наб., д.45, кор.1, Санкт-Петербург, 877633\",\n            \"number\": \"00006\",\n            \"grouping\": null,\n            \"timeLinesGrouping\": \"User,ProjectTariff,Date\",\n            \"expenseLinesGrouping\": \"Account,Date\",\n            \"innerNotes\": null,\n            \"outerNotes\": \"За вашей организацией числится задолженность в размере 1 200 050 руб. Просьба оплатить!\",\n            \"totalAmount\": 14000,\n            \"totalAmountBC\": 14000,\n            \"invoiceTemplateId\": \"a59f29e4-4e36-4422-a738-8a97ffaa41f9\",\n            \"rowVersion\": 864007935,\n            \"description\": \"Оплата за оказанные услуги\",\n            \"code\": \"00006\",\n            \"name\": \"Счет №00006 по Аудит Сибура 2026\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"1e042723-6442-44d6-9815-b3880423f2d5\",\n            \"stateEntered\": \"2026-05-25T17:29:54.981848Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"fad94137-f8ed-4cde-98a3-d3dbf94d9c00\",\n            \"created\": \"2026-05-25T17:29:54.343303Z\",\n            \"modified\": \"2026-05-25T17:29:55.134091Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": [],\n            \"lines\": [\n                {\n                    \"date\": null,\n                    \"periodStart\": null,\n                    \"periodFinish\": null,\n                    \"invoiceId\": \"fad94137-f8ed-4cde-98a3-d3dbf94d9c00\",\n                    \"lineType\": \"Custom\",\n                    \"quantity\": 1,\n                    \"unit\": null,\n                    \"rate\": 14000,\n                    \"amount\": 14000,\n                    \"amountBC\": 14000,\n                    \"exchangeRate\": 1,\n                    \"period\": null,\n                    \"roleId\": null,\n                    \"projectCostCenterId\": null,\n                    \"projectId\": null,\n                    \"projectTaskId\": \"35cae211-ae86-4447-bfc9-9d5fc66b1949\",\n                    \"userId\": null,\n                    \"accountId\": null,\n                    \"projectTariffId\": null,\n                    \"description\": null,\n                    \"originalQuantity\": 0,\n                    \"originalRate\": 0,\n                    \"originalAmount\": 0,\n                    \"originalDescription\": null,\n                    \"id\": \"70a371fd-4a9a-43b1-b7ee-960fdf7eecd5\",\n                    \"created\": \"2026-05-25T17:29:54.342972Z\",\n                    \"modified\": \"2026-05-25T17:29:52.102129Z\",\n                    \"isActive\": true\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b309213b-882c-40d9-b725-75897d9285b3"},{"name":"Set State","id":"a8e65024-fb10-4c65-9aca-0a38b489c7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"1e042723-6442-44d6-9815-b3880423f2d5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Invoices(c756f794-3d1a-45da-8f9b-1ef21a655bf0)/SetState","description":"<p>Set</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Invoices(c756f794-3d1a-45da-8f9b-1ef21a655bf0)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8e65024-fb10-4c65-9aca-0a38b489c7ff"},{"name":"Set State (with transition form)","id":"b04705f5-4a0b-40db-a4df-04c87796992d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"stateId\": \"1e042723-6442-44d6-9815-b3880423f2d5\",\r\n    \"transitionFormValue\": {\r\n      \"propertyValues\": [\r\n         {\r\n            \"name\": \"PaymentDate\",\r\n            \"value\": \"2024-04-10\"\r\n         }\r\n      ]\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Invoices(c756f794-3d1a-45da-8f9b-1ef21a655bf0)/SetState","description":"<p>Set</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Invoices(c756f794-3d1a-45da-8f9b-1ef21a655bf0)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b04705f5-4a0b-40db-a4df-04c87796992d"}],"id":"d0cf8572-8fcb-4bd7-9193-8ce69cb667b8","_postman_id":"d0cf8572-8fcb-4bd7-9193-8ce69cb667b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Issues","item":[{"name":"Create Issue","id":"4c60153e-ec7a-4238-b436-7bb210ff9f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Do something!\",\r\n    \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n    \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\r\n    \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Issues","description":"<p>Create \"Issue\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3fc30130-3c91-426c-952a-0ce15d9d3444","name":"Create Issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Do something!\",\r\n    \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n    \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\r\n    \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Issues"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:20:03 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Issues/$entity\",\n    \"dueDate\": null,\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"code\": \"SUP-02-2026-3\",\n    \"key\": \"SUP-02-2026-3\",\n    \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n    \"rowVersion\": 875354726,\n    \"resolutionId\": null,\n    \"resolutionComment\": null,\n    \"assignedId\": null,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"description\": null,\n    \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n    \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"mentionedUserIds\": [],\n    \"dealId\": null,\n    \"sprintId\": null,\n    \"storyPoints\": null,\n    \"parentId\": null,\n    \"name\": \"Do something!\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"7d7fbbfd-3010-432e-bdc3-6b51f2959dc5\",\n    \"created\": \"2026-06-01T18:20:03.9186729Z\",\n    \"modified\": \"2026-06-01T18:20:03.8812609Z\",\n    \"isActive\": true,\n    \"checkList\": [],\n    \"tags\": [],\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"Issue\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"7d7fbbfd-3010-432e-bdc3-6b51f2959dc5\",\n                \"assignedId\": null,\n                \"assigned\": null,\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": \"SUP-02-2026-3\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T18:20:03.9186729Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"dealId\": null,\n                \"deal\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"dueDate\": null,\n                \"initiatorId@odata.type\": \"#Guid\",\n                \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"key\": \"SUP-02-2026-3\",\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"mentionedUserIds\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T18:20:03.8812609Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Do something!\",\n                \"parentId\": null,\n                \"parent\": null,\n                \"priorityId@odata.type\": \"#Guid\",\n                \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"resolutionComment\": null,\n                \"resolutionId\": null,\n                \"resolution\": null,\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875354726,\n                \"sprintId\": null,\n                \"sprint\": null,\n                \"stateEntered@odata.type\": \"#DateTimeOffset\",\n                \"stateEntered\": \"0001-01-01T00:00:00Z\",\n                \"stateId@odata.type\": \"#Guid\",\n                \"stateId\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n                \"storyPoints\": null,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"typeId@odata.type\": \"#Guid\",\n                \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"initiator\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"priority\": {\n                    \"@odata.type\": \"#WP.DirectoryEntryDto\",\n                    \"id\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n                    \"name\": \"Нормальный\",\n                    \"code\": \"NORMAL\",\n                    \"directoryId\": \"cc1ce71f-9723-4364-8c40-40a4442f34b4\",\n                    \"color\": null,\n                    \"icon\": null\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"state\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n                    \"name\": \"Открыта\"\n                },\n                \"type\": {\n                    \"@odata.type\": \"#WP.DirectoryEntryDto\",\n                    \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                    \"name\": \"Поручение\",\n                    \"code\": \"ASSIGNMENT\",\n                    \"directoryId\": \"9e155b29-de17-40b2-8aa6-25e57528ac7e\",\n                    \"color\": null,\n                    \"icon\": \"bi-file-earmark-text\"\n                }\n            }\n        ]\n    },\n    \"updated\": {\n        \"NumberingPolicyValue\": [\n            {\n                \"nextIndex\": 4,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5bf46908-d571-432c-a9db-d8d5191d100e\"\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"4c60153e-ec7a-4238-b436-7bb210ff9f81"},{"name":"Get Issue","id":"dcd8db3e-e8e5-44dc-b019-3565a1917c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)","description":"<p>Get \"Issue\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3ab28c65-3767-46ef-b6ed-9ba96a7630ad","name":"Get Issue","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:20:49 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Issues/$entity\",\n    \"dueDate\": null,\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"code\": \"SUP-02-2026-3\",\n    \"key\": \"SUP-02-2026-3\",\n    \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n    \"rowVersion\": 875354726,\n    \"resolutionId\": null,\n    \"resolutionComment\": null,\n    \"assignedId\": null,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"description\": null,\n    \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n    \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"mentionedUserIds\": [],\n    \"dealId\": null,\n    \"sprintId\": null,\n    \"storyPoints\": null,\n    \"parentId\": null,\n    \"name\": \"Do something!\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stateId\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n    \"stateEntered\": \"0001-01-01T00:00:00Z\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"7d7fbbfd-3010-432e-bdc3-6b51f2959dc5\",\n    \"created\": \"2026-06-01T18:20:03.918672Z\",\n    \"modified\": \"2026-06-01T18:20:03.88126Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"checkList\": [],\n    \"tags\": [],\n    \"directorySetValue1\": []\n}"}],"_postman_id":"dcd8db3e-e8e5-44dc-b019-3565a1917c43"},{"name":"Patch Issue","id":"a6c8be02-7267-411e-a166-3ccc794ca896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dueDate\": \"2025-01-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)","description":"<p>Patch \"Issue\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"fe1e9645-a39b-464d-a034-aa630544103a","name":"Patch Issue","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dueDate\": \"2025-01-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Issues(7d7fbbfd-3010-432e-bdc3-6b51f2959dc5)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 18:21:05 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6c8be02-7267-411e-a166-3ccc794ca896"},{"name":"Delete Issue","id":"e0e077d1-4de8-4654-8a60-240d9abec85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Issues(7c448278-1209-418c-8850-df9e46edfb97)","description":"<p>Delete \"Issue\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues(7c448278-1209-418c-8850-df9e46edfb97)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a4bd9749-25ee-411c-a1d8-00971502266e","name":"Delete Issue","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Issues(7c448278-1209-418c-8850-df9e46edfb97)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 18:22:11 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0e077d1-4de8-4654-8a60-240d9abec85f"},{"name":"Query Issues","id":"f88024bb-f48b-47a9-8f9f-01a896898b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Issues?$select=*&$top=3","description":"<p>Query \"Issues\" list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"*"},{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"73c448a7-4b15-4a8c-9bb1-1e30cc11d030","name":"Query Issues","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Issues?$select=*&$top=3","host":["https://api.timetta.com"],"path":["odata","Issues"],"query":[{"key":"$select","value":"*"},{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:23:24 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Issues(*)\",\n    \"value\": [\n        {\n            \"dueDate\": null,\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"code\": \"ADM-2026-9\",\n            \"key\": \"ADM-2026-9\",\n            \"typeId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n            \"rowVersion\": 864007973,\n            \"resolutionId\": null,\n            \"resolutionComment\": null,\n            \"assignedId\": \"d2738343-0965-4b75-8c5a-e819a5aa791b\",\n            \"projectId\": \"7979d62d-5236-491d-8d09-9cece6dfee29\",\n            \"projectTaskId\": \"3066d08d-a6f6-4bcc-bf70-53a9a9c3e34d\",\n            \"description\": \"Включить актуальных прогноз и обосновать причины отклонения.\",\n            \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n            \"initiatorId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"mentionedUserIds\": [],\n            \"dealId\": null,\n            \"sprintId\": null,\n            \"storyPoints\": null,\n            \"parentId\": null,\n            \"name\": \"Подготовить отчет по проекту\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0358e1a3-4812-40bb-a8d4-b0beea9c1eeb\",\n            \"created\": \"2026-05-25T17:29:56.417573Z\",\n            \"modified\": \"2026-05-25T17:29:55.403728Z\",\n            \"isActive\": true,\n            \"checkList\": [],\n            \"tags\": [],\n            \"directorySetValue1\": []\n        },\n        {\n            \"dueDate\": null,\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"code\": \"DEV-01-SOFT-32\",\n            \"key\": \"DEV-01-SOFT-32\",\n            \"typeId\": \"968f71c6-6b38-4845-963a-b2d07ec95185\",\n            \"rowVersion\": 864007973,\n            \"resolutionId\": null,\n            \"resolutionComment\": null,\n            \"assignedId\": \"e5abbd70-c398-4276-890f-47181bd3a552\",\n            \"projectId\": \"8dbb372c-c3f7-520c-88fe-f86377a017ea\",\n            \"projectTaskId\": \"9e12399e-f4c2-49bc-93d9-0c882b50ece9\",\n            \"description\": \"## Цель\\nИнтеграция карт и геоданных в систему.\\n\\n## Функции:\\n- Отображение на карте\\n- Геокодирование адресов\\n- Поиск ближайших объектов\\n- Трекинг перемещений\",\n            \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n            \"initiatorId\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"mentionedUserIds\": [],\n            \"dealId\": null,\n            \"sprintId\": \"279ce16f-5f83-5af4-a6b7-78157820bab4\",\n            \"storyPoints\": 13,\n            \"parentId\": null,\n            \"name\": \"Разработать модуль геолокации\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"6c66a54f-cb16-4627-8f3e-82e37be1d9f5\",\n            \"stateEntered\": \"0001-01-01T00:00:00Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"07efed91-4406-4046-b83a-8d0e7d7f88dd\",\n            \"created\": \"2026-05-25T17:28:31.56164Z\",\n            \"modified\": \"2026-05-25T17:28:27.072829Z\",\n            \"isActive\": true,\n            \"checkList\": [],\n            \"tags\": [],\n            \"directorySetValue1\": []\n        },\n        {\n            \"dueDate\": null,\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"code\": \"DEV-01-SOFT-8\",\n            \"key\": \"DEV-01-SOFT-8\",\n            \"typeId\": \"968f71c6-6b38-4845-963a-b2d07ec95185\",\n            \"rowVersion\": 864007973,\n            \"resolutionId\": null,\n            \"resolutionComment\": null,\n            \"assignedId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"projectId\": \"8dbb372c-c3f7-520c-88fe-f86377a017ea\",\n            \"projectTaskId\": \"9e12399e-f4c2-49bc-93d9-0c882b50ece9\",\n            \"description\": \"## Цель\\nСоздание понятной документации для интеграторов.\\n\\n## Форматы:\\n- OpenAPI/Swagger спецификация\\n- Postman коллекция\\n- Примеры запросов/ответов\\n- Описание ошибок\",\n            \"priorityId\": \"d5d1d221-80e4-4b5c-8c1a-5c18d2af2a06\",\n            \"initiatorId\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"mentionedUserIds\": [],\n            \"dealId\": null,\n            \"sprintId\": \"74f31f31-d137-5b5b-9435-bf9114676e4e\",\n            \"storyPoints\": 5,\n            \"parentId\": null,\n            \"name\": \"Разработать API документацию\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stateId\": \"130a434c-10d5-481b-a707-5c1ea900147c\",\n            \"stateEntered\": \"2026-05-25T17:28:38.04647Z\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0eb23777-ced3-4fde-a925-40b729de3361\",\n            \"created\": \"2026-05-25T17:28:29.002825Z\",\n            \"modified\": \"2026-05-25T17:28:38.069804Z\",\n            \"isActive\": true,\n            \"checkList\": [],\n            \"tags\": [],\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"f88024bb-f48b-47a9-8f9f-01a896898b39"},{"name":"Set Issue State","id":"0eacd185-f916-4cd8-90cd-b43f8c13b493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"stateId\":\"2bd17f05-d4e6-4cd5-9e29-f11d8b7b21d2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Issues(3bd3a7a8-ae71-4c22-930d-f5a667807770)/SetState","description":"<p>Change Issue state according to state transition rules.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Issues(3bd3a7a8-ae71-4c22-930d-f5a667807770)","SetState"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eacd185-f916-4cd8-90cd-b43f8c13b493"}],"id":"eefc2d3f-bbe8-43da-b2bc-893f1d17f245","_postman_id":"eefc2d3f-bbe8-43da-b2bc-893f1d17f245","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Accounting Periods","item":[{"name":"Create Accounting Period","id":"4646b0db-675c-4f1e-8d32-1ae9ea8f871e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"start\": \"2022-11-01\",\r\n   \"end\": \"2022-11-30\",\r\n   \"name\": \"period\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingPeriods","description":"<p>Create \"Accounting Period\" entity.</p>\n<p><strong>Important!</strong></p>\n<p>All created periods must be consecutive.</p>\n<p>For example, if you have already created period</p>\n<p><code>{</code></p>\n<p><code>\"start\": \"2022-10-01\", \"end\": \"2022-10-31\"</code></p>\n<p><code>}</code></p>\n<p>next created period should have \"start\" date later than previous \"end\" date.</p>\n<p>For example</p>\n<p><code>{</code></p>\n<p><code>\"start\": \"2022-11-01\", \"end\": \"2022-11-14\"</code></p>\n<p><code>}</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingPeriods"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ef049526-ad9f-46b9-b13c-f06b86c5fe3a","name":"Create Accounting Period","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"start\": \"2022-11-01\",\r\n   \"end\": \"2022-11-30\",\r\n   \"name\": \"period\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingPeriods"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingPeriods/$entity\",\r\n   \"start\": \"2022-11-01\",\r\n   \"end\": \"2022-11-30\",\r\n   \"name\": \"Period 01.11.2022—30.11.2022\",\r\n   \"createdById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"modifiedById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"id\": \"8c851919-dea4-4069-8eb9-2330721ad4fc\",\r\n   \"created\": \"2022-10-14T12:55:51.4943897+03:00\",\r\n   \"modified\": \"2022-10-14T09:55:51.4655416Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"4646b0db-675c-4f1e-8d32-1ae9ea8f871e"},{"name":"Get Accounting Period","id":"43c1b617-14a9-42e7-866d-abd64159956e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)","description":"<p>Get Accounting Period entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"490de0e8-f9cf-4aa6-bc7c-958b0efa1e1f","name":"Get Accounting Period","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingPeriods/$entity\",\r\n   \"start\": \"2022-11-01\",\r\n   \"end\": \"2022-11-30\",\r\n   \"name\": \"Period 01.11.2022—30.11.2022\",\r\n   \"createdById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"modifiedById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"id\": \"8c851919-dea4-4069-8eb9-2330721ad4fc\",\r\n   \"created\": \"2022-10-14T09:55:51.494389Z\",\r\n   \"modified\": \"2022-10-14T09:55:51.465541Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"43c1b617-14a9-42e7-866d-abd64159956e"},{"name":"Patch Accounting Period","id":"481d759f-9ea2-44b0-9025-dcf666d5eaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingPeriods(64f3236b-00e0-41cf-84d2-f9c63565a1f1)","description":"<p>Update Accounting Period entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingPeriods(64f3236b-00e0-41cf-84d2-f9c63565a1f1)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"34493b5a-f543-4190-8831-e849d9d4ab39","name":"Update Accounting Period","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingPeriods(64f3236b-00e0-41cf-84d2-f9c63565a1f1)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"481d759f-9ea2-44b0-9025-dcf666d5eaba"},{"name":"Delete Accounting Period","id":"badd676d-f8ea-45ec-94ae-1bec83709872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)","description":"<p>Delete Accounting Period entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"fb2d4e56-3b45-4e2a-b139-788c9b7d7bad","name":"Delete Accounting Period","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/AccountingPeriods(8c851919-dea4-4069-8eb9-2330721ad4fc)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"badd676d-f8ea-45ec-94ae-1bec83709872"},{"name":"Query Accounting Periods","id":"81a1c2f4-cbef-4599-8248-bd864aaa50b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingPeriods?$select=id,name,isActive,created,start,end&$top=50","description":"<p>Request a list of accounting periods.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingPeriods"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,isActive,created,start,end"},{"key":"$top","value":"50"}],"variable":[]}},"response":[{"id":"cac1f7d3-5359-4ccf-86ae-2171ec686533","name":"Query Accounting Periods","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/AccountingPeriods?$select=id,name,isActive,created,start,end&$top=50","protocol":"https","host":["api","timetta","com"],"path":["odata","AccountingPeriods"],"query":[{"key":"$select","value":"id,name,isActive,created,start,end"},{"key":"$top","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingPeriods(id,name,isActive,created,start,end)\",\r\n   \"value\": [\r\n      {\r\n         \"start\": \"2022-09-01\",\r\n         \"end\": \"2022-09-30\",\r\n         \"name\": \"Period 01.09.2022—30.09.2022\",\r\n         \"id\": \"9093b980-9b62-4e6c-afc4-f59c34d68e62\",\r\n         \"created\": \"2022-10-14T11:08:40.175184Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"start\": \"2022-10-01\",\r\n         \"end\": \"2022-10-16\",\r\n         \"name\": \"Period 01.10.2022—16.10.2022\",\r\n         \"id\": \"f0bb9785-6313-4848-9b30-bae97a3ed331\",\r\n         \"created\": \"2022-10-14T11:09:05.334319Z\",\r\n         \"isActive\": false\r\n      },\r\n      {\r\n         \"start\": \"2022-10-17\",\r\n         \"end\": \"2022-10-24\",\r\n         \"name\": \"Period 17.10.2022—24.10.2022\",\r\n         \"id\": \"d91135d3-3e45-4ef1-b27e-f03f8f9c1195\",\r\n         \"created\": \"2022-10-14T11:09:16.275386Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"81a1c2f4-cbef-4599-8248-bd864aaa50b2"}],"id":"178dfe61-e5ba-48de-aa21-7d26666682d6","_postman_id":"178dfe61-e5ba-48de-aa21-7d26666682d6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Accounting Entries","item":[{"name":"Financial Accounts","item":[{"name":"Get Financial Accounts","id":"471c6bd0-f692-4256-a120-95ccb650931a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/FinancialAccounts?$top=3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","FinancialAccounts"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"63599252-8f34-42f9-901e-a6d6a3cf5da1","name":"Get Financial Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/FinancialAccounts?$top=3","host":["https://api.timetta.com"],"path":["odata","FinancialAccounts"],"query":[{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:36:21 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#FinancialAccounts\",\n    \"value\": [\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"TimeOffCost\",\n            \"isSystem\": true,\n            \"includedInBalance\": true,\n            \"description\": null,\n            \"name\": \"Себестоимость отсутствий\",\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"13e9a026-b80f-4a08-8fd4-6a269f698004\",\n            \"created\": \"2026-05-25T17:27:06.747651Z\",\n            \"modified\": \"2026-05-26T11:40:01.375368Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"DirectLabor\",\n            \"isSystem\": true,\n            \"includedInBalance\": true,\n            \"description\": null,\n            \"name\": \"Себестоимость труда\",\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"15476461-f0e2-4b70-990a-b4a3ccb5c87f\",\n            \"created\": \"2026-05-25T17:27:06.747143Z\",\n            \"modified\": \"2026-05-26T11:40:01.375367Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"ENTRT\",\n            \"isSystem\": false,\n            \"includedInBalance\": true,\n            \"description\": \"Представительские расходы: питание, организация мероприятий и т.д.\",\n            \"name\": \"Представительские расходы\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"21db2084-03c6-45f7-b46b-8f59ab197db9\",\n            \"created\": \"2026-05-25T17:27:31.687834Z\",\n            \"modified\": \"2026-05-25T17:27:31.582908Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"471c6bd0-f692-4256-a120-95ccb650931a"}],"id":"ae21e7a3-ae0c-4505-8d47-d052d232b548","_postman_id":"ae21e7a3-ae0c-4505-8d47-d052d232b548","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Create Accounting Entry","id":"0a7b2ae9-4224-4b7e-8fa3-cf4872816ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 37500,\r\n    \"date\": \"2026-11-01\",\r\n    \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\r\n    \"description\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingEntries","description":"<p>Create Accounting Entry entity.</p>\n<ul>\n<li>amount - entry amount</li>\n<li>date - entry date</li>\n<li>accountId - account ID (see 'Get Financial Accounts' examples)</li>\n<li>projectId - project ID</li>\n<li>projectTaskId - project task ID</li>\n<li>modeId - manual entry mode ID (<code>9dd0c035-85cf-4d70-a698-5505aa0829af</code>)</li>\n<li>description - entry description</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingEntries"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b3774d09-c6cd-40d5-a876-7af54c862873","name":"Create Accounting Entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 37500,\r\n    \"date\": \"2026-11-01\",\r\n    \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\r\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\r\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\r\n    \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\r\n    \"description\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingEntries"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:38:18 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/AccountingEntries(242094be-529a-4849-acf1-60185092430a)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingEntries/$entity\",\n    \"documentDate\": \"2026-11-01\",\n    \"date\": \"2026-11-01\",\n    \"number\": 1092,\n    \"documentId\": null,\n    \"documentType\": null,\n    \"documentDescription\": null,\n    \"hours\": null,\n    \"costRate\": null,\n    \"isReverted\": false,\n    \"userId\": null,\n    \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\n    \"description\": null,\n    \"amount\": 37500,\n    \"amountBC\": 37500,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\n    \"timeOffTypeId\": null,\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"legalEntityId\": null,\n    \"projectCostCenterId\": null,\n    \"departmentId\": null,\n    \"subcontractorId\": null,\n    \"code\": \"1092\",\n    \"id\": \"242094be-529a-4849-acf1-60185092430a\",\n    \"created\": \"2026-06-01T18:38:19.1907806Z\",\n    \"modified\": \"2026-06-01T18:38:19.1380301Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"AccountingEntry\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"242094be-529a-4849-acf1-60185092430a\",\n                \"accountId@odata.type\": \"#Guid\",\n                \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\n                \"amount@odata.type\": \"#Decimal\",\n                \"amount\": 37500,\n                \"amountBC@odata.type\": \"#Decimal\",\n                \"amountBC\": 37500,\n                \"code\": \"1092\",\n                \"costRate\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T18:38:19.1907806Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2026-11-01\",\n                \"departmentId\": null,\n                \"description\": null,\n                \"documentDate@odata.type\": \"#Date\",\n                \"documentDate\": \"2026-11-01\",\n                \"documentDescription\": null,\n                \"documentId\": null,\n                \"documentType\": null,\n                \"hours\": null,\n                \"isActive\": true,\n                \"isReverted\": false,\n                \"legalEntityId\": null,\n                \"legalEntity\": null,\n                \"modeId@odata.type\": \"#Guid\",\n                \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T18:38:19.1380301Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"projectCostCenterId\": null,\n                \"projectCostCenter\": null,\n                \"projectId@odata.type\": \"#Guid\",\n                \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                \"projectTaskId@odata.type\": \"#Guid\",\n                \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                \"subcontractorId\": null,\n                \"timeOffTypeId\": null,\n                \"timeOffType\": null,\n                \"userId\": null,\n                \"user\": null,\n                \"account\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\n                    \"name\": \"Субподрядчики\"\n                },\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"project\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                },\n                \"projectTask\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n                    \"name\": \"Тех. поддержка Сибур 2024\"\n                }\n            }\n        ]\n    },\n    \"updated\": {\n        \"NumberingPolicyValue\": [\n            {\n                \"nextIndex\": 1093,\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"29de299b-fc6b-4cad-b400-095cea152ba5\"\n            }\n        ]\n    },\n    \"deleted\": {}\n}"}],"_postman_id":"0a7b2ae9-4224-4b7e-8fa3-cf4872816ec3"},{"name":"Get Accounting Entry","id":"cc38840c-5a2b-4a98-8464-51dc6265da8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingEntries(242094be-529a-4849-acf1-60185092430a)","description":"<p>Get Accounting Entry entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingEntries(242094be-529a-4849-acf1-60185092430a)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4b542386-4944-4259-9226-005e7517add5","name":"Get Accounting Entry","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingEntries(242094be-529a-4849-acf1-60185092430a)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:39:18 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingEntries/$entity\",\n    \"documentDate\": \"2026-11-01\",\n    \"date\": \"2026-11-01\",\n    \"number\": 1092,\n    \"documentId\": null,\n    \"documentType\": null,\n    \"documentDescription\": null,\n    \"hours\": null,\n    \"costRate\": null,\n    \"isReverted\": false,\n    \"userId\": null,\n    \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\n    \"description\": null,\n    \"amount\": 37500,\n    \"amountBC\": 37500,\n    \"projectId\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\",\n    \"projectTaskId\": \"0e51f606-402c-49b6-9cba-e7037e22cf8e\",\n    \"accountId\": \"2979d62d-5236-491d-8d09-9cece6dfee29\",\n    \"timeOffTypeId\": null,\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"legalEntityId\": null,\n    \"projectCostCenterId\": null,\n    \"departmentId\": null,\n    \"subcontractorId\": null,\n    \"code\": \"1092\",\n    \"id\": \"242094be-529a-4849-acf1-60185092430a\",\n    \"created\": \"2026-06-01T18:38:19.19078Z\",\n    \"modified\": \"2026-06-01T18:38:19.13803Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"periodIsOpen\": true\n}"}],"_postman_id":"cc38840c-5a2b-4a98-8464-51dc6265da8b"},{"name":"Update Accounting Entry","id":"22620c69-65b5-4b68-8cb5-f805d6645d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\r\n   \"projectId\": \"923c3131-9e81-4e90-9af2-37c7b3535551\",\r\n   \"projectTaskId\": \"c130a2d2-b981-48bd-9864-4c1785df6626\",\r\n   \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\r\n   \"documentId\": null,\r\n   \"documentDate\": \"2022-11-01\",\r\n   \"description\": null,\r\n   \"amount\": 678.3,\r\n   \"date\": \"2022-11-07\",\r\n   \"hours\": null,\r\n   \"costRate\": null,\r\n   \"id\": \"2ae1dfbb-1911-4afb-99fe-7558df658c84\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingEntries(2ae1dfbb-1911-4afb-99fe-7558df658c84)","description":"<p>Update Accounting Entry entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingEntries(2ae1dfbb-1911-4afb-99fe-7558df658c84)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ce7e05a7-6c38-49d2-9894-97e53e2fc3fa","name":"Update Accounting Entry","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"accountId\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\r\n   \"projectId\": \"923c3131-9e81-4e90-9af2-37c7b3535551\",\r\n   \"projectTaskId\": \"c130a2d2-b981-48bd-9864-4c1785df6626\",\r\n   \"modeId\": \"9dd0c035-85cf-4d70-a698-5505aa0829af\",\r\n   \"documentId\": null,\r\n   \"documentDate\": \"2022-11-07\",\r\n   \"description\": null,\r\n   \"amount\": 678.3,\r\n   \"date\": \"2022-11-07\",\r\n   \"hours\": null,\r\n   \"costRate\": null,\r\n   \"id\": \"2ae1dfbb-1911-4afb-99fe-7558df658c84\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/AccountingEntries(2ae1dfbb-1911-4afb-99fe-7558df658c84)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22620c69-65b5-4b68-8cb5-f805d6645d0f"},{"name":"Delete Accounting Entry","id":"3fbde7b9-272e-4334-bc5e-e82c1219f73c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)","description":"<p>Delete Accounting Entry entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b6d8bfe2-854d-4922-b363-c026daf688c8","name":"Delete Accounting Entry","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/AccountingEntries(32251cb6-6839-4233-8b00-dab98412640b)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fbde7b9-272e-4334-bc5e-e82c1219f73c"},{"name":"Query Accounting Entries","id":"4b083cb5-d4df-4f5d-8ae2-97957e5a6256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/AccountingEntries?$select=id,amount,number,date,description&$top=50&$expand=project($select=id,name),projectTask($select=id,name),account($select=id,name;$expand=type($select=id,name,code))","description":"<p>Request Accounting Entries list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","AccountingEntries"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,amount,number,date,description"},{"key":"$top","value":"50"},{"key":"$expand","value":"project($select=id,name),projectTask($select=id,name),account($select=id,name;$expand=type($select=id,name,code))"}],"variable":[]}},"response":[{"id":"4e5719b3-d075-45e1-89f3-e92f7bb77fd9","name":"Query Accounting Entries","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/AccountingEntries?$select=id,amount,number,date,description&$top=50&$expand=project($select=id,name),projectTask($select=id,name),account($select=id,name;$expand=type($select=id,name,code))","host":["https://api.timetta.com"],"path":["odata","AccountingEntries"],"query":[{"key":"$select","value":"id,amount,number,date,description"},{"key":"$top","value":"50"},{"key":"$expand","value":"project($select=id,name),projectTask($select=id,name),account($select=id,name;$expand=type($select=id,name,code))"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#AccountingEntries(id,amount,number,date,description,project(id,name),projectTask(id,name),account(id,name,type(id,name,code)))\",\r\n   \"value\": [\r\n      {\r\n         \"date\": \"2022-10-14\",\r\n         \"number\": 1042,\r\n         \"description\": null,\r\n         \"amount\": 1000,\r\n         \"id\": \"192d5249-be95-46b7-9746-2176ffc4dd37\",\r\n         \"project\": {\r\n            \"name\": \"Project 915d5999-88c5-438c-bfce-85dc1b6e2290\",\r\n            \"id\": \"2f1c7a03-038e-4763-977f-76f672914836\"\r\n         },\r\n         \"projectTask\": {\r\n            \"name\": \"Project 915d5999-88c5-438c-bfce-85dc1b6e2290\",\r\n            \"id\": \"49c5a0c0-8d00-4bf0-a3dd-c8cf81866119\"\r\n         },\r\n         \"account\": {\r\n            \"name\": \"Revenue\",\r\n            \"id\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\r\n            \"type\": {\r\n               \"code\": \"Revenue\",\r\n               \"name\": \"Revenue\",\r\n               \"id\": \"b27bf8ed-9569-4414-9208-ddaf36ac136e\"\r\n            }\r\n         }\r\n      },\r\n      {\r\n         \"date\": \"2022-10-14\",\r\n         \"number\": 1039,\r\n         \"description\": null,\r\n         \"amount\": -1000,\r\n         \"id\": \"32251cb6-6839-4233-8b00-dab98412640b\",\r\n         \"project\": {\r\n            \"name\": \"Project 3fd75bdb-83af-44e9-ae74-282bee2d248d\",\r\n            \"id\": \"bb35fa0f-b196-455b-9dbd-e04bcc2a3ddc\"\r\n         },\r\n         \"projectTask\": {\r\n            \"name\": \"Project 3fd75bdb-83af-44e9-ae74-282bee2d248d\",\r\n            \"id\": \"78b50c78-0f09-4a47-a1b8-ff08a3d37c75\"\r\n         },\r\n         \"account\": {\r\n            \"name\": \"Revenue\",\r\n            \"id\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\r\n            \"type\": {\r\n               \"code\": \"Revenue\",\r\n               \"name\": \"Revenue\",\r\n               \"id\": \"b27bf8ed-9569-4414-9208-ddaf36ac136e\"\r\n            }\r\n         }\r\n      },\r\n      {\r\n         \"date\": \"2022-10-14\",\r\n         \"number\": 1040,\r\n         \"description\": null,\r\n         \"amount\": 1000,\r\n         \"id\": \"e44c25ed-c77b-43f5-9037-42f356e8783b\",\r\n         \"project\": {\r\n            \"name\": \"Project 5718199c-0b51-4a52-a60f-1bc9218facce\",\r\n            \"id\": \"9da75203-5e79-4181-8501-08191eb968bf\"\r\n         },\r\n         \"projectTask\": {\r\n            \"name\": \"Project 5718199c-0b51-4a52-a60f-1bc9218facce\",\r\n            \"id\": \"445a9f3a-ffc0-450f-a735-baacf53f3a55\"\r\n         },\r\n         \"account\": {\r\n            \"name\": \"Revenue\",\r\n            \"id\": \"d0e23321-fd5d-4982-8a72-23747b035026\",\r\n            \"type\": {\r\n               \"code\": \"Revenue\",\r\n               \"name\": \"Revenue\",\r\n               \"id\": \"b27bf8ed-9569-4414-9208-ddaf36ac136e\"\r\n            }\r\n         }\r\n      },\r\n      {\r\n         \"date\": \"2022-11-01\",\r\n         \"number\": 1043,\r\n         \"description\": null,\r\n         \"amount\": 375.5,\r\n         \"id\": \"56d7bc38-871d-4365-a3d5-ef278389fee7\",\r\n         \"project\": {\r\n            \"name\": \"Project 3fd75bdb-83af-44e9-ae74-282bee2d248d\",\r\n            \"id\": \"bb35fa0f-b196-455b-9dbd-e04bcc2a3ddc\"\r\n         },\r\n         \"projectTask\": {\r\n            \"name\": \"Project 3fd75bdb-83af-44e9-ae74-282bee2d248d\",\r\n            \"id\": \"78b50c78-0f09-4a47-a1b8-ff08a3d37c75\"\r\n         },\r\n         \"account\": {\r\n            \"name\": \"Labor Cost\",\r\n            \"id\": \"15476461-f0e2-4b70-990a-b4a3ccb5c87f\",\r\n            \"type\": {\r\n               \"code\": \"Expenses\",\r\n               \"name\": \"Expenses\",\r\n               \"id\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\"\r\n            }\r\n         }\r\n      }\r\n   ]\r\n}"}],"_postman_id":"4b083cb5-d4df-4f5d-8ae2-97957e5a6256"}],"id":"ca56f30d-773c-44f2-b750-78d96c266e61","_postman_id":"ca56f30d-773c-44f2-b750-78d96c266e61","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Resources","item":[{"name":"Resource Requests","item":[{"name":"Create Resource Request","id":"6f86aa9b-a0f2-4466-8fe7-4cf2e39af008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"roleId\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\",\r\n   \"resourcePoolId\": \"bc6e157b-de23-4e58-9918-d5394a1620ba\",\r\n   \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\r\n   \"teamMemberId\": \"4570ed79-7e86-4390-b7e6-5e96391c8ea\",\r\n   \"from\": null,\r\n   \"to\": null,\r\n   \"requirementEntries\": [],\r\n   \"levelId\": \"d2d63399-4e02-4eb0-ac83-12d433cfe770\",\r\n   \"locationId\": \"1a605202-4756-4fa0-902c-3d34a8872dbc\",\r\n   \"name\": \"Request Programmer (L3 Specialist) for Database development\",\r\n   \"resourceDescription\": null,\r\n   \"note\": \"need before 31.12.2023\",\r\n   \"scale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ResourceRequests","description":"<p>Create Resource Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourceRequests"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7519c2a2-a592-442b-b1f1-d1c7587c2dfd","name":"Create Resource Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"roleId\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\",\r\n   \"resourcePoolId\": \"bc6e157b-de23-4e58-9918-d5394a1620ba\",\r\n   \"projectId\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\",\r\n   \"teamMemberId\": \"4570ed79-7e86-4390-b7e6-5e96391c8ea\",\r\n   \"from\": null,\r\n   \"to\": null,\r\n   \"requirementEntries\": [],\r\n   \"levelId\": \"d2d63399-4e02-4eb0-ac83-12d433cfe770\",\r\n   \"locationId\": \"1a605202-4756-4fa0-902c-3d34a8872dbc\",\r\n   \"name\": \"Request Programmer (L3 Specialist) for Database development\",\r\n   \"resourceDescription\": null,\r\n   \"note\": \"need before 31.12.2023\",\r\n   \"scale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ResourceRequests"},"code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f86aa9b-a0f2-4466-8fe7-4cf2e39af008"},{"name":"Get Resource Request","id":"47af7ff9-1156-4c56-ab1e-b89b9f6e7e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)","description":"<p>Get Resource Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"74e365a8-857b-43b6-9bb8-f47836199317","name":"Get Resource Request","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourceRequests(preferredResources())/$entity\",\r\n    \"from\": \"2022-12-05\",\r\n    \"to\": \"2022-12-05\",\r\n    \"opened\": null,\r\n    \"completed\": \"2022-12-05T14:36:25.203651Z\",\r\n    \"resourceDescription\": \"Programmer\",\r\n    \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n    \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n    \"note\": \"C# programmer needed for 40 hours\",\r\n    \"requestedHours\": 60,\r\n    \"bookedHours\": 0,\r\n    \"stateId\": \"f145a701-2bc5-4733-a874-fc35f7a94903\",\r\n    \"assignedId\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n    \"teamMemberId\": \"8df76528-ba6c-4134-9f67-461cd860d1ff\",\r\n    \"projectId\": \"1392077f-e5a4-41fd-9be7-bc0df3c26f8d\",\r\n    \"rowVersion\": 23761637,\r\n    \"name\": \"Request Programmer (Programmer) for Backend Development\",\r\n    \"createdById\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n    \"modifiedById\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n    \"id\": \"aaed9389-def0-42ba-ae49-75b2d7a53ba0\",\r\n    \"created\": \"2022-12-05T14:34:08.563561Z\",\r\n    \"modified\": \"2022-12-05T14:37:11.775735Z\",\r\n    \"isActive\": false,\r\n    \"editAllowed\": true,\r\n    \"deleteAllowed\": true,\r\n    \"cancelAllowed\": false,\r\n    \"completeAllowed\": false,\r\n    \"openAllowed\": true,\r\n}"}],"_postman_id":"47af7ff9-1156-4c56-ab1e-b89b9f6e7e43"},{"name":"Update Resource Request","id":"01883f12-bb76-4681-8049-1507b8f4744f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"aaed9389-def0-42ba-ae49-75b2d7a53ba0\",\r\n   \"rowVersion\": 23761634,\r\n   \"stateId\": \"f145a701-2bc5-4733-a874-fc35f7a94903\",\r\n   \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n   \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n   \"projectId\": \"1392077f-e5a4-41fd-9be7-bc0df3c26f8d\",\r\n   \"teamMemberId\": \"8df76528-ba6c-4134-9f67-461cd860d1ff\",\r\n   \"name\": \"Request Programmer (Programmer) for Backend Development\",\r\n   \"note\": \"C# programmer needed for 60 hours\",\r\n   \"resourceDescription\": \"Programmer\",\r\n   \"from\": \"2022-12-05\",\r\n   \"to\": \"2022-12-05\",\r\n   \"requestedHours\": 60,\r\n   \"preferredResources\": [\r\n      {\r\n         \"resourceId\": \"5ccf91f2-5252-47fa-ab03-1ddf5af26968\"\r\n      },\r\n      {\r\n         \"resourceId\": \"51a2f16d-4aab-4e31-a700-8c4925e4e3ed\"\r\n      },\r\n      {\r\n         \"resourceId\": \"f47085e3-beb0-48a7-8ebc-43cc49db189e\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)","description":"<p>Update Resource Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"58a9062d-cf81-452c-adf9-699d52094325","name":"Update Resource Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"aaed9389-def0-42ba-ae49-75b2d7a53ba0\",\r\n   \"rowVersion\": 23761634,\r\n   \"stateId\": \"f145a701-2bc5-4733-a874-fc35f7a94903\",\r\n   \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n   \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n   \"projectId\": \"1392077f-e5a4-41fd-9be7-bc0df3c26f8d\",\r\n   \"teamMemberId\": \"8df76528-ba6c-4134-9f67-461cd860d1ff\",\r\n   \"name\": \"Request Programmer (Programmer) for Backend Development\",\r\n   \"note\": \"C# programmer needed for 40 hours\",\r\n   \"resourceDescription\": \"Programmer\",\r\n   \"from\": \"2022-12-05\",\r\n   \"to\": \"2022-12-05\",\r\n   \"requestedHours\": 60,\r\n   \"preferredResources\": [\r\n      {\r\n         \"resourceId\": \"5ccf91f2-5252-47fa-ab03-1ddf5af26968\"\r\n      },\r\n      {\r\n         \"resourceId\": \"51a2f16d-4aab-4e31-a700-8c4925e4e3ed\"\r\n      },\r\n      {\r\n         \"resourceId\": \"f47085e3-beb0-48a7-8ebc-43cc49db189e\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourceRequests/$entity\",\r\n   \"from\": \"2022-12-05\",\r\n   \"to\": \"2022-12-05\",\r\n   \"opened\": null,\r\n   \"completed\": \"2022-12-05T14:36:25.203651Z\",\r\n   \"resourceDescription\": \"Programmer\",\r\n   \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n   \"resourcePoolId\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n   \"note\": \"C# programmer needed for 60 hours\",\r\n   \"requestedHours\": 60,\r\n   \"bookedHours\": 0,\r\n   \"stateId\": \"f145a701-2bc5-4733-a874-fc35f7a94903\",\r\n   \"assignedId\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n   \"teamMemberId\": \"8df76528-ba6c-4134-9f67-461cd860d1ff\",\r\n   \"projectId\": \"1392077f-e5a4-41fd-9be7-bc0df3c26f8d\",\r\n   \"rowVersion\": 23761637,\r\n   \"name\": \"Request Programmer (Programmer) for Backend Development\",\r\n   \"createdById\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n   \"modifiedById\": \"e851cffd-9c0d-47c3-9e34-87083ba5e299\",\r\n   \"id\": \"aaed9389-def0-42ba-ae49-75b2d7a53ba0\",\r\n   \"created\": \"2022-12-05T14:34:08.563561Z\",\r\n   \"modified\": \"2022-12-05T14:37:11.7757353Z\",\r\n   \"isActive\": false\r\n}"}],"_postman_id":"01883f12-bb76-4681-8049-1507b8f4744f"},{"name":"Delete Resource Request","id":"d3e321e7-3400-4359-a358-ffb80f4e3f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)","description":"<p>Delete Resource Request entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"c5bd015a-173b-4380-b6e9-fec1c3be2db7","name":"Delete Resource Request","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ResourceRequests(aaed9389-def0-42ba-ae49-75b2d7a53ba0)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3e321e7-3400-4359-a358-ffb80f4e3f63"},{"name":"Query Resource Requests","id":"117bdd2c-c7ec-457a-93e6-5e8af9f7790d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ResourceRequests?$select=id,name,from,to,requestedHours&$expand=project($select=id,name),role($select=id,name),state($select=id,name,code)&$orderby=name","description":"<p>Request a list of Resource Requests.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourceRequests"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,from,to,requestedHours"},{"key":"$expand","value":"project($select=id,name),role($select=id,name),state($select=id,name,code)"},{"key":"$orderby","value":"name"}],"variable":[]}},"response":[{"id":"6de6a9de-32bc-4fb2-9c94-44060020e5ef","name":"Query Resource Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ResourceRequests?$select=id,name,from,to,requestedHours&$expand=project($select=id,name),role($select=id,name),state($select=id,name,code)&$orderby=name","host":["https://api.timetta.com"],"path":["odata","ResourceRequests"],"query":[{"key":"$select","value":"id,name,from,to,requestedHours"},{"key":"$expand","value":"project($select=id,name),role($select=id,name),state($select=id,name,code)"},{"key":"$orderby","value":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:50:28 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourceRequests(id,name,from,to,requestedHours,project(id,name),role(id,name),state(id,name,code))\",\n    \"value\": [\n        {\n            \"from\": \"2026-06-08\",\n            \"to\": \"2026-11-20\",\n            \"name\": \"Запрос изменения брони Александр Нестеров на Тех. поддержка Сибур 2024\",\n            \"requestedHours\": 500,\n            \"id\": \"3605411f-86ad-434d-83ad-52fdf0ce7fbc\",\n            \"project\": {\n                \"name\": \"Тех. поддержка Сибур 2024\",\n                \"id\": \"31db2084-03c6-45f7-b46b-8f59ab197db9\"\n            },\n            \"role\": {\n                \"name\": \"Архитектор\",\n                \"id\": \"049ec417-5022-49dc-9f00-904b62e8bade\"\n            },\n            \"state\": {\n                \"code\": \"Completed\",\n                \"name\": \"Завершен\",\n                \"id\": \"cb95e01b-0962-4fee-943b-b115faf6351a\"\n            }\n        },\n        {\n            \"from\": \"2025-12-29\",\n            \"to\": \"2026-11-27\",\n            \"name\": \"Запрос изменения брони Иван Агафонов на Аудит Сибура 2026\",\n            \"requestedHours\": 802,\n            \"id\": \"62406680-fd91-4b66-a35c-979d0db89c24\",\n            \"project\": {\n                \"name\": \"Аудит Сибура 2026\",\n                \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\"\n            },\n            \"role\": {\n                \"name\": \"Исполнитель\",\n                \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\"\n            },\n            \"state\": {\n                \"code\": \"Open\",\n                \"name\": \"Открыт\",\n                \"id\": \"64a9c1b8-546b-4768-82a0-e88d785a6dea\"\n            }\n        },\n        {\n            \"from\": null,\n            \"to\": null,\n            \"name\": \"Запрос изменения брони Иван Агафонов на Развертывание CRM\",\n            \"requestedHours\": 483,\n            \"id\": \"497f4781-caa8-44c6-94b5-1c6e1f289939\",\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"role\": {\n                \"name\": \"Исполнитель\",\n                \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\"\n            },\n            \"state\": {\n                \"code\": \"Draft\",\n                \"name\": \"Черновик\",\n                \"id\": \"f145a701-2bc5-4733-a874-fc35f7a94903\"\n            }\n        },\n        {\n            \"from\": null,\n            \"to\": null,\n            \"name\": \"Запрос изменения брони Инна Кравченко на Развертывание CRM\",\n            \"requestedHours\": null,\n            \"id\": \"9dca5698-9007-4813-a52a-9608eb4ebb37\",\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"role\": {\n                \"name\": \"Юрист\",\n                \"id\": \"6a7ab50d-0e47-4bb0-999c-e30aee930672\"\n            },\n            \"state\": {\n                \"code\": \"Draft\",\n                \"name\": \"Черновик\",\n                \"id\": \"f145a701-2bc5-4733-a874-fc35f7a94903\"\n            }\n        },\n        {\n            \"from\": null,\n            \"to\": null,\n            \"name\": \"Запрос изменения брони Ренат Нигматулин на Развертывание CRM\",\n            \"requestedHours\": 473.3333333333333,\n            \"id\": \"135fca2b-cb95-4015-96ec-ead2470f2125\",\n            \"project\": {\n                \"name\": \"Развертывание CRM\",\n                \"id\": \"6ce1f7e7-b88c-4106-8833-d4ac30d6ba15\"\n            },\n            \"role\": {\n                \"name\": \"Программист\",\n                \"id\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\"\n            },\n            \"state\": {\n                \"code\": \"Draft\",\n                \"name\": \"Черновик\",\n                \"id\": \"f145a701-2bc5-4733-a874-fc35f7a94903\"\n            }\n        }\n    ]\n}"}],"_postman_id":"117bdd2c-c7ec-457a-93e6-5e8af9f7790d"}],"id":"39f07481-5b61-4dca-a12d-df263e691d47","_postman_id":"39f07481-5b61-4dca-a12d-df263e691d47","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Bookings","item":[{"name":"Create Booking Entry","id":"dc434dca-a273-4c03-b664-d37566d0b27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries/Create","description":"<p>Create \"Booking Entry\" entity.</p>\n<p>See \"Examples\" section for creating booking entries with different planning methods.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries","Create"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"fec98238-50d8-401f-a0e7-d9fea5e54bc3","name":"Create Booking Entry (method: Manual)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"from\": \"2022-12-05\",\r\n      \"to\": \"2022-12-09\",\r\n      \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Hard\",\r\n      \"planningMethod\": \"Manual\",\r\n      \"detailEntries\": [\r\n         {\r\n            \"hours\": 8,\r\n            \"date\": \"2022-12-05\"\r\n         },\r\n         {\r\n            \"hours\": 8,\r\n            \"date\": \"2022-12-06\"\r\n         },\r\n         {\r\n            \"hours\": 4,\r\n            \"date\": \"2022-12-07\"\r\n         }\r\n      ]\r\n   },\r\n   \"planningScale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries/Create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-12-05\",\r\n   \"to\": \"2022-12-09\",\r\n   \"rowVersion\": 24100051,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n   \"teamMemberId\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n   \"bookedHours\": 20,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"Manual\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": null,\r\n   \"modifiedById\": null,\r\n   \"id\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n   \"created\": \"2022-12-08T08:29:44.3996601Z\",\r\n   \"modified\": \"2022-12-08T08:29:44.3996602Z\",\r\n   \"isActive\": true\r\n}"},{"id":"ec55659f-3050-4bd2-bfbd-eb04d9934392","name":"Create Booking Entry (method: Front Load)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"from\": \"2022-06-06\",\r\n      \"to\": \"2022-06-09\",\r\n      \"projectId\": \"d0c774f8-fcf6-4f9c-9802-1b218fd7b0a3\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Hard\",\r\n      \"requiredHours\": 32,\r\n      \"planningMethod\": \"FrontLoad\",\r\n      \"detailEntries\": []\r\n   },\r\n   \"planningScale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries/Create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-06-06\",\r\n   \"to\": \"2022-06-09\",\r\n   \"rowVersion\": 24100084,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"d0c774f8-fcf6-4f9c-9802-1b218fd7b0a3\",\r\n   \"teamMemberId\": \"086813ef-d548-4b5d-9299-67523fb88634\",\r\n   \"bookedHours\": 32,\r\n   \"requiredHours\": 32,\r\n   \"planningMethod\": \"FrontLoad\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": null,\r\n   \"modifiedById\": null,\r\n   \"id\": \"4cf06c4c-bd5c-43da-ba55-4c6d688e44cf\",\r\n   \"created\": \"2022-12-08T08:29:46.9748943Z\",\r\n   \"modified\": \"2022-12-08T08:29:46.9748943Z\",\r\n   \"isActive\": true\r\n}"},{"id":"8f55cd79-b3f8-4d20-a527-960851fe21e5","name":"Create Booking Entry (method: Remaining Capacity)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"from\": \"2022-06-06\",\r\n      \"to\": \"2022-06-09\",\r\n      \"projectId\": \"e0b91dea-9cc1-40d2-b513-d893cd2fb976\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Hard\",\r\n      \"planningMethod\": \"RemainingCapacity\",\r\n      \"detailEntries\": []\r\n   },\r\n   \"planningScale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries/Create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-06-06\",\r\n   \"to\": \"2022-06-09\",\r\n   \"rowVersion\": 24100123,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"e0b91dea-9cc1-40d2-b513-d893cd2fb976\",\r\n   \"teamMemberId\": \"b1296193-1583-4621-a49a-ef693c9775e4\",\r\n   \"bookedHours\": 32,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"RemainingCapacity\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": null,\r\n   \"modifiedById\": null,\r\n   \"id\": \"8df879f1-7671-45ad-b463-d350116b7a20\",\r\n   \"created\": \"2022-12-08T08:29:49.482084Z\",\r\n   \"modified\": \"2022-12-08T08:29:49.4820841Z\",\r\n   \"isActive\": true\r\n}"},{"id":"4dae66c3-5a52-4c2a-93a3-bade6e2f3dce","name":"Create Booking Entry (method: Evenly)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"from\": \"2022-04-01\",\r\n      \"to\": \"2022-04-07\",\r\n      \"projectId\": \"00f659c0-62d8-4a57-bfff-f98e1321a0e0\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Hard\",\r\n      \"requiredHours\": 40,\r\n      \"planningMethod\": \"Evenly\",\r\n      \"detailEntries\": []\r\n   },\r\n   \"planningScale\": \"Day\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries/Create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-04-01\",\r\n   \"to\": \"2022-04-07\",\r\n   \"rowVersion\": 24100160,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"00f659c0-62d8-4a57-bfff-f98e1321a0e0\",\r\n   \"teamMemberId\": \"321d3d99-e793-4bea-8cc3-dc7be9045a11\",\r\n   \"bookedHours\": 40,\r\n   \"requiredHours\": 40,\r\n   \"planningMethod\": \"Evenly\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": null,\r\n   \"modifiedById\": null,\r\n   \"id\": \"90928174-8ad0-454b-a924-845a0896feae\",\r\n   \"created\": \"2022-12-08T08:29:51.9833481Z\",\r\n   \"modified\": \"2022-12-08T08:29:51.9833482Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"dc434dca-a273-4c03-b664-d37566d0b27a"},{"name":"Get Booking Entry","id":"e09d60d6-b2ab-4f10-baff-dc6b9ee4ad42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries(70211bc7-e23b-4214-ba1b-167d5f082636)?$expand=detailEntries","description":"<p>Get \"Booking Entry\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries(70211bc7-e23b-4214-ba1b-167d5f082636)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"detailEntries"}],"variable":[]}},"response":[{"id":"c21e9fd3-bb30-409a-8a14-c0bcb344ef99","name":"Get Booking Entry","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/BookingEntries(ffa95ae7-deb1-4f85-add5-ecc2927041fe)?$expand=detailEntries","host":["https://api.timetta.com"],"path":["odata","BookingEntries(ffa95ae7-deb1-4f85-add5-ecc2927041fe)"],"query":[{"key":"$expand","value":"detailEntries"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries(detailEntries())/$entity\",\r\n   \"from\": \"2022-06-06\",\r\n   \"to\": \"2022-06-13\",\r\n   \"rowVersion\": 24100051,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n   \"teamMemberId\": \"315666a7-f7d1-463f-9b24-bac649324275\",\r\n   \"bookedHours\": 14.5,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"Manual\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"modifiedById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"id\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n   \"created\": \"2022-12-08T08:29:44.422139Z\",\r\n   \"modified\": \"2022-12-08T08:29:44.39966Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true,\r\n   \"detailEntries\": [\r\n      {\r\n         \"date\": \"2022-06-08\",\r\n         \"month\": \"2022-06-01\",\r\n         \"week\": \"2022-06-06\",\r\n         \"bookingEntryId\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n         \"hours\": 4,\r\n         \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n         \"id\": \"2b60351d-50f6-4419-a1c0-e7af01087930\",\r\n         \"created\": \"2022-12-08T08:29:44.409596Z\",\r\n         \"modified\": \"2022-12-08T08:29:44.408809Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"date\": \"2022-06-06\",\r\n         \"month\": \"2022-06-01\",\r\n         \"week\": \"2022-06-06\",\r\n         \"bookingEntryId\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n         \"hours\": 2.5,\r\n         \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n         \"id\": \"821a2b78-ed85-4585-aa19-64f2254e70cf\",\r\n         \"created\": \"2022-12-08T08:29:44.409489Z\",\r\n         \"modified\": \"2022-12-08T08:29:44.408805Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"date\": \"2022-06-07\",\r\n         \"month\": \"2022-06-01\",\r\n         \"week\": \"2022-06-06\",\r\n         \"bookingEntryId\": \"ffa95ae7-deb1-4f85-add5-ecc2927041fe\",\r\n         \"hours\": 8,\r\n         \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"projectId\": \"5acc9d65-8301-4b3b-becf-748e53d07618\",\r\n         \"id\": \"a4c77521-1dda-4e6c-95a0-0b2135b82a82\",\r\n         \"created\": \"2022-12-08T08:29:44.409545Z\",\r\n         \"modified\": \"2022-12-08T08:29:44.408808Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"e09d60d6-b2ab-4f10-baff-dc6b9ee4ad42"},{"name":"Get Booking Entry Details","id":"79dc7603-30ef-448f-b8b9-f5a3c668f40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries(1fa6618f-d355-499b-b787-f75b19a65f09)/GetDetails(scale=WP.PlanningScale'Day')","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries(1fa6618f-d355-499b-b787-f75b19a65f09)","GetDetails(scale=WP.PlanningScale'Day')"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6c757a08-698d-412e-909c-e70be5170f1d","name":"PlanningScale: Day","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries(1fa6618f-d355-499b-b787-f75b19a65f09)/GetDetails(scale=WP.PlanningScale'Day')"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.DateHours)\",\r\n    \"value\": [\r\n        {\r\n            \"date\": \"2022-08-23\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-22\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-11\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-04\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-12\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-09-02\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-02\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-16\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-09\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-03\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-25\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-29\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-05\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-26\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-31\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-17\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-01\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-24\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-30\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-19\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-18\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-10\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-15\",\r\n            \"hours\": 8.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-08\",\r\n            \"hours\": 8.00000\r\n        }\r\n    ]\r\n}"},{"id":"8b7b5928-d0b4-4669-86ee-00dc921fd668","name":"PlanningScale: Week","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries(1fa6618f-d355-499b-b787-f75b19a65f09)/GetDetails(scale=WP.PlanningScale'Week')"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.DateHours)\",\r\n    \"value\": [\r\n        {\r\n            \"date\": \"2022-08-29\",\r\n            \"hours\": 40.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-22\",\r\n            \"hours\": 40.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-01\",\r\n            \"hours\": 40.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-15\",\r\n            \"hours\": 40.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-08\",\r\n            \"hours\": 40.00000\r\n        }\r\n    ]\r\n}"},{"id":"76b8ec78-353d-4376-a62f-124f0a160ecc","name":"PlanningScale: Month","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries(1fa6618f-d355-499b-b787-f75b19a65f09)/GetDetails(scale=WP.PlanningScale'Month')"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Collection(WP.DateHours)\",\r\n    \"value\": [\r\n        {\r\n            \"date\": \"2022-09-01\",\r\n            \"hours\": 16.00000\r\n        },\r\n        {\r\n            \"date\": \"2022-08-01\",\r\n            \"hours\": 184.00000\r\n        }\r\n    ]\r\n}"}],"_postman_id":"79dc7603-30ef-448f-b8b9-f5a3c668f40a"},{"name":"Update Booking Entry","id":"2c944ffb-cc67-4ff3-9a42-a86de43a789d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"id\": \"0e71fe60-4c7a-4489-ab62-10cb9fc877e7\",\r\n      \"from\": \"2022-09-01\",\r\n      \"to\": \"2022-09-30\",\r\n      \"projectId\": \"2440c56e-0e8a-4a1d-8af4-588d31f0a532\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Soft\",\r\n      \"planningMethod\": \"Manual\",\r\n      \"rowVersion\": 24100073,\r\n      \"detailEntries\": [\r\n         {\r\n            \"hours\": 144,\r\n            \"date\": \"2022-09-01\"\r\n         }\r\n      ]\r\n   },\r\n   \"planningScale\": \"Month\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries(0e71fe60-4c7a-4489-ab62-10cb9fc877e7)/UpdateWithScaling","description":"<p>Update \"Booking Entry\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries(0e71fe60-4c7a-4489-ab62-10cb9fc877e7)","UpdateWithScaling"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0bcf91c1-676f-4c12-9a16-6134bdd0f3ac","name":"Update Booking Entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"bookingEntry\": {\r\n      \"id\": \"0e71fe60-4c7a-4489-ab62-10cb9fc877e7\",\r\n      \"from\": \"2022-09-01\",\r\n      \"to\": \"2022-09-30\",\r\n      \"projectId\": \"2440c56e-0e8a-4a1d-8af4-588d31f0a532\",\r\n      \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n      \"type\": \"Soft\",\r\n      \"planningMethod\": \"Manual\",\r\n      \"rowVersion\": 24100073,\r\n      \"detailEntries\": [\r\n         {\r\n            \"hours\": 144,\r\n            \"date\": \"2022-09-01\"\r\n         }\r\n      ]\r\n   },\r\n   \"planningScale\": \"Month\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/BookingEntries(0e71fe60-4c7a-4489-ab62-10cb9fc877e7)/UpdateWithScaling"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-09-01\",\r\n   \"to\": \"2022-09-30\",\r\n   \"rowVersion\": 24100077,\r\n   \"type\": \"Soft\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"2440c56e-0e8a-4a1d-8af4-588d31f0a532\",\r\n   \"teamMemberId\": \"4cf06c4c-bd5c-43da-ba55-4c6d688e44cf\",\r\n   \"bookedHours\": 144,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"Manual\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": null,\r\n   \"modifiedById\": null,\r\n   \"id\": \"0e71fe60-4c7a-4489-ab62-10cb9fc877e7\",\r\n   \"created\": \"2022-12-08T08:29:46.4469941Z\",\r\n   \"modified\": \"2022-12-08T08:29:46.4469942Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"2c944ffb-cc67-4ff3-9a42-a86de43a789d"},{"name":"Delete Booking Entry","id":"41269198-033e-4578-b576-c6f7ddf2a08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/BookingEntries(9eba43c3-06df-44f0-b237-2eea3aebd631)","description":"<p>Delete \"Booking Entry\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","BookingEntries(9eba43c3-06df-44f0-b237-2eea3aebd631)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"dce15580-2e15-484b-8cd6-55d501522dcb","name":"Delete Booking Entry","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/BookingEntries(9eba43c3-06df-44f0-b237-2eea3aebd631)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41269198-033e-4578-b576-c6f7ddf2a08e"},{"name":"Query Booking Entries","id":"22af5b32-6731-4908-86db-0901fcba60dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/BookingEntries?$select=id,rowVersion,requiredHours,bookedHours,resourceId,type,from,to,planningMethod,editAllowed,isTimeOff&$expand=detailEntries($select=date,hours),project($select=id,name),resourceRequest($select=id,name)&$top=3","description":"<p>Request a list of \"Booking Entries\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,rowVersion,requiredHours,bookedHours,resourceId,type,from,to,planningMethod,editAllowed,isTimeOff"},{"key":"$expand","value":"detailEntries($select=date,hours),project($select=id,name),resourceRequest($select=id,name)"},{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"17996aab-0f15-44e3-9796-674d66fc69c8","name":"Query Booking Entries","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/BookingEntries?$select=id,rowVersion,requiredHours,bookedHours,resourceId,type,from,to,planningMethod,editAllowed,isTimeOff&$expand=detailEntries($select=date,hours),project($select=id,name),resourceRequest($select=id,name)&$top=3","host":["https://api.timetta.com"],"path":["odata","BookingEntries"],"query":[{"key":"$select","value":"id,rowVersion,requiredHours,bookedHours,resourceId,type,from,to,planningMethod,editAllowed,isTimeOff"},{"key":"$expand","value":"detailEntries($select=date,hours),project($select=id,name),resourceRequest($select=id,name)"},{"key":"$top","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 18:57:08 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries(id,rowVersion,requiredHours,bookedHours,resourceId,type,from,to,planningMethod,editAllowed,isTimeOff,detailEntries(date,hours),project(id,name),resourceRequest(id,name))\",\n    \"value\": [\n        {\n            \"from\": \"2026-05-11\",\n            \"to\": \"2026-07-05\",\n            \"type\": \"Hard\",\n            \"resourceId\": \"c3250574-f69c-4d7a-89c4-c8a56937d9ab\",\n            \"bookedHours\": 320,\n            \"requiredHours\": 0,\n            \"planningMethod\": \"RemainingCapacity\",\n            \"rowVersion\": 865760625,\n            \"id\": \"0290c47a-4b50-43f9-a691-c0efddf18baf\",\n            \"detailEntries\": [\n                {\n                    \"date\": \"2026-05-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-09\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-20\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-24\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-23\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-04\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-16\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-10\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-17\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-13\",\n                    \"hours\": 8\n                }\n            ],\n            \"project\": {\n                \"name\": \"Внепроектные работы\",\n                \"id\": \"7979d62d-5236-491d-8d09-9cece6dfee29\"\n            },\n            \"resourceRequest\": null\n        },\n        {\n            \"from\": \"2026-04-27\",\n            \"to\": \"2026-10-30\",\n            \"type\": \"Hard\",\n            \"resourceId\": \"e22bf891-4857-4284-966b-0271db3bd1e7\",\n            \"bookedHours\": 1080,\n            \"requiredHours\": 0,\n            \"planningMethod\": \"Manual\",\n            \"rowVersion\": 865758685,\n            \"id\": \"03ba7625-6046-46b3-96f9-f644c8176520\",\n            \"detailEntries\": [\n                {\n                    \"date\": \"2026-08-04\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-06\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-16\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-07\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-13\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-17\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-10\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-09\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-20\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-13\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-07\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-17\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-04-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-04-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-16\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-06\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-23\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-07\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-04\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-04-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-13\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-09\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-20\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-23\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-02\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-26\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-23\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-31\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-06\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-16\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-24\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-23\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-04\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-16\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-17\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-25\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-30\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-31\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-10\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-04-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-07\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-10\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-24\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-06\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-24\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-13\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-10\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-04\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-11\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-22\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-24\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-20\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-15\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-14\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-12\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-17\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-19\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-09\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-29\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-20\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-09\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-07-07\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-18\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-08-28\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-21\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-09-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-27\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-05-01\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-10-29\",\n                    \"hours\": 8\n                }\n            ],\n            \"project\": {\n                \"name\": \"Внепроектные работы\",\n                \"id\": \"7979d62d-5236-491d-8d09-9cece6dfee29\"\n            },\n            \"resourceRequest\": null\n        },\n        {\n            \"from\": \"2026-06-03\",\n            \"to\": \"2026-06-08\",\n            \"type\": \"Hard\",\n            \"resourceId\": \"bcd753cc-0b80-47ae-a471-6ff7f06010e1\",\n            \"bookedHours\": 32,\n            \"requiredHours\": 0,\n            \"planningMethod\": \"Manual\",\n            \"rowVersion\": 865758685,\n            \"id\": \"197d65b6-3e58-4ae2-85d3-0d900815e8f0\",\n            \"detailEntries\": [\n                {\n                    \"date\": \"2026-06-05\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-03\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-08\",\n                    \"hours\": 8\n                },\n                {\n                    \"date\": \"2026-06-04\",\n                    \"hours\": 8\n                }\n            ],\n            \"project\": {\n                \"name\": \"Аудит Сибура 2026\",\n                \"id\": \"3fa44ea0-df3b-47f0-bc62-fea3554c6c4c\"\n            },\n            \"resourceRequest\": null\n        }\n    ]\n}"}],"_postman_id":"22af5b32-6731-4908-86db-0901fcba60dc"},{"name":"Switch Booking Entry Type To Soft","id":"55e46bb4-c1d5-4a68-99ae-d78cc0e37d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)/SwitchToSoft","description":"<p>Switch Booking Entry type to \"Soft\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)","SwitchToSoft"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b144c458-8101-4f14-bd04-31984d2e4705","name":"Switch To Soft","originalRequest":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)/SwitchToSoft"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-01-01\",\r\n   \"to\": \"2022-01-02\",\r\n   \"rowVersion\": 24100191,\r\n   \"type\": \"Soft\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"294de677-69ba-477c-9a48-7b302d513a81\",\r\n   \"teamMemberId\": \"c87c4364-7474-479b-95cf-6576a091eff6\",\r\n   \"bookedHours\": 2.5,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"Manual\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"modifiedById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"id\": \"086813ef-d548-4b5d-9299-67523fb88634\",\r\n   \"created\": \"2022-12-08T08:29:54.400463Z\",\r\n   \"modified\": \"2022-12-08T08:29:54.4640514Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"55e46bb4-c1d5-4a68-99ae-d78cc0e37d1f"},{"name":"Switch Booking Entry Type To Hard","id":"640342f5-5f3f-47eb-bda7-8afa9876827c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)/SwitchToHard","description":"<p>Switch Booking Entry type to \"Hard\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)","SwitchToHard"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"5a37736c-a82f-4290-bbd4-50951975ea64","name":"Switch To Hard","originalRequest":{"method":"POST","header":[],"url":"https://api.timetta.com/odata/BookingEntries(086813ef-d548-4b5d-9299-67523fb88634)/SwitchToHard"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#BookingEntries/$entity\",\r\n   \"from\": \"2022-01-01\",\r\n   \"to\": \"2022-01-02\",\r\n   \"rowVersion\": 24100191,\r\n   \"type\": \"Hard\",\r\n   \"resourceId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"projectId\": \"294de677-69ba-477c-9a48-7b302d513a81\",\r\n   \"teamMemberId\": \"c87c4364-7474-479b-95cf-6576a091eff6\",\r\n   \"bookedHours\": 2.5,\r\n   \"requiredHours\": 0,\r\n   \"planningMethod\": \"Manual\",\r\n   \"resourceRequestId\": null,\r\n   \"createdById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"modifiedById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n   \"id\": \"086813ef-d548-4b5d-9299-67523fb88634\",\r\n   \"created\": \"2022-12-08T08:29:54.400463Z\",\r\n   \"modified\": \"2022-12-08T08:29:54.4640514Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"640342f5-5f3f-47eb-bda7-8afa9876827c"}],"id":"a489c106-9e10-459a-a3cf-986bbed96b89","_postman_id":"a489c106-9e10-459a-a3cf-986bbed96b89","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Resource Pools","item":[{"name":"Create Resource Pool","id":"ee2a4bf1-7bf3-4172-8258-3435b6f7c761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Programmers\",\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ResourcePools","description":"<p>Create Resource Pool entity</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ResourcePools"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"86c3ad27-b8d6-4caa-b205-1ecca6de170b","name":"Create Resource Pool","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Programmers\",\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ResourcePools"},"code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourcePools/$entity\",\r\n   \"code\": null,\r\n   \"isDefault\": false,\r\n   \"description\": null,\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"name\": \"Programmers\",\r\n   \"createdById\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"modifiedById\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"id\": \"a13ae88b-ad44-4326-839c-ff3181b7f5a4\",\r\n   \"created\": \"2022-12-13T09:45:46.3323013+03:00\",\r\n   \"modified\": \"2022-12-13T06:45:46.3261184Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"ee2a4bf1-7bf3-4172-8258-3435b6f7c761"},{"name":"Get Resource Pool","id":"e1eeff15-ee83-4c93-8bd3-9c99365fa5cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/ResourcePools(a13ae88b-ad44-4326-839c-ff3181b7f5a4)","description":"<p>Get Resource Pool entity</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ResourcePools(a13ae88b-ad44-4326-839c-ff3181b7f5a4)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a00b14a0-3c23-4283-b592-0e93af680643","name":"Get Resource Pool","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/ResourcePools(a13ae88b-ad44-4326-839c-ff3181b7f5a4)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourcePools/$entity\",\r\n   \"code\": null,\r\n   \"isDefault\": false,\r\n   \"description\": null,\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"name\": \"Interior Design Architects\",\r\n   \"createdById\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"modifiedById\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"id\": \"a13ae88b-ad44-4326-839c-ff3181b7f5a4\",\r\n   \"created\": \"2022-12-13T06:45:46.332301Z\",\r\n   \"modified\": \"2022-12-13T06:45:46.326118Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"e1eeff15-ee83-4c93-8bd3-9c99365fa5cd"},{"name":"Update Resource Pool","id":"336a3e7a-a719-499b-9d33-541bdfe222dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"C++ Programmers\",\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"code\": \"CPP\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ResourcePools(4bd158c7-85cf-4ac7-8df5-dc1d4dc4a4a5)","description":"<p>Update Resource Pool entity</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ResourcePools(4bd158c7-85cf-4ac7-8df5-dc1d4dc4a4a5)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"e9404c22-1176-48ec-ac94-7cfc056cbff3","name":"Update Resource Pool","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"C++ Programmers\",\r\n   \"managerId\": \"47661968-8b70-4565-80ae-a48ae94d032d\",\r\n   \"code\": \"CPP\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/ResourcePools(4bd158c7-85cf-4ac7-8df5-dc1d4dc4a4a5)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"336a3e7a-a719-499b-9d33-541bdfe222dc"},{"name":"Delete Resource Pool","id":"a9cfc2ec-79fc-4d26-bc5b-8360fe800215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/ResourcePools(3439a617-a136-48f3-9c6a-e9122d8f94d5)","description":"<p>Delete Resource Pool entity</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","ResourcePools(3439a617-a136-48f3-9c6a-e9122d8f94d5)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f97f0ddc-329d-4816-9e21-fccc3030eca4","name":"Delete Resource Pool","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/ResourcePools(3439a617-a136-48f3-9c6a-e9122d8f94d5)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9cfc2ec-79fc-4d26-bc5b-8360fe800215"},{"name":"Query Resource Pools","id":"b8f60759-5e7f-4a28-8666-62787fedc310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ResourcePools","description":"<p>Request a list of Resource Pools.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ResourcePools"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"229ac1c7-ed4e-465b-b05f-c21dd035c6fe","name":"Query Resource Pools","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ResourcePools"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ResourcePools\",\r\n   \"value\": [\r\n      {\r\n         \"code\": \"MAN-1\",\r\n         \"isDefault\": false,\r\n         \"description\": null,\r\n         \"managerId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"name\": \"Managers\",\r\n         \"createdById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"modifiedById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"id\": \"0ea667f5-6a70-4aea-ac7f-0d928bdd6e10\",\r\n         \"created\": \"2022-12-12T11:20:56.870009Z\",\r\n         \"modified\": \"2022-12-12T11:20:56.936442Z\",\r\n         \"isActive\": false\r\n      },\r\n      {\r\n         \"code\": \"ALL\",\r\n         \"isDefault\": true,\r\n         \"description\": null,\r\n         \"managerId\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"name\": \"All resources\",\r\n         \"createdById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"modifiedById\": \"35b6e73a-6451-41d2-ba4e-d62925bfc05c\",\r\n         \"id\": \"1c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n         \"created\": \"2022-12-12T11:17:36.193346Z\",\r\n         \"modified\": \"2022-12-12T11:17:36.193346Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"b8f60759-5e7f-4a28-8666-62787fedc310"}],"id":"801fa8bd-142c-4d76-af1e-ff2ddead381e","_postman_id":"801fa8bd-142c-4d76-af1e-ff2ddead381e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"5762981a-e725-46ab-94ed-031817e4e085","_postman_id":"5762981a-e725-46ab-94ed-031817e4e085","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Settings","item":[{"name":"Activities","item":[{"name":"Query Activities","id":"93f0e80a-9ee4-4a73-b3c8-43d04cf66eb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Activities","description":"<p>Query of Activity entities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Activities"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4f7efa00-c494-4c44-9f8b-6836a37fe2de","name":"Get Activities","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"884"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal; odata.streaming=true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2999"},{"key":"X-Rate-Limit-Reset","value":"2022-01-27T12:05:34.8017101Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 11:05:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Activities\",\n    \"value\": [\n        {\n            \"description\": null,\n            \"name\": \"Documenting\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"01751561-8e3f-4bd7-a8bf-e06ca3b75d9c\",\n            \"created\": \"2022-07-05T08:14:12.822609Z\",\n            \"modified\": \"2022-07-05T08:14:12.822609Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Relocation\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"02e919f9-4a04-4640-a509-e58370331a8d\",\n            \"created\": \"2022-07-05T08:14:12.822601Z\",\n            \"modified\": \"2022-07-05T08:14:12.822601Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Clients training\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"1b890c16-85db-41f5-892e-b97fdf6c2bdf\",\n            \"created\": \"2022-07-05T08:14:12.822612Z\",\n            \"modified\": \"2022-07-05T08:14:12.822612Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Audit\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"551cd295-2ee7-4378-9dcf-b04c4dce559d\",\n            \"created\": \"2022-07-05T08:14:12.82261Z\",\n            \"modified\": \"2022-07-05T08:14:12.82261Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Colleagues interaction\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"55b32626-2e85-4ef3-be2a-234d11ef1407\",\n            \"created\": \"2022-07-05T08:14:12.822607Z\",\n            \"modified\": \"2022-07-05T08:14:12.822607Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Programming\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"7bfb14d6-11f6-4c66-acba-cd6a6d48822e\",\n            \"created\": \"2022-07-05T08:14:12.822613Z\",\n            \"modified\": \"2022-07-05T08:14:12.822613Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Clients interaction\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"a559a420-e17a-44b0-a3d1-d52b36777f2c\",\n            \"created\": \"2022-07-05T08:14:12.822608Z\",\n            \"modified\": \"2022-07-05T08:14:12.822608Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Consulting\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"d4081861-d8df-47ff-a521-6f6bd52d40ec\",\n            \"created\": \"2022-07-05T08:14:12.822611Z\",\n            \"modified\": \"2022-07-05T08:14:12.822611Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Business analysis\",\n            \"createdById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"d6a4c8ec-6391-49e5-9fd9-116387c5e83a\",\n            \"created\": \"2022-07-05T08:14:12.822614Z\",\n            \"modified\": \"2022-07-05T08:14:12.822614Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"93f0e80a-9ee4-4a73-b3c8-43d04cf66eb9"}],"id":"29fbaf45-0f49-4458-aa74-09f65744c0a5","_postman_id":"29fbaf45-0f49-4458-aa74-09f65744c0a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Roles","item":[{"name":"Role Entity","item":[{"name":"Create Role","id":"c3cbbc63-e6e7-4771-b861-522da8d8fd11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Consultant\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Roles","description":"<p>Create \"Role\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Roles"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"43a46d6a-eade-49c4-9e6e-79ff163f0f2d","name":"Create Role","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Consultant\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Roles"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Roles/$entity\",\r\n   \"code\": null,\r\n   \"defaultBillingRate\": null,\r\n   \"description\": null,\r\n   \"isDefault\": false,\r\n   \"name\": \"Consultant\",\r\n   \"createdById\": \"e888a7a3-39f5-463e-9ea6-5bc46c48a014\",\r\n   \"modifiedById\": \"e888a7a3-39f5-463e-9ea6-5bc46c48a014\",\r\n   \"id\": \"4fc29759-fa7e-4024-aab3-f3b3082624ad\",\r\n   \"created\": \"2022-10-06T14:45:14.3613583+03:00\",\r\n   \"modified\": \"2022-10-06T11:45:14.3560594Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"c3cbbc63-e6e7-4771-b861-522da8d8fd11"},{"name":"Get Role","id":"6d21e4f0-3af7-4530-8b59-dd31f424ea1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Roles(0919504c-ec8d-46f7-8004-dd0b1a390ec8)","description":"<p>Get \"Role\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Roles(0919504c-ec8d-46f7-8004-dd0b1a390ec8)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"247d7c2d-e5f4-4e46-b505-50ca70086b59","name":"Get Role","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Roles(0919504c-ec8d-46f7-8004-dd0b1a390ec8)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Roles/$entity\",\r\n   \"code\": null,\r\n   \"description\": null,\r\n   \"isDefault\": false,\r\n   \"name\": \"Programmer\",\r\n   \"createdById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"modifiedById\": \"ab28da8b-f1e3-46d2-bfa6-96f04e3dbc41\",\r\n   \"id\": \"0919504c-ec8d-46f7-8004-dd0b1a390ec8\",\r\n   \"created\": \"2022-10-14T07:58:56.093121Z\",\r\n   \"modified\": \"2022-10-14T07:58:56.087727Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"6d21e4f0-3af7-4530-8b59-dd31f424ea1a"},{"name":"Update Role","id":"2271fb2e-3172-47a1-a830-4d84f6f9417d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Consultant\",\r\n   \"description\": null,\r\n   \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Roles(4fc29759-fa7e-4024-aab3-f3b3082624ad)","description":"<p>Update \"Role\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Roles(4fc29759-fa7e-4024-aab3-f3b3082624ad)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f725632b-c084-41d1-a598-7f1b09d53f52","name":"Update Role","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Consultant\",\r\n   \"description\": null,\r\n   \"isActive\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Roles(4fc29759-fa7e-4024-aab3-f3b3082624ad)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2271fb2e-3172-47a1-a830-4d84f6f9417d"},{"name":"Delete Role","id":"350c7702-5f13-48a7-9b54-d4db56ce04bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Roles(ecd394e5-611f-43ff-920a-6b150bf7cade)","description":"<p>Delete \"Role\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Roles(ecd394e5-611f-43ff-920a-6b150bf7cade)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d6b37df0-3993-4d66-9363-43cd564ad520","name":"Delete Role","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Roles(ecd394e5-611f-43ff-920a-6b150bf7cade)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"350c7702-5f13-48a7-9b54-d4db56ce04bd"},{"name":"Query Roles","id":"4c6d31fb-96e7-4548-83ef-e4e98f01c777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Roles?$select=id,name,isActive,isDefault,description&$top=50&$orderby=name","description":"<p>Request a list of roles.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Roles"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,isActive,isDefault,description"},{"key":"$top","value":"50"},{"key":"$orderby","value":"name"}],"variable":[]}},"response":[{"id":"ff67d04e-5346-4a84-bd3a-087bbf003785","name":"Query Roles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Roles?$select=id,name,isActive,isDefault,description&$top=50&$orderby=name","protocol":"https","host":["api","timetta","com"],"path":["odata","Roles"],"query":[{"key":"$select","value":"id,name,isActive,isDefault,description"},{"key":"$top","value":"50"},{"key":"$orderby","value":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Roles(id,name,isActive,isDefault,description)\",\r\n    \"value\": [\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Architect\",\r\n            \"id\": \"049ec417-5022-49dc-9f00-904b62e8bade\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Auditor\",\r\n            \"id\": \"ced975e3-94de-44f0-88ae-5d842b0531e7\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Consultant\",\r\n            \"id\": \"a190a2d6-6bc5-47b5-959f-2e460883aa7c\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Jurist\",\r\n            \"id\": \"6a7ab50d-0e47-4bb0-999c-e30aee930672\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Partner\",\r\n            \"id\": \"9d9fa50b-9289-4f34-bc37-effb2f1c4172\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Programmer\",\r\n            \"id\": \"3951dd7d-f566-4278-a8d9-6c5681b855e8\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": false,\r\n            \"name\": \"Project manager\",\r\n            \"id\": \"f9b78625-b16a-46b4-91e3-951cc3ea525c\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"description\": null,\r\n            \"isDefault\": true,\r\n            \"name\": \"Team member\",\r\n            \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\r\n            \"isActive\": true\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4c6d31fb-96e7-4548-83ef-e4e98f01c777"}],"id":"d5a9e977-d66d-40b2-8d7b-1e690dee074f","_postman_id":"d5a9e977-d66d-40b2-8d7b-1e690dee074f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"724420d1-196b-4e2b-a6be-d7d38fd361ff","_postman_id":"724420d1-196b-4e2b-a6be-d7d38fd361ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Departments","item":[{"name":"Create Department","id":"241b30af-b987-4c07-aa6c-4f3ea6479824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"code\": \"001\",    \r\n    \"name\": \"Department\",        \r\n    \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Departments","description":"<p>Create a department.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Departments"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7629d787-60e1-4a42-92b2-a4f3495f9702","name":"Create Department","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{    \r\n    \"code\": \"001\",    \r\n    \"name\": \"Department\",        \r\n    \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Departments"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:14:39 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=PQ8MO8t+7TEHdFII4Uj4tCmSXTl3AFrOK1maIy0kQVon3NjfJAdzS5ZNXQLQo76p.MTc4MDM0MTI3OTYyOA==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 19:14:39 GMT; secure"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Departments/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"resourceType\": \"Department\",\n    \"resourcePoolId\": null,\n    \"legalEntityId\": null,\n    \"code\": \"001\",\n    \"description\": null,\n    \"rowVersion\": 875405407,\n    \"supervisorId\": null,\n    \"departmentId\": null,\n    \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n    \"competenceId\": null,\n    \"locationId\": null,\n    \"levelId\": null,\n    \"gradeId\": null,\n    \"employmentTypeId\": null,\n    \"name\": \"Department\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a\",\n    \"created\": \"2026-06-01T19:14:39.6665503Z\",\n    \"modified\": \"2026-06-01T19:14:39.6421236Z\",\n    \"isActive\": true,\n    \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"Department\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": \"001\",\n                \"competenceId\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:14:39.6665503Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"departmentId\": null,\n                \"description\": null,\n                \"employmentTypeId\": null,\n                \"employmentType\": null,\n                \"gradeId\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"legalEntityId\": null,\n                \"levelId\": null,\n                \"locationId\": null,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:14:39.6421236Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Department\",\n                \"resourcePoolId\": null,\n                \"resourceType@odata.type\": \"#WP.ResourceType\",\n                \"resourceType\": \"Department\",\n                \"roleId@odata.type\": \"#Guid\",\n                \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                \"rowVersion@odata.type\": \"#Int64\",\n                \"rowVersion\": 875405407,\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"supervisorId\": null,\n                \"type\": 1,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"leadDepartmentId@odata.type\": \"#Guid\",\n                \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"role\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n                    \"name\": \"Исполнитель\"\n                },\n                \"leadDepartment\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n                    \"name\": \"Administration\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"241b30af-b987-4c07-aa6c-4f3ea6479824"},{"name":"Get Department","id":"1a129c30-eaa7-406a-854a-389c81931452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)","description":"<p>Get \"Department\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"1ddb9625-3a26-420a-977f-8b15e6a8baf1","name":"Get Department","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:15:13 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Departments/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"resourceType\": \"Department\",\n    \"resourcePoolId\": null,\n    \"legalEntityId\": null,\n    \"code\": \"001\",\n    \"description\": null,\n    \"rowVersion\": 875405407,\n    \"supervisorId\": null,\n    \"departmentId\": null,\n    \"roleId\": \"a0a6d79c-f1d5-4506-bbb7-cfc740697d6f\",\n    \"competenceId\": null,\n    \"locationId\": null,\n    \"levelId\": null,\n    \"gradeId\": null,\n    \"employmentTypeId\": null,\n    \"name\": \"Department\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a\",\n    \"created\": \"2026-06-01T19:14:39.66655Z\",\n    \"modified\": \"2026-06-01T19:14:39.642123Z\",\n    \"isActive\": true,\n    \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"1a129c30-eaa7-406a-854a-389c81931452"},{"name":"Patch Department","id":"6a4e5748-0e5f-4cd0-9eba-7bebd5370116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{     \r\n    \"name\": \"New department title\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)","description":"<p>Update a department.<br />Specify only the properties to be updated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d1675b18-e5ab-435c-9272-f9b6e3e4947e","name":"Patch Department","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{     \r\n    \"name\": \"New department title\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Departments(b2c6b8fc-e255-4cde-b80e-8a37dc0fa68a)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 19:15:28 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a4e5748-0e5f-4cd0-9eba-7bebd5370116"},{"name":"Delete Department","id":"5b676aa1-dcf4-405a-8ba2-9519a24ae0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Departments(51deec6c-4daa-4c50-b595-2173b1f1422f)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Departments(51deec6c-4daa-4c50-b595-2173b1f1422f)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"84a9f39a-6ef4-49ff-8a38-70f9f7546fcb","name":"Delete Department","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Departments(51deec6c-4daa-4c50-b595-2173b1f1422f)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b676aa1-dcf4-405a-8ba2-9519a24ae0e4"},{"name":"Query Departments","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"requests":{},"id":"432b69ef-a775-4f31-8302-83ea88f98c7e"}}],"id":"1a6b9f0c-839e-4ec9-b5b2-d232ce01b205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Departments?$top=3","description":"<p>Request a list of departments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Departments"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"df636da9-8a50-4af3-a81b-8cdc9e5444dc","name":"Query Departments","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Departments?$top=3","host":["https://api.timetta.com"],"path":["odata","Departments"],"query":[{"key":"$top","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:15:52 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Departments\",\n    \"value\": [\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"resourceType\": \"Department\",\n            \"resourcePoolId\": null,\n            \"legalEntityId\": null,\n            \"code\": \"LEGAL\",\n            \"description\": null,\n            \"rowVersion\": 864005095,\n            \"supervisorId\": null,\n            \"departmentId\": null,\n            \"roleId\": null,\n            \"competenceId\": null,\n            \"locationId\": null,\n            \"levelId\": null,\n            \"gradeId\": null,\n            \"employmentTypeId\": null,\n            \"name\": \"Департамент юридических услуг\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0a805716-a965-45df-912a-db8a296e5293\",\n            \"created\": \"2026-05-25T17:27:32.050863Z\",\n            \"modified\": \"2026-05-25T17:27:32.050863Z\",\n            \"isActive\": true,\n            \"leadDepartmentId\": \"5afc1894-d289-44f6-aab9-0baa60864016\",\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"resourceType\": \"Department\",\n            \"resourcePoolId\": null,\n            \"legalEntityId\": null,\n            \"code\": \"IT\",\n            \"description\": null,\n            \"rowVersion\": 864005095,\n            \"supervisorId\": null,\n            \"departmentId\": null,\n            \"roleId\": null,\n            \"competenceId\": null,\n            \"locationId\": null,\n            \"levelId\": null,\n            \"gradeId\": null,\n            \"employmentTypeId\": null,\n            \"name\": \"Отдел ИТ\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"1cfca443-cda2-4763-bd5f-a72ad3e1411b\",\n            \"created\": \"2026-05-25T17:27:32.050829Z\",\n            \"modified\": \"2026-05-25T17:27:32.050829Z\",\n            \"isActive\": true,\n            \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"resourceType\": \"Department\",\n            \"resourcePoolId\": null,\n            \"legalEntityId\": null,\n            \"code\": \"HR\",\n            \"description\": null,\n            \"rowVersion\": 864005095,\n            \"supervisorId\": null,\n            \"departmentId\": null,\n            \"roleId\": null,\n            \"competenceId\": null,\n            \"locationId\": null,\n            \"levelId\": null,\n            \"gradeId\": null,\n            \"employmentTypeId\": null,\n            \"name\": \"Служба персонала\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"1f5a8d44-6500-45f0-92ef-464d1480eb99\",\n            \"created\": \"2026-05-25T17:27:32.050793Z\",\n            \"modified\": \"2026-05-25T17:27:32.050793Z\",\n            \"isActive\": true,\n            \"leadDepartmentId\": \"9468cd5c-ea04-4adb-a1d7-94b6b910ab2e\",\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"1a6b9f0c-839e-4ec9-b5b2-d232ce01b205"}],"id":"a245c99f-2932-463c-ab83-271372f35ac7","_postman_id":"a245c99f-2932-463c-ab83-271372f35ac7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Levels","item":[{"name":"Level Entity","item":[{"name":"Create Level","id":"814e8cd2-ab3e-4e0e-8615-784134112269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Senior\",\r\n   \"code\": \"SEN-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Levels","description":"<p>Create \"Level\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Levels"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"33c1881b-5393-44fc-a651-2f2d89a60e05","name":"Create Level","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Senior\",\r\n   \"code\": \"SEN-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Levels"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:18:50 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Levels/$entity\",\n    \"code\": \"SEN-1\",\n    \"isDefault\": false,\n    \"description\": null,\n    \"name\": \"Senior\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"ed97d873-b9db-4d28-b578-b0c3e120b160\",\n    \"created\": \"2026-06-01T19:18:50.2395723Z\",\n    \"modified\": \"2026-06-01T19:18:50.1581116Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"Level\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ed97d873-b9db-4d28-b578-b0c3e120b160\",\n                \"code\": \"SEN-1\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:18:50.2395723Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": null,\n                \"isActive\": true,\n                \"isDefault\": false,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:18:50.1581116Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Senior\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"814e8cd2-ab3e-4e0e-8615-784134112269"},{"name":"Get Level","id":"7f64744a-0134-4389-a735-f343ac3e3255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cdf8ed00-8c36-4d35-8a2e-d92484e272fa","name":"Get Level","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:19:20 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Levels/$entity\",\n    \"code\": \"SEN-1\",\n    \"isDefault\": false,\n    \"description\": null,\n    \"name\": \"Senior\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"ed97d873-b9db-4d28-b578-b0c3e120b160\",\n    \"created\": \"2026-06-01T19:18:50.239572Z\",\n    \"modified\": \"2026-06-01T19:18:50.158111Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"7f64744a-0134-4389-a735-f343ac3e3255"},{"name":"Update Level","id":"a8fe2b12-dfba-4911-92bc-0a2008210490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"code\": \"SEN-1\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"86aa2c0e-18f7-4c34-a6f5-21cc149072ca","name":"Update Level","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"code\": \"SEN-1\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 19:19:33 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8fe2b12-dfba-4911-92bc-0a2008210490"},{"name":"Delete  Level","id":"02b4e20f-e967-403f-b944-323135cfe951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"1eeee48a-11f8-4f80-972c-8355a828a7ae","name":"Delete  Level","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Levels(ed97d873-b9db-4d28-b578-b0c3e120b160)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 19:20:17 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02b4e20f-e967-403f-b944-323135cfe951"},{"name":"Query Levels","id":"99d616f1-067d-4937-96f4-5df91cdd4cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Levels?$top=3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Levels"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"ccf1a89d-34f5-4a48-a5d9-b4c63c2ce201","name":"Query Levels","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Levels?$top=3","host":["https://api.timetta.com"],"path":["odata","Levels"],"query":[{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:20:01 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Levels\",\n    \"value\": [\n        {\n            \"code\": null,\n            \"isDefault\": false,\n            \"description\": null,\n            \"name\": \"L5\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n            \"created\": \"2026-05-25T17:27:30.902554Z\",\n            \"modified\": \"2026-05-27T07:43:38.098313Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": null,\n            \"isDefault\": false,\n            \"description\": null,\n            \"name\": \"L1 Стажер\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"50dabf00-41fe-4d9f-a124-475b36346ed7\",\n            \"created\": \"2026-05-25T17:27:30.901915Z\",\n            \"modified\": \"2026-05-25T17:27:30.901915Z\",\n            \"isActive\": true\n        },\n        {\n            \"code\": null,\n            \"isDefault\": false,\n            \"description\": null,\n            \"name\": \"L2 Младший специалист\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"78138744-7d48-4a0a-82c3-a0faf17be511\",\n            \"created\": \"2026-05-25T17:27:30.902433Z\",\n            \"modified\": \"2026-05-25T17:27:30.902433Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"99d616f1-067d-4937-96f4-5df91cdd4cec"}],"id":"1f5dc98a-5f6d-4b10-be76-01acffdf71db","_postman_id":"1f5dc98a-5f6d-4b10-be76-01acffdf71db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"a9a715fd-33cc-4ab0-9d0c-1f32348eaeed","_postman_id":"a9a715fd-33cc-4ab0-9d0c-1f32348eaeed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Grades","item":[{"name":"Grade Entity","item":[{"name":"Create Grade","id":"ce3e95ad-02f5-4df9-8373-72d53e63f88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"BC-10\",\r\n    \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Grades","description":"<p>Create \"Grade\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Grades"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cd7a4e54-e180-47c0-89de-cc3c4d095276","name":"Create Grade","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"BC-10\",\r\n    \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Grades"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:16:33 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Grades(502c7afa-8572-4b79-8e72-597e5562cebe)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Grades/$entity\",\n    \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n    \"code\": null,\n    \"name\": \"BC-10\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"502c7afa-8572-4b79-8e72-597e5562cebe\",\n    \"created\": \"2026-06-01T19:16:33.1061487Z\",\n    \"modified\": \"2026-06-01T19:16:33.0242434Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"Grade\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"502c7afa-8572-4b79-8e72-597e5562cebe\",\n                \"code\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:16:33.1061487Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"isActive\": true,\n                \"levelId@odata.type\": \"#Guid\",\n                \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:16:33.0242434Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"BC-10\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"level\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n                    \"name\": \"L5\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"ce3e95ad-02f5-4df9-8373-72d53e63f88d"},{"name":"Get Grade","id":"22806ac6-018c-4957-bb92-8f88f2b92f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Grades(502c7afa-8572-4b79-8e72-597e5562cebe)","description":"<p>Get \"Grade\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Grades(502c7afa-8572-4b79-8e72-597e5562cebe)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"ed494037-4071-4356-86ad-3436a083993d","name":"Get Grade","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Grades(502c7afa-8572-4b79-8e72-597e5562cebe)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:16:56 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Grades/$entity\",\n    \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n    \"code\": null,\n    \"name\": \"BC-10\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"502c7afa-8572-4b79-8e72-597e5562cebe\",\n    \"created\": \"2026-06-01T19:16:33.106148Z\",\n    \"modified\": \"2026-06-01T19:16:33.024243Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"22806ac6-018c-4957-bb92-8f88f2b92f71"},{"name":"Update Grade","id":"500fa2c7-a7fa-46f8-b180-caf40c1cebd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false,\r\n   \"code\": \"A2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Grades(502c7afa-8572-4b79-8e72-597e5562cebe)","description":"<p>Update \"Grade\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Grades(502c7afa-8572-4b79-8e72-597e5562cebe)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"8d557398-6499-4908-9e1e-a8704ae76666","name":"Update Grade","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false,\r\n   \"code\": \"A2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Grades(502c7afa-8572-4b79-8e72-597e5562cebe)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 19:18:00 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"500fa2c7-a7fa-46f8-b180-caf40c1cebd3"},{"name":"Delete Grade","id":"235fde85-33e6-4303-b190-6911261f0304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/Grades(a5e98ca7-1cc6-4b86-8a1c-1679dbf61d7b)","description":"<p>Delete \"Grade\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Grades(a5e98ca7-1cc6-4b86-8a1c-1679dbf61d7b)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"235fde85-33e6-4303-b190-6911261f0304"},{"name":"Query Grades","id":"41142d61-2fb2-4908-9f45-8ca6ce7c3bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Grades","description":"<p>Request a list of grades.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Grades"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"b9a315f4-8af9-4ab1-b69f-a66c998b20d4","name":"Query Grades","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Grades"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:18:16 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Grades\",\n    \"value\": [\n        {\n            \"levelId\": \"0eaf6677-d5ba-48b6-b58e-86574ebe6f98\",\n            \"code\": \"A2\",\n            \"name\": \"BC-10\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"502c7afa-8572-4b79-8e72-597e5562cebe\",\n            \"created\": \"2026-06-01T19:16:33.106148Z\",\n            \"modified\": \"2026-06-01T19:18:00.993921Z\",\n            \"isActive\": false\n        }\n    ]\n}"}],"_postman_id":"41142d61-2fb2-4908-9f45-8ca6ce7c3bf7"}],"id":"c99bfa21-5f0b-40c2-a157-7cacee360b76","_postman_id":"c99bfa21-5f0b-40c2-a157-7cacee360b76","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"bcd72782-1cb6-4ade-8af3-0cbbf7eaf708","_postman_id":"bcd72782-1cb6-4ade-8af3-0cbbf7eaf708","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Lifeсycles","item":[{"name":"Lifecycle Entity","item":[{"name":"Query Lifecycles","id":"def4f980-97d1-40b5-be3e-1978ddbbbbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Lifecycles?$top=3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Lifecycles"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"94baf2be-6782-4fc2-a979-ef0bf9e56681","name":"Query Lifecycles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Lifecycles?$top=3","host":["https://api.timetta.com"],"path":["odata","Lifecycles"],"query":[{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:25:08 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Lifecycles\",\n    \"value\": [\n        {\n            \"name\": \"Сделка\",\n            \"entityType\": \"Deal\",\n            \"isSystem\": false,\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"0f0473b2-a7e7-4b85-91e5-5dbeb4efc4a1\",\n            \"created\": \"2026-05-25T17:27:07.817418Z\",\n            \"modified\": \"2026-05-26T11:40:01.375382Z\",\n            \"isActive\": true,\n            \"stateConfigurations\": [\n                {\n                    \"stateId\": \"554c9c97-9e57-4fc3-a770-408505a15edb\",\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"isInitial\": true,\n                    \"index\": 0,\n                    \"transitions\": [\n                        {\n                            \"id\": \"1bd6cca1-42cc-4955-bba3-daa2500d912d\",\n                            \"name\": \"В работу\",\n                            \"nextStateId\": \"2cb96167-9263-4c66-aea6-fa432dec3e26\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"В работу\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Take into work\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"cbf953c3-2a17-4316-a521-9e4c45357604\",\n                            \"name\": \"Успех\",\n                            \"nextStateId\": \"a873f43d-cc5f-4750-aa14-a4ba890f7006\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Успех\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Won\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"aedad3b8-8643-4b01-9b76-c35527246d44\",\n                            \"name\": \"Проигрыш\",\n                            \"nextStateId\": \"ab9b576e-1523-4db0-9ace-b96abc51b91b\",\n                            \"hasTransitionForm\": true,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": {\n                                \"requestComment\": false,\n                                \"commentIsRequired\": false,\n                                \"requestedProperties\": [\n                                    {\n                                        \"name\": \"Resolution\",\n                                        \"isRequired\": true\n                                    },\n                                    {\n                                        \"name\": \"ResolutionComment\",\n                                        \"isRequired\": false\n                                    }\n                                ]\n                            },\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Проигрыш\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Lost\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"2cb96167-9263-4c66-aea6-fa432dec3e26\",\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"isInitial\": false,\n                    \"index\": 1,\n                    \"transitions\": [\n                        {\n                            \"id\": \"0630bfea-fae3-4cfe-b76c-cc81a851cd93\",\n                            \"name\": \"Квалифицировано\",\n                            \"nextStateId\": \"a41f09ca-317f-48a4-8cdc-48b23b421cab\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Квалифицировано\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Qualified\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"524d05d9-39ea-47bc-a416-afc6d854c590\",\n                            \"name\": \"Успех\",\n                            \"nextStateId\": \"a873f43d-cc5f-4750-aa14-a4ba890f7006\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Успех\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Won\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"5898dff4-9ad4-4096-a996-580f9889ba0c\",\n                            \"name\": \"Проигрыш\",\n                            \"nextStateId\": \"ab9b576e-1523-4db0-9ace-b96abc51b91b\",\n                            \"hasTransitionForm\": true,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": {\n                                \"requestComment\": false,\n                                \"commentIsRequired\": false,\n                                \"requestedProperties\": [\n                                    {\n                                        \"name\": \"Resolution\",\n                                        \"isRequired\": true\n                                    },\n                                    {\n                                        \"name\": \"ResolutionComment\",\n                                        \"isRequired\": false\n                                    }\n                                ]\n                            },\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Проигрыш\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Lost\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"a41f09ca-317f-48a4-8cdc-48b23b421cab\",\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"isInitial\": false,\n                    \"index\": 2,\n                    \"transitions\": [\n                        {\n                            \"id\": \"0f75f678-61ed-4c80-bfe4-e2b177187135\",\n                            \"name\": \"Успех\",\n                            \"nextStateId\": \"a873f43d-cc5f-4750-aa14-a4ba890f7006\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Успех\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Won\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"d638fb2a-dd03-4d48-8996-f2257a04d506\",\n                            \"name\": \"Проигрыш\",\n                            \"nextStateId\": \"ab9b576e-1523-4db0-9ace-b96abc51b91b\",\n                            \"hasTransitionForm\": true,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": {\n                                \"requestComment\": false,\n                                \"commentIsRequired\": false,\n                                \"requestedProperties\": [\n                                    {\n                                        \"name\": \"Resolution\",\n                                        \"isRequired\": true\n                                    },\n                                    {\n                                        \"name\": \"ResolutionComment\",\n                                        \"isRequired\": false\n                                    }\n                                ]\n                            },\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Проигрыш\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Lost\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"a873f43d-cc5f-4750-aa14-a4ba890f7006\",\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"isInitial\": false,\n                    \"index\": 3,\n                    \"transitions\": []\n                },\n                {\n                    \"stateId\": \"ab9b576e-1523-4db0-9ace-b96abc51b91b\",\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"isInitial\": false,\n                    \"index\": 4,\n                    \"transitions\": []\n                }\n            ],\n            \"schemaViews\": [\n                {\n                    \"entityKindId\": \"dec25862-c4e7-4779-a63d-b23729a938e9\",\n                    \"settings\": \"{\\\"nodes\\\":[{\\\"id\\\":\\\"554c9c97-9e57-4fc3-a770-408505a15edb\\\",\\\"x\\\":537.0416526037542,\\\"y\\\":74.99993647469427},{\\\"id\\\":\\\"2cb96167-9263-4c66-aea6-fa432dec3e26\\\",\\\"x\\\":674.9583283530322,\\\"y\\\":-3.000030903589078},{\\\"id\\\":\\\"a41f09ca-317f-48a4-8cdc-48b23b421cab\\\",\\\"x\\\":949.0999690464557,\\\"y\\\":-189.00001007413098},{\\\"id\\\":\\\"a873f43d-cc5f-4750-aa14-a4ba890f7006\\\",\\\"x\\\":958.8748901458,\\\"y\\\":74.99997378909413},{\\\"id\\\":\\\"ab9b576e-1523-4db0-9ace-b96abc51b91b\\\",\\\"x\\\":1169.0498433945659,\\\"y\\\":157.9999540268431}],\\\"connections\\\":[{\\\"fromEntityId\\\":\\\"2cb96167-9263-4c66-aea6-fa432dec3e26\\\",\\\"toEntityId\\\":\\\"a41f09ca-317f-48a4-8cdc-48b23b421cab\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"a41f09ca-317f-48a4-8cdc-48b23b421cab\\\",\\\"toEntityId\\\":\\\"a873f43d-cc5f-4750-aa14-a4ba890f7006\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"top\\\"},{\\\"fromEntityId\\\":\\\"a41f09ca-317f-48a4-8cdc-48b23b421cab\\\",\\\"toEntityId\\\":\\\"ab9b576e-1523-4db0-9ace-b96abc51b91b\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"top\\\"},{\\\"fromEntityId\\\":\\\"554c9c97-9e57-4fc3-a770-408505a15edb\\\",\\\"toEntityId\\\":\\\"2cb96167-9263-4c66-aea6-fa432dec3e26\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"554c9c97-9e57-4fc3-a770-408505a15edb\\\",\\\"toEntityId\\\":\\\"a873f43d-cc5f-4750-aa14-a4ba890f7006\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"554c9c97-9e57-4fc3-a770-408505a15edb\\\",\\\"toEntityId\\\":\\\"ab9b576e-1523-4db0-9ace-b96abc51b91b\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"2cb96167-9263-4c66-aea6-fa432dec3e26\\\",\\\"toEntityId\\\":\\\"a873f43d-cc5f-4750-aa14-a4ba890f7006\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"top-left-center\\\"},{\\\"fromEntityId\\\":\\\"2cb96167-9263-4c66-aea6-fa432dec3e26\\\",\\\"toEntityId\\\":\\\"ab9b576e-1523-4db0-9ace-b96abc51b91b\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"bottom\\\"}]}\"\n                }\n            ]\n        },\n        {\n            \"name\": \"Счёт\",\n            \"entityType\": \"Invoice\",\n            \"isSystem\": false,\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"3e4b2964-102a-4402-afed-0dddb39ea3d4\",\n            \"created\": \"2026-05-25T17:27:07.817426Z\",\n            \"modified\": \"2026-05-26T11:40:01.375382Z\",\n            \"isActive\": true,\n            \"stateConfigurations\": [\n                {\n                    \"stateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n                    \"entityKindId\": null,\n                    \"isInitial\": true,\n                    \"index\": 0,\n                    \"transitions\": [\n                        {\n                            \"id\": \"8860d0d9-0146-4459-8564-9e1f2b484640\",\n                            \"name\": \"Выпустить\",\n                            \"nextStateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Выпустить\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Issue\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 1,\n                    \"transitions\": [\n                        {\n                            \"id\": \"e559f9ed-86dd-4d48-a3b1-0455896cc648\",\n                            \"name\": \"Подтвердить оплату\",\n                            \"nextStateId\": \"1e042723-6442-44d6-9815-b3880423f2d5\",\n                            \"hasTransitionForm\": true,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": {\n                                \"requestComment\": false,\n                                \"commentIsRequired\": false,\n                                \"requestedProperties\": [\n                                    {\n                                        \"name\": \"PaymentDate\",\n                                        \"isRequired\": true\n                                    }\n                                ]\n                            },\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Подтвердить оплату\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Mark as paid\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"048f0ce4-9a17-4104-9a8e-0d1c4eb9d7b0\",\n                            \"name\": \"Аннулировать\",\n                            \"nextStateId\": \"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Аннулировать\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Void\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"0f3f3830-cd0b-4e8b-8b15-be17bf45ab1c\",\n                            \"name\": \"Редактировать\",\n                            \"nextStateId\": \"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Редактировать\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Edit\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"1e042723-6442-44d6-9815-b3880423f2d5\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 2,\n                    \"transitions\": [\n                        {\n                            \"id\": \"3fe5f787-b59e-481b-8426-3148d40d65cd\",\n                            \"name\": \"Отменить оплату\",\n                            \"nextStateId\": \"dc581954-3ed7-4f2f-b93d-44cff12a2bea\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Отменить оплату\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Cancel payment\"\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": \"605423ff-0b66-402d-96fa-147171426b54\",\n                            \"name\": \"Аннулировать\",\n                            \"nextStateId\": \"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": [\n                                {\n                                    \"language\": \"Ru\",\n                                    \"value\": \"Аннулировать\"\n                                },\n                                {\n                                    \"language\": \"En\",\n                                    \"value\": \"Void\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 3,\n                    \"transitions\": []\n                }\n            ],\n            \"schemaViews\": [\n                {\n                    \"entityKindId\": null,\n                    \"settings\": \"{\\\"nodes\\\":[{\\\"id\\\":\\\"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\\\",\\\"x\\\":6.8916584793607285,\\\"y\\\":179.99993618607192},{\\\"id\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"x\\\":330.78332622467565,\\\"y\\\":88.99999545869366},{\\\"id\\\":\\\"1e042723-6442-44d6-9815-b3880423f2d5\\\",\\\"x\\\":788.1749259253461,\\\"y\\\":-70.00002830281775},{\\\"id\\\":\\\"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\\\",\\\"x\\\":770.9833195208175,\\\"y\\\":88.99994403819161}],\\\"connections\\\":[{\\\"fromEntityId\\\":\\\"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\\\",\\\"toEntityId\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"toEntityId\\\":\\\"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"toEntityId\\\":\\\"1e042723-6442-44d6-9815-b3880423f2d5\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"toEntityId\\\":\\\"e4648fa0-f9ad-48ba-9421-17fb5b91e4bb\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"bottom\\\"},{\\\"fromEntityId\\\":\\\"1e042723-6442-44d6-9815-b3880423f2d5\\\",\\\"toEntityId\\\":\\\"dc581954-3ed7-4f2f-b93d-44cff12a2bea\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"top-right-center\\\"},{\\\"fromEntityId\\\":\\\"1e042723-6442-44d6-9815-b3880423f2d5\\\",\\\"toEntityId\\\":\\\"42f1ba6c-403c-44b7-bac9-0b46509b2d9a\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"right\\\"}]}\"\n                }\n            ]\n        },\n        {\n            \"name\": \"Документ проекта\",\n            \"entityType\": \"ProjectArtifact\",\n            \"isSystem\": false,\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"id\": \"59ff0f90-8c3e-4ea9-925e-1ceb2b7410ff\",\n            \"created\": \"2026-05-25T17:27:07.81748Z\",\n            \"modified\": \"2026-05-26T11:40:01.375382Z\",\n            \"isActive\": true,\n            \"stateConfigurations\": [\n                {\n                    \"stateId\": \"3078f969-fffc-4d19-b45d-c088c83fdf91\",\n                    \"entityKindId\": null,\n                    \"isInitial\": true,\n                    \"index\": 0,\n                    \"transitions\": [\n                        {\n                            \"id\": \"d36133aa-2198-4423-afcf-f6b6f33508b3\",\n                            \"name\": \"Согласовать\",\n                            \"nextStateId\": \"dbd32509-cd9f-4668-af34-4ebab1d53c69\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": []\n                        },\n                        {\n                            \"id\": \"a6f4cf33-ea8e-4bdb-beb7-443ddf021c60\",\n                            \"name\": \"На согласование\",\n                            \"nextStateId\": \"c5e36175-565f-48ee-a399-42ff8ccdb40f\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": []\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"c5e36175-565f-48ee-a399-42ff8ccdb40f\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 1,\n                    \"transitions\": [\n                        {\n                            \"id\": \"7bc88282-f34f-467e-adf0-074e8fc8a342\",\n                            \"name\": \"Согласовать\",\n                            \"nextStateId\": \"dbd32509-cd9f-4668-af34-4ebab1d53c69\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": []\n                        },\n                        {\n                            \"id\": \"a9164d7c-354a-4179-a675-7ddbe978800a\",\n                            \"name\": \"Отклонить\",\n                            \"nextStateId\": \"e33641ad-6932-4131-91dc-333e9eca5e26\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": []\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"dbd32509-cd9f-4668-af34-4ebab1d53c69\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 2,\n                    \"transitions\": [\n                        {\n                            \"id\": \"065a0f5c-cefa-4e90-ac0f-aff01a589088\",\n                            \"name\": \"Переоткрыть\",\n                            \"nextStateId\": \"3078f969-fffc-4d19-b45d-c088c83fdf91\",\n                            \"hasTransitionForm\": true,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": {\n                                \"requestComment\": true,\n                                \"commentIsRequired\": true,\n                                \"requestedProperties\": []\n                            },\n                            \"labelStrings\": []\n                        }\n                    ]\n                },\n                {\n                    \"stateId\": \"e33641ad-6932-4131-91dc-333e9eca5e26\",\n                    \"entityKindId\": null,\n                    \"isInitial\": false,\n                    \"index\": 2,\n                    \"transitions\": [\n                        {\n                            \"id\": \"32207b20-1b9e-4784-833e-724305e4b48c\",\n                            \"name\": \"Редактировать\",\n                            \"nextStateId\": \"3078f969-fffc-4d19-b45d-c088c83fdf91\",\n                            \"hasTransitionForm\": false,\n                            \"iconClass\": null,\n                            \"performers\": [\n                                {\n                                    \"userId\": null,\n                                    \"role\": \"All\",\n                                    \"permissionSetId\": null,\n                                    \"groupId\": null\n                                }\n                            ],\n                            \"transitionForm\": null,\n                            \"labelStrings\": []\n                        }\n                    ]\n                }\n            ],\n            \"schemaViews\": [\n                {\n                    \"entityKindId\": null,\n                    \"settings\": \"{\\\"nodes\\\":[{\\\"id\\\":\\\"3078f969-fffc-4d19-b45d-c088c83fdf91\\\",\\\"x\\\":67.60833740234375,\\\"y\\\":89.78750133514404},{\\\"id\\\":\\\"c5e36175-565f-48ee-a399-42ff8ccdb40f\\\",\\\"x\\\":369.1499837239585,\\\"y\\\":-42.000018437703545},{\\\"id\\\":\\\"dbd32509-cd9f-4668-af34-4ebab1d53c69\\\",\\\"x\\\":815.9416554768889,\\\"y\\\":-42.00002638498961},{\\\"id\\\":\\\"e33641ad-6932-4131-91dc-333e9eca5e26\\\",\\\"x\\\":823.1332499186209,\\\"y\\\":-148.99999713897725}],\\\"connections\\\":[{\\\"fromEntityId\\\":\\\"3078f969-fffc-4d19-b45d-c088c83fdf91\\\",\\\"toEntityId\\\":\\\"c5e36175-565f-48ee-a399-42ff8ccdb40f\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"3078f969-fffc-4d19-b45d-c088c83fdf91\\\",\\\"toEntityId\\\":\\\"dbd32509-cd9f-4668-af34-4ebab1d53c69\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"bottom-right-center\\\"},{\\\"fromEntityId\\\":\\\"c5e36175-565f-48ee-a399-42ff8ccdb40f\\\",\\\"toEntityId\\\":\\\"e33641ad-6932-4131-91dc-333e9eca5e26\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"c5e36175-565f-48ee-a399-42ff8ccdb40f\\\",\\\"toEntityId\\\":\\\"dbd32509-cd9f-4668-af34-4ebab1d53c69\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"dbd32509-cd9f-4668-af34-4ebab1d53c69\\\",\\\"toEntityId\\\":\\\"3078f969-fffc-4d19-b45d-c088c83fdf91\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"top-right-center\\\"},{\\\"fromEntityId\\\":\\\"e33641ad-6932-4131-91dc-333e9eca5e26\\\",\\\"toEntityId\\\":\\\"3078f969-fffc-4d19-b45d-c088c83fdf91\\\",\\\"fromPosition\\\":\\\"top\\\",\\\"toPosition\\\":\\\"top-left-center\\\"}]}\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"def4f980-97d1-40b5-be3e-1978ddbbbbad"},{"name":"Get Lifecycle","id":"bb2600b3-559e-4ec1-9183-02cc5212a008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Lifecycles(6b25141d-b313-466c-8d84-82232992eaeb)?$expand=states","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Lifecycles(6b25141d-b313-466c-8d84-82232992eaeb)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"states"}],"variable":[]}},"response":[{"id":"8b9bd12b-8a29-4f60-b6e7-d690d61f73ff","name":"Get Lifecycle","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Lifecycles(6b25141d-b313-466c-8d84-82232992eaeb)?$expand=states","host":["https://api.timetta.com"],"path":["odata","Lifecycles(6b25141d-b313-466c-8d84-82232992eaeb)"],"query":[{"key":"$expand","value":"states"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:28:34 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Lifecycles(states())/$entity\",\n    \"name\": \"Организация\",\n    \"entityType\": \"Organization\",\n    \"isSystem\": false,\n    \"createdById\": null,\n    \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n    \"id\": \"6b25141d-b313-466c-8d84-82232992eaeb\",\n    \"created\": \"2026-05-25T17:27:07.817477Z\",\n    \"modified\": \"2026-05-26T11:40:01.375382Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"stateConfigurations\": [\n        {\n            \"stateId\": \"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\",\n            \"entityKindId\": null,\n            \"isInitial\": true,\n            \"index\": 0,\n            \"transitions\": [\n                {\n                    \"id\": \"abe9517a-6204-4159-b2f5-61bb0eee2d20\",\n                    \"name\": \"Закрыть\",\n                    \"nextStateId\": \"51bb68b3-1c05-5a59-9d79-16b69bb05975\",\n                    \"hasTransitionForm\": false,\n                    \"iconClass\": null,\n                    \"performers\": [\n                        {\n                            \"userId\": null,\n                            \"role\": \"All\",\n                            \"permissionSetId\": null,\n                            \"groupId\": null\n                        }\n                    ],\n                    \"transitionForm\": null,\n                    \"labelStrings\": [\n                        {\n                            \"language\": \"Ru\",\n                            \"value\": \"Закрыть\"\n                        },\n                        {\n                            \"language\": \"En\",\n                            \"value\": \"Close\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"stateId\": \"51bb68b3-1c05-5a59-9d79-16b69bb05975\",\n            \"entityKindId\": null,\n            \"isInitial\": false,\n            \"index\": 1,\n            \"transitions\": [\n                {\n                    \"id\": \"70572a99-254a-4bcd-8ce6-f76ecf6e1129\",\n                    \"name\": \"Переоткрыть\",\n                    \"nextStateId\": \"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\",\n                    \"hasTransitionForm\": false,\n                    \"iconClass\": null,\n                    \"performers\": [\n                        {\n                            \"userId\": null,\n                            \"role\": \"All\",\n                            \"permissionSetId\": null,\n                            \"groupId\": null\n                        }\n                    ],\n                    \"transitionForm\": null,\n                    \"labelStrings\": [\n                        {\n                            \"language\": \"Ru\",\n                            \"value\": \"Переоткрыть\"\n                        },\n                        {\n                            \"language\": \"En\",\n                            \"value\": \"Reopen\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"schemaViews\": [\n        {\n            \"entityKindId\": null,\n            \"settings\": \"{\\\"nodes\\\":[{\\\"id\\\":\\\"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\\\",\\\"x\\\":75.08335367838546,\\\"y\\\":25.000047047932938},{\\\"id\\\":\\\"51bb68b3-1c05-5a59-9d79-16b69bb05975\\\",\\\"x\\\":769.0250434875488,\\\"y\\\":24.500001907348633}],\\\"connections\\\":[{\\\"fromEntityId\\\":\\\"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\\\",\\\"toEntityId\\\":\\\"51bb68b3-1c05-5a59-9d79-16b69bb05975\\\",\\\"fromPosition\\\":\\\"right\\\",\\\"toPosition\\\":\\\"left\\\"},{\\\"fromEntityId\\\":\\\"51bb68b3-1c05-5a59-9d79-16b69bb05975\\\",\\\"toEntityId\\\":\\\"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\\\",\\\"fromPosition\\\":\\\"bottom\\\",\\\"toPosition\\\":\\\"bottom\\\"}]}\"\n        }\n    ],\n    \"states\": [\n        {\n            \"lifecycleId\": \"6b25141d-b313-466c-8d84-82232992eaeb\",\n            \"isEntityProtected\": false,\n            \"isEntityDisabled\": false,\n            \"isSystem\": false,\n            \"style\": \"success\",\n            \"code\": \"Active\",\n            \"description\": null,\n            \"name\": \"Действующая\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"37d83f0f-4c3c-5a7c-bc4a-34fd5f138f8e\",\n            \"created\": \"2026-05-25T17:27:10.663668Z\",\n            \"modified\": \"2026-05-25T17:27:10.663668Z\",\n            \"isActive\": true\n        },\n        {\n            \"lifecycleId\": \"6b25141d-b313-466c-8d84-82232992eaeb\",\n            \"isEntityProtected\": false,\n            \"isEntityDisabled\": true,\n            \"isSystem\": false,\n            \"style\": \"secondary\",\n            \"code\": \"Closed\",\n            \"description\": null,\n            \"name\": \"Закрытая\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"51bb68b3-1c05-5a59-9d79-16b69bb05975\",\n            \"created\": \"2026-05-25T17:27:10.663703Z\",\n            \"modified\": \"2026-05-25T17:27:10.663703Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"bb2600b3-559e-4ec1-9183-02cc5212a008"},{"name":"Get Entity Lifecycle Info","id":"44f239b0-2317-4e40-a76c-6c5f2a67ce6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance(c5f6bde1-2ac4-4657-884f-a9b72375c615)/GetLifeCycleInfo","description":"<p>Get entity lifecycle info containing current state and available transitions to other states.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ActsOfAcceptance(c5f6bde1-2ac4-4657-884f-a9b72375c615)","GetLifeCycleInfo"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"57533b2a-2aff-420d-90fb-d5cc169b2258","name":"Act of Acceptance Lifecycle Info","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ActsOfAcceptance(c5f6bde1-2ac4-4657-884f-a9b72375c615)/GetLifeCycleInfo"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos(currentState(),workflowTaskActions(),transitions())/$entity\",\r\n   \"id\": \"44f4445f-b1c0-4b6d-bfff-9bce502e4324\",\r\n   \"workflowStartActions\": [],\r\n   \"currentState\": {\r\n      \"lifecycleId\": \"3ac6515b-aa58-44a7-84d9-943233914c2a\",\r\n      \"code\": \"Recognized\",\r\n      \"isEntityProtected\": true,\r\n      \"isEntityDisabled\": false,\r\n      \"isSystem\": true,\r\n      \"isInitial\": false,\r\n      \"index\": 3,\r\n      \"style\": \"success\",\r\n      \"name\": \"Recognized\",\r\n      \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"id\": \"9acb01dd-a475-4332-9d66-81c49ea0d899\",\r\n      \"created\": \"2023-05-19T06:15:06.333113Z\",\r\n      \"modified\": \"2023-05-19T06:15:06.333113Z\",\r\n      \"isActive\": true\r\n   },\r\n   \"workflowTaskActions\": [],\r\n   \"transitions\": [\r\n      {\r\n         \"id\": \"c176c570-63e8-4d82-a82d-0cb1bebd2c37\",\r\n         \"nextStateId\": \"b5843e51-d99a-46f2-a55c-b35822e29d36\",\r\n         \"label\": \"Cancel\",\r\n         \"hasTransitionForm\": false,\r\n         \"iconClass\": null\r\n      }\r\n   ]\r\n}"},{"id":"be35613f-f460-43bd-b5b4-d11e09fdc499","name":"Project Version Lifecycle Info","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ProjectVersions(860ba361-ba1c-457b-80e2-584d5501490e)/GetLifeCycleInfo"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos(currentState(),workflowTaskActions(),transitions())/$entity\",\r\n   \"id\": \"860ba361-ba1c-457b-80e2-584d5501490e\",\r\n   \"workflowStartActions\": [],\r\n   \"currentState\": {\r\n      \"lifecycleId\": \"095447e4-400f-412c-8b0e-b91279672548\",\r\n      \"code\": \"Draft\",\r\n      \"isEntityProtected\": false,\r\n      \"isEntityDisabled\": false,\r\n      \"isSystem\": true,\r\n      \"isInitial\": true,\r\n      \"index\": 0,\r\n      \"style\": \"secondary\",\r\n      \"name\": \"Draft\",\r\n      \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"id\": \"8b2ffc94-6f6d-4292-83cf-c6af33923b16\",\r\n      \"created\": \"2023-05-19T06:15:06.333121Z\",\r\n      \"modified\": \"2023-05-19T06:15:06.333121Z\",\r\n      \"isActive\": true\r\n   },\r\n   \"workflowTaskActions\": [],\r\n   \"transitions\": [\r\n      {\r\n         \"id\": \"06635b30-effc-446c-a2c3-879fb6b2063b\",\r\n         \"nextStateId\": \"6d64729d-a78d-4b5c-9ae9-39f1131ca3af\",\r\n         \"label\": \"Ready to approve\",\r\n         \"hasTransitionForm\": false,\r\n         \"iconClass\": null\r\n      },\r\n      {\r\n         \"id\": \"85f54f2e-2789-40fc-a306-51d33834b9e3\",\r\n         \"nextStateId\": \"796cf668-effa-46b8-8b0e-7b3d15a7ca42\",\r\n         \"label\": \"Cancel\",\r\n         \"hasTransitionForm\": false,\r\n         \"iconClass\": null\r\n      },\r\n      {\r\n         \"id\": \"2a8e3576-4b05-404c-be21-cf80b0e80541\",\r\n         \"nextStateId\": \"f5a52ee1-fd4b-4221-a83a-f77f7023c874\",\r\n         \"label\": \"Submit\",\r\n         \"hasTransitionForm\": false,\r\n         \"iconClass\": null\r\n      }\r\n   ]\r\n}"},{"id":"1410d67f-b730-4512-ad5c-ee44225b15b3","name":"Expense Request Lifecycle Info","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ExpenseRequests(ea946ac6-b467-452e-a7e8-c18672845ae8)/GetLifeCycleInfo"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LifecycleInfos(currentState(),workflowTaskActions(),transitions())/$entity\",\r\n   \"id\": \"ea946ac6-b467-452e-a7e8-c18672845ae8\",\r\n   \"workflowStartActions\": [],\r\n   \"currentState\": {\r\n      \"lifecycleId\": \"d9813dd9-72b0-43d0-9670-ad8d31e439f4\",\r\n      \"code\": \"Approved\",\r\n      \"isEntityProtected\": true,\r\n      \"isEntityDisabled\": false,\r\n      \"isSystem\": true,\r\n      \"isInitial\": false,\r\n      \"index\": 2,\r\n      \"style\": \"success\",\r\n      \"name\": \"Approved\",\r\n      \"createdById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"modifiedById\": \"340f1a48-0f90-4552-865a-6180caf15e51\",\r\n      \"id\": \"dc2ab1ca-a20f-48c7-8832-3bea459436fc\",\r\n      \"created\": \"2023-05-19T06:15:06.33315Z\",\r\n      \"modified\": \"2023-05-19T06:15:08.097903Z\",\r\n      \"isActive\": true\r\n   },\r\n   \"workflowTaskActions\": [],\r\n   \"transitions\": [\r\n      {\r\n         \"id\": \"f28938e0-158b-4185-be1a-d922171bbcc1\",\r\n         \"nextStateId\": \"0aefb600-42fb-4aa5-991c-d70dc7ac7b27\",\r\n         \"label\": \"Reopen\",\r\n         \"hasTransitionForm\": false,\r\n         \"iconClass\": null\r\n      }\r\n   ]\r\n}"}],"_postman_id":"44f239b0-2317-4e40-a76c-6c5f2a67ce6a"}],"id":"556d8579-e3a0-4605-aec0-4ac5c0e23e84","_postman_id":"556d8579-e3a0-4605-aec0-4ac5c0e23e84","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"States","item":[{"name":"Query States","id":"040c7a25-fcf5-46d9-a117-1a8cfc89828d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/States?$top=3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","States"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"e5ba6ad4-4204-46e3-b613-1126576c00ad","name":"Query States","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/OData/States?$top=3","host":["https://api.timetta.com"],"path":["OData","States"],"query":[{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:29:52 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#States\",\n    \"value\": [\n        {\n            \"lifecycleId\": \"e20f97fe-5cef-4caf-a1e4-5d3986524ce5\",\n            \"isEntityProtected\": false,\n            \"isEntityDisabled\": false,\n            \"isSystem\": false,\n            \"style\": \"secondary\",\n            \"code\": \"REGISTERED\",\n            \"description\": null,\n            \"name\": \"Зарегистрирован\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"05e0415b-7ba6-4d91-ab8e-0289b9c4aa1b\",\n            \"created\": \"2026-05-25T17:27:10.663853Z\",\n            \"modified\": \"2026-05-25T17:27:10.663853Z\",\n            \"isActive\": true\n        },\n        {\n            \"lifecycleId\": \"b261ccea-47ac-4378-b436-34c096241440\",\n            \"isEntityProtected\": false,\n            \"isEntityDisabled\": false,\n            \"isSystem\": true,\n            \"style\": \"secondary\",\n            \"code\": \"Draft\",\n            \"description\": null,\n            \"name\": \"Черновик\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"0aefb600-42fb-4aa5-991c-d70dc7ac7b27\",\n            \"created\": \"2026-05-25T17:27:10.664571Z\",\n            \"modified\": \"2026-05-25T17:27:10.664571Z\",\n            \"isActive\": true\n        },\n        {\n            \"lifecycleId\": \"48cee191-9745-4596-b371-8e5dc801073c\",\n            \"isEntityProtected\": true,\n            \"isEntityDisabled\": true,\n            \"isSystem\": true,\n            \"style\": \"success\",\n            \"code\": \"Performed\",\n            \"description\": null,\n            \"name\": \"Выполнено\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"0ff6b5ce-2c5b-46c9-aa3c-7532d3f99b98\",\n            \"created\": \"2026-05-25T17:27:10.659086Z\",\n            \"modified\": \"2026-05-25T17:27:10.659086Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"040c7a25-fcf5-46d9-a117-1a8cfc89828d"},{"name":"Get State","id":"42228500-8c5f-4e8d-b15c-228ebfa78e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/States(91efee63-b594-4f2d-93e8-d5ea8ca4a239)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","States(91efee63-b594-4f2d-93e8-d5ea8ca4a239)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"808cacf9-7246-476c-9ec0-b8a9075af4c0","name":"Get State","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/States(91efee63-b594-4f2d-93e8-d5ea8ca4a239)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#States/$entity\",\r\n    \"lifecycleId\": \"3ac6515b-aa58-44a7-84d9-943233914c2a\",\r\n    \"isEntityProtected\": false,\r\n    \"isEntityDisabled\": false,\r\n    \"isSystem\": true,\r\n    \"isInitial\": true,\r\n    \"style\": \"secondary\",\r\n    \"code\": \"Draft\",\r\n    \"name\": \"Draft\",\r\n    \"id\": \"91efee63-b594-4f2d-93e8-d5ea8ca4a239\",\r\n    \"created\": \"2023-01-27T08:49:10.554459Z\",\r\n    \"modified\": \"2023-01-27T09:39:01.642106Z\",\r\n    \"isActive\": false,\r\n    \"editAllowed\": true,\r\n    \"deleteAllowed\": true\r\n}"}],"_postman_id":"42228500-8c5f-4e8d-b15c-228ebfa78e8e"}],"id":"7e729296-a42c-4936-b8e5-eae2489fe0c6","_postman_id":"7e729296-a42c-4936-b8e5-eae2489fe0c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"d8e78611-7068-4920-987c-e5e512e4eb14","_postman_id":"d8e78611-7068-4920-987c-e5e512e4eb14","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Schedules","item":[{"name":"Create Schedule","id":"a6f7fc42-f94a-4e35-8b02-d251edf718d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Common schedule\",\r\n   \"description\": null,\r\n   \"daysCount\": 7,\r\n   \"firstDay\": \"2023-01-01\",\r\n   \"isActive\": true,\r\n   \"isDefault\": false,\r\n   \"patternDays\": [\r\n      {\r\n         \"dayNumber\": 1,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 2,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 3,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 4,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 5,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 6,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"dayNumber\": 7,\r\n         \"dayLength\": 0\r\n      } \r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Schedules","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Schedules"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a0f01ddf-c9e4-42d1-9177-8d192fdb5cef","name":"Create Schedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Common schedule\",\r\n   \"description\": null,\r\n   \"daysCount\": 7,\r\n   \"firstDay\": \"2023-01-01\",\r\n   \"isActive\": true,\r\n   \"isDefault\": false,\r\n   \"patternDays\": [\r\n      {\r\n         \"dayNumber\": 1,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 2,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 3,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 4,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 5,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"dayNumber\": 6,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"dayNumber\": 7,\r\n         \"dayLength\": 0\r\n      } \r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Schedules"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Schedules/$entity\",\r\n    \"firstDay\": \"2023-01-01\",\r\n    \"daysCount\": 7,\r\n    \"description\": null,\r\n    \"isDefault\": false,\r\n    \"scheduleExceptionId\": null,\r\n    \"name\": \"Common schedule\",\r\n    \"createdById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n    \"modifiedById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n    \"id\": \"de774c14-a76b-46f8-aac4-d73fc3de4153\",\r\n    \"created\": \"2022-12-27T14:13:13.6756366+03:00\",\r\n    \"modified\": \"2022-12-27T11:13:13.6738383Z\",\r\n    \"isActive\": true\r\n}"}],"_postman_id":"a6f7fc42-f94a-4e35-8b02-d251edf718d7"},{"name":"Get Schedule","id":"14581168-3f07-464c-bc74-bcbd85c8ecfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Schedules(bb6cba16-c330-4a13-891d-6477caa5951c)?$expand=patternDays","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Schedules(bb6cba16-c330-4a13-891d-6477caa5951c)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"patternDays"}],"variable":[]}},"response":[{"id":"c91d9add-2277-41a1-8c31-3b043ae6e569","name":"Get Schedule","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/OData/Schedules(bb6cba16-c330-4a13-891d-6477caa5951c)?$expand=patternDays","host":["https://api.timetta.com"],"path":["OData","Schedules(bb6cba16-c330-4a13-891d-6477caa5951c)"],"query":[{"key":"$expand","value":"patternDays"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Schedules(patternDays())/$entity\",\r\n   \"firstDay\": null,\r\n   \"daysCount\": 7,\r\n   \"description\": null,\r\n   \"isDefault\": false,\r\n   \"scheduleExceptionId\": null,\r\n   \"name\": \"Schedule 42d60148-17b4-4462-80b5-67622d4c8efa\",\r\n   \"createdById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n   \"modifiedById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n   \"id\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n   \"created\": \"2022-12-27T11:04:16.625743Z\",\r\n   \"modified\": \"2022-12-27T11:04:16.573089Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true,\r\n   \"patternDays\": [\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 8,\r\n         \"dayNumber\": 1,\r\n         \"id\": \"0c76908d-66aa-4b45-a743-04da5eb0f433\",\r\n         \"created\": \"2022-12-27T11:04:16.622521Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577263Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 0,\r\n         \"dayNumber\": 6,\r\n         \"id\": \"1adf0183-e613-446f-b563-251585732f12\",\r\n         \"created\": \"2022-12-27T11:04:16.625038Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.57731Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 8,\r\n         \"dayNumber\": 4,\r\n         \"id\": \"6897ac8a-3b06-41c1-ab9e-857f8febef20\",\r\n         \"created\": \"2022-12-27T11:04:16.624939Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577308Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 8,\r\n         \"dayNumber\": 3,\r\n         \"id\": \"701a5a21-a125-4eb2-a8e5-ec68e17418fe\",\r\n         \"created\": \"2022-12-27T11:04:16.624886Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577308Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 8,\r\n         \"dayNumber\": 5,\r\n         \"id\": \"c042ed24-3074-4bc9-a2df-2513b9ece86f\",\r\n         \"created\": \"2022-12-27T11:04:16.624989Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577309Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 0,\r\n         \"dayNumber\": 7,\r\n         \"id\": \"c8f4446f-bd3e-4d8d-af80-1e88a0f9b397\",\r\n         \"created\": \"2022-12-27T11:04:16.625092Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577311Z\",\r\n         \"isActive\": true\r\n      },\r\n      {\r\n         \"scheduleId\": \"bb6cba16-c330-4a13-891d-6477caa5951c\",\r\n         \"dayLength\": 8,\r\n         \"dayNumber\": 2,\r\n         \"id\": \"ec5a932f-e15a-4494-bb50-4a52045134b1\",\r\n         \"created\": \"2022-12-27T11:04:16.624719Z\",\r\n         \"modified\": \"2022-12-27T11:04:16.577307Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"14581168-3f07-464c-bc74-bcbd85c8ecfb"},{"name":"Update Schedule","id":"3cd35402-bea8-4b33-9f77-902b64e795bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n   \"name\": \"Schedule 536abae5-dc5e-4cee-9958-7da48ed6e96e\",\r\n   \"description\": null,\r\n   \"daysCount\": 14,\r\n   \"firstDay\": \"2022-12-27\",\r\n   \"isActive\": false,\r\n   \"isDefault\": false,\r\n   \"patternDays\": [\r\n      {\r\n         \"id\": \"67f4a4a0-5200-4144-852b-89652b4d07d4\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 1,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"5e0fcc23-8d48-4f2d-bcaf-059fc30ab4b0\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 2,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"50cbab85-6ae1-47c9-ad8e-e2e4d67b6de5\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 3,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"9586d1f7-c256-4f6e-adfb-faa8e3998b36\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 4,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"3c753ab6-75a8-467c-b61d-fdb741de3797\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 5,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"6c373c3e-1136-4f6d-891b-5c53035b4c48\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 6,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"64897369-7835-4a93-8a90-3aeb1be9a4ca\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 7,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"34e20514-2355-4a0e-bffe-f02695bc02a4\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 8,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"0e3b8c4a-0a96-446a-ae4e-1c26c8dcc43f\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 9,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"b3849510-9fee-4c63-b58a-5b77f2348021\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 10,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"ebe38d9d-ebfe-42bc-8ec5-78a681f97e16\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 11,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"816e2f80-89ab-41e4-8d13-f11a9af23baa\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 12,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"6f48c7f7-c59d-4c25-89f3-94978acb50c7\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 13,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"f3bff4bb-5bbe-453c-be0b-8c9db690357a\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 14,\r\n         \"dayLength\": 0\r\n      }\r\n   ],\r\n   \"scheduleExceptionId\": \"f93c4f51-1ec9-44be-a8bc-2974180b7a28\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Schedules(af458849-92de-4bf6-9a4a-208b7d8fc36f)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Schedules(af458849-92de-4bf6-9a4a-208b7d8fc36f)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"38a181c7-4b22-4a59-990c-5a63c41173a5","name":"Update Schedule","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n   \"name\": \"Schedule 536abae5-dc5e-4cee-9958-7da48ed6e96e\",\r\n   \"description\": null,\r\n   \"daysCount\": 14,\r\n   \"firstDay\": \"2022-12-27\",\r\n   \"isActive\": false,\r\n   \"isDefault\": false,\r\n   \"patternDays\": [\r\n      {\r\n         \"id\": \"67f4a4a0-5200-4144-852b-89652b4d07d4\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 1,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"5e0fcc23-8d48-4f2d-bcaf-059fc30ab4b0\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 2,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"50cbab85-6ae1-47c9-ad8e-e2e4d67b6de5\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 3,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"9586d1f7-c256-4f6e-adfb-faa8e3998b36\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 4,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"3c753ab6-75a8-467c-b61d-fdb741de3797\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 5,\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"6c373c3e-1136-4f6d-891b-5c53035b4c48\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 6,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"64897369-7835-4a93-8a90-3aeb1be9a4ca\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 7,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"34e20514-2355-4a0e-bffe-f02695bc02a4\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 8,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"0e3b8c4a-0a96-446a-ae4e-1c26c8dcc43f\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 9,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"b3849510-9fee-4c63-b58a-5b77f2348021\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 10,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"ebe38d9d-ebfe-42bc-8ec5-78a681f97e16\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 11,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"816e2f80-89ab-41e4-8d13-f11a9af23baa\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 12,\r\n         \"dayLength\": 4\r\n      },\r\n      {\r\n         \"id\": \"6f48c7f7-c59d-4c25-89f3-94978acb50c7\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 13,\r\n         \"dayLength\": 0\r\n      },\r\n      {\r\n         \"id\": \"f3bff4bb-5bbe-453c-be0b-8c9db690357a\",\r\n         \"scheduleId\": \"af458849-92de-4bf6-9a4a-208b7d8fc36f\",\r\n         \"dayNumber\": 14,\r\n         \"dayLength\": 0\r\n      }\r\n   ],\r\n   \"scheduleExceptionId\": \"f93c4f51-1ec9-44be-a8bc-2974180b7a28\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Schedules(af458849-92de-4bf6-9a4a-208b7d8fc36f)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3cd35402-bea8-4b33-9f77-902b64e795bc"},{"name":"Query Schedules","id":"1775d1bf-b521-4ab1-b240-b9f136636d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Schedules","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Schedules"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"14368576-58e9-45ce-abce-f491dd9b518c","name":"Query Schedules","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Schedules"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Schedules\",\r\n   \"value\": [\r\n      {\r\n         \"firstDay\": null,\r\n         \"daysCount\": 7,\r\n         \"description\": null,\r\n         \"isDefault\": true,\r\n         \"scheduleExceptionId\": null,\r\n         \"name\": \"40 hours/week\",\r\n         \"createdById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n         \"modifiedById\": \"0a3b5cd8-0899-4a9a-a51a-dac940618f2c\",\r\n         \"id\": \"0c2c94fb-7f00-4616-8192-aa5781d4bc69\",\r\n         \"created\": \"2022-12-27T09:44:21.758947Z\",\r\n         \"modified\": \"2022-12-27T09:44:21.758947Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"1775d1bf-b521-4ab1-b240-b9f136636d21"},{"name":"Set Schedule As Default","id":"eafcc2e3-012f-428c-bc4d-804d9d7da1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.timetta.com/OData/Schedules(09d725de-5c30-4072-88be-4d7989777407)/WP.SetAsDefault","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Schedules(09d725de-5c30-4072-88be-4d7989777407)","WP.SetAsDefault"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0b387afd-3827-41b4-996e-e6fee7bbe903","name":"Set Schedule As Default","originalRequest":{"method":"POST","header":[],"url":"https://api.timetta.com/OData/Schedules(09d725de-5c30-4072-88be-4d7989777407)/WP.SetAsDefault"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eafcc2e3-012f-428c-bc4d-804d9d7da1c5"}],"id":"69b6848d-51fa-4ee4-b7e4-d181eb90e2d1","_postman_id":"69b6848d-51fa-4ee4-b7e4-d181eb90e2d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Schedule Exceptions","item":[{"name":"Create Schedule Exception","id":"1f6e81a5-3365-4319-a8eb-1014b71b2e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Weekends\",\r\n    \"description\": null,\r\n    \"isActive\": true,\r\n    \"exceptionDays\": [\r\n        {\r\n            \"name\": \"New Year\",\r\n            \"date\": \"2023-01-01\",\r\n            \"dayLength\": 8,\r\n            \"excludeFromCalendarDuration\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ScheduleExceptions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ScheduleExceptions"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"20b97c8a-06fd-4dee-9ed5-58b496c72d2f","name":"Create Schedule Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Weekends\",\r\n    \"description\": null,\r\n    \"isActive\": true,\r\n    \"exceptionDays\": [\r\n        {\r\n            \"name\": \"New Year\",\r\n            \"date\": \"2023-01-01\",\r\n            \"dayLength\": 8,\r\n            \"excludeFromCalendarDuration\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ScheduleExceptions"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:31:34 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ScheduleExceptions/$entity\",\n    \"description\": null,\n    \"name\": \"Weekends\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n    \"created\": \"2026-06-01T19:31:34.3818701Z\",\n    \"modified\": \"2026-06-01T19:31:34.2587554Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"ExceptionDay\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"3f28ff66-0d9f-47b6-b8d0-09e5c75af2c7\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:31:34.3780915Z\",\n                \"createdById\": null,\n                \"createdBy\": null,\n                \"date@odata.type\": \"#Date\",\n                \"date\": \"2023-01-01\",\n                \"dayLength@odata.type\": \"#Decimal\",\n                \"dayLength\": 8,\n                \"excludeFromCalendarDuration\": false,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:31:34.2593841Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"New Year\",\n                \"scheduleExceptionId@odata.type\": \"#Guid\",\n                \"scheduleExceptionId\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n                \"scheduleException\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n                    \"name\": \"Weekends\"\n                }\n            }\n        ],\n        \"ScheduleException\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:31:34.3818701Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": null,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:31:34.2587554Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Weekends\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"1f6e81a5-3365-4319-a8eb-1014b71b2e5c"},{"name":"Get Schedule Exception","id":"3be07e72-114c-4274-83b4-cdbefdcdd0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)?$expand=exceptionDays($orderby=date)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"exceptionDays($orderby=date)"}],"variable":[]}},"response":[{"id":"a181233f-7fca-4e9e-bba2-63b582f78b81","name":"Get Schedule Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)?$expand=exceptionDays($orderby=date)","host":["https://api.timetta.com"],"path":["odata","ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)"],"query":[{"key":"$expand","value":"exceptionDays($orderby=date)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:34:34 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#ScheduleExceptions(exceptionDays())/$entity\",\n    \"description\": null,\n    \"name\": \"Weekends\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n    \"created\": \"2026-06-01T19:31:34.38187Z\",\n    \"modified\": \"2026-06-01T19:31:34.258755Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"exceptionDays\": [\n        {\n            \"date\": \"2023-01-01\",\n            \"scheduleExceptionId\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\n            \"dayLength\": 8,\n            \"excludeFromCalendarDuration\": false,\n            \"name\": \"New Year\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"3f28ff66-0d9f-47b6-b8d0-09e5c75af2c7\",\n            \"created\": \"2026-06-01T19:31:34.378091Z\",\n            \"modified\": \"2026-06-01T19:31:34.259384Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"3be07e72-114c-4274-83b4-cdbefdcdd0bf"},{"name":"Update Schedule Exception","id":"221b59dc-37e5-4bf6-8c4b-c8a748f17e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\r\n   \"name\": \"Weekends\",\r\n   \"description\": \"Non-working days\",\r\n   \"isActive\": true,\r\n   \"exceptionDays\": [\r\n      {\r\n         \"id\": \"a065814c-5d7b-495b-8d84-aea7129a79fc\",\r\n         \"name\": \"New Year\",\r\n         \"date\": \"2026-01-01\",\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"a065824c-5d7b-495b-8d84-aea7129a79fc\",\r\n         \"name\": \"Women's day\",\r\n         \"date\": \"2026-03-02\",\r\n         \"dayLength\": 8\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a225b04c-ff57-4116-91fa-795d1ef108b2","name":"Update Schedule Exception","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"626cb76d-6e4d-426a-995f-4061649c38af\",\r\n   \"name\": \"Weekends\",\r\n   \"description\": \"Non-working days\",\r\n   \"isActive\": true,\r\n   \"exceptionDays\": [\r\n      {\r\n         \"id\": \"a065814c-5d7b-495b-8d84-aea7129a79fc\",\r\n         \"name\": \"New Year\",\r\n         \"date\": \"2026-01-01\",\r\n         \"dayLength\": 8\r\n      },\r\n      {\r\n         \"id\": \"a065824c-5d7b-495b-8d84-aea7129a79fc\",\r\n         \"name\": \"Women's day\",\r\n         \"date\": \"2026-03-02\",\r\n         \"dayLength\": 8\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/ScheduleExceptions(626cb76d-6e4d-426a-995f-4061649c38af)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 19:35:48 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"221b59dc-37e5-4bf6-8c4b-c8a748f17e60"},{"name":"Delete Schedule Exception","id":"8a48f9a4-9af6-41b7-919f-189b20bd6ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/ScheduleExceptions(b0edad22-9d8b-4992-9fb2-326ab4e773cb)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","ScheduleExceptions(b0edad22-9d8b-4992-9fb2-326ab4e773cb)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a48f9a4-9af6-41b7-919f-189b20bd6ef4"},{"name":"Query Schedule Exceptions","id":"98174a3c-5ae3-4573-816d-9e4c7f554e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta-test.com/odata/ScheduleExceptions?$select=id,name,description,isActive&$top=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"protocol":"https","path":["odata","ScheduleExceptions"],"host":["api","timetta-test","com"],"query":[{"key":"$select","value":"id,name,description,isActive"},{"key":"$top","value":"2"}],"variable":[]}},"response":[],"_postman_id":"98174a3c-5ae3-4573-816d-9e4c7f554e6f"}],"id":"566fe329-e6f8-40e8-9395-cb670bf3e74e","_postman_id":"566fe329-e6f8-40e8-9395-cb670bf3e74e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Locations","item":[{"name":"Create Location","id":"c070bae2-d120-4859-b25d-ef70bc938683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Main office\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Locations","description":"<p>Create \"Location\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a8055d5f-101e-4fe6-ab2d-486b870e1d03","name":"Create Location","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Main office\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Locations"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Locations/$entity\",\r\n   \"description\": null,\r\n   \"isDefault\": false,\r\n   \"name\": \"Main office\",\r\n   \"createdById\": \"c67bf3f8-239d-4b0c-988f-35af6a8b1c47\",\r\n   \"modifiedById\": \"c67bf3f8-239d-4b0c-988f-35af6a8b1c47\",\r\n   \"id\": \"e68952c9-c2d7-4394-8401-b8d0d5fe0c71\",\r\n   \"created\": \"2022-12-29T17:15:57.293753+03:00\",\r\n   \"modified\": \"2022-12-29T14:15:57.2926063Z\",\r\n   \"isActive\": true\r\n}"}],"_postman_id":"c070bae2-d120-4859-b25d-ef70bc938683"},{"name":"Get Location","id":"50787920-1a56-4dd8-9e88-cd690ddac886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)","description":"<p>Get \"Location\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"c6ced156-4f04-4fc5-b719-6b627ba07b8f","name":"Get Location","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Locations/$entity\",\r\n   \"description\": null,\r\n   \"isDefault\": false,\r\n   \"name\": \"Main office\",\r\n   \"createdById\": \"c67bf3f8-239d-4b0c-988f-35af6a8b1c47\",\r\n   \"modifiedById\": \"c67bf3f8-239d-4b0c-988f-35af6a8b1c47\",\r\n   \"id\": \"e68952c9-c2d7-4394-8401-b8d0d5fe0c71\",\r\n   \"created\": \"2022-12-29T14:15:57.293753Z\",\r\n   \"modified\": \"2022-12-29T14:15:57.292606Z\",\r\n   \"isActive\": true,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"50787920-1a56-4dd8-9e88-cd690ddac886"},{"name":"Update Location","id":"fe697857-f68a-455f-8fe3-50d7896e820e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false,\r\n   \"description\": \"Closed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)","description":"<p>Update \"Location\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"c741a401-0667-4092-be55-2224ccae6129","name":"Update Location","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"isActive\": false,\r\n   \"description\": \"Closed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe697857-f68a-455f-8fe3-50d7896e820e"},{"name":"Delete Location","id":"fbcc23f7-d274-47c9-be3e-e813dcdcd48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)","description":"<p>Delete \"Location\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bcaaa1ea-dd00-4b62-881c-7d64f03929f9","name":"Delete Location","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbcc23f7-d274-47c9-be3e-e813dcdcd48b"},{"name":"Query Locations","id":"c34d2472-daed-4b65-a38e-da6b63068a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Locations?$select=id,name,isActive,created,description,isDefault&$top=50","description":"<p>Request a list of locations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,isActive,created,description,isDefault"},{"key":"$top","value":"50"}],"variable":[]}},"response":[{"id":"a01b45b3-2d25-476e-b827-398d134e4468","name":"Query Locations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/OData/Locations?$select=id,name,isActive,created,description,isDefault&$top=50","host":["https://api.timetta.com"],"path":["OData","Locations"],"query":[{"key":"$select","value":"id,name,isActive,created,description,isDefault"},{"key":"$top","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Locations(id,name,isActive,created,description,isDefault,createdBy(id,name))\",\r\n   \"value\": [\r\n      {\r\n         \"description\": null,\r\n         \"isDefault\": true,\r\n         \"name\": \"Base location\",\r\n         \"id\": \"3ff7592b-8277-48dc-82f5-4044e685d304\",\r\n         \"created\": \"2022-12-29T07:23:52.405477Z\",\r\n         \"isActive\": true\r\n      }\r\n   ]\r\n}"}],"_postman_id":"c34d2472-daed-4b65-a38e-da6b63068a96"},{"name":"Set Location As Default","id":"1f3aad03-9bac-4c30-9b91-f622f2bb0e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)/SetAsDefault","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)","SetAsDefault"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f85380a8-1914-431b-a61a-33662392660d","name":"Set Location As Default","originalRequest":{"method":"POST","header":[],"url":"https://api.timetta.com/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)/SetAsDefault"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f3aad03-9bac-4c30-9b91-f622f2bb0e1e"}],"id":"69ad11f6-09ff-4066-a236-85acc386f637","_postman_id":"69ad11f6-09ff-4066-a236-85acc386f637","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Financial Accounts","item":[{"name":"Create Financial Account","id":"278736f0-615f-40c6-ab00-c4f25af2afe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Other expenses\",\r\n   \"code\": \"OE-1\",\r\n   \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/FinancialAccounts","description":"<p>Create Financial Account entity.</p>\n<p>Required properties:</p>\n<ul>\n<li><p>name</p>\n</li>\n<li><p>code</p>\n</li>\n<li><p>typeId</p>\n</li>\n</ul>\n<p>Possible values for the typeId:</p>\n<ul>\n<li>\"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\" - respresents \"Expenses\" type</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","FinancialAccounts"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3f593f45-cfd4-4b12-8a2b-54338c5d3f22","name":"Create Financial Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Other expenses\",\r\n   \"code\": \"OE-1\",\r\n   \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/FinancialAccounts"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:42:17 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/FinancialAccounts(0ae19c82-862c-440d-a2ef-a05f06909df7)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#FinancialAccounts/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n    \"code\": \"OE-1\",\n    \"isSystem\": false,\n    \"includedInBalance\": true,\n    \"description\": null,\n    \"name\": \"Other expenses\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"0ae19c82-862c-440d-a2ef-a05f06909df7\",\n    \"created\": \"2026-06-01T19:42:17.5394607Z\",\n    \"modified\": \"2026-06-01T19:42:17.4301583Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"FinancialAccount\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0ae19c82-862c-440d-a2ef-a05f06909df7\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": \"OE-1\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:42:17.5394607Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"includedInBalance\": true,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"isSystem\": false,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:42:17.4301583Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Other expenses\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"typeId@odata.type\": \"#Guid\",\n                \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"type\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n                    \"name\": \"Затраты\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"278736f0-615f-40c6-ab00-c4f25af2afe9"},{"name":"Get Financial Account","id":"22810703-106c-4125-b476-3e3e5157f5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/FinancialAccounts(0ae19c82-862c-440d-a2ef-a05f06909df7)","description":"<p>Get Expense Type entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","FinancialAccounts(0ae19c82-862c-440d-a2ef-a05f06909df7)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6e12a824-46cb-450a-85fa-d91c937f4497","name":"Get Financial Account","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/FinancialAccounts(0ae19c82-862c-440d-a2ef-a05f06909df7)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:42:36 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#FinancialAccounts/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n    \"code\": \"OE-1\",\n    \"isSystem\": false,\n    \"includedInBalance\": true,\n    \"description\": null,\n    \"name\": \"Other expenses\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"0ae19c82-862c-440d-a2ef-a05f06909df7\",\n    \"created\": \"2026-06-01T19:42:17.53946Z\",\n    \"modified\": \"2026-06-01T19:42:17.430158Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"22810703-106c-4125-b476-3e3e5157f5ff"},{"name":"Query Financial Accounts","id":"c477042d-fd2e-46c1-97ca-9968109ad4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/FinancialAccounts?$top=3","description":"<p>Query FinancialAccount entities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","FinancialAccounts"],"host":["https://api.timetta.com"],"query":[{"key":"$top","value":"3"}],"variable":[]}},"response":[{"id":"871b00c0-97ff-4cfd-aa8c-fa387a089a47","name":"Query Financial Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/FinancialAccounts?$top=3","host":["https://api.timetta.com"],"path":["odata","FinancialAccounts"],"query":[{"key":"$top","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:42:57 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#FinancialAccounts\",\n    \"value\": [\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"OE-1\",\n            \"isSystem\": false,\n            \"includedInBalance\": true,\n            \"description\": null,\n            \"name\": \"Other expenses\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0ae19c82-862c-440d-a2ef-a05f06909df7\",\n            \"created\": \"2026-06-01T19:42:17.53946Z\",\n            \"modified\": \"2026-06-01T19:42:17.430158Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"TimeOffCost\",\n            \"isSystem\": true,\n            \"includedInBalance\": true,\n            \"description\": null,\n            \"name\": \"Себестоимость отсутствий\",\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"13e9a026-b80f-4a08-8fd4-6a269f698004\",\n            \"created\": \"2026-05-25T17:27:06.747651Z\",\n            \"modified\": \"2026-05-26T11:40:01.375368Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"typeId\": \"ac1dc1aa-dac0-4e48-9682-aabc39866d8c\",\n            \"code\": \"DirectLabor\",\n            \"isSystem\": true,\n            \"includedInBalance\": true,\n            \"description\": null,\n            \"name\": \"Себестоимость труда\",\n            \"createdById\": null,\n            \"modifiedById\": \"2f402afa-d33c-4a7a-87c1-0346b86b5bf4\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"15476461-f0e2-4b70-990a-b4a3ccb5c87f\",\n            \"created\": \"2026-05-25T17:27:06.747143Z\",\n            \"modified\": \"2026-05-26T11:40:01.375367Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"c477042d-fd2e-46c1-97ca-9968109ad4d7"}],"id":"4e24e433-6d63-41a8-a1c7-a4f61fb51be3","_postman_id":"4e24e433-6d63-41a8-a1c7-a4f61fb51be3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Time Off Types","item":[{"name":"Create Time Off Type","id":"6e9e7db4-1b3c-4061-b64a-b7de093b63df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Some reason leave\",\r\n    \"code\": \"SLЗ\", \r\n    \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\r\n    \"paid\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffTypes","description":"<p>Create new Time Off Type entity.</p>\n<ul>\n<li>unitId - available values below</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">export class TimeOffTypeUnit extends EnumEntity {\n  public static get hour(): TimeOffTypeUnit {\n    return {\n      id: '0f340f34-4cc7-4cd7-9617-d9bed5d2e7c2',\n      code: 'Hour'\n    };\n  }\n  public static get workingDay(): TimeOffTypeUnit {\n    return {\n      id: 'd24aec3c-119c-4a8a-a3b9-b6b721985351',\n      code: 'WorkingDay'\n    };\n  }\n  public static get calendarDay(): TimeOffTypeUnit {\n    return {\n      id: '5cbfefa2-2871-4aad-a01a-e5019416cff4',\n      code: 'CalendarDay'\n    };\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffTypes"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"f79bcb1e-b926-49c2-855f-2c38617a7321","name":"Create Time Off Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Some reason leave\",\r\n    \"code\": \"SLЗ\", \r\n    \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\r\n    \"paid\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffTypes"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:44:36 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/TimeOffTypes(4d08526e-e667-421c-a39e-489407e47f4b)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffTypes/$entity\",\n    \"minimumInterval\": \"FullDay\",\n    \"requiresTimeString\": false,\n    \"paid\": true,\n    \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\n    \"code\": \"SLЗ\",\n    \"description\": null,\n    \"name\": \"Some reason leave\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"4d08526e-e667-421c-a39e-489407e47f4b\",\n    \"created\": \"2026-06-01T19:44:36.0151909Z\",\n    \"modified\": \"2026-06-01T19:44:35.9302293Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"TimeOffType\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"4d08526e-e667-421c-a39e-489407e47f4b\",\n                \"code\": \"SLЗ\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:44:36.0151909Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": null,\n                \"isActive\": true,\n                \"minimumInterval@odata.type\": \"#WP.DayPart\",\n                \"minimumInterval\": \"FullDay\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:44:35.9302293Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Some reason leave\",\n                \"paid\": true,\n                \"requiresTimeString\": false,\n                \"unitId@odata.type\": \"#Guid\",\n                \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"unit\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\n                    \"name\": \"Рабочий день\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"6e9e7db4-1b3c-4061-b64a-b7de093b63df"},{"name":"Get Time Off Type","id":"88708f3c-2f83-403e-aad5-8fd3de601c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes(4d08526e-e667-421c-a39e-489407e47f4b)","description":"<p>Get Time Off Type entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffTypes(4d08526e-e667-421c-a39e-489407e47f4b)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"356bd1ef-34c8-4cc5-8e4d-d952e2f6d038","name":"Get Time Off Type","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes(4d08526e-e667-421c-a39e-489407e47f4b)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:45:10 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffTypes/$entity\",\n    \"minimumInterval\": \"FullDay\",\n    \"requiresTimeString\": false,\n    \"paid\": true,\n    \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\n    \"code\": \"SLЗ\",\n    \"description\": null,\n    \"name\": \"Some reason leave\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"4d08526e-e667-421c-a39e-489407e47f4b\",\n    \"created\": \"2026-06-01T19:44:36.01519Z\",\n    \"modified\": \"2026-06-01T19:44:35.930229Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"88708f3c-2f83-403e-aad5-8fd3de601c58"},{"name":"Patch Time Off Type","id":"44d8618a-fd19-4b84-8999-45fd32b21388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{       \r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffTypes(cb70aa4e-5edb-4c2a-b5fe-5da9b093f0e8)","description":"<p>Patch Time Off Type.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffTypes(cb70aa4e-5edb-4c2a-b5fe-5da9b093f0e8)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"8361305f-289c-45df-83b3-147b1925db4c","name":"Patch TimeOffType","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{   \r\n    \"paid\": false,    \r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/TimeOffTypes(cb70aa4e-5edb-4c2a-b5fe-5da9b093f0e8)"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:0ee4cf3e-a67a-4606-8a64-d9243c117b3e"},{"key":"OData-Version","value":"4.0"},{"key":"X-Rate-Limit-Limit","value":"1h"},{"key":"X-Rate-Limit-Remaining","value":"2996"},{"key":"X-Rate-Limit-Reset","value":"2021-10-21T07:54:47.4422854Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 21 Oct 2021 07:08:04 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44d8618a-fd19-4b84-8999-45fd32b21388"},{"name":"Delete Time Off Type","id":"014ba30c-f35a-460d-a455-f44919a7900c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes(22c1f067-6bb8-41fc-92f9-c6e52aa4e719)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffTypes(22c1f067-6bb8-41fc-92f9-c6e52aa4e719)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"a1d289ac-e405-42fc-83cf-8e226b10b667","name":"Delete Time Off Type","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes(22c1f067-6bb8-41fc-92f9-c6e52aa4e719)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"014ba30c-f35a-460d-a455-f44919a7900c"},{"name":"Query Time Off Types","id":"ee6a4fa1-a3da-4aff-9f5d-8488fb84058d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes","description":"<p>Request time off types list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","TimeOffTypes"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"4a5ba1ea-0ee9-461d-82b2-261024603847","name":"Query Time Off Types","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/TimeOffTypes"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:45:38 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#TimeOffTypes\",\n    \"value\": [\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": true,\n            \"unitId\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\",\n            \"code\": \"П\",\n            \"description\": \"Официальный ежегодный отпуск согласно ТК\",\n            \"name\": \"Ежегодный отпуск\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"22c1f067-6bb8-41fc-92f9-c6e52aa4e719\",\n            \"created\": \"2026-05-25T17:27:31.393935Z\",\n            \"modified\": \"2026-05-25T17:27:31.393935Z\",\n            \"isActive\": true\n        },\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": false,\n            \"unitId\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\",\n            \"code\": \"БО\",\n            \"description\": \"Отпуск без сохранения заработной платы, предоставляется по договоренности с руководством\",\n            \"name\": \"Отпуск за свой счет\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"3837582e-e922-44b9-9317-938db057f542\",\n            \"created\": \"2026-05-25T17:27:31.394064Z\",\n            \"modified\": \"2026-05-25T17:27:31.394064Z\",\n            \"isActive\": true\n        },\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": true,\n            \"unitId\": \"d24aec3c-119c-4a8a-a3b9-b6b721985351\",\n            \"code\": \"SLЗ\",\n            \"description\": null,\n            \"name\": \"Some reason leave\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"4d08526e-e667-421c-a39e-489407e47f4b\",\n            \"created\": \"2026-06-01T19:44:36.01519Z\",\n            \"modified\": \"2026-06-01T19:44:35.930229Z\",\n            \"isActive\": true\n        },\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": true,\n            \"unitId\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\",\n            \"code\": \"Д\",\n            \"description\": \"Официальный отпуск по рождению ребенка согласно ТК\",\n            \"name\": \"Декретный отпуск\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"50d1069e-cdfc-4d25-9bd1-432acd2ac091\",\n            \"created\": \"2026-05-25T17:27:31.393782Z\",\n            \"modified\": \"2026-05-25T17:27:31.393782Z\",\n            \"isActive\": true\n        },\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": true,\n            \"unitId\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\",\n            \"code\": \"У\",\n            \"description\": \"Официальный учебный отпуск согласно ТК\",\n            \"name\": \"Учебный отпуск\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"51deed4d-49af-4b97-9646-449f8893faee\",\n            \"created\": \"2026-05-25T17:27:31.394188Z\",\n            \"modified\": \"2026-05-25T17:27:31.394188Z\",\n            \"isActive\": true\n        },\n        {\n            \"minimumInterval\": \"FullDay\",\n            \"requiresTimeString\": false,\n            \"paid\": true,\n            \"unitId\": \"5cbfefa2-2871-4aad-a01a-e5019416cff4\",\n            \"code\": \"Б\",\n            \"description\": \"Отпуск по болезни согласно ТК\",\n            \"name\": \"Больничный\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"bfd32c20-e6f9-4018-8d3b-1c47ed9c86c3\",\n            \"created\": \"2026-05-25T17:27:31.393336Z\",\n            \"modified\": \"2026-05-25T17:27:31.393337Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"ee6a4fa1-a3da-4aff-9f5d-8488fb84058d"}],"id":"c79454d7-dc75-4baa-97cf-c2a7c61efa8a","_postman_id":"c79454d7-dc75-4baa-97cf-c2a7c61efa8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Currencies","item":[{"name":"Create Currency","id":"84ea82d9-ba1f-4835-8ac1-07899f951ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Won\",\r\n   \"alpha3Code\": \"KRW\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Currencies","description":"<ul>\n<li><strong>name</strong> - currency name</li>\n<li><strong>alpha3Code</strong> - currency code according to ISO4217 (see for example <a href=\"https://en.wikipedia.org/wiki/ISO_4217\">https://en.wikipedia.org/wiki/ISO_4217</a>)</li>\n</ul>\n<blockquote>\n<p>Each added currency must have a unique code.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Currencies"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"7ed5dc75-aac4-4984-8680-d917a262ade5","name":"Create Currency","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Won\",\r\n   \"alpha3Code\": \"KRW\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Currencies"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Currencies/$entity\",\r\n    \"alpha3Code\": \"KRW\",\r\n    \"symbol\": null,\r\n    \"name\": \"Won\",\r\n    \"createdById\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n    \"modifiedById\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n    \"id\": \"81b1f64b-9454-42cb-8f84-a3a54025bb6e\",\r\n    \"created\": \"2023-02-20T14:49:31.6413014+03:00\",\r\n    \"modified\": \"2023-02-20T11:49:31.6347214Z\",\r\n    \"isActive\": true\r\n}"}],"_postman_id":"84ea82d9-ba1f-4835-8ac1-07899f951ad1"},{"name":"Get Currency","id":"d0dd8147-2c3f-4ab5-b843-588bc66fbc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Currencies(9dce5641-2006-4619-bdae-81f08148f106)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Currencies(9dce5641-2006-4619-bdae-81f08148f106)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cdc35403-b437-4ced-bda4-2a18e988b084","name":"Get Currency","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Currencies(9dce5641-2006-4619-bdae-81f08148f106)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Currencies/$entity\",\r\n   \"alpha3Code\": \"KRW\",\r\n   \"symbol\": null,\r\n   \"name\": \"Won\",\r\n   \"createdById\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n   \"modifiedById\": \"7fa8a635-9937-4dd0-8184-782277b07309\",\r\n   \"id\": \"9dce5641-2006-4619-bdae-81f08148f106\",\r\n   \"created\": \"2023-02-20T11:47:11.131813Z\",\r\n   \"modified\": \"2023-02-20T11:47:11.235009Z\",\r\n   \"isActive\": false,\r\n   \"editAllowed\": true,\r\n   \"deleteAllowed\": true\r\n}"}],"_postman_id":"d0dd8147-2c3f-4ab5-b843-588bc66fbc91"},{"name":"Update Currency","id":"10a9e645-201e-4898-a221-ae44610c50dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"c21dff95-f9e8-4b45-9a0d-c4188e504e76","name":"Update Currency","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10a9e645-201e-4898-a221-ae44610c50dd"},{"name":"Delete Currency","id":"ff052689-b43c-46e0-9f0d-2caecdf2ad74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"642c6d9e-6893-48f3-b134-3827eeb8fa71","name":"Delete Currency","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Currencies(81b1f64b-9454-42cb-8f84-a3a54025bb6e)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff052689-b43c-46e0-9f0d-2caecdf2ad74"},{"name":"Query Currencies List","id":"f8a22f54-1742-443c-a50b-206841d7ed67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Currencies?$select=id,name,isActive,created&$orderby=name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Currencies"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,isActive,created"},{"key":"$orderby","value":"name"}],"variable":[]}},"response":[{"id":"1ed7986a-a66d-4788-9a88-6b20d3a50ea0","name":"Query Currencies List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/Currencies?$select=id,name,isActive,created&$orderby=name","host":["https://api.timetta.com"],"path":["odata","Currencies"],"query":[{"key":"$select","value":"id,name,isActive,created"},{"key":"$orderby","value":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Currencies(id,name,isActive,created)\",\r\n    \"value\": [\r\n        {\r\n            \"name\": \"US dollar\",\r\n            \"id\": \"a5f5cd68-2c70-4637-ad82-3144733eed2e\",\r\n            \"created\": \"2023-02-20T09:48:02.537551Z\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"name\": \"Euro\",\r\n            \"id\": \"ffb682a7-8a0c-420a-aea1-0ec2a3ae51a0\",\r\n            \"created\": \"2023-02-20T09:48:02.537562Z\",\r\n            \"isActive\": true\r\n        },\r\n        {\r\n            \"name\": \"Won\",\r\n            \"id\": \"9fbe660d-fc6b-4d8f-b7f5-6c1e29db8fd9\",\r\n            \"created\": \"2023-02-20T12:09:04.075271Z\",\r\n            \"isActive\": true\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f8a22f54-1742-443c-a50b-206841d7ed67"}],"id":"7fcab819-d428-4d1d-851d-fdad932c6120","_postman_id":"7fcab819-d428-4d1d-851d-fdad932c6120","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Currency Exchange Rates","item":[{"name":"Create Exchange Rate","id":"44aa70ff-d20d-4ac1-a5e5-9e140e411482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"effectiveDate\": \"2026-01-01\",\r\n   \"exchangeRate\": 0.25,\r\n   \"currencyId\": \"a5f5cd68-2c70-4637-ad82-3144733eed2e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/CurrencyExchangeRates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","CurrencyExchangeRates"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"2ac72c92-f1a4-4b50-ad6f-f85dedbc3506","name":"Create Exchange Rate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"effectiveDate\": \"2026-01-01\",\r\n   \"exchangeRate\": 0.25,\r\n   \"currencyId\": \"a5f5cd68-2c70-4637-ad82-3144733eed2e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/CurrencyExchangeRates"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:52:45 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/CurrencyExchangeRates(d469b2f3-5fc9-4475-88f3-7c7fa70038c9)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#CurrencyExchangeRates/$entity\",\n    \"effectiveDate\": \"2026-01-01\",\n    \"expiryDate\": null,\n    \"currencyId\": \"a5f5cd68-2c70-4637-ad82-3144733eed2e\",\n    \"exchangeRate\": 0.25,\n    \"id\": \"d469b2f3-5fc9-4475-88f3-7c7fa70038c9\",\n    \"created\": \"2026-06-01T19:52:45.3905694Z\",\n    \"modified\": \"2026-06-01T19:52:45.3189278Z\",\n    \"isActive\": true\n}"}],"_postman_id":"44aa70ff-d20d-4ac1-a5e5-9e140e411482"},{"name":"Get Exchange Rate","id":"ca81bae4-c127-458a-8d86-e7e02749051d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/CurrencyExchangeRates(d469b2f3-5fc9-4475-88f3-7c7fa70038c9)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","CurrencyExchangeRates(d469b2f3-5fc9-4475-88f3-7c7fa70038c9)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"68b1320e-9616-49bb-94a7-de34e476e20c","name":"Get Exchange Rate","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/CurrencyExchangeRates(d469b2f3-5fc9-4475-88f3-7c7fa70038c9)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:53:21 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#CurrencyExchangeRates/$entity\",\n    \"effectiveDate\": \"2026-01-01\",\n    \"expiryDate\": null,\n    \"currencyId\": \"a5f5cd68-2c70-4637-ad82-3144733eed2e\",\n    \"exchangeRate\": 0.25,\n    \"id\": \"d469b2f3-5fc9-4475-88f3-7c7fa70038c9\",\n    \"created\": \"2026-06-01T19:52:45.390569Z\",\n    \"modified\": \"2026-06-01T19:52:45.318927Z\",\n    \"isActive\": true\n}"}],"_postman_id":"ca81bae4-c127-458a-8d86-e7e02749051d"},{"name":"Update Exchange Rate","id":"cac49ac6-5a42-452f-a48f-1842315fbc44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"exchangeRate\": 0.235\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/CurrencyExchangeRates(9a27873c-a049-4c1a-8ca6-ecaef25d568e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","CurrencyExchangeRates(9a27873c-a049-4c1a-8ca6-ecaef25d568e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"10d68114-bed6-479e-a00e-f49f85b76d7f","name":"Update Exchange Rate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"exchangeRate\": 0.235\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/CurrencyExchangeRates(9a27873c-a049-4c1a-8ca6-ecaef25d568e)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cac49ac6-5a42-452f-a48f-1842315fbc44"},{"name":"Delete Exchange Rate","id":"afbb0c07-fad5-476d-815f-5dcb87e0edf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/CurrencyExchangeRates(ffb1e756-ba31-467d-aa50-b7b146738fa0)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","CurrencyExchangeRates(ffb1e756-ba31-467d-aa50-b7b146738fa0)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"bbef82ce-482f-47c9-a468-3f008d49d1ab","name":"Delete Exchange Rate","originalRequest":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/CurrencyExchangeRates(ffb1e756-ba31-467d-aa50-b7b146738fa0)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afbb0c07-fad5-476d-815f-5dcb87e0edf0"},{"name":"Query Exchange Rates For Currency","id":"417da805-1dc4-4486-b82e-f12c62de51a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/CurrencyExchangeRates?$select=id,effectiveDate,exchangeRate&$filter=currencyId eq a5f5cd68-2c70-4637-ad82-3144733eed2e&$orderby=effectiveDate desc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","CurrencyExchangeRates"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,effectiveDate,exchangeRate"},{"key":"$filter","value":"currencyId eq a5f5cd68-2c70-4637-ad82-3144733eed2e"},{"key":"$orderby","value":"effectiveDate desc"}],"variable":[]}},"response":[{"id":"76536e87-05b7-4d6a-83bc-a56a7f060dff","name":"Query Exchange Rates For Currency","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/CurrencyExchangeRates?$select=id,effectiveDate,exchangeRate&$filter=currencyId eq a5f5cd68-2c70-4637-ad82-3144733eed2e&$orderby=effectiveDate desc","host":["https://api.timetta.com"],"path":["odata","CurrencyExchangeRates"],"query":[{"key":"$select","value":"id,effectiveDate,exchangeRate"},{"key":"$filter","value":"currencyId eq a5f5cd68-2c70-4637-ad82-3144733eed2e"},{"key":"$orderby","value":"effectiveDate desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:55:20 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#CurrencyExchangeRates(id,effectiveDate,exchangeRate)\",\n    \"value\": [\n        {\n            \"effectiveDate\": \"2026-01-01\",\n            \"exchangeRate\": 0.25,\n            \"id\": \"d469b2f3-5fc9-4475-88f3-7c7fa70038c9\"\n        }\n    ]\n}"}],"_postman_id":"417da805-1dc4-4486-b82e-f12c62de51a9"},{"name":"Get Exchange Rate For Date","id":"b5cb5a30-3c46-4f52-856e-c9059149846c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Currencies(a5f5cd68-2c70-4637-ad82-3144733eed2e)/GetExchangeRate(date=2023-04-10)","description":"<p>Get Exchange Rate for the provided date.</p>\n<p>For example we have the following currency exchange rates:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>effectiveDate</th>\n<th><strong>exchangeRate</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2023-04-01</td>\n<td>1.25</td>\n</tr>\n<tr>\n<td>2023-04-10</td>\n<td>1.3</td>\n</tr>\n</tbody>\n</table>\n</div><p>Function will return the following results:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>date arg</strong></th>\n<th><strong>value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date=2023-03-25</td>\n<td>1</td>\n</tr>\n<tr>\n<td>date=2023-04-01</td>\n<td>1.25</td>\n</tr>\n<tr>\n<td>date=2023-04-08</td>\n<td>1.25</td>\n</tr>\n<tr>\n<td>date=2023-04-10</td>\n<td>1.3</td>\n</tr>\n<tr>\n<td>date=2023-05-01</td>\n<td>1.3</td>\n</tr>\n</tbody>\n</table>\n</div><p>If currency has <strong>no defined exchange rates</strong> - returned value always equal 1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Currencies(a5f5cd68-2c70-4637-ad82-3144733eed2e)","GetExchangeRate(date=2023-04-10)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"0efcd237-167e-452a-84dd-ce84bc74b950","name":"Get Exchange Rate For Date","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Currencies(a5f5cd68-2c70-4637-ad82-3144733eed2e)/GetExchangeRate(date=2023-04-10)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Edm.Decimal\",\r\n   \"value\": 1.25\r\n}"}],"_postman_id":"b5cb5a30-3c46-4f52-856e-c9059149846c"}],"id":"da3d4d32-6145-429c-9b49-7634263393a0","_postman_id":"da3d4d32-6145-429c-9b49-7634263393a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Permission Sets","item":[{"name":"Create Permission Set","id":"206b7341-5c19-46d4-b47c-7fece192e22a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Admin\",\r\n   \"roleName\": \"Administrator\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/PermissionSets","description":"<p>Available role names:</p>\n<ul>\n<li>'User'</li>\n<li>'TeamManager'</li>\n<li>'ProjectManager'</li>\n<li>'ResourceManager'</li>\n<li>'BillingManager'</li>\n<li>'FinanceManager'</li>\n<li>'Administrator'</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","PermissionSets"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"68930f21-0043-4238-8336-330c219b3e21","name":"Create Permission Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Admin\",\r\n   \"roleName\": \"Administrator\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/PermissionSets"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:57:17 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/PermissionSets(0bb5f7ad-f20f-4872-9dd2-70a99421a469)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#PermissionSets/$entity\",\n    \"roleName\": \"Administrator\",\n    \"description\": null,\n    \"name\": \"Admin\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n    \"created\": \"2026-06-01T19:57:16.9186948Z\",\n    \"modified\": \"2026-06-01T19:57:16.7205338Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"PermissionSetDetail\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"cf59b5f0-c128-457d-a244-fe1fbf4f654e\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9074408Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"PermissionSet\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273271Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"a0a5f142-f1f2-44ec-a2ef-20ef85c0ec83\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9092352Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"User\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273389Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"72caee8a-a01d-4192-a3df-164895dbdc71\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9095496Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"User\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827341Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MySubordinates\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"20aca25b-9293-4901-8010-d136e78c4fd6\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9096409Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"User\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273433Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyPools\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"67944c42-9406-4172-b481-5d4fbf84a9c1\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9097038Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserSetting\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273467Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"14d3c00a-093f-454e-aa4d-c4b83f9f30ec\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.909764Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserSubstitute\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273501Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e80395ce-5fb1-490e-a637-6e1add1df23b\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9098252Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserSubstitute\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273519Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"My\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"36d67fa0-b0a8-475e-a25d-b036ef1aaceb\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.909887Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserPermissionSet\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273545Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ccc6cac2-ad1a-49cc-b8c1-f000978b13e9\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.909948Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Group\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273584Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0c4a15a6-569d-4ff3-a87c-2150ffac3531\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9100108Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Department\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273621Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"74702815-0d7f-4a7b-bc7d-9d62d563e85a\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9100757Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Role\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273649Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"27f359b0-5776-4c0d-a415-002b076e0bb2\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9101396Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ResourcePool\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273681Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"56c05ce5-9adb-468d-a876-439b371c3172\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9102067Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Activity\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273704Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b65f5652-1f16-4a90-b693-6fcc1eccc8ce\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9102742Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Currency\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273737Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"1f288488-7f1c-438b-a2c1-5d1d752a56dd\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9103428Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"CustomField\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273776Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"897c6cc0-5c5c-4572-831d-fa08626699d6\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9104129Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserCostValue\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273809Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d9229ff5-462d-4492-910e-f77154807eae\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9104855Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserCostValue\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273824Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyPools\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"28684287-f2e2-4578-a3f4-74fe4be0b30f\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9105706Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserSchedule\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273856Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"649e494c-ca18-44e8-9153-de593fcbc44d\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9106943Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserActivity\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273881Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"856914d7-9b43-4198-b462-07e1ca4e8c70\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9107862Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserProduct\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273905Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"65281a3b-b178-479b-beb5-0e616b229392\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9108659Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserGroup\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273942Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b9dfe599-c881-4bcc-903f-22db8faa3a48\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9109444Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"TimeOffType\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8273968Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5f959a46-d9fd-4207-b325-1b04254bde00\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9110253Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ManageAccount\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274058Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": null,\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"6cedab4b-2b9a-4069-8cda-afe83b421b5e\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9111075Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ManageBilling\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274111Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": null,\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"796f3780-3ae0-4421-b576-acdd59ee518d\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9111904Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"TimeSheetPeriod\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274164Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b085d668-80ea-4727-81d1-6ca1107c5b4e\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9112746Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Report\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274191Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"My\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"a53fb4cb-a885-4d5a-9ce9-8e61e7904ac4\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9113607Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Report\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274201Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyAndCommon\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d8bc4a5f-9a8c-49f6-ab99-44ce919595f5\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9114481Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Report\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274215Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"Common\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"21f3eb15-b531-437a-be68-a0b6c5311786\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9115393Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Report\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274227Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"Templates\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"326c3c00-85a6-429c-9c88-9db479cf7c88\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9116311Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Schedule\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274257Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d3bf2831-cbf2-4f56-8da2-c0fbf604545d\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9117226Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ScheduleException\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274283Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"eb64cb7c-1b72-46c1-aff4-1288e6b57c49\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9118146Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"InvoiceTemplate\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274307Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"18b0cda4-50ec-41a4-af7b-c191fd201615\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9119102Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"TimeSheetTemplate\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274327Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2ec200a3-4569-4a29-8f0b-8d0fa20e7620\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9120473Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ValidationRule\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274353Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"ad71281c-090a-4136-b8da-5aaf58bfc9f5\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9121738Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Skill\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274373Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"9d519602-37e7-4fdb-a533-cfd0725e0130\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9122782Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"CalculatedField\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274396Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"794e403d-fde6-4104-9321-b704d8c4d72c\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9123854Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Dashboard\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274416Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e0074211-9f13-4228-af24-0c665665989c\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9124919Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Dashboard\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274432Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"My\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"620bec93-9bf4-4111-9d0f-867dce62d0cd\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.912599Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserRole\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274451Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0a6db532-401b-4e64-b883-23319855f4a8\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9127283Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UserRole\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274466Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyPools\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"8ed68d3f-83dd-4bdc-98df-5ffdcbe5317a\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9128406Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"CostNormalizationRule\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274485Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"8b3d26a0-f3d1-4c7b-985e-77e837dd6442\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9129504Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Import\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827451Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"38b6d8d9-99a6-4d68-bd5f-a3553286afb4\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9130633Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Level\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827453Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"34631a18-6eea-46f7-abcb-1ff0a5ed6fab\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9131798Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Grade\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274551Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"a765ea2b-59db-470d-9020-24a87070f628\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9132952Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Location\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827457Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"28c81211-4023-437d-a7e1-4e2b4c5549eb\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9134137Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Lifecycle\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274587Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"10476e54-6fc6-46a0-9245-b12c6b124854\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9135339Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"AuthProvider\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274613Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"41d9f2ba-7cf1-4b74-99bc-06355008909c\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9136551Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"LoginLogEntry\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827463Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"4257b089-2bed-4837-a174-748bc45a1077\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9137804Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"HistoryLogEntry\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274645Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"a68804c1-551c-48e5-b273-39df70a54c94\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9139064Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"LegalEntity\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274662Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5824140a-257c-4817-be18-92fb0ba88646\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9140346Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"BillCode\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827468Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e90e8942-a349-479c-9a3e-e7c93746caf5\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9141622Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Competence\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274696Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2f29c911-59d2-41d4-8992-1fdae20da709\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9142952Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"RateMatrix\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274718Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"23ba968e-8c57-44e1-aaf8-71425ace6c10\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9144273Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ProjectModel\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274737Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"23ca04f5-0ce2-41c3-8ed9-ae1e1991c5fd\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9145603Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"View\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.827476Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"44afcfb2-2931-49ac-919f-4fccd60c188a\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9146929Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"View\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274769Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyClients\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"b875324a-a4a8-4823-9fcd-084216b350f9\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9148288Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"View\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274784Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyPrograms\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"edd7c29c-e053-4e94-aa1c-2b6e4b99acc8\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9149645Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"View\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274793Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyProjects\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d75907cb-dfce-4fc2-b6db-014775df30f4\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9151016Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"WikiSpace\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274813Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"f140193e-b474-4d83-9b8f-ddff21e897e1\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.915242Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"WikiSpace\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274823Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyClients\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5156da04-9a0a-4943-a604-5156141f226c\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9153826Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"WikiSpace\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274833Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyPrograms\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"989cf650-8bfa-4657-bcd9-5645aff71615\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9155258Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"WikiSpace\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274843Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"MyProjects\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"1f2b12b2-6144-4018-8395-0372e76b1a92\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9156722Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Directory\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274863Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"12020ed0-2a99-421e-b32c-ae398a7f9a21\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9158212Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"FinancialAccount\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274884Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"d22e4b22-5dc7-4f4a-a7d8-53ff97ced6a7\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.916021Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ApiToken\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274901Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"75273668-53b1-44be-8447-1346f870738b\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.916211Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"MetaEntitySettings\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274918Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"804a5d7d-3f70-48f7-8f39-cf1b433760a3\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9163738Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ScheduledJob\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274942Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"65bef3d3-934a-4fed-be9a-4024d2c048d0\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9165265Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"UiListViewFilter\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274959Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"f1995524-72ad-4ed3-b8c8-d4949499ecae\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9166981Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ProjectArtifactType\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8274982Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"5003b21a-ae2f-4db1-afb9-9bd0da138f56\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9168661Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"ProjectRiskType\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275004Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"19cb0d61-6bde-41bc-b8ae-6d9b2f29874e\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9170256Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"InteractionScenario\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275024Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"faf76dfa-c65e-4545-a502-811148dd9f4c\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9171844Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"EmailTemplate\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275047Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"44f53b17-587a-4b2f-955c-8c3b27be4275\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9173444Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"LifecycleRole\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275066Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"19285ff7-ec59-49ea-a824-d3ee414b18dc\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9175078Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"NumberingPolicy\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275086Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"65bc0760-9ede-4c9f-a199-92b53788bfc4\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9176741Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"VatRate\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.82751Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"04b803a9-f2df-4e10-8077-b4b39dc1fbfa\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9178387Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"AiContextSchema\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275116Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"6f681046-1407-442b-8f60-25ebfde2c893\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9180059Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"AiPrompt\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275134Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"c72a8b56-d0b9-44e8-a126-9781d750ac40\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9181797Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"Agent\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275151Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"8dc2e0db-6c12-4fdd-8f11-a9a59ce2fd60\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9183566Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"IssueLinkType\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275171Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            },\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"2c37d786-17f9-45dc-a837-d27104f25f46\",\n                \"actionEnabled\": false,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9185295Z\",\n                \"deleteEnabled\": false,\n                \"editEnabled\": false,\n                \"granularName\": \"GitLabRepository\",\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.8275196Z\",\n                \"permissionSetId@odata.type\": \"#Guid\",\n                \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"scopeName\": \"All\",\n                \"viewEnabled\": false,\n                \"permissionSet\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                    \"name\": \"Admin\"\n                }\n            }\n        ],\n        \"PermissionSet\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:57:16.9186948Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": null,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:57:16.7205338Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Admin\",\n                \"roleName\": \"Administrator\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"206b7341-5c19-46d4-b47c-7fece192e22a"},{"name":"Get Permission Set","id":"4c32ae44-b17b-40d3-8ed3-d09478607bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/PermissionSets(0bb5f7ad-f20f-4872-9dd2-70a99421a469)?$expand=PermissionSetDetails","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","PermissionSets(0bb5f7ad-f20f-4872-9dd2-70a99421a469)"],"host":["https://api.timetta.com"],"query":[{"key":"$expand","value":"PermissionSetDetails"}],"variable":[]}},"response":[{"id":"ecfa3e50-10a8-492f-90e0-7bffae5bb3e5","name":"Get Permission Set","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/PermissionSets(0bb5f7ad-f20f-4872-9dd2-70a99421a469)?$expand=PermissionSetDetails","host":["https://api.timetta.com"],"path":["odata","PermissionSets(0bb5f7ad-f20f-4872-9dd2-70a99421a469)"],"query":[{"key":"$expand","value":"PermissionSetDetails"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:57:46 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#PermissionSets(permissionSetDetails())/$entity\",\n    \"roleName\": \"Administrator\",\n    \"description\": null,\n    \"name\": \"Admin\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n    \"created\": \"2026-06-01T19:57:16.918694Z\",\n    \"modified\": \"2026-06-01T19:57:16.720533Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"permissionSetDetails\": [\n        {\n            \"granularName\": \"AiContextSchema\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"04b803a9-f2df-4e10-8077-b4b39dc1fbfa\",\n            \"created\": \"2026-06-01T19:57:16.917838Z\",\n            \"modified\": \"2026-06-01T19:57:16.827511Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserRole\",\n            \"scopeName\": \"MyPools\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"0a6db532-401b-4e64-b883-23319855f4a8\",\n            \"created\": \"2026-06-01T19:57:16.912728Z\",\n            \"modified\": \"2026-06-01T19:57:16.827446Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Department\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"0c4a15a6-569d-4ff3-a87c-2150ffac3531\",\n            \"created\": \"2026-06-01T19:57:16.91001Z\",\n            \"modified\": \"2026-06-01T19:57:16.827362Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"AuthProvider\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"10476e54-6fc6-46a0-9245-b12c6b124854\",\n            \"created\": \"2026-06-01T19:57:16.913533Z\",\n            \"modified\": \"2026-06-01T19:57:16.827461Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"FinancialAccount\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"12020ed0-2a99-421e-b32c-ae398a7f9a21\",\n            \"created\": \"2026-06-01T19:57:16.915821Z\",\n            \"modified\": \"2026-06-01T19:57:16.827488Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserSubstitute\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"14d3c00a-093f-454e-aa4d-c4b83f9f30ec\",\n            \"created\": \"2026-06-01T19:57:16.909764Z\",\n            \"modified\": \"2026-06-01T19:57:16.82735Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"TimeSheetTemplate\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"18b0cda4-50ec-41a4-af7b-c191fd201615\",\n            \"created\": \"2026-06-01T19:57:16.91191Z\",\n            \"modified\": \"2026-06-01T19:57:16.827432Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"NumberingPolicy\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"19285ff7-ec59-49ea-a824-d3ee414b18dc\",\n            \"created\": \"2026-06-01T19:57:16.917507Z\",\n            \"modified\": \"2026-06-01T19:57:16.827508Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"InteractionScenario\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"19cb0d61-6bde-41bc-b8ae-6d9b2f29874e\",\n            \"created\": \"2026-06-01T19:57:16.917025Z\",\n            \"modified\": \"2026-06-01T19:57:16.827502Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"CustomField\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"1f288488-7f1c-438b-a2c1-5d1d752a56dd\",\n            \"created\": \"2026-06-01T19:57:16.910342Z\",\n            \"modified\": \"2026-06-01T19:57:16.827377Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Directory\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"1f2b12b2-6144-4018-8395-0372e76b1a92\",\n            \"created\": \"2026-06-01T19:57:16.915672Z\",\n            \"modified\": \"2026-06-01T19:57:16.827486Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"User\",\n            \"scopeName\": \"MyPools\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"20aca25b-9293-4901-8010-d136e78c4fd6\",\n            \"created\": \"2026-06-01T19:57:16.90964Z\",\n            \"modified\": \"2026-06-01T19:57:16.827343Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Report\",\n            \"scopeName\": \"Templates\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"21f3eb15-b531-437a-be68-a0b6c5311786\",\n            \"created\": \"2026-06-01T19:57:16.911539Z\",\n            \"modified\": \"2026-06-01T19:57:16.827422Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ProjectModel\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"23ba968e-8c57-44e1-aaf8-71425ace6c10\",\n            \"created\": \"2026-06-01T19:57:16.914427Z\",\n            \"modified\": \"2026-06-01T19:57:16.827473Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"View\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"23ca04f5-0ce2-41c3-8ed9-ae1e1991c5fd\",\n            \"created\": \"2026-06-01T19:57:16.91456Z\",\n            \"modified\": \"2026-06-01T19:57:16.827476Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ResourcePool\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"27f359b0-5776-4c0d-a415-002b076e0bb2\",\n            \"created\": \"2026-06-01T19:57:16.910139Z\",\n            \"modified\": \"2026-06-01T19:57:16.827368Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserSchedule\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"28684287-f2e2-4578-a3f4-74fe4be0b30f\",\n            \"created\": \"2026-06-01T19:57:16.91057Z\",\n            \"modified\": \"2026-06-01T19:57:16.827385Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Lifecycle\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"28c81211-4023-437d-a7e1-4e2b4c5549eb\",\n            \"created\": \"2026-06-01T19:57:16.913413Z\",\n            \"modified\": \"2026-06-01T19:57:16.827458Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"GitLabRepository\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"2c37d786-17f9-45dc-a837-d27104f25f46\",\n            \"created\": \"2026-06-01T19:57:16.918529Z\",\n            \"modified\": \"2026-06-01T19:57:16.827519Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ValidationRule\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"2ec200a3-4569-4a29-8f0b-8d0fa20e7620\",\n            \"created\": \"2026-06-01T19:57:16.912047Z\",\n            \"modified\": \"2026-06-01T19:57:16.827435Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"RateMatrix\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"2f29c911-59d2-41d4-8992-1fdae20da709\",\n            \"created\": \"2026-06-01T19:57:16.914295Z\",\n            \"modified\": \"2026-06-01T19:57:16.827471Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Schedule\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"326c3c00-85a6-429c-9c88-9db479cf7c88\",\n            \"created\": \"2026-06-01T19:57:16.911631Z\",\n            \"modified\": \"2026-06-01T19:57:16.827425Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Grade\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"34631a18-6eea-46f7-abcb-1ff0a5ed6fab\",\n            \"created\": \"2026-06-01T19:57:16.913179Z\",\n            \"modified\": \"2026-06-01T19:57:16.827455Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserPermissionSet\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"36d67fa0-b0a8-475e-a25d-b036ef1aaceb\",\n            \"created\": \"2026-06-01T19:57:16.909887Z\",\n            \"modified\": \"2026-06-01T19:57:16.827354Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Level\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"38b6d8d9-99a6-4d68-bd5f-a3553286afb4\",\n            \"created\": \"2026-06-01T19:57:16.913063Z\",\n            \"modified\": \"2026-06-01T19:57:16.827453Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"LoginLogEntry\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"41d9f2ba-7cf1-4b74-99bc-06355008909c\",\n            \"created\": \"2026-06-01T19:57:16.913655Z\",\n            \"modified\": \"2026-06-01T19:57:16.827463Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"HistoryLogEntry\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"4257b089-2bed-4837-a174-748bc45a1077\",\n            \"created\": \"2026-06-01T19:57:16.91378Z\",\n            \"modified\": \"2026-06-01T19:57:16.827464Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"View\",\n            \"scopeName\": \"MyClients\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"44afcfb2-2931-49ac-919f-4fccd60c188a\",\n            \"created\": \"2026-06-01T19:57:16.914692Z\",\n            \"modified\": \"2026-06-01T19:57:16.827476Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"LifecycleRole\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"44f53b17-587a-4b2f-955c-8c3b27be4275\",\n            \"created\": \"2026-06-01T19:57:16.917344Z\",\n            \"modified\": \"2026-06-01T19:57:16.827506Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ProjectRiskType\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"5003b21a-ae2f-4db1-afb9-9bd0da138f56\",\n            \"created\": \"2026-06-01T19:57:16.916866Z\",\n            \"modified\": \"2026-06-01T19:57:16.8275Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"WikiSpace\",\n            \"scopeName\": \"MyPrograms\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"5156da04-9a0a-4943-a604-5156141f226c\",\n            \"created\": \"2026-06-01T19:57:16.915382Z\",\n            \"modified\": \"2026-06-01T19:57:16.827483Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Activity\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"56c05ce5-9adb-468d-a876-439b371c3172\",\n            \"created\": \"2026-06-01T19:57:16.910206Z\",\n            \"modified\": \"2026-06-01T19:57:16.82737Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"BillCode\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"5824140a-257c-4817-be18-92fb0ba88646\",\n            \"created\": \"2026-06-01T19:57:16.914034Z\",\n            \"modified\": \"2026-06-01T19:57:16.827468Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ManageAccount\",\n            \"scopeName\": null,\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"5f959a46-d9fd-4207-b325-1b04254bde00\",\n            \"created\": \"2026-06-01T19:57:16.911025Z\",\n            \"modified\": \"2026-06-01T19:57:16.827405Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserRole\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"620bec93-9bf4-4111-9d0f-867dce62d0cd\",\n            \"created\": \"2026-06-01T19:57:16.912599Z\",\n            \"modified\": \"2026-06-01T19:57:16.827445Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserActivity\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"649e494c-ca18-44e8-9153-de593fcbc44d\",\n            \"created\": \"2026-06-01T19:57:16.910694Z\",\n            \"modified\": \"2026-06-01T19:57:16.827388Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserGroup\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"65281a3b-b178-479b-beb5-0e616b229392\",\n            \"created\": \"2026-06-01T19:57:16.910865Z\",\n            \"modified\": \"2026-06-01T19:57:16.827394Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"VatRate\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"65bc0760-9ede-4c9f-a199-92b53788bfc4\",\n            \"created\": \"2026-06-01T19:57:16.917674Z\",\n            \"modified\": \"2026-06-01T19:57:16.82751Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UiListViewFilter\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"65bef3d3-934a-4fed-be9a-4024d2c048d0\",\n            \"created\": \"2026-06-01T19:57:16.916526Z\",\n            \"modified\": \"2026-06-01T19:57:16.827495Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserSetting\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"67944c42-9406-4172-b481-5d4fbf84a9c1\",\n            \"created\": \"2026-06-01T19:57:16.909703Z\",\n            \"modified\": \"2026-06-01T19:57:16.827346Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ManageBilling\",\n            \"scopeName\": null,\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"6cedab4b-2b9a-4069-8cda-afe83b421b5e\",\n            \"created\": \"2026-06-01T19:57:16.911107Z\",\n            \"modified\": \"2026-06-01T19:57:16.827411Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"AiPrompt\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"6f681046-1407-442b-8f60-25ebfde2c893\",\n            \"created\": \"2026-06-01T19:57:16.918005Z\",\n            \"modified\": \"2026-06-01T19:57:16.827513Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"User\",\n            \"scopeName\": \"MySubordinates\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"72caee8a-a01d-4192-a3df-164895dbdc71\",\n            \"created\": \"2026-06-01T19:57:16.909549Z\",\n            \"modified\": \"2026-06-01T19:57:16.827341Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Role\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"74702815-0d7f-4a7b-bc7d-9d62d563e85a\",\n            \"created\": \"2026-06-01T19:57:16.910075Z\",\n            \"modified\": \"2026-06-01T19:57:16.827364Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"MetaEntitySettings\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"75273668-53b1-44be-8447-1346f870738b\",\n            \"created\": \"2026-06-01T19:57:16.916211Z\",\n            \"modified\": \"2026-06-01T19:57:16.827491Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Dashboard\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"794e403d-fde6-4104-9321-b704d8c4d72c\",\n            \"created\": \"2026-06-01T19:57:16.912385Z\",\n            \"modified\": \"2026-06-01T19:57:16.827441Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"TimeSheetPeriod\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"796f3780-3ae0-4421-b576-acdd59ee518d\",\n            \"created\": \"2026-06-01T19:57:16.91119Z\",\n            \"modified\": \"2026-06-01T19:57:16.827416Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ScheduledJob\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"804a5d7d-3f70-48f7-8f39-cf1b433760a3\",\n            \"created\": \"2026-06-01T19:57:16.916373Z\",\n            \"modified\": \"2026-06-01T19:57:16.827494Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserProduct\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"856914d7-9b43-4198-b462-07e1ca4e8c70\",\n            \"created\": \"2026-06-01T19:57:16.910786Z\",\n            \"modified\": \"2026-06-01T19:57:16.82739Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserCostValue\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"897c6cc0-5c5c-4572-831d-fa08626699d6\",\n            \"created\": \"2026-06-01T19:57:16.910412Z\",\n            \"modified\": \"2026-06-01T19:57:16.82738Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Import\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"8b3d26a0-f3d1-4c7b-985e-77e837dd6442\",\n            \"created\": \"2026-06-01T19:57:16.91295Z\",\n            \"modified\": \"2026-06-01T19:57:16.827451Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"IssueLinkType\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"8dc2e0db-6c12-4fdd-8f11-a9a59ce2fd60\",\n            \"created\": \"2026-06-01T19:57:16.918356Z\",\n            \"modified\": \"2026-06-01T19:57:16.827517Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"CostNormalizationRule\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"8ed68d3f-83dd-4bdc-98df-5ffdcbe5317a\",\n            \"created\": \"2026-06-01T19:57:16.91284Z\",\n            \"modified\": \"2026-06-01T19:57:16.827448Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"WikiSpace\",\n            \"scopeName\": \"MyProjects\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"989cf650-8bfa-4657-bcd9-5645aff71615\",\n            \"created\": \"2026-06-01T19:57:16.915525Z\",\n            \"modified\": \"2026-06-01T19:57:16.827484Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"CalculatedField\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"9d519602-37e7-4fdb-a533-cfd0725e0130\",\n            \"created\": \"2026-06-01T19:57:16.912278Z\",\n            \"modified\": \"2026-06-01T19:57:16.827439Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"User\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"a0a5f142-f1f2-44ec-a2ef-20ef85c0ec83\",\n            \"created\": \"2026-06-01T19:57:16.909235Z\",\n            \"modified\": \"2026-06-01T19:57:16.827338Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Report\",\n            \"scopeName\": \"MyAndCommon\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"a53fb4cb-a885-4d5a-9ce9-8e61e7904ac4\",\n            \"created\": \"2026-06-01T19:57:16.91136Z\",\n            \"modified\": \"2026-06-01T19:57:16.82742Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"LegalEntity\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"a68804c1-551c-48e5-b273-39df70a54c94\",\n            \"created\": \"2026-06-01T19:57:16.913906Z\",\n            \"modified\": \"2026-06-01T19:57:16.827466Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Location\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"a765ea2b-59db-470d-9020-24a87070f628\",\n            \"created\": \"2026-06-01T19:57:16.913295Z\",\n            \"modified\": \"2026-06-01T19:57:16.827457Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Skill\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"ad71281c-090a-4136-b8da-5aaf58bfc9f5\",\n            \"created\": \"2026-06-01T19:57:16.912173Z\",\n            \"modified\": \"2026-06-01T19:57:16.827437Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Report\",\n            \"scopeName\": \"My\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"b085d668-80ea-4727-81d1-6ca1107c5b4e\",\n            \"created\": \"2026-06-01T19:57:16.911274Z\",\n            \"modified\": \"2026-06-01T19:57:16.827419Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Currency\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"b65f5652-1f16-4a90-b693-6fcc1eccc8ce\",\n            \"created\": \"2026-06-01T19:57:16.910274Z\",\n            \"modified\": \"2026-06-01T19:57:16.827373Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"View\",\n            \"scopeName\": \"MyPrograms\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"b875324a-a4a8-4823-9fcd-084216b350f9\",\n            \"created\": \"2026-06-01T19:57:16.914828Z\",\n            \"modified\": \"2026-06-01T19:57:16.827478Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"TimeOffType\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"b9dfe599-c881-4bcc-903f-22db8faa3a48\",\n            \"created\": \"2026-06-01T19:57:16.910944Z\",\n            \"modified\": \"2026-06-01T19:57:16.827396Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Agent\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"c72a8b56-d0b9-44e8-a126-9781d750ac40\",\n            \"created\": \"2026-06-01T19:57:16.918179Z\",\n            \"modified\": \"2026-06-01T19:57:16.827515Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Group\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"ccc6cac2-ad1a-49cc-b8c1-f000978b13e9\",\n            \"created\": \"2026-06-01T19:57:16.909948Z\",\n            \"modified\": \"2026-06-01T19:57:16.827358Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"PermissionSet\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"cf59b5f0-c128-457d-a244-fe1fbf4f654e\",\n            \"created\": \"2026-06-01T19:57:16.90744Z\",\n            \"modified\": \"2026-06-01T19:57:16.827327Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ApiToken\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"d22e4b22-5dc7-4f4a-a7d8-53ff97ced6a7\",\n            \"created\": \"2026-06-01T19:57:16.916021Z\",\n            \"modified\": \"2026-06-01T19:57:16.82749Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ScheduleException\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"d3bf2831-cbf2-4f56-8da2-c0fbf604545d\",\n            \"created\": \"2026-06-01T19:57:16.911722Z\",\n            \"modified\": \"2026-06-01T19:57:16.827428Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"WikiSpace\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"d75907cb-dfce-4fc2-b6db-014775df30f4\",\n            \"created\": \"2026-06-01T19:57:16.915101Z\",\n            \"modified\": \"2026-06-01T19:57:16.827481Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Report\",\n            \"scopeName\": \"Common\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"d8bc4a5f-9a8c-49f6-ab99-44ce919595f5\",\n            \"created\": \"2026-06-01T19:57:16.911448Z\",\n            \"modified\": \"2026-06-01T19:57:16.827421Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserCostValue\",\n            \"scopeName\": \"MyPools\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"d9229ff5-462d-4492-910e-f77154807eae\",\n            \"created\": \"2026-06-01T19:57:16.910485Z\",\n            \"modified\": \"2026-06-01T19:57:16.827382Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Dashboard\",\n            \"scopeName\": \"My\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"e0074211-9f13-4228-af24-0c665665989c\",\n            \"created\": \"2026-06-01T19:57:16.912491Z\",\n            \"modified\": \"2026-06-01T19:57:16.827443Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"UserSubstitute\",\n            \"scopeName\": \"My\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"e80395ce-5fb1-490e-a637-6e1add1df23b\",\n            \"created\": \"2026-06-01T19:57:16.909825Z\",\n            \"modified\": \"2026-06-01T19:57:16.827351Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"Competence\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"e90e8942-a349-479c-9a3e-e7c93746caf5\",\n            \"created\": \"2026-06-01T19:57:16.914162Z\",\n            \"modified\": \"2026-06-01T19:57:16.827469Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"InvoiceTemplate\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"eb64cb7c-1b72-46c1-aff4-1288e6b57c49\",\n            \"created\": \"2026-06-01T19:57:16.911814Z\",\n            \"modified\": \"2026-06-01T19:57:16.82743Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"View\",\n            \"scopeName\": \"MyProjects\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"edd7c29c-e053-4e94-aa1c-2b6e4b99acc8\",\n            \"created\": \"2026-06-01T19:57:16.914964Z\",\n            \"modified\": \"2026-06-01T19:57:16.827479Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"WikiSpace\",\n            \"scopeName\": \"MyClients\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"f140193e-b474-4d83-9b8f-ddff21e897e1\",\n            \"created\": \"2026-06-01T19:57:16.915242Z\",\n            \"modified\": \"2026-06-01T19:57:16.827482Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"ProjectArtifactType\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"f1995524-72ad-4ed3-b8c8-d4949499ecae\",\n            \"created\": \"2026-06-01T19:57:16.916698Z\",\n            \"modified\": \"2026-06-01T19:57:16.827498Z\",\n            \"isActive\": true\n        },\n        {\n            \"granularName\": \"EmailTemplate\",\n            \"scopeName\": \"All\",\n            \"permissionSetId\": \"0bb5f7ad-f20f-4872-9dd2-70a99421a469\",\n            \"actionEnabled\": false,\n            \"editEnabled\": false,\n            \"viewEnabled\": false,\n            \"deleteEnabled\": false,\n            \"id\": \"faf76dfa-c65e-4545-a502-811148dd9f4c\",\n            \"created\": \"2026-06-01T19:57:16.917184Z\",\n            \"modified\": \"2026-06-01T19:57:16.827504Z\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"4c32ae44-b17b-40d3-8ed3-d09478607bc1"},{"name":"Update Permission Set","id":"a5d16ef1-e7f7-4503-bf81-6f5ba524bdc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"c255066d-7b1c-4beb-9b70-33cc0caf32cf\",\r\n   \"name\": \"Admin\",\r\n   \"roleName\": \"Administrator\",\r\n   \"description\": null,\r\n   \"isActive\": true,\r\n   \"permissionSetDetails\": [\r\n      {\r\n         \"id\": \"02a7c155-f79e-4a32-a651-ea832d9cecbe\",\r\n         \"granularName\": \"Location\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"043a27ae-9b73-4d77-9155-86cd892a001c\",\r\n         \"granularName\": \"UserPermissionSet\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": true,\r\n         \"viewEnabled\": true,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"05f6ea91-5df1-49cf-a780-5ace717fb3be\",\r\n         \"granularName\": \"UserCostValue\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b4f0ec49-372d-4002-89fc-fb2cbad27ce9\",\r\n         \"granularName\": \"UserCostValue\",\r\n         \"scopeName\": \"MyPools\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"0e695454-9c50-4f2c-9cfe-5d90d96223d3\",\r\n         \"granularName\": \"PermissionSet\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"10424867-b40d-4c81-a702-309f4b8d7441\",\r\n         \"granularName\": \"UserSetting\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"1f4ccf26-7f54-431e-8c00-b88823628c3b\",\r\n         \"granularName\": \"TimeSheetPeriod\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"222a8b50-cea0-45b4-9da6-0aa5d55ec121\",\r\n         \"granularName\": \"Grade\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"25619f07-f312-425a-ae03-ab4d3b2cbb58\",\r\n         \"granularName\": \"ExpenseApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"27fd4eb6-932a-42e6-bc80-be068bec2c68\",\r\n         \"granularName\": \"InvoiceTemplate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"296e0a4c-5580-4d3c-8870-413156343d26\",\r\n         \"granularName\": \"ExpenseType\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"32204d32-f8c3-4855-9c22-b999ec4290a2\",\r\n         \"granularName\": \"UserSubstitute\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"40d3688a-deb7-4a3d-83b6-b0d1ff9475f0\",\r\n         \"granularName\": \"UserSubstitute\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"330910f6-e702-4018-b227-4b13c133a47b\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"5b485c65-d579-4d9c-98ea-12a9656da1c8\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"Common\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"cb4f6f01-40ea-40ad-a55b-cbf0a2087084\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"Templates\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f7f70218-709b-4bb2-bc74-87ed1cb20fc7\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"MyAndCommon\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"3deb7f99-654e-4f60-ab90-27effe66974a\",\r\n         \"granularName\": \"CalculatedField\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"40b5d408-91b4-4cd6-a858-5a78fd092e73\",\r\n         \"granularName\": \"CustomField\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4644c752-2e2d-48e6-a166-086d06a8fe9f\",\r\n         \"granularName\": \"Dashboard\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ce8b20e8-445b-4b3b-9d72-eccd711f9c2c\",\r\n         \"granularName\": \"Dashboard\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"48ca7ee4-0944-4742-b6e1-bd4ecb8c6c86\",\r\n         \"granularName\": \"User\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": true,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4a1589af-45f9-4c01-a183-d03143c70942\",\r\n         \"granularName\": \"ResourceRoleAssignment\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4ca37d8e-0f05-45b2-bac6-f5e80c5c1dcf\",\r\n         \"granularName\": \"CostNormalizationRule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"54df0d1e-65c7-4fb0-8659-7db223134567\",\r\n         \"granularName\": \"ManageAccount\",\r\n         \"scopeName\": null,\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"5bdeebc4-6f81-493c-b2d1-85bfa4102c10\",\r\n         \"granularName\": \"Level\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"65c5a3c1-f5b7-456e-8323-34c0bdbfc58e\",\r\n         \"granularName\": \"Activity\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"70207ece-df05-4336-a240-25edb1cea66a\",\r\n         \"granularName\": \"ResourcePool\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"7138f6cc-ed7e-4ced-84fa-d1f2e9cc4f6a\",\r\n         \"granularName\": \"Import\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"72576cb2-0e1b-435a-96f0-ed05c095362a\",\r\n         \"granularName\": \"LevelRate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"75bf7033-692f-4267-b8e6-ea9b39d489ad\",\r\n         \"granularName\": \"GradeRate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"8e23e464-36ee-4836-81eb-63a1467137ab\",\r\n         \"granularName\": \"Department\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"93cde074-9c80-4e0f-80c6-f397dceac22c\",\r\n         \"granularName\": \"Schedule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a33d18b2-dcb8-4160-a0ff-29ac7bee335a\",\r\n         \"granularName\": \"Lifecycle\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a63b9b44-e822-4050-b38d-a62509bc26d2\",\r\n         \"granularName\": \"TimeOffApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a8b463b6-bfb6-47bb-bbf4-fc78d0f7a321\",\r\n         \"granularName\": \"AuthProvider\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"aabf468e-afdd-4b5c-a517-b6acad72a1de\",\r\n         \"granularName\": \"ScheduleException\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ac51631a-5a95-4729-81d3-0276ac59161a\",\r\n         \"granularName\": \"ManageBilling\",\r\n         \"scopeName\": null,\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b0ce2e5e-e6c7-4b55-b760-8037eb2cdcfb\",\r\n         \"granularName\": \"TimeSheetTemplate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b25f3d96-b62a-4d05-ad28-cc4dc3964119\",\r\n         \"granularName\": \"RoleCostValue\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"c53b56e2-1258-47ba-a4d9-850bd6997561\",\r\n         \"granularName\": \"UserActivity\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"c5ba3e95-cdf7-4286-97f8-3f2c3086ab97\",\r\n         \"granularName\": \"TimeSheetApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"d97f18fe-3125-4a67-a5ab-d79bc3b4ce02\",\r\n         \"granularName\": \"Currency\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"df4c8279-98c1-4657-990b-a175f9186826\",\r\n         \"granularName\": \"Skill\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"e96c49ed-aa32-4f8d-9720-bf4139236f80\",\r\n         \"granularName\": \"ValidationRule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f43e2d2f-d7f2-49a4-9d31-3ecd9c2d38ea\",\r\n         \"granularName\": \"UserSchedule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f6e47dc2-eec8-4fef-a2a8-61787b3449bb\",\r\n         \"granularName\": \"TimeOffType\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ffff5726-65e9-4bdc-8418-bde4ed926209\",\r\n         \"granularName\": \"Role\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"6e0474c9-6d45-47ab-bafd-6cb0ed9e160a","name":"Update Permission Set","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"c255066d-7b1c-4beb-9b70-33cc0caf32cf\",\r\n   \"name\": \"Admin\",\r\n   \"roleName\": \"Administrator\",\r\n   \"description\": null,\r\n   \"isActive\": true,\r\n   \"permissionSetDetails\": [\r\n      {\r\n         \"id\": \"02a7c155-f79e-4a32-a651-ea832d9cecbe\",\r\n         \"granularName\": \"Location\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"043a27ae-9b73-4d77-9155-86cd892a001c\",\r\n         \"granularName\": \"UserPermissionSet\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": true,\r\n         \"viewEnabled\": true,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"05f6ea91-5df1-49cf-a780-5ace717fb3be\",\r\n         \"granularName\": \"UserCostValue\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b4f0ec49-372d-4002-89fc-fb2cbad27ce9\",\r\n         \"granularName\": \"UserCostValue\",\r\n         \"scopeName\": \"MyPools\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"0e695454-9c50-4f2c-9cfe-5d90d96223d3\",\r\n         \"granularName\": \"PermissionSet\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"10424867-b40d-4c81-a702-309f4b8d7441\",\r\n         \"granularName\": \"UserSetting\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"1f4ccf26-7f54-431e-8c00-b88823628c3b\",\r\n         \"granularName\": \"TimeSheetPeriod\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"222a8b50-cea0-45b4-9da6-0aa5d55ec121\",\r\n         \"granularName\": \"Grade\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"25619f07-f312-425a-ae03-ab4d3b2cbb58\",\r\n         \"granularName\": \"ExpenseApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"27fd4eb6-932a-42e6-bc80-be068bec2c68\",\r\n         \"granularName\": \"InvoiceTemplate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"296e0a4c-5580-4d3c-8870-413156343d26\",\r\n         \"granularName\": \"ExpenseType\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"32204d32-f8c3-4855-9c22-b999ec4290a2\",\r\n         \"granularName\": \"UserSubstitute\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"40d3688a-deb7-4a3d-83b6-b0d1ff9475f0\",\r\n         \"granularName\": \"UserSubstitute\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"330910f6-e702-4018-b227-4b13c133a47b\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"5b485c65-d579-4d9c-98ea-12a9656da1c8\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"Common\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"cb4f6f01-40ea-40ad-a55b-cbf0a2087084\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"Templates\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f7f70218-709b-4bb2-bc74-87ed1cb20fc7\",\r\n         \"granularName\": \"Report\",\r\n         \"scopeName\": \"MyAndCommon\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"3deb7f99-654e-4f60-ab90-27effe66974a\",\r\n         \"granularName\": \"CalculatedField\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"40b5d408-91b4-4cd6-a858-5a78fd092e73\",\r\n         \"granularName\": \"CustomField\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4644c752-2e2d-48e6-a166-086d06a8fe9f\",\r\n         \"granularName\": \"Dashboard\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ce8b20e8-445b-4b3b-9d72-eccd711f9c2c\",\r\n         \"granularName\": \"Dashboard\",\r\n         \"scopeName\": \"My\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"48ca7ee4-0944-4742-b6e1-bd4ecb8c6c86\",\r\n         \"granularName\": \"User\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": true,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4a1589af-45f9-4c01-a183-d03143c70942\",\r\n         \"granularName\": \"ResourceRoleAssignment\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"4ca37d8e-0f05-45b2-bac6-f5e80c5c1dcf\",\r\n         \"granularName\": \"CostNormalizationRule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"54df0d1e-65c7-4fb0-8659-7db223134567\",\r\n         \"granularName\": \"ManageAccount\",\r\n         \"scopeName\": null,\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"5bdeebc4-6f81-493c-b2d1-85bfa4102c10\",\r\n         \"granularName\": \"Level\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"65c5a3c1-f5b7-456e-8323-34c0bdbfc58e\",\r\n         \"granularName\": \"Activity\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"70207ece-df05-4336-a240-25edb1cea66a\",\r\n         \"granularName\": \"ResourcePool\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"7138f6cc-ed7e-4ced-84fa-d1f2e9cc4f6a\",\r\n         \"granularName\": \"Import\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"72576cb2-0e1b-435a-96f0-ed05c095362a\",\r\n         \"granularName\": \"LevelRate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"75bf7033-692f-4267-b8e6-ea9b39d489ad\",\r\n         \"granularName\": \"GradeRate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"8e23e464-36ee-4836-81eb-63a1467137ab\",\r\n         \"granularName\": \"Department\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"93cde074-9c80-4e0f-80c6-f397dceac22c\",\r\n         \"granularName\": \"Schedule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a33d18b2-dcb8-4160-a0ff-29ac7bee335a\",\r\n         \"granularName\": \"Lifecycle\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a63b9b44-e822-4050-b38d-a62509bc26d2\",\r\n         \"granularName\": \"TimeOffApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"a8b463b6-bfb6-47bb-bbf4-fc78d0f7a321\",\r\n         \"granularName\": \"AuthProvider\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"aabf468e-afdd-4b5c-a517-b6acad72a1de\",\r\n         \"granularName\": \"ScheduleException\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ac51631a-5a95-4729-81d3-0276ac59161a\",\r\n         \"granularName\": \"ManageBilling\",\r\n         \"scopeName\": null,\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b0ce2e5e-e6c7-4b55-b760-8037eb2cdcfb\",\r\n         \"granularName\": \"TimeSheetTemplate\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"b25f3d96-b62a-4d05-ad28-cc4dc3964119\",\r\n         \"granularName\": \"RoleCostValue\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"c53b56e2-1258-47ba-a4d9-850bd6997561\",\r\n         \"granularName\": \"UserActivity\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"c5ba3e95-cdf7-4286-97f8-3f2c3086ab97\",\r\n         \"granularName\": \"TimeSheetApprovalPath\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"d97f18fe-3125-4a67-a5ab-d79bc3b4ce02\",\r\n         \"granularName\": \"Currency\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"df4c8279-98c1-4657-990b-a175f9186826\",\r\n         \"granularName\": \"Skill\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"e96c49ed-aa32-4f8d-9720-bf4139236f80\",\r\n         \"granularName\": \"ValidationRule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f43e2d2f-d7f2-49a4-9d31-3ecd9c2d38ea\",\r\n         \"granularName\": \"UserSchedule\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"f6e47dc2-eec8-4fef-a2a8-61787b3449bb\",\r\n         \"granularName\": \"TimeOffType\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      },\r\n      {\r\n         \"id\": \"ffff5726-65e9-4bdc-8418-bde4ed926209\",\r\n         \"granularName\": \"Role\",\r\n         \"scopeName\": \"All\",\r\n         \"actionEnabled\": false,\r\n         \"editEnabled\": false,\r\n         \"viewEnabled\": false,\r\n         \"deleteEnabled\": false\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5d16ef1-e7f7-4503-bf81-6f5ba524bdc0"},{"name":"Delete Permission Set","id":"8bc864fb-9342-4bca-8225-4444243bcccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"3e67010c-ffbf-4c40-98f7-c4e33aed7bb0","name":"Delete Permission Set","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/PermissionSets(c255066d-7b1c-4beb-9b70-33cc0caf32cf)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bc864fb-9342-4bca-8225-4444243bcccc"},{"name":"Query Permission Sets","id":"8e7c7813-22dd-4e3e-abcf-e5f54a23ada4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/PermissionSets?$select=id,name,roleName,description","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","PermissionSets"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"id,name,roleName,description"}],"variable":[]}},"response":[{"id":"78b4b406-c707-422b-9c00-4f7342cec8c7","name":"Query Permission Sets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/PermissionSets?$select=id,name,roleName,description","host":["https://api.timetta.com"],"path":["odata","PermissionSets"],"query":[{"key":"$select","value":"id,name,roleName,description"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"@odata.context\": \"https://api.timetta.com/odata/$metadata#PermissionSets(id,name,roleName,description)\",\r\n   \"value\": [\r\n      {\r\n         \"roleName\": \"TeamManager\",\r\n         \"description\": \"Manage all timesheets and time off requests\",\r\n         \"name\": \"Payroll manager\",\r\n         \"id\": \"0a5699af-eaf2-4f60-a00a-1e19f69afc00\"\r\n      },\r\n      {\r\n         \"roleName\": \"ResourceManager\",\r\n         \"description\": \"Managing and allocating resources.\",\r\n         \"name\": \"Resource manager\",\r\n         \"id\": \"39a91992-8bb6-4acc-bab1-d8efbecdfa13\"\r\n      },\r\n      {\r\n         \"roleName\": \"User\",\r\n         \"description\": \"System user\",\r\n         \"name\": \"User\",\r\n         \"id\": \"48991eef-ef27-496b-89c0-4f483f3e41c1\"\r\n      },\r\n      {\r\n         \"roleName\": \"BillingManager\",\r\n         \"description\": \"Billing and managing invoices\",\r\n         \"name\": \"Billing manager\",\r\n         \"id\": \"a6c8cbae-8a12-40d8-b977-31930b48e4cc\"\r\n      },\r\n      {\r\n         \"roleName\": \"ProjectManager\",\r\n         \"description\": \"Managing all projects\",\r\n         \"name\": \"Project administrator\",\r\n         \"id\": \"a85640ee-eae8-46c1-8a17-163594872a7e\"\r\n      },\r\n      {\r\n         \"roleName\": \"Administrator\",\r\n         \"description\": \"Managing system settings and system data\",\r\n         \"name\": \"System administrator\",\r\n         \"id\": \"c3ef0548-c582-49c2-a5e1-ad66a34d1b9c\"\r\n      },\r\n      {\r\n         \"roleName\": \"ProjectManager\",\r\n         \"description\": \"Manage assigned projects\",\r\n         \"name\": \"Project manager\",\r\n         \"id\": \"d8e765ef-7f38-4034-8044-15a0ea364762\"\r\n      },\r\n      {\r\n         \"roleName\": \"TeamManager\",\r\n         \"description\": \"Supervisor\",\r\n         \"name\": \"Supervisor\",\r\n         \"id\": \"e5886577-ddac-492d-8435-1e41076d72d3\"\r\n      },\r\n      {\r\n         \"roleName\": \"FinanceManager\",\r\n         \"description\": null,\r\n         \"name\": \"Finance manager\",\r\n         \"id\": \"e6c8cbae-8a12-40d8-b977-31930b48e4cc\"\r\n      }\r\n   ]\r\n}"}],"_postman_id":"8e7c7813-22dd-4e3e-abcf-e5f54a23ada4"}],"id":"d218345e-dd1c-4379-b6c8-61d48d56fb96","_postman_id":"d218345e-dd1c-4379-b6c8-61d48d56fb96","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Skills","item":[{"name":"Create Skill","id":"99ac5678-c8fc-45bf-bc3b-4caad45b7250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"PostgreSQL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Skills","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Skills"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"cf850f37-b799-464b-b764-21b5929f7216","name":"Create Skill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"PostgreSQL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Skills"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:59:27 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Skills/$entity\",\n    \"description\": null,\n    \"name\": \"PostgreSQL\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"e97652c9-4bb1-4d52-97c7-d08f332b56ea\",\n    \"created\": \"2026-06-01T19:59:28.2761865Z\",\n    \"modified\": \"2026-06-01T19:59:28.201036Z\",\n    \"isActive\": true,\n    \"added\": {\n        \"Skill\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"e97652c9-4bb1-4d52-97c7-d08f332b56ea\",\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T19:59:28.2761865Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"description\": null,\n                \"isActive\": true,\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T19:59:28.201036Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"PostgreSQL\",\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"99ac5678-c8fc-45bf-bc3b-4caad45b7250"},{"name":"Get Skill","id":"87177dae-735f-419d-9c3b-f215d8cc7411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"279882b3-3191-4b3f-9948-c7995afcd2ff","name":"Get Skill","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 19:59:46 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Skills/$entity\",\n    \"description\": null,\n    \"name\": \"PostgreSQL\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"id\": \"e97652c9-4bb1-4d52-97c7-d08f332b56ea\",\n    \"created\": \"2026-06-01T19:59:28.276186Z\",\n    \"modified\": \"2026-06-01T19:59:28.201036Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true\n}"}],"_postman_id":"87177dae-735f-419d-9c3b-f215d8cc7411"},{"name":"Update Skill","id":"0e9d7a98-8394-4bce-a109-ed63c62fd325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"description\": \"PostgreSQL 16.2\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"64fc02c6-5be8-47c0-b078-5b59a30da862","name":"Update Skill","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"description\": \"PostgreSQL 16.2\",\r\n   \"isActive\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/Skills(e97652c9-4bb1-4d52-97c7-d08f332b56ea)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 20:00:30 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"},{"key":"set-cookie","value":"_yasc=JA4h8A/6ZSHvoA1krTTV0+UvmLjg/NuMwpCTxBOWlYyK4dc+y/sROkw5f+qcYNNT.MTc4MDM0NDAzMDYwMA==; domain=.api.timetta.com; path=/; expires=Thu, 29 May 2036 20:00:30 GMT; secure"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e9d7a98-8394-4bce-a109-ed63c62fd325"},{"name":"Delete Skill","id":"2f7e2212-81db-4427-81a9-a17ce2535d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/Skills(2a245854-882d-40ff-a736-0af3da2e8d3d)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Skills(2a245854-882d-40ff-a736-0af3da2e8d3d)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f7e2212-81db-4427-81a9-a17ce2535d1c"},{"name":"Query Skills","id":"fe206a6a-0003-42e6-9d9d-7eb8a06a0146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Skills","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Skills"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"e88e271a-c693-4d95-9f31-f37f91845bd7","name":"Query Skills","originalRequest":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Skills"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 20:00:38 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#Skills\",\n    \"value\": [\n        {\n            \"description\": null,\n            \"name\": \"SEO / SEM Маркетинг\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"01dbb582-ffbe-4f19-844d-210eb56e89ab\",\n            \"created\": \"2026-05-25T17:27:30.995722Z\",\n            \"modified\": \"2026-05-25T17:27:30.995722Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Местное законодательство\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"0be4703f-9845-4e41-9173-c7b55291ff98\",\n            \"created\": \"2026-05-25T17:27:30.99564Z\",\n            \"modified\": \"2026-05-25T17:27:30.995641Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Разработка\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"1c3dd4b3-14cb-48ae-ad12-57619d410186\",\n            \"created\": \"2026-05-25T17:27:30.995538Z\",\n            \"modified\": \"2026-05-25T17:27:30.995538Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Обучение\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"367f11cb-7257-4b35-b9bb-33a85d60df5c\",\n            \"created\": \"2026-05-25T17:27:30.995743Z\",\n            \"modified\": \"2026-05-25T17:27:30.995743Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Бизнес-анализ\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"a2d27e04-8013-4204-82a1-0882e0ace3df\",\n            \"created\": \"2026-05-25T17:27:30.995679Z\",\n            \"modified\": \"2026-05-25T17:27:30.995679Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Консультирование CRM\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"a2e14ba8-4b6c-441b-905e-c0f6a2435670\",\n            \"created\": \"2026-05-25T17:27:30.995331Z\",\n            \"modified\": \"2026-05-25T17:27:30.995331Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Управление проектом\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"a6a89589-1a47-4319-bf1f-d98cfff85b86\",\n            \"created\": \"2026-05-25T17:27:30.995766Z\",\n            \"modified\": \"2026-05-25T17:27:30.995766Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Бизнес переговоры\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"bffb2679-1b84-480b-a0f6-9a70a12215a2\",\n            \"created\": \"2026-05-25T17:27:30.995703Z\",\n            \"modified\": \"2026-05-25T17:27:30.995703Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": null,\n            \"name\": \"Интервьюирование\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"e868dcd3-7e4f-495b-b097-094be8a4c2f8\",\n            \"created\": \"2026-05-25T17:27:30.995574Z\",\n            \"modified\": \"2026-05-25T17:27:30.995574Z\",\n            \"isActive\": true\n        },\n        {\n            \"description\": \"PostgreSQL 16.2\",\n            \"name\": \"PostgreSQL\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"id\": \"e97652c9-4bb1-4d52-97c7-d08f332b56ea\",\n            \"created\": \"2026-06-01T19:59:28.276186Z\",\n            \"modified\": \"2026-06-01T20:00:30.784871Z\",\n            \"isActive\": false\n        }\n    ]\n}"}],"_postman_id":"fe206a6a-0003-42e6-9d9d-7eb8a06a0146"}],"id":"03eaa065-890c-4158-8574-11ef3741937e","_postman_id":"03eaa065-890c-4158-8574-11ef3741937e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Legal Entities","item":[{"name":"Create Legal Entity","id":"f8e81acd-8e68-4681-88b3-d3731639d77c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Legal Entity\",\r\n   \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/LegalEntities","description":"<p>Create \"Legal Entity\" entity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","LegalEntities"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"9a5ee417-30c7-40b0-a41d-0fdaef781bb0","name":"Create Legal Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Legal Entity\",\r\n   \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/LegalEntities"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":":status","value":201},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 20:01:30 GMT"},{"key":"server","value":"ycalb"},{"key":"location","value":"https://api.timetta.com/odata/LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LegalEntities/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n    \"code\": null,\n    \"isDefault\": false,\n    \"description\": null,\n    \"name\": \"Legal Entity\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"0a78da68-98f0-4c29-8cd6-b6747c299fc7\",\n    \"created\": \"2026-06-01T20:01:30.9734674Z\",\n    \"modified\": \"2026-06-01T20:01:30.9077442Z\",\n    \"isActive\": true,\n    \"directorySetValue1\": [],\n    \"added\": {\n        \"LegalEntity\": [\n            {\n                \"id@odata.type\": \"#Guid\",\n                \"id\": \"0a78da68-98f0-4c29-8cd6-b6747c299fc7\",\n                \"booleanValue1\": null,\n                \"booleanValue2\": null,\n                \"booleanValue3\": null,\n                \"booleanValue4\": null,\n                \"booleanValue5\": null,\n                \"code\": null,\n                \"created@odata.type\": \"#DateTimeOffset\",\n                \"created\": \"2026-06-01T20:01:30.9734674Z\",\n                \"createdById@odata.type\": \"#Guid\",\n                \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"currencyId@odata.type\": \"#Guid\",\n                \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                \"dateValue1\": null,\n                \"dateValue2\": null,\n                \"dateValue3\": null,\n                \"dateValue4\": null,\n                \"dateValue5\": null,\n                \"decimalValue1\": null,\n                \"decimalValue2\": null,\n                \"decimalValue3\": null,\n                \"decimalValue4\": null,\n                \"decimalValue5\": null,\n                \"description\": null,\n                \"integerValue1\": null,\n                \"integerValue2\": null,\n                \"integerValue3\": null,\n                \"integerValue4\": null,\n                \"integerValue5\": null,\n                \"isActive\": true,\n                \"isDefault\": false,\n                \"lookupValue10Id\": null,\n                \"lookupValue11Id\": null,\n                \"lookupValue12Id\": null,\n                \"lookupValue13Id\": null,\n                \"lookupValue14Id\": null,\n                \"lookupValue15Id\": null,\n                \"lookupValue1Id\": null,\n                \"lookupValue2Id\": null,\n                \"lookupValue3Id\": null,\n                \"lookupValue4Id\": null,\n                \"lookupValue5Id\": null,\n                \"lookupValue6Id\": null,\n                \"lookupValue7Id\": null,\n                \"lookupValue8Id\": null,\n                \"lookupValue9Id\": null,\n                \"managerId@odata.type\": \"#Guid\",\n                \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                \"modified@odata.type\": \"#DateTimeOffset\",\n                \"modified\": \"2026-06-01T20:01:30.9077442Z\",\n                \"modifiedById\": null,\n                \"modifiedBy\": null,\n                \"name\": \"Legal Entity\",\n                \"stringValue1\": null,\n                \"stringValue10\": null,\n                \"stringValue11\": null,\n                \"stringValue12\": null,\n                \"stringValue13\": null,\n                \"stringValue14\": null,\n                \"stringValue15\": null,\n                \"stringValue2\": null,\n                \"stringValue3\": null,\n                \"stringValue4\": null,\n                \"stringValue5\": null,\n                \"stringValue6\": null,\n                \"stringValue7\": null,\n                \"stringValue8\": null,\n                \"stringValue9\": null,\n                \"userValue1Id\": null,\n                \"userValue2Id\": null,\n                \"userValue3Id\": null,\n                \"userValue4Id\": null,\n                \"userValue5Id\": null,\n                \"createdBy\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                },\n                \"currency\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n                    \"name\": \"Российский рубль\"\n                },\n                \"manager\": {\n                    \"@odata.type\": \"#WP.NamedEntityDto\",\n                    \"id\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n                    \"name\": \"Иван Агафонов\"\n                }\n            }\n        ]\n    },\n    \"updated\": {},\n    \"deleted\": {}\n}"}],"_postman_id":"f8e81acd-8e68-4681-88b3-d3731639d77c"},{"name":"Get Legal Entity","id":"5482b0db-bb27-40f2-9b0c-adcd952bf700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)?$select=*","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"*"}],"variable":[]}},"response":[{"id":"34b9a968-dbe9-4c83-b11a-adf7a1318128","name":"Get Legal Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)?$select=*","host":["https://api.timetta.com"],"path":["odata","LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)"],"query":[{"key":"$select","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 20:01:52 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LegalEntities(*)/$entity\",\n    \"dateValue1\": null,\n    \"dateValue2\": null,\n    \"dateValue3\": null,\n    \"dateValue4\": null,\n    \"dateValue5\": null,\n    \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n    \"code\": null,\n    \"isDefault\": false,\n    \"description\": null,\n    \"name\": \"Legal Entity\",\n    \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n    \"stringValue1\": null,\n    \"stringValue2\": null,\n    \"stringValue3\": null,\n    \"stringValue4\": null,\n    \"stringValue5\": null,\n    \"stringValue6\": null,\n    \"stringValue7\": null,\n    \"stringValue8\": null,\n    \"stringValue9\": null,\n    \"stringValue10\": null,\n    \"stringValue11\": null,\n    \"stringValue12\": null,\n    \"stringValue13\": null,\n    \"stringValue14\": null,\n    \"stringValue15\": null,\n    \"decimalValue1\": null,\n    \"decimalValue2\": null,\n    \"decimalValue3\": null,\n    \"decimalValue4\": null,\n    \"decimalValue5\": null,\n    \"lookupValue1Id\": null,\n    \"lookupValue2Id\": null,\n    \"lookupValue3Id\": null,\n    \"lookupValue4Id\": null,\n    \"lookupValue5Id\": null,\n    \"lookupValue6Id\": null,\n    \"lookupValue7Id\": null,\n    \"lookupValue8Id\": null,\n    \"lookupValue9Id\": null,\n    \"lookupValue10Id\": null,\n    \"lookupValue11Id\": null,\n    \"lookupValue12Id\": null,\n    \"lookupValue13Id\": null,\n    \"lookupValue14Id\": null,\n    \"lookupValue15Id\": null,\n    \"integerValue1\": null,\n    \"integerValue2\": null,\n    \"integerValue3\": null,\n    \"integerValue4\": null,\n    \"integerValue5\": null,\n    \"booleanValue1\": null,\n    \"booleanValue2\": null,\n    \"booleanValue3\": null,\n    \"booleanValue4\": null,\n    \"booleanValue5\": null,\n    \"userValue1Id\": null,\n    \"userValue2Id\": null,\n    \"userValue3Id\": null,\n    \"userValue4Id\": null,\n    \"userValue5Id\": null,\n    \"id\": \"0a78da68-98f0-4c29-8cd6-b6747c299fc7\",\n    \"created\": \"2026-06-01T20:01:30.973467Z\",\n    \"modified\": \"2026-06-01T20:01:30.907744Z\",\n    \"isActive\": true,\n    \"editAllowed\": true,\n    \"deleteAllowed\": true,\n    \"directorySetValue1\": []\n}"}],"_postman_id":"5482b0db-bb27-40f2-9b0c-adcd952bf700"},{"name":"Patch Legal Entity","id":"59dc7862-164c-4fac-878e-61061ab8095c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Legal Entity\",\r\n    \"code\": \"LE-1\",\r\n    \"description\": \"main\",\r\n    \"isActive\": true,\r\n    \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"d581094b-2697-47ab-b142-09c038b05d0e","name":"Patch Legal Entity","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Legal Entity\",\r\n    \"code\": \"LE-1\",\r\n    \"description\": \"main\",\r\n    \"isActive\": true,\r\n    \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/odata/LegalEntities(0a78da68-98f0-4c29-8cd6-b6747c299fc7)"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":":status","value":204},{"key":"date","value":"Mon, 01 Jun 2026 20:03:47 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59dc7862-164c-4fac-878e-61061ab8095c"},{"name":"Delete Legal Entity","id":"26d67a63-c752-4ce9-89da-ba86070f2ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/odata/LegalEntities(540ba299-c5ad-43fb-971e-8c40fbee764f)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","LegalEntities(540ba299-c5ad-43fb-971e-8c40fbee764f)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26d67a63-c752-4ce9-89da-ba86070f2ac8"},{"name":"Query Legal Entities","id":"41064a01-eb66-4a19-bc03-ad9768cd9092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/LegalEntities?$select=*","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","LegalEntities"],"host":["https://api.timetta.com"],"query":[{"key":"$select","value":"*"}],"variable":[]}},"response":[{"id":"21907bac-7b5a-4683-b0c9-d49446e8b746","name":"Query Legal Entities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.timetta.com/odata/LegalEntities?$select=*","host":["https://api.timetta.com"],"path":["odata","LegalEntities"],"query":[{"key":"$select","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":":status","value":200},{"key":"content-type","value":"application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8"},{"key":"date","value":"Mon, 01 Jun 2026 20:02:04 GMT"},{"key":"server","value":"ycalb"},{"key":"odata-version","value":"4.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"https://api.timetta.com/odata/$metadata#LegalEntities(*)\",\n    \"value\": [\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n            \"code\": null,\n            \"isDefault\": false,\n            \"description\": null,\n            \"name\": \"Legal Entity\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"0a78da68-98f0-4c29-8cd6-b6747c299fc7\",\n            \"created\": \"2026-06-01T20:01:30.973467Z\",\n            \"modified\": \"2026-06-01T20:01:30.907744Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        },\n        {\n            \"dateValue1\": null,\n            \"dateValue2\": null,\n            \"dateValue3\": null,\n            \"dateValue4\": null,\n            \"dateValue5\": null,\n            \"managerId\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"currencyId\": \"bb1324d7-809b-4741-88b7-966e66403db7\",\n            \"code\": \"Default\",\n            \"isDefault\": true,\n            \"description\": null,\n            \"name\": \"Юридическое лицо по умолчанию\",\n            \"createdById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"modifiedById\": \"72b0b520-891e-4776-96cf-b9a8419cf558\",\n            \"stringValue1\": null,\n            \"stringValue2\": null,\n            \"stringValue3\": null,\n            \"stringValue4\": null,\n            \"stringValue5\": null,\n            \"stringValue6\": null,\n            \"stringValue7\": null,\n            \"stringValue8\": null,\n            \"stringValue9\": null,\n            \"stringValue10\": null,\n            \"stringValue11\": null,\n            \"stringValue12\": null,\n            \"stringValue13\": null,\n            \"stringValue14\": null,\n            \"stringValue15\": null,\n            \"decimalValue1\": null,\n            \"decimalValue2\": null,\n            \"decimalValue3\": null,\n            \"decimalValue4\": null,\n            \"decimalValue5\": null,\n            \"lookupValue1Id\": null,\n            \"lookupValue2Id\": null,\n            \"lookupValue3Id\": null,\n            \"lookupValue4Id\": null,\n            \"lookupValue5Id\": null,\n            \"lookupValue6Id\": null,\n            \"lookupValue7Id\": null,\n            \"lookupValue8Id\": null,\n            \"lookupValue9Id\": null,\n            \"lookupValue10Id\": null,\n            \"lookupValue11Id\": null,\n            \"lookupValue12Id\": null,\n            \"lookupValue13Id\": null,\n            \"lookupValue14Id\": null,\n            \"lookupValue15Id\": null,\n            \"integerValue1\": null,\n            \"integerValue2\": null,\n            \"integerValue3\": null,\n            \"integerValue4\": null,\n            \"integerValue5\": null,\n            \"booleanValue1\": null,\n            \"booleanValue2\": null,\n            \"booleanValue3\": null,\n            \"booleanValue4\": null,\n            \"booleanValue5\": null,\n            \"userValue1Id\": null,\n            \"userValue2Id\": null,\n            \"userValue3Id\": null,\n            \"userValue4Id\": null,\n            \"userValue5Id\": null,\n            \"id\": \"d10d8cb3-c60d-4406-b8e3-a09a1a0ecda1\",\n            \"created\": \"2026-05-25T17:27:20.494271Z\",\n            \"modified\": \"2026-05-25T17:27:20.642994Z\",\n            \"isActive\": true,\n            \"directorySetValue1\": []\n        }\n    ]\n}"}],"_postman_id":"41064a01-eb66-4a19-bc03-ad9768cd9092"}],"id":"21c46491-da72-44a5-831a-5314ae9f2ad5","_postman_id":"21c46491-da72-44a5-831a-5314ae9f2ad5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Directories","item":[{"name":"Directory Entries","item":[{"name":"Create Directory Entry","id":"773efebf-0248-4661-8cad-e0b521923e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"38BEE27\",\r\n   \"code\": \"\",\r\n   \"description\": \"\",\r\n   \"directoryId\": \"89d93d01-1d02-49ab-a840-7b8f6636d894\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/DirectoryEntries","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","DirectoryEntries"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"773efebf-0248-4661-8cad-e0b521923e00"},{"name":"Get Directory Entry","id":"59bc6a31-230a-4630-ad31-73191cbb37b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59bc6a31-230a-4630-ad31-73191cbb37b5"},{"name":"Update Directory Entry","id":"2f99a808-820e-448b-946f-76be7cb119c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"description\": \"Some description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f99a808-820e-448b-946f-76be7cb119c9"},{"name":"Delete Directory Entry","id":"10a7cb14-6cb3-45d7-917f-c77755cabc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","DirectoryEntries(d6ccf245-49c3-4aff-a247-9f8805ac5a9e)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"10a7cb14-6cb3-45d7-917f-c77755cabc8b"},{"name":"Query Directory Entries","id":"76d7d214-b09d-4d7c-b9d3-7cf4b85f387d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/DirectoryEntries?$filter=(directoryId eq 89d93d01-1d02-49ab-a840-7b8f6636d894)&$select=id,code,name,description,isActive","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","DirectoryEntries"],"host":["https://api.timetta.com"],"query":[{"key":"$filter","value":"(directoryId eq 89d93d01-1d02-49ab-a840-7b8f6636d894)"},{"key":"$select","value":"id,code,name,description,isActive"}],"variable":[]}},"response":[],"_postman_id":"76d7d214-b09d-4d7c-b9d3-7cf4b85f387d"}],"id":"41f22690-c49e-4c4a-9555-10e5d7c858a8","_postman_id":"41f22690-c49e-4c4a-9555-10e5d7c858a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Create Directory","id":"e69f1113-906a-4944-911c-b2aaa9a80170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Identification codes\",\r\n   \"code\": \"ID\",\r\n   \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Directories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Directories"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e69f1113-906a-4944-911c-b2aaa9a80170"},{"name":"Get Directory","id":"77e59234-f7de-43e4-9e7f-c4251700bf34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Directories(b197424c-7f26-49f5-8c90-a8bd1c5c9245)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Directories(b197424c-7f26-49f5-8c90-a8bd1c5c9245)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"77e59234-f7de-43e4-9e7f-c4251700bf34"},{"name":"Update Directory","id":"16c9f6c0-a59a-4ee0-bb6e-c0b310ab7a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n   \"description\": \"Some description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.timetta.com/OData/Directories(89d93d01-1d02-49ab-a840-7b8f6636d894)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Directories(89d93d01-1d02-49ab-a840-7b8f6636d894)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16c9f6c0-a59a-4ee0-bb6e-c0b310ab7a45"},{"name":"Delete Directory","id":"d5db8122-8ee5-4c36-af03-7acb9749932f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.timetta.com/OData/Directories(b197424c-7f26-49f5-8c90-a8bd1c5c9245)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Directories(b197424c-7f26-49f5-8c90-a8bd1c5c9245)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5db8122-8ee5-4c36-af03-7acb9749932f"},{"name":"Query Directories","id":"c29888f0-dc4c-44ec-9eaf-c655c9f733e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/OData/Directories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["OData","Directories"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c29888f0-dc4c-44ec-9eaf-c655c9f733e8"}],"id":"3c393970-8748-4442-9bc3-6ea3e7fa4ef6","_postman_id":"3c393970-8748-4442-9bc3-6ea3e7fa4ef6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}}],"id":"2735b1d0-bf03-4f63-bec2-d17fb52bcab7","_postman_id":"2735b1d0-bf03-4f63-bec2-d17fb52bcab7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Files","item":[{"name":"Get Files Metadata","id":"6b99a29a-14bd-405a-bd2c-99c6d45cc718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Files/GetFilesMetadata(entityId=4257c2a5-da96-4887-af28-ba7a1c2ee2a0)","description":"<p>Request metadata for files attached to entity.</p>\n<p>Params:</p>\n<ul>\n<li>entityId - id of the entity.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Files","GetFilesMetadata(entityId=4257c2a5-da96-4887-af28-ba7a1c2ee2a0)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b99a29a-14bd-405a-bd2c-99c6d45cc718"},{"name":"Get File","id":"6296e638-7024-44f2-885a-7cb8ab734162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.timetta.com/odata/Files/GetFile(fileKey=a51d1125-7dc8-4e28-a18e-61d00ff86644)","description":"<p>Get File attached to entity.</p>\n<p>Params:</p>\n<ul>\n<li>fileKey - id of the file</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}},"urlObject":{"path":["odata","Files","GetFile(fileKey=a51d1125-7dc8-4e28-a18e-61d00ff86644)"],"host":["https://api.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6296e638-7024-44f2-885a-7cb8ab734162"}],"id":"559bac68-66ea-48b1-9239-af12a81f7438","_postman_id":"559bac68-66ea-48b1-9239-af12a81f7438","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","id":"99671452-3ec7-4bdf-9105-f3e43b4a6aa7","name":"Timetta Public API Examples","type":"collection"}}},{"name":"Reporting API","item":[{"name":"{{bearer_token}}","item":[{"name":"Query Reporting Sources","id":"f4115592-ec7e-436c-8007-dc7e28d3a1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData","description":"<p>Request a list of available reporting sources.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","name":"{{bearer_token}}","type":"folder"}},"urlObject":{"path":["OData"],"host":["https://reporting.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4115592-ec7e-436c-8007-dc7e28d3a1a6"},{"name":"Get Resource Plan Report","id":"1d87a13c-329b-481c-8037-0c5886ca5f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData/ResourcePlan?$expand=project($select=id,name),projectTask($select=id,name)","description":"<p>Get \"ResourcePlan\" report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","name":"{{bearer_token}}","type":"folder"}},"urlObject":{"path":["OData","ResourcePlan"],"host":["https://reporting.timetta.com"],"query":[{"key":"$expand","value":"project($select=id,name),projectTask($select=id,name)"}],"variable":[]}},"response":[],"_postman_id":"1d87a13c-329b-481c-8037-0c5886ca5f08"}],"id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a99c763d-a59a-4ea3-9036-76b236658207"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ec3e62e3-8085-4084-a1bc-7c14cc038bef"}}],"_postman_id":"0bd7dc01-180a-4f79-b8dc-a9f2065125ca","description":""},{"name":"Basic Authentication","item":[{"name":"Query Reporting Sources","id":"3223d8bd-6c52-4c26-b3f3-11faa0872a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData","description":"<p>Request a list of available reporting sources.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","name":"Basic Authentication","type":"folder"}},"urlObject":{"path":["OData"],"host":["https://reporting.timetta.com"],"query":[],"variable":[]}},"response":[{"id":"222f3870-6e18-433f-942a-72793eba0531","name":"Query Reporting Sources","originalRequest":{"method":"GET","header":[],"url":"{{reportingApiBaseUrl}}/OData"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"@odata.context\": \"https://reporting.timetta.com/odata/$metadata\",\r\n    \"value\": [\r\n        {\r\n            \"name\": \"UserScheduleDates\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"UserScheduleDates\"\r\n        },\r\n        {\r\n            \"name\": \"ScheduleDates\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ScheduleDates\"\r\n        },\r\n        {\r\n            \"name\": \"AccountingEntry\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"AccountingEntry\"\r\n        },\r\n        {\r\n            \"name\": \"ActsOfAcceptance\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ActsOfAcceptance\"\r\n        },\r\n        {\r\n            \"name\": \"ActualData\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ActualData\"\r\n        },\r\n        {\r\n            \"name\": \"Billing\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Billing\"\r\n        },\r\n        {\r\n            \"name\": \"Booking\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Booking\"\r\n        },\r\n        {\r\n            \"name\": \"Certificates\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Certificates\"\r\n        },\r\n        {\r\n            \"name\": \"Expenses\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Expenses\"\r\n        },\r\n        {\r\n            \"name\": \"ExpenseRequests\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ExpenseRequests\"\r\n        },\r\n        {\r\n            \"name\": \"Finance\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Finance\"\r\n        },\r\n        {\r\n            \"name\": \"InvoiceLines\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"InvoiceLines\"\r\n        },\r\n        {\r\n            \"name\": \"Invoices\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Invoices\"\r\n        },\r\n        {\r\n            \"name\": \"Projects\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Projects\"\r\n        },\r\n        {\r\n            \"name\": \"ProjectTasks\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ProjectTasks\"\r\n        },\r\n        {\r\n            \"name\": \"ProjectVersions\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ProjectVersions\"\r\n        },\r\n        {\r\n            \"name\": \"ResourcePlan\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"ResourcePlan\"\r\n        },\r\n        {\r\n            \"name\": \"Tasks\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Tasks\"\r\n        },\r\n        {\r\n            \"name\": \"TimeOffBalanceEntry\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"TimeOffBalanceEntry\"\r\n        },\r\n        {\r\n            \"name\": \"TimeOffRequests\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"TimeOffRequests\"\r\n        },\r\n        {\r\n            \"name\": \"Timesheets\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Timesheets\"\r\n        },\r\n        {\r\n            \"name\": \"Users\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"Users\"\r\n        },\r\n        {\r\n            \"name\": \"UserSkills\",\r\n            \"kind\": \"EntitySet\",\r\n            \"url\": \"UserSkills\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3223d8bd-6c52-4c26-b3f3-11faa0872a1b"},{"name":"Get Users Report","id":"541f8335-cde8-42bb-b47e-93668b3bc873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData/Users","description":"<p>Get \"Users\" report.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","name":"Basic Authentication","type":"folder"}},"urlObject":{"path":["OData","Users"],"host":["https://reporting.timetta.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"541f8335-cde8-42bb-b47e-93668b3bc873"},{"name":"Get Resource Plan Report","id":"f951f150-f94a-4c93-9420-50201ec806e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData/ResourcePlan?$expand=project($select=id,name),projectTask($select=id,name)","description":"<p>Get \"ResourcePlan\" report.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","name":"Basic Authentication","type":"folder"}},"urlObject":{"path":["OData","ResourcePlan"],"host":["https://reporting.timetta.com"],"query":[{"key":"$expand","value":"project($select=id,name),projectTask($select=id,name)"}],"variable":[]}},"response":[],"_postman_id":"f951f150-f94a-4c93-9420-50201ec806e9"},{"name":"Get Tasks Report","id":"801a310c-de0c-44c5-b645-7fbf0aa85411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://reporting.timetta.com/OData/Tasks?$expand=Entity,EntityLifecycle","description":"<p>Get \"Tasks\" report.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","name":"Basic Authentication","type":"folder"}},"urlObject":{"path":["OData","Tasks"],"host":["https://reporting.timetta.com"],"query":[{"key":"$expand","value":"Entity,EntityLifecycle"}],"variable":[]}},"response":[],"_postman_id":"801a310c-de0c-44c5-b645-7fbf0aa85411"}],"id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80cf217d-8327-4227-9720-2adcd3648984"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7d6c1592-0aa4-4c27-9f80-cc7bbd7571b7"}}],"_postman_id":"05b9c20c-d08d-4c2c-874c-31f8765034d9","description":""}],"id":"d0eec8b3-a51e-42a4-b0ee-f058c49b7562","description":"<p>API metadata:</p>\n<p><a href=\"https://reporting.timetta.com/odata/$metadata\">https://reporting.timetta.com/odata/$metadata</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7c861c25-afb3-4e39-98ef-a330ccab5c24"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"13d6f36f-a97a-4649-ae65-c367b0bb6d83"}}],"_postman_id":"d0eec8b3-a51e-42a4-b0ee-f058c49b7562"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"2efe35a9-5a7f-4cd8-8eb9-ca4cf6dcd8bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc4e0541-2706-477c-b13d-82c497fdf639","type":"text/javascript","exec":[""]}}],"variable":[{"id":"97cc35a5-73cf-4413-9b48-fa2598cbdf49","key":"userEmail","value":""},{"id":"1d1b6455-6c1d-4449-b208-23320ab9f279","key":"userPassword","value":""},{"id":"a63c873e-05d8-48d9-804d-66f789ec2978","key":"accessToken","value":""},{"id":"c94684f8-dd51-4a01-93a9-65b018b8c1d7","key":"refreshToken","value":""},{"id":"58e66a0d-984b-4060-a8dd-733579ad7063","key":"passportBaseUrl","value":"https://auth.timetta.com","type":"string"},{"id":"0b7cf5c7-ce1c-4d65-95ca-80299065f89e","key":"baseUrl","value":"https://api.timetta.com","type":"string"},{"id":"499a78b6-ed49-4634-8d45-46faf22b1170","key":"reportingBaseUrl","value":"https://reporting.timetta.com","type":"string"}]}