{"info":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","description":"<html><head></head><body><h2 id=\"in-this-documentation-you-will-find-endpoints-for-the-connection-to-the-rhenus-esm-system\">In this documentation you will find endpoints for the connection to the Rhenus ESM System.</h2>\n<p>For any questions please contact <a href=\"mailto:idm@de.rhenus.com\">idm@de.rhenus.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28251857","collectionId":"d7ab5790-488d-445f-9316-2bb9e8d628eb","publishedId":"2s946ibrM7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-19T11:03:54.000Z"},"item":[{"name":"Generate Access Token","item":[{"name":"Request Access Token","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody)\r","pm.collectionVariables.set(\"AccessToken\", jsonData.RawToken)"],"type":"text/javascript","id":"4e049748-a866-4187-9379-a3341fcb1459"}}],"id":"fd7384c0-88ac-4499-a08a-1a8b8ce338c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/ApiToken/GenerateAccessTokenFromApiToken","description":"<p>Use the request \"GenerateAccessTokenFromApiToken\" to generate an Access Token. This Access Token must be used as the BEARER Auth Token for all further requests.  The returned token has a maximum duration of 12 hours.</p>\n","urlObject":{"protocol":"https","path":["m42Services","api","ApiToken","GenerateAccessTokenFromApiToken"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd7384c0-88ac-4499-a08a-1a8b8ce338c1"}],"id":"03477b30-750b-4c39-9c34-89413ec80a5a","description":"<p>Endpoint for the generation of an Access Token.</p>\n","_postman_id":"03477b30-750b-4c39-9c34-89413ec80a5a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"Asset Data","item":[{"name":"Request a Single Computer","id":"bf456277-e526-4a10-802e-24d598b2ecdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/objects/SPSComputerType/7138ff7f-2934-4138-8bdf-14cd79231877?full=true","description":"<p>Query a single computer asset, specifying an Expression Object ID: e.g. 6ED545A9-722B-4007-8C7D-xxxxxxxx\n<em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","objects","SPSComputerType","7138ff7f-2934-4138-8bdf-14cd79231877"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Parameter to get all properties</p>\n","type":"text/plain"},"key":"full","value":"true"}],"variable":[]}},"response":[],"_postman_id":"bf456277-e526-4a10-802e-24d598b2ecdb"},{"name":"Get a list of Computers based on Citycodes","id":"8c7ecd33-c66e-4c98-9138-fa1711a3b3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/fragments/SPSComputerType?where=RelatedSPSCommonClassBase.Location.IDName%20in%20%28%27RUMOW04%27%2C%20%27RUMOW06%27%29%20and%20RelatedSPSCommonClassBase.State.DisplayString%20in%20%28%27Active%27%29&columns=ID, RelatedSPSCommonClassBase.Location.IDName as Citycode","description":"<p>The endpoint displays a fragment query based on a URL Encoded where statement.</p>\n<p><em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","fragments","SPSComputerType"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Where Statement must be URL Encoded</p>\n","type":"text/plain"},"key":"where","value":"RelatedSPSCommonClassBase.Location.IDName%20in%20%28%27RUMOW04%27%2C%20%27RUMOW06%27%29%20and%20RelatedSPSCommonClassBase.State.DisplayString%20in%20%28%27Active%27%29"},{"description":{"content":"<p>Colum defintion</p>\n","type":"text/plain"},"key":"columns","value":"ID, RelatedSPSCommonClassBase.Location.IDName as Citycode"},{"disabled":true,"key":"PageNumber","value":"0"},{"disabled":true,"key":"PageSize","value":"3"}],"variable":[]}},"response":[],"_postman_id":"8c7ecd33-c66e-4c98-9138-fa1711a3b3ff"},{"name":"Create Asset","id":"e5c3556d-2098-4879-abe8-315506e224cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AssetName\": \"DEXYZ01-WIL001\",\r\n  \"Location\": \"DEXYZ01\",\r\n  \"SerialNumber\": \"3X2VQN2\",\r\n  \"Subcategory\": 35003,\r\n  \"State\": \"Under Preparation\",\r\n  \"OrderDate\": \"3/13/2020\",\r\n  \"DeliveryDate\": \"3/13/2020\",\r\n  \"InvoiceDate\": \"3/13/2020\",\r\n  \"OrderNumber\": \"Order number value\",\r\n  \"DeliveryNoteNumber\": \"Delivery note number value\",\r\n  \"InvoiceNumber\": \"Invoice number value\",\r\n  \"PurchasePrice\": 99.99,\r\n  \"Description\": \"Description value\",\r\n  \"StockKeepingUnitID\": \"SKU012345\",\r\n  \"InventoryNumber\": \"Inventory number value\",\r\n  \"PrincipalUser\": \"P009999\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/createassetpublic","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","createassetpublic"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5c3556d-2098-4879-abe8-315506e224cd"},{"name":"Update Asset","id":"db1887e2-7d08-4fd0-8776-f87848b86d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AssetName\": \"DEXYZ01-WIL001\",\r\n  \"Location\": \"DEXYZ01\",\r\n  \"SerialNumber\": \"3X2VQN2\",\r\n  \"Subcategory\": 35003,\r\n  \"OrderDate\": \"3/13/2020\",\r\n  \"DeliveryDate\": \"3/13/2020\",\r\n  \"InvoiceDate\": \"3/13/2020\",\r\n  \"OrderNumber\": \"Order number value\",\r\n  \"DeliveryNoteNumber\": \"Delivery note number value\",\r\n  \"InvoiceNumber\": \"Invoice number value\",\r\n  \"PurchasePrice\": 99.99,\r\n  \"Description\": \"Description value\",\r\n  \"StockKeepingUnitID\": \"SKU012345\",\r\n  \"InventoryNumber\": \"Inventory number value\",\r\n  \"PrincipalUser\": \"P009999\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/updateasset","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","updateasset"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db1887e2-7d08-4fd0-8776-f87848b86d69"},{"name":"Set State","id":"005fc293-78dd-461f-89a9-c807823d1c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"AssetName\": \"DEXYZ01-WIL001\",\r\n  \"SerialNumber\": \"3X2VQN2\",\r\n  \"State\": \"Under Preparation\",\r\n  \"ScrappedDate\": \"3/13/2020\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/setstate","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","setstate"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"005fc293-78dd-461f-89a9-c807823d1c68"},{"name":"Get Assets","id":"4a85096d-3143-4c6c-94c5-2c6b3751ce0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/getassets?assetname={assetname}&serialnumber={serialnumber}","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","getassets"],"host":["esm-test.rhenus.com"],"query":[{"key":"assetname","value":"{assetname}"},{"key":"serialnumber","value":"{serialnumber}"}],"variable":[]}},"response":[],"_postman_id":"4a85096d-3143-4c6c-94c5-2c6b3751ce0f"},{"name":"Get Free Asset Name","id":"7dc1c702-0153-44e6-aaf6-49d47c4c9591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/getfreeassetnamepublic?subcategory={sub}&location={loc}","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","getfreeassetnamepublic"],"host":["esm-test.rhenus.com"],"query":[{"key":"subcategory","value":"{sub}"},{"key":"location","value":"{loc}"}],"variable":[]}},"response":[],"_postman_id":"7dc1c702-0153-44e6-aaf6-49d47c4c9591"},{"name":"Get Subcategories","id":"9e64ce6d-90dc-4ba6-8a64-4494804240b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/getsubcategories","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","getsubcategories"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e64ce6d-90dc-4ba6-8a64-4494804240b8"},{"name":"Get Stock Keeping Units","id":"46bcebbd-996b-4b08-a795-78673c9711e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/asset/getstockkeepingunits","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","name":"Asset Data","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","asset","getstockkeepingunits"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"46bcebbd-996b-4b08-a795-78673c9711e3"}],"id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c","description":"<p>Endpoints for asset data</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2dbf5b56-1573-45be-b077-4ee3bb20d3cc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c755d558-3e3c-4672-ab6c-d794a54f3be6"}}],"_postman_id":"770691c4-94cc-4ef0-8c27-f7a1c25ebc4c"},{"name":"License Requirements","item":[{"name":"Get a list of License Requirements based on Computer ID","id":"b29c4887-4a0d-4825-ba6e-084e101f587c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/fragments/LCMLicenseDemandClassBase?where=Target.UsedInTypeSPSComputerType.ID%20%3D%20%277138ff7f-2934-4138-8bdf-14cd79231877%27&columns=[Expression-ObjectID] as ID, ObjectID","description":"<p>The endpoint displays a fragment query based on a URL Encoded where statement.</p>\n<p><em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","fragments","LCMLicenseDemandClassBase"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Where Statement must be URL Encoded</p>\n","type":"text/plain"},"key":"where","value":"Target.UsedInTypeSPSComputerType.ID%20%3D%20%277138ff7f-2934-4138-8bdf-14cd79231877%27"},{"description":{"content":"<p>Colum defintion</p>\n","type":"text/plain"},"key":"columns","value":"[Expression-ObjectID] as ID, ObjectID"},{"disabled":true,"key":"PageNumber","value":"0"},{"disabled":true,"key":"PageSize","value":"3"}],"variable":[]}},"response":[],"_postman_id":"b29c4887-4a0d-4825-ba6e-084e101f587c"},{"name":"Request a Single License Requirement","id":"82f1b43c-94cd-4202-a5c6-836365784207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/objects/LCMLicenseDemandType/97EC3D9B-4667-EB11-1081-005056B74ABA?full=true","description":"<p>Query a single license requirement object, specifying by an Expression Object ID: e.g. 97EC3D9B-4667-EB11-1081-xxxxxxxx</p>\n<p><em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","objects","LCMLicenseDemandType","97EC3D9B-4667-EB11-1081-005056B74ABA"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Parameter to get all properties</p>\n","type":"text/plain"},"key":"full","value":"true"}],"variable":[]}},"response":[],"_postman_id":"82f1b43c-94cd-4202-a5c6-836365784207"}],"id":"4f7d3ec3-c243-4b8c-af2e-381dfcebd24c","description":"<p>Endpoints for license requirements</p>\n","_postman_id":"4f7d3ec3-c243-4b8c-af2e-381dfcebd24c","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"Device Type Register","item":[{"name":"Get Device Type Register","id":"a3d17c50-acec-48d6-aa6b-534af04a035b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/fragments/CUSTM42PSOAssetPickupSubType?where=Category%20%3C%3E%20%27Furniture%27&columns=Category, Subcategory, Prefix as Type, obligatory_comment","description":"<p>The endpoint displays a fragment query based on a URL Encoded where statement.</p>\n<p><em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","fragments","CUSTM42PSOAssetPickupSubType"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Where Statement must be URL Encoded</p>\n","type":"text/plain"},"key":"where","value":"Category%20%3C%3E%20%27Furniture%27"},{"description":{"content":"<p>Colum defintion</p>\n","type":"text/plain"},"key":"columns","value":"Category, Subcategory, Prefix as Type, obligatory_comment"},{"disabled":true,"key":"PageNumber","value":"0"},{"disabled":true,"key":"PageSize","value":"3"}],"variable":[]}},"response":[],"_postman_id":"a3d17c50-acec-48d6-aa6b-534af04a035b"}],"id":"91982703-ae7d-42db-9044-3b9d8ab332a8","_postman_id":"91982703-ae7d-42db-9044-3b9d8ab332a8","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"Locations","item":[{"name":"Get Locations","id":"5459750e-d49a-488f-aa3a-de46d6413680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/data/fragments/SPSLocationType?where=RelatedSPSLocationClassBase.Type%20%3D%20%2710%27%20and%20RelatedSPSLocationClassBase.State%20%3D%201%20and%20RelatedSPSLocationClassBase.IDName%20like%20%27_____%5B0-9%5D%5B0-9%5D%27%20AND%20RelatedSPSCommonClassBase.OU.Type%20%3C%3E%2017%20and%20RelatedSPSLocationClassBase.Country.DisplayString%20%3D%20%27Switzerland%27&columns=RelatedSPSLocationClassBase.IDName%20as%20Citycode%2C%20RelatedSPSCommonClassBase.OU.Name%20as%20OU%2C%20RelatedSPSLocationClassBase.Description%20as%20Description%2C%20RelatedSPSAddressClassBase.Street%20as%20Street%2C%20RelatedSPSAddressClassBase.City%20as%20City%2C%20RelatedSPSLocationClassBase.Country.DisplayString%20as%20Country","description":"<p>The endpoint displays a fragment query based on a URL Encoded where statement.</p>\n<p><em>For Authentication use the generated AccessToken from the Endpoint \"Request Access Token\"</em></p>\n","urlObject":{"protocol":"https","path":["m42Services","api","data","fragments","SPSLocationType"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Where Statement must be URL Encoded</p>\n","type":"text/plain"},"key":"where","value":"RelatedSPSLocationClassBase.Type%20%3D%20%2710%27%20and%20RelatedSPSLocationClassBase.State%20%3D%201%20and%20RelatedSPSLocationClassBase.IDName%20like%20%27_____%5B0-9%5D%5B0-9%5D%27%20AND%20RelatedSPSCommonClassBase.OU.Type%20%3C%3E%2017%20and%20RelatedSPSLocationClassBase.Country.DisplayString%20%3D%20%27Switzerland%27"},{"description":{"content":"<p>Colum defintion</p>\n","type":"text/plain"},"key":"columns","value":"RelatedSPSLocationClassBase.IDName%20as%20Citycode%2C%20RelatedSPSCommonClassBase.OU.Name%20as%20OU%2C%20RelatedSPSLocationClassBase.Description%20as%20Description%2C%20RelatedSPSAddressClassBase.Street%20as%20Street%2C%20RelatedSPSAddressClassBase.City%20as%20City%2C%20RelatedSPSLocationClassBase.Country.DisplayString%20as%20Country"},{"disabled":true,"key":"PageNumber","value":"0"},{"disabled":true,"key":"PageSize","value":"3"}],"variable":[]}},"response":[],"_postman_id":"5459750e-d49a-488f-aa3a-de46d6413680"},{"name":"Get Location Information","id":"74e1e1d3-d6bc-4856-a663-571c866b5419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/mdm/location/DEHZE01","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","name":"Locations","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","mdm","location","DEHZE01"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74e1e1d3-d6bc-4856-a663-571c866b5419"},{"name":"Get All Locations","id":"b6d8d735-d2ba-4a6a-ade7-ce0949b8c87e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/mdm/location/getall?ou=&type=&state=&lastModificationDate=","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","name":"Locations","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","mdm","location","getall"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Organizational Unit e.g. OU CL Automotive</p>\n","type":"text/plain"},"key":"ou","value":""},{"description":{"content":"<p>Type of location (e.g. Location)</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>State of location (e.g. Active, Inactive...)</p>\n","type":"text/plain"},"key":"state","value":""},{"description":{"content":"<p>All objects with newer Lastmodification Date</p>\n","type":"text/plain"},"key":"lastModificationDate","value":""}],"variable":[]}},"response":[{"id":"593ef12f-c464-4ef5-8a71-3264d9fd32e0","name":"Get All Locations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://esm-test.rhenus.com/m42Services/api/rhs/mdm/location/getall?ou=&type=&state=&lastModificationDate=","protocol":"https","host":["esm-test.rhenus.com"],"path":["m42Services","api","rhs","mdm","location","getall"],"query":[{"key":"ou","value":"","description":"Organizational Unit e.g. OU CL Automotive"},{"key":"type","value":"","description":"Type of location (e.g. Location)"},{"key":"state","value":"","description":"State of location (e.g. Active, Inactive...)"},{"key":"lastModificationDate","value":"","description":"All objects with newer Lastmodification Date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EOID\": \"cb3baa13-340d-4b3d-88e4-d5041ce09436\",\n        \"ID\": \"d2a17d46-8c07-4d35-86e1-001cdb776217\",\n        \"Citycode\": \"DEWOE02\",\n        \"Denotation\": \"Rhenus AL Wörth GmbH\",\n        \"Type\": \"Site\",\n        \"Description\": \"Rhenus AL Wörth GmbH\",\n        \"CostCenter\": \"10137000\",\n        \"CostCenterName\": \"Rhenus AL Wörth GmbH \",\n        \"CostCenterAdditionalName\": \"Rhenus AL Wörth GmbH   \",\n        \"Country\": \"Germany\",\n        \"City\": \"Wörth\",\n        \"State\": \"Active\",\n        \"OrganizationalUnit\": \"BU Automotive\",\n        \"Street\": \"Dr. Hans Mohr Strasse 2\",\n        \"ZIP\": \"76744\",\n        \"SourceId\": \"137011\",\n        \"ResponsibleDivision\": \"CAU CL Automotive\",\n        \"Latitude\": \"49.06059\",\n        \"Longitude\": \"8.29824\",\n        \"PCGDivision\": \"1370010000-RH AL Wörth GmbH\",\n        \"MERBusinessSegment\": \"V100104000-CL Automotive\",\n        \"PCGDivisionObjectID\": \"PCG00141\",\n        \"MERBusinessSegmentObjectID\": \"PCG00857\",\n        \"Continent\": \"Europe\",\n        \"TimeZone\": \"Europe/Berlin\",\n        \"LastModificationDate\": \"2023-05-17T13:30:02.623Z\",\n        \"DeeplinkPreview\": \"https://esm.rhenus.com/wm/app-masterdata/notSet/preview-object/SPSLocationType/cb3baa13-340d-4b3d-88e4-d5041ce09436/0/?view-options={\\\"embedded\\\":false}\",\n        \"DeeplinkEdit\": \"https://esm.rhenus.com/wm/app-masterdata/notSet/edit-object/SPSLocationType/cb3baa13-340d-4b3d-88e4-d5041ce09436?view-options={\\\"embedded\\\":false}\",\n        \"FederalState\": \"Rheinland-Pfalz\"\n    }\n]"}],"_postman_id":"b6d8d735-d2ba-4a6a-ade7-ce0949b8c87e"}],"id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d52df516-f870-4b85-a806-4bfe91ad4e73"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7f0c9456-3911-4b92-b887-77688bbb8202"}}],"_postman_id":"23f93c2b-0088-40d7-9365-8c9c11129ec8","description":""},{"name":"Identity","item":[{"name":"Create New External","id":"bfc7832d-ba71-48d8-937c-44ec7e252376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Identity\": {\r\n        \"Location\": \"DEHZE01\",\r\n        \"Gender\": \"1\",\r\n        \"Firstname\": \"API-TEST\",\r\n        \"Lastname\": \"EXTERNAL\",\r\n        \"Position\": \"Team member\",\r\n        \"Function\": \"Accounting\",\r\n        \"Manager\": \"P0088816\",\r\n        \"Title\": \"Dr.\",\r\n        \"JobTitle\": \"TESTFALL\",\r\n        \"Middleinitial\": \"TEST\",\r\n        \"NameSuffix\": \"TEST\",\r\n        \"BirthName\": \"TEST\",\r\n        \"BusinessPartnerExternal\": \"BPT07343\"\r\n    },\r\n    \"Employment\": {\r\n        \"PersonalNumber\": \"123\",\r\n        \"Integration\": \"TEST\",\r\n        \"EntryDate\": \"01/01/2000\",\r\n        \"Comment\": \"TEST\",\r\n        \"CompanyID\": \"12345\",\r\n        \"SeparationReason\": \"TEST\",\r\n        \"ValidUntil\": \"01/01/2000\",\r\n        \"Mandate\": \"TEST\",\r\n        \"BudgetNumber\": \"12345\",\r\n        \"SeparationDate\": \"01/01/2000\"\r\n    },\r\n    \"Communication\": {\r\n        \"MobilePhone\": \"+49123456789\",\r\n        \"MobilePhoneSecond\": \"+49123456789\",\r\n        \"BusinessPhone\": \"+49123456789\",\r\n        \"OfficePhoneSecond\": \"+49123456789\",\r\n        \"MainPhone\": \"1\",\r\n        \"Fax\": \"+49123456789\",\r\n        \"MailAddress\": \"test1@\",\r\n        \"MailAddressSecond\": \"test2@\",\r\n        \"MailAddressThird\": \"test3@\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/createexternal","description":"<p>With this api endpoint you can create external employees.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","createexternal"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"af2b9345-10f1-4813-a550-8f7551a915c0","name":"Create New External","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"Identity\":{\r\n  \"Location\": \"DEHZE01\",\r\n  \"Gender\": \"1\",\r\n  \"Firstname\": \"API-TEST\",\r\n  \"Lastname\": \"EXTERNAL\",\r\n  \"Position\": \"Team member\",\r\n  \"Function\": \"Accounting\",\r\n  \"Manager\": \"P0088816\",\r\n  \"Title\": \"Dr.\",\r\n  \"JobTitle\": \"TESTFALL\",\r\n  \"Middleinitial\": \"TEST\",\r\n  \"NameSuffix\": \"TEST\",\r\n  \"BirthName\": \"TEST\",\r\n  \"BusinessPartnerExternal\":\"BPT07343\"\r\n  },\r\n\r\n    \"Employment\": {\r\n \"PersonalNumber\": \"123\",\r\n  \"Integration\": \"TEST\",\r\n  \"EntryDate\": \"01/01/2000\",\r\n  \"Comment\": \"TEST\",\r\n  \"CompanyID\": \"12345\",\r\n  \"SeparationReason\": \"TEST\",\r\n  \"ValidUntil\": \"01/01/2000\",\r\n  \"Mandate\": \"TEST\",\r\n  \"BudgetNumber\": \"12345\",\r\n  \"SeparationDate\": \"01/01/2000\"\r\n},\r\n\r\n\t  \"Communication\": {\r\n\t\"MobilePhone\": \"+49123456789\",\r\n\t\"MobilePhoneSecond\": \"+49123456789\",\r\n\t\"BusinessPhone\": \"+49123456789\",\r\n\t\"OfficePhoneSecond\": \"+49123456789\",\r\n\t\"MainPhone\": \"1\",\r\n\t\"Fax\": \"+49123456789\",\r\n\t\"MailAddress\": \"test1@\",\r\n\t\"MailAddressSecond\": \"test2@\",\r\n\t\"MailAddressThird\": \"test3@\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/createexternal"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"IdentityID\": \"Pxxxx\",\n    \"DeepLinkPreview\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/preview-object/SPSUserType/xxx\",\n    \"DeepLinkEdit\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/edit-object/SPSUserType/xxx\",\n    \"EOID\": \"64c32c23-d974-477c-b1bb-f90f6762a6a7\"\n}"}],"_postman_id":"bfc7832d-ba71-48d8-937c-44ec7e252376"},{"name":"Create New Identity","id":"00d85588-f8c5-4e88-8bc3-c990743d87cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"Identity\":{\r\n  \"Location\": \"DEHZE01\",\r\n  \"Gender\": \"1\",\r\n  \"Birthdate\": \"02/02/2002\",\r\n  \"Firstname\": \"API-TEST\",\r\n  \"Lastname\": \"IDENTITY\",\r\n  \"Position\": \"Team member\",\r\n  \"Function\": \"Accounting\",\r\n  \"Manager\": \"P0088816\",\r\n  \"Title\": \"Dr.\",\r\n  \"JobTitle\": \"TESTFALL\",\r\n  \"Middleinitial\": \"TEST\",\r\n  \"NameSuffix\": \"TEST\",\r\n  \"BirthName\": \"TEST\"\r\n  },\r\n\r\n    \"Employment\": {\r\n \"PersonalNumber\": \"1234\",\r\n  \"Integration\": \"TEST\",\r\n  \"EntryDate\": \"01/01/2000\",\r\n  \"Comment\": \"TEST\",\r\n  \"CompanyID\": \"12345\",\r\n  \"SeparationReason\": \"TEST\",\r\n  \"ValidUntil\": \"01/01/2000\",\r\n  \"Mandate\": \"TEST\",\r\n  \"BudgetNumber\": \"12345\",\r\n  \"SeparationDate\": \"01/01/2000\"\r\n},\r\n\r\n\t  \"Communication\": {\r\n\t\"MobilePhone\": \"+49123456789\",\r\n\t\"MobilePhoneSecond\": \"+49123456789\",\r\n\t\"BusinessPhone\": \"+49123456789\",\r\n\t\"OfficePhoneSecond\": \"+49123456789\",\r\n\t\"MainPhone\": \"1\",\r\n\t\"Fax\": \"+49123456789\",\r\n\t\"MailAddress\": \"test1@\",\r\n\t\"MailAddressSecond\": \"test2@\",\r\n\t\"MailAddressThird\": \"test3@\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/create","description":"<p>With this api endpoint you can create internal employees.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","create"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"bf8b023c-fa5c-4b0a-8fef-81c465b2a2fb","name":"Create New Identity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"Identity\":{\r\n  \"Location\": \"DEHZE01\",\r\n  \"Gender\": \"1\",\r\n  \"Birthdate\": \"02/02/2002\",\r\n  \"Firstname\": \"API-TEST\",\r\n  \"Lastname\": \"IDENTITY\",\r\n  \"Position\": \"Team member\",\r\n  \"Function\": \"Accounting\",\r\n  \"Manager\": \"P0088816\",\r\n  \"Title\": \"Dr.\",\r\n  \"JobTitle\": \"TESTFALL\",\r\n  \"Middleinitial\": \"TEST\",\r\n  \"NameSuffix\": \"TEST\",\r\n  \"BirthName\": \"TEST\"\r\n  },\r\n\r\n    \"Employment\": {\r\n \"PersonalNumber\": \"1234\",\r\n  \"Integration\": \"TEST\",\r\n  \"EntryDate\": \"01/01/2000\",\r\n  \"Comment\": \"TEST\",\r\n  \"CompanyID\": \"12345\",\r\n  \"SeparationReason\": \"TEST\",\r\n  \"ValidUntil\": \"01/01/2000\",\r\n  \"Mandate\": \"TEST\",\r\n  \"BudgetNumber\": \"12345\",\r\n  \"SeparationDate\": \"01/01/2000\"\r\n},\r\n\r\n\t  \"Communication\": {\r\n\t\"MobilePhone\": \"+49123456789\",\r\n\t\"MobilePhoneSecond\": \"+49123456789\",\r\n\t\"BusinessPhone\": \"+49123456789\",\r\n\t\"OfficePhoneSecond\": \"+49123456789\",\r\n\t\"MainPhone\": \"1\",\r\n\t\"Fax\": \"+49123456789\",\r\n\t\"MailAddress\": \"test1@\",\r\n\t\"MailAddressSecond\": \"test2@\",\r\n\t\"MailAddressThird\": \"test3@\"\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"IdentityID\": \"Pxxxx\",\n    \"DeepLinkPreview\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/preview-object/SPSUserType/xxx\",\n    \"DeepLinkEdit\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/edit-object/SPSUserType/xxx\",\n    \"EOID\": \"365915a8-ce18-4752-b8e2-4962b1cf2608\"\n}"}],"_postman_id":"00d85588-f8c5-4e88-8bc3-c990743d87cb"},{"name":"Update Identities","id":"38f35b2a-62fe-4e81-8894-45bcaab4be26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Identity\": {\r\n        \"IdentityID\": \"P2186937\",\r\n        \"Gender\": \"1\",\r\n        \"Birthdate\": \"01.01.1970\"\r\n    },\r\n    \"Communication\": {\r\n        \"MobilePhone\": \"+49123456789\",\r\n        \"MobilePhoneSecond\": \"+49123456789\",\r\n        \"BusinessPhone\": \"+49123456789\",\r\n        \"OfficePhoneSecond\": \"+49123456789\",\r\n        \"MainPhone\": \"Office\",\r\n        \"Fax\": \"+49123456789\",\r\n        \"MailAddress\": \"test1@\",\r\n        \"OfficeTimes\": \"8:00-16:00\"\r\n    },\r\n    \"Location\": {\r\n        \"PortalInfoGebaeude\": \"Haus 4\",\r\n        \"FloorLevel\": \"2\",\r\n        \"Corridor\": \"Süd\",\r\n        \"PortalInfoRaum\": \"123\",\r\n        \"BudgetNumber\": \"1\",\r\n        \"AdditionalLocations\": [\"DEHZE01\"]\r\n    },\r\n    \"WorkingEnvironment\": {\r\n        \"Department\": \"Test\",\r\n        \"Position\": \"Shift Leader\",\r\n        \"Function\": \"Accounting\",\r\n        \"JobTitle\": \"Test\",\r\n        \"Manager\": \"P012345\",\r\n        \"ReportsTo\": \"P012345\",\r\n        \"ReportsToSecond\": \"\",\r\n        \"ReportsToThird\": \"\",\r\n        \"AssistantTo\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/update","description":"<p>You can use this api endpoint to update all attributes for people that are not triggered by other actions (=endpoints).</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","update"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"1c715b69-9d78-4cb8-aa57-d16e6bb06b32","name":"Update Identities","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"IdentityID\": \"Pxxxx\",\n    \"DeepLinkPreview\": \"https://esm-dev.rhenus.com/wm/app-myIT/notSet/preview-object/SPSUserType/xxx\",\n    \"DeepLinkEdit\": \"https://esm-dev.rhenus.com/wm/app-myIT/notSet/edit-object/SPSUserType/xxx\",\n    \"EOID\": \"2dc0d2cf-8ecf-4467-a989-4ad18212fxxx\"\n}"}],"_postman_id":"38f35b2a-62fe-4e81-8894-45bcaab4be26"},{"name":"Change State","id":"6eb28977-3ac7-4695-984d-82ff26c5eba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"IdentityID\": \"P2186937\",\r\n\t\"State\": \"Active\",\r\n    \"EntryDate\": \"01.01.2000\",\r\n\t\"TemporaryLeaveStart\": \"\",\r\n\t\"TemporaryLeaveEnd\": \"\",\r\n\t\"SeparationDate\": \"\",\r\n\t\"AccountSeparationDate\": \"\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/changestate?state={state}","description":"<p>You can use this api endpoint to perform the \"change state\" action.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","changestate"],"host":["esm-test.rhenus.com"],"query":[{"key":"state","value":"{state}"}],"variable":[]}},"response":[{"id":"2ef574ef-9d62-4430-8ef2-da0a5411ae6e","name":"Change State","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"IdentityID\": \"P2186937\",\r\n\t\"State\": \"Pending\",\r\n    \"EntryDate\": \"\",\r\n\t\"TemporaryLeaveStart\": \"\",\r\n\t\"TemporaryLeaveEnd\": \"\",\r\n\t\"SeparationDate\": \"\",\r\n\t\"AccountSeparationDate\": \"\"\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/changestate?state={state}","protocol":"https","host":["esm-test.rhenus.com"],"path":["m42Services","api","rhs","public","identity","changestate"],"query":[{"key":"state","value":"{state}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"IdentityID\": \"Pxxxx\",\r\n    \"DeepLinkPreview\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/preview-object/SPSUserType/xxx\",\r\n    \"DeepLinkEdit\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/edit-object/SPSUserType/xxx\",\r\n    \"EOID\": \"f2161414-1bed-4694-97d7-0a447c555974\"\r\n}"}],"_postman_id":"6eb28977-3ac7-4695-984d-82ff26c5eba9"},{"name":"Change Name","id":"f7e9c478-12ba-4194-8a4a-394423a79a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"IdentityID\": \"P2186937\",\r\n    \"Gender\": \"Female\",\r\n\t\"Title\": \"\",\r\n\t\"Firstname\": \"Test\",\r\n\t\"Lastname\": \"Testfrau\",\r\n\t\"Middleinitial\": \"\",\r\n    \"NameSuffix\": \"\",\r\n    \"SecondLastName\": \"\",\r\n    \"Birthname\": \"Testname\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/ChangeName","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","ChangeName"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"5aa5da8b-e0b8-4fa2-b890-74609dc3bd6b","name":"Change Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"IdentityID\": \"P2186937\",\r\n    \"Gender\": \"Female\",\r\n\t\"Title\": \"\",\r\n\t\"Firstname\": \"Test\",\r\n\t\"Lastname\": \"Testfrau\",\r\n\t\"Middleinitial\": \"\",\r\n    \"NameSuffix\": \"\",\r\n    \"SecondLastName\": \"\",\r\n    \"Birthname\": \"Testname\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/ChangeName"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"IdentityID\": \"Pxxxx\",\r\n    \"DeepLinkPreview\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/preview-object/SPSUserType/xxx\",\r\n    \"DeepLinkEdit\": \"https://esm-test.rhenus.com/wm/app-myIT/notSet/edit-object/SPSUserType/xxx\",\r\n    \"EOID\": \"afe5dd99-702f-4eaa-xxx\"\r\n}"}],"_postman_id":"f7e9c478-12ba-4194-8a4a-394423a79a25"},{"name":"Get Identity by ID","id":"93a782ee-bd2c-4b4e-81c8-b0fbe1aaef58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/{id}","description":"<p>You can use this api endpoint to query the attributes of a Rhenus ID.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","identity","{id}"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"4a251c11-13a4-4d3e-b1e5-89b881c59bd4","name":"Get Identity by ID","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"EOID\": \"cf6c5d21-9343-ec11-84ac-005056b7c789\",\n    \"ID\": \"e76c5d21-9343-ec11-84ac-005056b7c789\",\n    \"RhenusID\": \"Pxxxx\",\n    \"HRID\": \"035126\",\n    \"Location\": \"DEXNG01\",\n    \"Salutation\": \"Ms.\",\n    \"FirstName\": \"Test\",\n    \"LastName\": \"Mustermann\",\n    \"State\": \"Active\",\n    \"BirthDate\": \"2022-01-01\",\n    \"JobTitle\": \"HR Administration\",\n    \"EmploymentType\": \"Employee\",\n    \"EntryDate\": \"2021-11-15T05:00:00Z\",\n    \"SeparationDate\": \"2023-04-30T04:00:00Z\",\n    \"SeparationDateAccounts\": \"2023-04-30T04:00:00Z\",\n    \"Manager\": \"Pxxxx\",\n    \"Email\": \"test.mustermann@de.rhenus.com\",\n    \"DeeplinkPreview\": \"https://masterdata.rhenus.com/wm/app-identity/notSet/preview-object/SPSUserType/xxx\",\n    \"DeeplinkEdit\": \"https://masterdata.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/xxx\",\n    \"temporaryLeaveEnd\": \"2023-04-30T04:00:00Z\",\n    \"temporaryLeaveStart\": \"2023-04-30T04:00:00Z\",\n    \"additionalLocations\": [\"DEHZE01\"],\n    \"commercial_administrative\": \"commercial\",\n    \"Department\": \"Disposition\"\n}"}],"_postman_id":"93a782ee-bd2c-4b4e-81c8-b0fbe1aaef58"},{"name":"Get All Persons (with Params)","id":"e3bc7548-d489-4e27-aaf6-2b353a2d2419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/GetAll?OU=OU Assets %26 Services Germany&EmploymentType=Employee&State=Active","description":"<p>You can use this api endpoint to query attributes of all Rhenus IDs of your organizational unit (OU).</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","identity","GetAll"],"host":["esm-test.rhenus.com"],"query":[{"key":"OU","value":"OU Assets %26 Services Germany"},{"key":"EmploymentType","value":"Employee"},{"key":"State","value":"Active"}],"variable":[]}},"response":[{"id":"f9d3461b-7041-4b17-88e3-a010e35f0f21","name":"Get All Persons (with Params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/GetAll?OU=OU Assets %26 Services Germany&EmploymentType=Employee&State=Active","protocol":"https","host":["esm-test","rhenus","com"],"path":["m42Services","api","rhs","identitymanagement","identity","GetAll"],"query":[{"key":"OU","value":"OU Assets %26 Services Germany"},{"key":"EmploymentType","value":"Employee"},{"key":"State","value":"Active"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EOID\": \"cf6c5d21-9343-ec11-84ac-005056b7c789\",\n        \"ID\": \"e76c5d21-9343-ec11-84ac-005056b7c789\",\n        \"RhenusID\": \"P0160243\",\n        \"HRID\": \"035126\",\n        \"Location\": \"DEXNG01\",\n        \"Salutation\": \"Ms.\",\n        \"FirstName\": \"Test\",\n        \"LastName\": \"Mustermann\",\n        \"State\": \"Active\",\n        \"BirthDate\": \"2022-01-01\",\n        \"JobTitle\": \"HR Administration\",\n        \"EmploymentType\": \"Employee\",\n        \"EntryDate\": \"2021-11-15T05:00:00Z\",\n        \"SeparationDate\": \"2023-04-30T04:00:00Z\",\n        \"SeparationDateAccounts\": \"2023-04-30T04:00:00Z\",\n        \"Manager\": \"Pxxxx\",\n        \"Email\": \"test.mustermann@de.rhenus.com\",\n        \"DeeplinkPreview\": \"https://masterdata.rhenus.com/wm/app-identity/notSet/preview-object/SPSUserType/cf6c5d21-9343-ec11-xxx\",\n        \"DeeplinkEdit\": \"https://masterdata.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/cf6c5d21-9343-ec11-84ac-xxx\",\n        \"temporaryLeaveEnd\": \"2023-04-30T04:00:00Z\",\n        \"temporaryLeaveStart\": \"2023-04-30T04:00:00Z\",\n        \"additionalLocations\": [\"DEHZE01\"],\n        \"commercial_administrative\": \"commercial\",\n        \"Department\": \"Disposition\"\n    }\n]"}],"_postman_id":"e3bc7548-d489-4e27-aaf6-2b353a2d2419"},{"name":"Get Genders","id":"33af038c-a3db-45a0-bba5-276bf609c437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/genders","description":"<p>You can use this api endpoint to query all parameters of the \"gender\" attribute.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","genders"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"907bbcb0-f0b5-4dd9-b285-c6d9696be417","name":"Get Genders","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/genders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"Divers\",\n    \"Female\",\n    \"Male\"\n]"}],"_postman_id":"33af038c-a3db-45a0-bba5-276bf609c437"},{"name":"Get Positions","id":"28396f39-654c-49cc-b777-cf3c8fbdb100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/positions","description":"<p>You can use this api endpoint to query all parameters of the \"positions\" attribute.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","positions"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"a66c1448-5a24-4f9d-9316-cdd5850665cf","name":"Get Positions","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/positions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"Board member\",\n    \"Branch manager\",\n    \"Business unit manager\",\n    \"Country manager\",\n    \"Depot manager\",\n    \"Director\",\n    \"Division Manager\",\n    \"Head of\",\n    \"Managing Director\",\n    \"Operations manager\",\n    \"Regional manager\",\n    \"Shift Leader\",\n    \"Supervisor\",\n    \"Team leader\",\n    \"Team member\"\n]"}],"_postman_id":"28396f39-654c-49cc-b777-cf3c8fbdb100"},{"name":"Get Functions","id":"12daccd9-bd24-4abb-8ad4-742bce5dc236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/functions","description":"<p>You can use this api endpoint to query all parameters of the \"function\" attribute.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","functions"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"4faadcaa-d8d5-489b-a5ea-9d5b6b12c3f4","name":"Get Functions","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/functions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"Accounting\",\n    \"Airfreight\",\n    \"Archive\",\n    \"Assembly\",\n    \"Assistance\",\n    \"Business Administration\",\n    \"Business Development\",\n    \"Contract Management\",\n    \"Controlling\",\n    \"Customer Services\",\n    \"Customs\",\n    \"Data Protection\",\n    \"Delivery\",\n    \"Disposing/Dispatching\",\n    \"Engineering\",\n    \"Facility\",\n    \"Finance\",\n    \"Health & Safety\",\n    \"Human Resources\",\n    \"Innovation\",\n    \"Insurance\",\n    \"Intern\",\n    \"IT\",\n    \"Key Account Management\",\n    \"Lean/Continuous Improvement\",\n    \"Legal\",\n    \"Management\",\n    \"Marketing\",\n    \"Mechanic\",\n    \"Mergers & Acquisitions\",\n    \"Motorist\",\n    \"Oceanfreight\",\n    \"Operations\",\n    \"Overhead\",\n    \"Port\",\n    \"Product Development\",\n    \"Project Management\",\n    \"Purchasing\",\n    \"Quality Management\",\n    \"Real Estate\",\n    \"Road\",\n    \"Sales\",\n    \"Shipping\",\n    \"Supply Chain Management\",\n    \"Sustainability\",\n    \"Tax\",\n    \"Technical Management\",\n    \"Technician\",\n    \"Tender Management\",\n    \"Train Driver\",\n    \"Trainee/Apprentice\",\n    \"Truck Driver\",\n    \"Warehouse\",\n    \"Workers Council\",\n    \"Workshop Management\"\n]"}],"_postman_id":"12daccd9-bd24-4abb-8ad4-742bce5dc236"},{"name":"Get Business Partners","id":"2c4d48eb-9f3a-4ce2-bea4-5a7886455604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/businesspartners","description":"<p>You can use this api endpoint to query all business partners.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","businesspartners"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"37fc89e9-8c14-4684-a4cb-f37f67dc1375","name":"Get Business Partners","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/businesspartners"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"ObjectId\": \"BPT01xxx\",\r\n        \"Name\": \"Test Company\",\r\n        \"EOID\": \"99b42f6c-b7f3-4211-93f8-xxx\"\r\n    },\r\n    {\r\n        \"ObjectId\": \"BPT11xxx\",\r\n        \"Name\": \"TestMobile\",\r\n        \"EOID\": \"7c971a40-ada6-43eb-b28e-xxx\"\r\n    },\r\n    {\r\n        \"ObjectId\": \"BPT06xxx\",\r\n        \"Name\": \"(Test Inc.)\",\r\n        \"EOID\": \"9f0db60a-c9f6-4004-9898-xxx\"\r\n"}],"_postman_id":"2c4d48eb-9f3a-4ce2-bea4-5a7886455604"},{"name":"Identity.GetAll","id":"635527ae-a351-4a21-a8bf-c45b5a77ad68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/getall?ou={ou}&employmenttype={employmenttype}&state={state}&lastmodificationdate={lastmodificationdate}","description":"<p>This GET Endpoint returns all identities with multiple optional filters.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","getall"],"host":["esm-test.rhenus.com"],"query":[{"key":"ou","value":"{ou}"},{"key":"employmenttype","value":"{employmenttype}"},{"key":"state","value":"{state}"},{"key":"lastmodificationdate","value":"{lastmodificationdate}"}],"variable":[]}},"response":[{"id":"b6f20dec-c319-48ed-9fd9-9dfd3321360b","name":"Identity.GetAll","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identity\": {\n        \"EOID\": \"237d4f4b-610c-xxx\",\n        \"ID\": \"327d4f4b-610c-e611-xxx\",\n        \"RhenusID\": \"P0012345\",\n        \"Location\": \"DEHZE01\",\n        \"additionalLocations\": ['DEHZE02','DEHZE03']\n        \"Gender\": \"Male\",\n        \"State\": \"Active\",\n        \"Salutation\": \"Mr.\",\n        \"FirstName\": \"Max\",\n        \"LastName\": \"Mustermann\",\n        \"SecondLastName\": null,\n        \"Department\": null,\n        \"Position\": \"Team member\",\n        \"Function\": \"IT\",\n        \"JobTitle\": \"Senior Application Developer\",\n        \"Manager\": \"P0011111\",\n        \"Title\": null,\n        \"Middleinitial\": null,\n        \"NameSuffix\": null,\n        \"BirthName\": \"Mustermann\",\n        \"DeeplinkPreview\": \"https://esm-test.rhenus.com/wm/app-identity/xxx\",\n        \"DeeplinkEdit\": \"https://esm-test.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/xxx\"\n    },\n    \"Employment\": {\n        \"EmploymentType\": \"Employee\",\n        \"PersonalNumber\": \"123456\",\n        \"Integration\": null,\n        \"EntryDate\": \"2020-04-01\",\n        \"Comment\": null,\n        \"CompanyID\": \"7262602\",\n        \"SeparationReason\": null,\n        \"ValidUntil\": null,\n        \"Mandate\": null,\n        \"BudgetNumber\": \"2000993201\",\n        \"SeparationDate\": null,\n        \"SeparationDateAccounts\": null,\n        \"BusinessPartner\": null\n    },\n    \"Communication\": {\n        \"MobilePhone\": null,\n        \"MobilePhoneSecond\": null,\n        \"BusinessPhone\": \"+492301292xxx\",\n        \"OfficePhoneSecond\": null,\n        \"MainPhone\": \"Office\",\n        \"Fax\": null,\n        \"MailAddress\": \"max.mustermann@rhenus.com\",\n        \"MailAddressSecond\": \"max.mustermann2@de.rhenus.com\",\n        \"MailAddressThird\": null\n    },\n    \"PrimaryAccount\": {\n        \"AccountID\": \"ACC101234\",\n        \"AccountName\": \"max.mustermann\",\n        \"PrimaryAccountState\": \"2001\",\n        \"SID\": \"S-1-5-21-824657012-xxx\",\n        \"CannonicalName\": \"CN=mustermann\\\\, Max,OU=_Users,OU=01,OU=HZE,OU=DE,OU=Assets,OU=AG,DC=RHS,DC=ZZ\"\n    },\n    {\n        \"Identity\": {\n            \"EOID\": \"c9558304-5bca-xxx\",\n            \"ID\": \"df558304-5bca-xxxa\",\n            \"RhenusID\": \"P0xxx\",\n            \"Location\": \"DEHZE01\",\n            \"additionalLocations\": [],\n            \"Gender\": \"Male\",\n            \"State\": \"Active\",\n            \"Salutation\": \"Mr.\",\n            \"FirstName\": \"Test\",\n            \"LastName\": \"Testermann\",\n            \"SecondLastName\": null,\n            \"Department\": \"Network Operations\",\n            \"Position\": \"Team member\",\n            \"Function\": \"IT\",\n            \"JobTitle\": \"Network Engineer\",\n            \"Manager\": \"P0xxx\",\n            \"Title\": null,\n            \"Middleinitial\": null,\n            \"NameSuffix\": null,\n            \"BirthName\": null,\n            \"DeeplinkPreview\": \"https://esm-test.rhenus.com/wm/app-identity/xxx\",\n            \"DeeplinkEdit\": \"https://esm-test.rhenus.com/wm/app-identity/xxx\"\n        },\n        \"Employment\": {\n            \"EmploymentType\": \"Employee\",\n            \"PersonalNumber\": \"111111\",\n            \"Integration\": \"Rhenus Identity Wizard\",\n            \"EntryDate\": \"2020-01-01\",\n            \"Comment\": null,\n            \"CompanyID\": \"7262602\",\n            \"SeparationReason\": null,\n            \"ValidUntil\": null,\n            \"Mandate\": null,\n            \"BudgetNumber\": \"2000993xxx\",\n            \"SeparationDate\": null,\n            \"SeparationDateAccounts\": null,\n            \"BusinessPartner\": null\n        },\n        \"Communication\": {\n            \"MobilePhone\": \"+49170xxx\",\n            \"MobilePhoneSecond\": null,\n            \"BusinessPhone\": \"+492301xxx\",\n            \"OfficePhoneSecond\": null,\n            \"MainPhone\": null,\n            \"Fax\": null,\n            \"MailAddress\": \"Test.Testermann@rhenus.com\",\n            \"MailAddressSecond\": \"Test.Testermann@de.rhenus.com\",\n            \"MailAddressThird\": \"\"\n        },\n        \"PrimaryAccount\": {\n            \"AccountID\": \"ACC1xxx\",\n            \"AccountName\": \"Test.Testermann\",\n            \"PrimaryAccountState\": \"2001\",\n            \"SID\": \"S-1-5-21-799097932-xxx\",\n            \"CannonicalName\": \"CN=Testermann\\\\, Test,OU=_Users,OU=01,OU=HZE,OU=DE,OU=Assets,OU=AG,DC=rhs-test,DC=zz\"\n        }\n    }, ....."}],"_postman_id":"635527ae-a351-4a21-a8bf-c45b5a77ad68"},{"name":"Identity.Get (by Rhenus ID)","id":"e4ec6f3c-564b-4bbf-b84f-d6e7469db4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/{rhenusid}","description":"<p>This GET Endpoint return one identity.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","id":"68077b96-87cd-4584-bf68-b3c3ebc55087","name":"Identity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","{rhenusid}"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"9ce49346-95fe-4207-abc3-9f069d8eb40b","name":"Identity.Get (by Rhenus ID)","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identity\": {\n        \"EOID\": \"237d4f4b-610c-xxx\",\n        \"ID\": \"327d4f4b-610c-e611-xxx\",\n        \"RhenusID\": \"P0012345\",\n        \"Location\": \"DEHZE01\",\n        \"additionalLocations\": [],\n        \"Gender\": \"Male\",\n        \"State\": \"Active\",\n        \"Salutation\": \"Mr.\",\n        \"FirstName\": \"Max\",\n        \"LastName\": \"Mustermann\",\n        \"SecondLastName\": null,\n        \"Department\": null,\n        \"Position\": \"Team member\",\n        \"Function\": \"IT\",\n        \"JobTitle\": \"Senior Application Developer\",\n        \"Manager\": \"P0011111\",\n        \"Title\": null,\n        \"Middleinitial\": null,\n        \"NameSuffix\": null,\n        \"BirthName\": \"Mustermann\",\n        \"DeeplinkPreview\": \"https://esm-test.rhenus.com/wm/app-identity/xxx\",\n        \"DeeplinkEdit\": \"https://esm-test.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/xxx\"\n    },\n    \"Employment\": {\n        \"EmploymentType\": \"Employee\",\n        \"PersonalNumber\": \"123456\",\n        \"Integration\": null,\n        \"EntryDate\": \"2020-04-01\",\n        \"Comment\": null,\n        \"CompanyID\": \"7262602\",\n        \"SeparationReason\": null,\n        \"ValidUntil\": null,\n        \"Mandate\": null,\n        \"BudgetNumber\": \"2000993201\",\n        \"SeparationDate\": null,\n        \"SeparationDateAccounts\": null,\n        \"BusinessPartner\": null\n    },\n    \"Communication\": {\n        \"MobilePhone\": null,\n        \"MobilePhoneSecond\": null,\n        \"BusinessPhone\": \"+492301292xxx\",\n        \"OfficePhoneSecond\": null,\n        \"MainPhone\": \"Office\",\n        \"Fax\": null,\n        \"MailAddress\": \"max.mustermann@rhenus.com\",\n        \"MailAddressSecond\": \"max.mustermann2@de.rhenus.com\",\n        \"MailAddressThird\": null\n    },\n    \"PrimaryAccount\": {\n        \"AccountID\": \"ACC101234\",\n        \"AccountName\": \"max.mustermann\",\n        \"PrimaryAccountState\": \"2001\",\n        \"SID\": \"S-1-5-21-824657012-xxx\",\n        \"CannonicalName\": \"CN=mustermann\\\\, Max,OU=_Users,OU=01,OU=HZE,OU=DE,OU=Assets,OU=AG,DC=RHS,DC=ZZ\"\n    }\n}"}],"_postman_id":"e4ec6f3c-564b-4bbf-b84f-d6e7469db4d2"}],"id":"68077b96-87cd-4584-bf68-b3c3ebc55087","auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"907afa20-84b0-43fc-ba90-e9caaf88fd25"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b391fa59-0eae-4fa2-96fa-4c1ffd246e51"}}],"_postman_id":"68077b96-87cd-4584-bf68-b3c3ebc55087","description":""},{"name":"Identity Workday","item":[{"name":"Get Worker","id":"0554366d-6c14-4239-a579-0ee9a5514638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity-workday/:id?email=max.mustermann@rhenus.com","description":"<p>This GET Endpoint return one identity.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity-workday",":id"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Search Worker per Primary Email</p>\n","type":"text/plain"},"key":"email","value":"max.mustermann@rhenus.com"}],"variable":[{"description":{"content":"<p>Can be a RhenusID or WorkdayID</p>\n","type":"text/plain"},"type":"any","value":"WDxxxxxxx / Pxxxxxx","key":"id"}]}},"response":[{"id":"b6e56899-0b56-4b2f-8ecb-cfb5f3c424ab","name":"Get Single Identity","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identity\": {\n        \"EOID\": \"237d4f4b-610c-xxx\",\n        \"ID\": \"327d4f4b-610c-e611-xxx\",\n        \"RhenusID\": \"P0012345\",\n        \"WorkdayID\": \"WD00000001\",\n        \"Location\": \"DEHZE01\",\n        \"additionalLocations\": [],\n        \"Gender\": \"Male\",\n        \"State\": \"Active\",\n        \"Salutation\": \"Mr.\",\n        \"FirstName\": \"Max\",\n        \"LastName\": \"Mustermann\",\n        \"SecondLastName\": null,\n        \"Department\": null,\n        \"Position\": \"Team member\",\n        \"Function\": \"IT\",\n        \"JobTitle\": \"Senior Application Developer\",\n        \"Manager\": \"P0011111\",\n        \"Title\": null,\n        \"Middleinitial\": null,\n        \"NameSuffix\": null,\n        \"DeeplinkPreview\": \"https://esm-test.rhenus.com/wm/app-identity/xxx\",\n        \"DeeplinkEdit\": \"https://esm-test.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/xxx\"\n    },\n    \"Workday\": {\n        \"PrimaryPosition\": {\n            \"PositionID\": \"POSxxxx\",\n            \"CostCenterNumber\": \"2022252822\",\n            \"CompanyNumber\": \"2000\",\n            \"Location\": \"DEHZE01\",\n            \"StartDate\": \"2024-01-01\",\n            \"TerminiationDate\": null,\n            \"SuperVisoryOrg\": \"Solution Consulting\",\n            \"SuperVisoryOrgID\": \"SUPxxxxx\",\n            \"Jobtitle\": \"Warehouse Worker\",\n            \"Businesstitel\": \"Gabelstaplerfahrer\",\n            \"ManagementLevel\": \"Individual Contributor\",\n            \"JobFamily\": \"Warehouse | Logistics\",\n            \"Manager\": \"WD00000001\",\n            \"AdditionalJobClassification\": \"Office Worker\"\n\n        },\n        \"AdditionalPositions\": [{\n            \"PositionID\": \"POSxxxx\",\n            \"CostCenterNumber\": \"2022252822\",\n            \"CompanyNumber\": \"2000\",\n            \"Location\": \"DEHZE01\",\n            \"HireDate\": \"2024-01-01\",\n            \"TerminiationDate\": null,\n            \"SuperVisoryOrg\": \"Solution Consulting\",\n            \"SuperVisoryOrgID\": \"SUPxxxxx\",\n            \"Jobtitle\": \"Warehouse Worker\",\n            \"Businesstitel\": \"Gabelstaplerfahrer\",\n            \"ManagementLevel\": \"Individual Contributor\",\n            \"JobFamily\": \"Warehouse | Logistics\",\n            \"Manager\": \"WD00000001\",\n            \"AdditionalJobClassification\": \"Office Worker\"\n        }]\n    },\n    \"Employment\": {\n        \"EmploymentType\": \"Employee\",\n        \"EntryDate\": \"2020-04-01\",\n        \"SeparationDate\": null,\n        \"SeparationDateAccounts\": null,\n        \"BusinessPartner\": null\n    },\n    \"Communication\": {\n        \"MobilePhone\": null,\n        \"MobilePhoneSecond\": null,\n        \"BusinessPhone\": \"+492301292xxx\",\n        \"OfficePhoneSecond\": null,\n        \"MainPhone\": \"Office\",\n        \"MailAddress\": \"max.mustermann@rhenus.com\",\n        \"MailAddressSecond\": \"max.mustermann2@de.rhenus.com\",\n    },\n    \"PrimaryAccount\": {\n        \"AccountID\": \"ACC101234\",\n        \"AccountName\": \"max.mustermann\",\n        \"PrimaryAccountState\": \"2001\",\n        \"SID\": \"S-1-5-21-824657012-xxx\",\n        \"CannonicalName\": \"CN=mustermann\\\\, Max,OU=_Users,OU=01,OU=HZE,OU=DE,OU=Assets,OU=AG,DC=RHS,DC=ZZ\"\n    }\n}"}],"_postman_id":"0554366d-6c14-4239-a579-0ee9a5514638"},{"name":"Get All Worker","id":"21472644-c784-4cdc-b59c-c2301a0d4266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/identity/getall?ou={ou}&employmenttype={employmenttype}&state={state}&lastmodificationdate={lastmodificationdate}&country={country}&location=Citycode","description":"<p>This GET Endpoint returns all identities with multiple optional filters.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","identity","getall"],"host":["esm-test.rhenus.com"],"query":[{"key":"ou","value":"{ou}"},{"key":"employmenttype","value":"{employmenttype}"},{"key":"state","value":"{state}"},{"key":"lastmodificationdate","value":"{lastmodificationdate}"},{"key":"country","value":"{country}"},{"description":{"content":"<p>Citycode</p>\n","type":"text/plain"},"key":"location","value":"Citycode"}],"variable":[]}},"response":[{"id":"473b6b17-3682-42af-bc16-10788b7c1428","name":"Identity.GetAll","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"EOID\":\"237d4f4b-610c-xxx\",\n      \"ID\":\"327d4f4b-610c-e611-xxx\",\n      \"RhenusID\":\"P0012345\",\n      \"WorkdayID\":\"WD00000001\",\n      \"Location\":\"DEHZE01\",\n      \"additionalLocations\":[       \n      ],\n      \"Gender\":\"Male\",\n      \"State\":\"Active\",\n      \"Salutation\":\"Mr.\",\n      \"FirstName\":\"Max\",\n      \"LastName\":\"Mustermann\",\n      \"SecondLastName\":null,\n      \"Department\":null,\n      \"Position\":\"Team member\",\n      \"Function\":\"IT\",\n      \"JobTitle\":\"Senior Application Developer\",\n      \"Manager\":\"P0011111\",\n      \"Title\":null,\n      \"Middleinitial\":null,\n      \"NameSuffix\":null,\n      \"BirthName\":\"Mustermann\",\n      \"DeeplinkPreview\":\"https://esm-test.rhenus.com/wm/app-identity/xxx\",\n      \"DeeplinkEdit\":\"https://esm-test.rhenus.com/wm/app-identity/notSet/edit-object/SPSUserType/xxx\"\n   }\n]"}],"_postman_id":"21472644-c784-4cdc-b59c-c2301a0d4266"},{"name":"Get Supervisories","id":"2c818ea3-aac6-47fe-b030-497bf5c42f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/workday/supervisories","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","public","workday","supervisories"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"4b19a249-1cc1-4805-a673-d1494af4e012","name":"Get Supervisories","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/public/workday/supervisories"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\r\n    \"SupervisoryOrgID\": \"SUPxxxxxx\",\r\n    \"State\": 1,\r\n    \"Name\": \"Business Unit Consulting\",\r\n    \"LastUpdated\": \"2024-10-01 14:35:00\",\r\n    \"SuperiorOrganizationWorkdayID\": \"SUPxxxxxx\",\r\n    \"TopLevelOrganizationWorkdayID\": \"SUPxxxxxx\",\r\n    \"Location\": \"DEHZE01\",\r\n    \"Manager\": \"WDxxxxxx\"\r\n}]"}],"_postman_id":"2c818ea3-aac6-47fe-b030-497bf5c42f90"}],"id":"6987a864-fb55-46ab-81f8-48b7a053c2ca","_postman_id":"6987a864-fb55-46ab-81f8-48b7a053c2ca","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"Account","item":[{"name":"Get Account by ID","id":"d90df5b8-ffb3-4584-af98-514a21ba8b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/idm/accounts/{accountID}","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","name":"Account","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","idm","accounts","{accountID}"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d90df5b8-ffb3-4584-af98-514a21ba8b20"},{"name":"Create Account","id":"980284b4-6c18-4cf1-9b00-005cc08766cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Owner\": \"P0117290\",\r\n  \"Domain\": \"RHS.ZZ\",\r\n  \"AccountName\": \"max.mustermann\",\r\n  \"State\": 2001\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/idm/accounts/","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","name":"Account","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","idm","accounts",""],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"980284b4-6c18-4cf1-9b00-005cc08766cb"},{"name":"Create or Update Transfer","id":"c76372d8-df72-422d-8071-2d8b077800b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TransferId\": \"abc123dc-d56b-5ae2-a06a-654a7b55ee4b\",\r\n  \"AccountId\": \"abc123dc-d56b-5ae2-a06a-654a7b55ee4b\",\r\n  \"DateTime\": \"12/25/2020 12:00:00 AM\",\r\n  \"State\": 2001\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/idm/accounts/transfer","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","name":"Account","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","idm","accounts","transfer"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c76372d8-df72-422d-8071-2d8b077800b2"},{"name":"Update Account","id":"2ecb2297-5135-4684-9584-952065ae6c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Owner\": \"P0117290\",\r\n  \"Domain\": \"RHS.ZZ\",\r\n  \"AccountName\": \"max.mustermann\",\r\n  \"State\": 2001\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/idm/accounts/","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","name":"Account","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","idm","accounts",""],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ecb2297-5135-4684-9584-952065ae6c0b"},{"name":"Update State","id":"7075e96f-9870-4b61-9aa6-7042e314cdac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ID\": \"abc123dc-d56b-5ae2-a06a-654a7b55ee4b\",\r\n  \"State\": 2001\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/idm/accounts/state","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","name":"Account","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","idm","accounts","state"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7075e96f-9870-4b61-9aa6-7042e314cdac"}],"id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1e67bf4b-6950-44b9-8e25-c06c91657140"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"db87892d-183c-4191-825f-e37b9c06aa7a"}}],"_postman_id":"6e58c5fa-18e4-4e8b-a037-b90790d0a1d7","description":""},{"name":"Activity","item":[{"name":"Get Activity","id":"57fca78d-f18b-4ef3-907d-3c591f62255c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/getactivity?activityid=TCKxxxxx","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","getactivity"],"host":["esm-test.rhenus.com"],"query":[{"key":"activityid","value":"TCKxxxxx"}],"variable":[]}},"response":[],"_postman_id":"57fca78d-f18b-4ef3-907d-3c591f62255c"},{"name":"Create Activity","id":"845efe4a-910f-49e2-8573-7f1f510b8a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"NotificationMode\": 1,\r\n  \"Phone\": \"+4902301291111\",\r\n  \"UserReachableAt\": \"+490176123456789\",\r\n  \"ReportedService\": \"BUS_00000\",\r\n  \"ReportedAsset\": \"DEABC-WSV111\",\r\n  \"AffectedService\": \"BUS_00000\",\r\n  \"AffectedAsset\": \"DEHZE01-WIL000\",\r\n  \"Impact\": 20000,\r\n  \"Urgency\": 1,\r\n  \"RecipientRole\": \"APS-SERVICEDESK-HOLZWICKEDE\",\r\n  \"User\": \"P0123456\",\r\n  \"Summary\": \"Activity Summary\",\r\n  \"Description\": \"Sample Activity Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/createactivity","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","createactivity"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"845efe4a-910f-49e2-8573-7f1f510b8a37"},{"name":"Modify Activity","id":"5b2b0d70-60e5-462f-b703-e25a4504a2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"NotificationMode\": 1,\r\n  \"Phone\": \"+4902301291111\",\r\n  \"UserReachableAt\": \"+490176123456789\",\r\n  \"ReportedService\": \"BUS_00000\",\r\n  \"ReportedAsset\": \"DEABC-WSV111\",\r\n  \"AffectedService\": \"BUS_00000\",\r\n  \"AffectedAsset\": \"DEHZE01-WIL000\",\r\n  \"Impact\": 20000,\r\n  \"Urgency\": 1,\r\n  \"RecipientRole\": \"APS-SERVICEDESK-HOLZWICKEDE\",\r\n  \"Recipient\" : \"P0123456\",\r\n  \"TicketNumber\": \"TCK10000001\",\r\n  \"User\": \"P0123456\",\r\n  \"Summary\": \"Activity Summary\",\r\n  \"Description\": \"Sample Activity Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/modifyactivity","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","modifyactivity"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b2b0d70-60e5-462f-b703-e25a4504a2f8"},{"name":"Close Activity","id":"7182ead9-8fe2-42eb-991c-839e295469b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"TicketNumber\": \"TCK10000001\",\r\n  \"Reason\": 402,\r\n  \"ErrorType\": 2,\r\n  \"Solution\": \"Sample Solution\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/closeactivity","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","closeactivity"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7182ead9-8fe2-42eb-991c-839e295469b6"},{"name":"Get ITSM Person Objects","id":"d834e374-ea65-4f8e-80ee-9c32b94d2177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/getitsmpersonobjects?firstname={firstname}&lastname={lastname}&mailaddress={mailaddress}","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","getitsmpersonobjects"],"host":["esm-test.rhenus.com"],"query":[{"key":"firstname","value":"{firstname}"},{"key":"lastname","value":"{lastname}"},{"key":"mailaddress","value":"{mailaddress}"}],"variable":[]}},"response":[],"_postman_id":"d834e374-ea65-4f8e-80ee-9c32b94d2177"},{"name":"Get Services","id":"1a9af0c6-ff49-4991-93d5-488e35a88bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/getservices?name=servicename","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","getservices"],"host":["esm-test.rhenus.com"],"query":[{"key":"name","value":"servicename"}],"variable":[]}},"response":[],"_postman_id":"1a9af0c6-ff49-4991-93d5-488e35a88bdf"},{"name":"Get Recipient Roles","id":"1b93f096-fbbe-43f8-9e2d-2d1ba61a47c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/getrecipientroles?name=recipientrolename","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","getrecipientroles"],"host":["esm-test.rhenus.com"],"query":[{"key":"name","value":"recipientrolename"}],"variable":[]}},"response":[],"_postman_id":"1b93f096-fbbe-43f8-9e2d-2d1ba61a47c7"},{"name":"Get Documentation Assets","id":"e2bab70a-3327-473d-a71b-036b16ea64f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/getdocumentationassets?name=docname","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","getdocumentationassets"],"host":["esm-test.rhenus.com"],"query":[{"key":"name","value":"docname"}],"variable":[]}},"response":[],"_postman_id":"e2bab70a-3327-473d-a71b-036b16ea64f5"},{"name":"Transform Activity","id":"de07ba67-3f36-4436-a9c6-98900668a7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TicketNumber\": \"TCK10000001\",\r\n    \"SLA\": \"SLA00808\",\r\n    \"RecipientRole\": \"APS-SERVICEDESK-HOLZWICKEDE\",\r\n    \"SourceTypeName\": \"SPSActivityTypeIncident\",\r\n    \"TargetTypeName\": \"SPSActivityTypeServiceRequest\",\r\n    \"RaiseCoRuTypeInsertEvent\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/rhsactivity/transform","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","name":"Activity","type":"folder"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","rhsactivity","transform"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de07ba67-3f36-4436-a9c6-98900668a7c6"}],"id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"29e3fa78-2acc-4649-9e7e-635cbea7b0e7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d229a410-0ae9-490c-912a-f905fb0866dc"}}],"_postman_id":"7c7d3db4-031e-45a1-955a-f847b9d44f78","description":""},{"name":"Attachments","item":[{"name":"Add Attachment to Activity","id":"f06ddf57-7b1c-4bad-be1d-31db8c956d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{Authtoken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://esm-test.rhenus.com/m42Services/api/filestorage/add?entity=SPSActivityTypeTicket&objectid=Expression-ObjectID Activity&filename=Testfile.pdf&comment=Example Comment 123","description":"<p>Upload Attachment to Objects e.g. Activity</p>\n","urlObject":{"protocol":"https","path":["m42Services","api","filestorage","add"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>Ticket = SPSActivityTypeTicket (initiale Anlage)\nIncident = SPSActivityTypeIncident (after transformation to Incident)\nService Request = SPSActivityTypeServiceRequest (after transformation to Service Request)</p>\n","type":"text/plain"},"key":"entity","value":"SPSActivityTypeTicket"},{"description":{"content":"<p>Use the Expression-ObjectID (GUID) from the Activity</p>\n","type":"text/plain"},"key":"objectid","value":"Expression-ObjectID Activity"},{"key":"filename","value":"Testfile.pdf"},{"key":"comment","value":"Example Comment 123"}],"variable":[]}},"response":[],"_postman_id":"f06ddf57-7b1c-4bad-be1d-31db8c956d0e"}],"id":"0cbbec1e-f601-4497-9753-c3f94c3c390f","_postman_id":"0cbbec1e-f601-4497-9753-c3f94c3c390f","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"Responsibilities","item":[{"name":"Create a new Responsibility Membership","id":"9103858f-3ce6-4dfd-95ed-21736e9edd57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ResponsibilityID\": \"RSP00022\",\r\n    \"RhenusID\": \"P0115778\",\r\n    \"Target\": \"DEDTM04\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/responsibilities/createresponsibilitymembership","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","responsibilities","createresponsibilitymembership"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9103858f-3ce6-4dfd-95ed-21736e9edd57"},{"name":"Get all Responsibility Memberships based on RhenusID","id":"49fcfa64-45a3-490c-b17b-d02619dd2498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/RHS/IdentityManagement/Responsibilities/GetPersonMemberships/P0017950","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","RHS","IdentityManagement","Responsibilities","GetPersonMemberships","P0017950"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[{"id":"7c7eb4b5-cac0-4174-97a9-21e371be896a","name":"Get all Responsibility Memberships based on RhenusID","originalRequest":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/RHS/IdentityManagement/Responsibilities/GetPersonMemberships/P0017950"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Person\": {\n        \"RhenusID\": \"P0155123\",\n        \"Firstname\": \"Christel\",\n        \"Lastname\": \"Babao\",\n        \"State\": \"Active\"\n    },\n    \"Responsibilities\": [\n        {\n            \"Responsibility\": \"NeoApp - Local Manager\",\n            \"ResponsibilityID\": \"RSP00040\",\n            \"Target\": \"DEMRE07\"\n        }\n    ]\n}"}],"_postman_id":"49fcfa64-45a3-490c-b17b-d02619dd2498"},{"name":"Delete a Responsibility Membership","id":"7ff941df-cb77-497b-8026-3e10129ae59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ResponsibilityID\": \"RSP00001\",\r\n    \"RhenusID\": \"P0115778\",\r\n    \"Target\": \"DEDTM04\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/RHS/IdentityManagement/Responsibilities/Delete","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","RHS","IdentityManagement","Responsibilities","Delete"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ff941df-cb77-497b-8026-3e10129ae59d"},{"name":"Get all Responsibility Memberships based on RespID","id":"a0253a46-dc2b-44cb-8990-fa4b830b1275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/RHS/IdentityManagement/Responsibilities/GetResponsibilityMemberships/RSP00005","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","RHS","IdentityManagement","Responsibilities","GetResponsibilityMemberships","RSP00005"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0253a46-dc2b-44cb-8990-fa4b830b1275"}],"id":"dd5152d1-3498-403c-821f-936b1a199874","_postman_id":"dd5152d1-3498-403c-821f-936b1a199874","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}},{"name":"_deprecated","item":[{"name":"Create Identity_old","id":"1565cc07-dfc8-43c5-8499-cf3959017071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"RhenusID\": \"P010XXXX\",\r\n  \"HRID\": \"string\",\r\n  \"Title\": \"Dr\",\r\n  \"MiddleName\": \"to the\",\r\n  \"NameSuffix\": \"string\",\r\n  \"SecondLastName\": \"string\",\r\n  \"State\": \"Active\",\r\n  \"BirthName\": \"string\",\r\n  \"BirthDate\": \"3/13/2000\",\r\n  \"JobTitle\": \"Software engineer\",\r\n  \"SeparationDate\": \"3/13/2000\",\r\n  \"SeparationDateAccounts\": \"3/13/2000\",\r\n  \"Position\": \"Boss\",\r\n  \"Function\": \"Testuser\",\r\n  \"ReportsTo\": \"P010XXXX\",\r\n  \"ReportsTo2\": \"P010XXXX\",\r\n  \"ReportsTo3\": \"P010XXXX\",\r\n  \"AssistantTo\": \"P010XXXX\",\r\n  \"MobilePhone\": \"string\",\r\n  \"MobilePhone2\": \"string\",\r\n  \"OfficePhone\": \"string\",\r\n  \"OfficePhone2\": \"string\",\r\n  \"Email\": \"john.doe@testmail.com\",\r\n  \"Email2\": \"john.doe2@testmail.com\",\r\n  \"Email3\": \"john.doe3@testmail.com\",\r\n  \"Location\": \"DEXYZ01\",\r\n  \"Salutation\": \"Div\",\r\n  \"FirstName\": \"John\",\r\n  \"LastName\": \"Doe\",\r\n  \"EmploymentType\": \"Employee\",\r\n  \"EntryDate\": \"3/13/2000\",\r\n  \"Manager\": \"P010XXXX\",\r\n  \"BusinessPartner\": \"BPTXXXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/create","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","identity","create"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1565cc07-dfc8-43c5-8499-cf3959017071"},{"name":"Update existing Identity_old","id":"06645309-9867-430f-b655-ea21cdc16a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"RhenusID\": \"P010XXXX\",\r\n  \"HRID\": \"string\",\r\n  \"Title\": \"Dr\",\r\n  \"MiddleName\": \"to the\",\r\n  \"NameSuffix\": \"string\",\r\n  \"SecondLastName\": \"string\",\r\n  \"State\": \"Active\",\r\n  \"BirthName\": \"string\",\r\n  \"BirthDate\": \"3/13/2000\",\r\n  \"JobTitle\": \"Software engineer\",\r\n  \"SeparationDate\": \"3/13/2000\",\r\n  \"SeparationDateAccounts\": \"3/13/2000\",\r\n  \"Position\": \"Boss\",\r\n  \"Function\": \"Testuser\",\r\n  \"ReportsTo\": \"P010XXXX\",\r\n  \"ReportsTo2\": \"P010XXXX\",\r\n  \"ReportsTo3\": \"P010XXXX\",\r\n  \"AssistantTo\": \"P010XXXX\",\r\n  \"MobilePhone\": \"string\",\r\n  \"MobilePhone2\": \"string\",\r\n  \"OfficePhone\": \"string\",\r\n  \"OfficePhone2\": \"string\",\r\n  \"Email\": \"john.doe@testmail.com\",\r\n  \"Email2\": \"john.doe2@testmail.com\",\r\n  \"Email3\": \"john.doe3@testmail.com\",\r\n  \"Location\": \"DEXYZ01\",\r\n  \"Salutation\": \"Div\",\r\n  \"FirstName\": \"John\",\r\n  \"LastName\": \"Doe\",\r\n  \"EmploymentType\": \"Employee\",\r\n  \"EntryDate\": \"3/13/2000\",\r\n  \"Manager\": \"P010XXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/update","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","identity","update"],"host":["esm-test.rhenus.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"06645309-9867-430f-b655-ea21cdc16a51"},{"name":"Search Identities_old","id":"6351c4d6-66c5-417c-9f57-499b1a069291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://esm-test.rhenus.com/m42Services/api/rhs/identitymanagement/identity/search?query=","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["m42Services","api","rhs","identitymanagement","identity","search"],"host":["esm-test.rhenus.com"],"query":[{"description":{"content":"<p>DB Query</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[]}},"response":[],"_postman_id":"6351c4d6-66c5-417c-9f57-499b1a069291"}],"id":"8459e232-ab6c-435e-bf18-cb02ab7e9b5e","_postman_id":"8459e232-ab6c-435e-bf18-cb02ab7e9b5e","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","id":"d7ab5790-488d-445f-9316-2bb9e8d628eb","name":"Rhenus ESM System - Public API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"54e4a676-ebef-4164-a2dc-5ab73d02b80f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f46c74da-a15e-452b-a466-8cd64d744d12"}}],"variable":[{"key":"URL","value":"esm-test.rhenus.com"},{"key":"AuthToken","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1bmlxdWVfbmFtZSI6IkNvcm5lcnN0b25lLVRhbGVudE1nbXRcXFAwMDI2ODQyIiwibmFtZWlkIjoiQ29ybmVyc3RvbmUtVGFsZW50TWdtdFxcUDAwMjY4NDIiLCJVc2VyRnJhZ21lbnRJZCI6IjlkOGM5NWVkLTE3Y2YtNGQ2OS05NWYwLTVlMDMzODE2ODUyYyIsImlzcyI6Imh0dHBzOi8vc3RzLm1hdHJpeDQyLmNvbSIsImF1ZCI6InVybjptYXRyaXg0MkFwaSIsImV4cCI6MTYyNDk1MTU0OSwibmJmIjoxNjE3MTc1NTQ5fQ.uqsEkDgomNpJUlN-ba2jOGPmc985-cnQQYD67aSx2kc"},{"key":"AccessToken","value":""}]}