{"info":{"_postman_id":"d4d1cdda-fe4c-495f-956e-2dbd983ff2c5","name":"PDNA Property Tansactions","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3773172","collectionId":"d4d1cdda-fe4c-495f-956e-2dbd983ff2c5","publishedId":"2s93m1Yj7S","public":true,"customColor":{"top-bar":"0E273B","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-05-19T08:06:03.000Z"},"item":[{"name":"Authentication","item":[{"name":"Generate Access Token PDNA","event":[{"listen":"test","script":{"id":"af8e32b0-2145-47cc-9edd-bcd4df61ac90","exec":["// Schema expected for response","var responseSchema = {","    \"$schema\": \"http://json-schema.org/draft-07/schema#\",","    \"type\": \"object\",","    \"properties\": {","        \"access_token\": {","            \"type\": \"string\"","        },","        \"token_type\": {","            \"type\": \"string\",","        },","        \"expires_in\": {","            \"type\": \"number\",","        },","        \"scope\": {","            \"type\": \"string\"","        }","    },","    \"required\": [\"access_token\", \"token_type\", \"expires_in\"]","};","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","// Store bearer token","pm.collectionVariables.set(\"bearerToken\", pm.response.json().access_token);","","pm.environment.set(\"bearerToken\", pm.response.json().access_token);","","pm.test('Schema is valid', function() {","  pm.expect(tv4.validate(pm.response.json(), responseSchema, true, true)).to.be.true;","});",""],"type":"text/javascript"}}],"id":"226f98a7-4b3e-40d5-a645-6dcd8c1f38d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{clientId}}","type":"text"},{"key":"client_secret","value":"{{clientSecret}}","type":"text"}]},"url":"https://demo20identity.tmgroup.technology/connect/token","description":"<p>Our Live Environment URLs is <a href=\"https://identity.tmgroup.technology/connect/token\">https://identity.tmgroup.technology/connect/token</a></p>\n","urlObject":{"protocol":"https","path":["connect","token"],"host":["demo20identity","tmgroup","technology"],"query":[],"variable":[]}},"response":[{"id":"1ad1e23f-4524-40f7-bf43-5780ed85c0ff","name":"Generate Access Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"clientId","type":"text"},{"key":"client_secret","value":"secret","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://{{environmentURL}}.tmgroup.technology/Identity/connect/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Jan 2020 15:54:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsImtpZCI6IjZCN0FDQzUyMDMwNUJGREI0RjcyNTJEQUVCMjE3N0NDMDkxRkFBRTEiLCJ0eXAiOiJhdCtqd3QiLCJ4NXQiOiJhM3JNVWdNRnY5dFBjbExhNnlGM3pBa2ZxdUUifQ.eyJuYmYiOjE1Nzk3MDg0OTAsImV4cCI6MTU3OTcxMjA5MCwiaXNzIjoiaHR0cHM6Ly9kZXYyMC50bWdyb3VwLnRlY2hub2xvZ3kvaWRlbnRpdHkiLCJhdWQiOiJIZWxsb1dvcmxkQXBpIiwiY2xpZW50X2lkIjoiVGVjaFRyYWNrMSIsInNjb3BlIjpbIkhlbGxvV29ybGRBcGkiXX0.Bi0Nz7ySBnT1DW8zlv9vuikKDkhQzzcw03JSXa2H4iXkB1ATaRaI3Eaevp8N6oUJPqzkg5p4yowdiVHcGlPuZGBrNb_GFpK4VYSnLDvC7oSRrhGUFOrwdH7yxkJeRZYM1s7fMLoerh2c9WpPKdwsSBYoAm_7WBV2tDlHf_Rg_lQDwg27kL7cNUqlzotU8PnhnVb_F2DuFET69m1-WcXXvW7KWeIdgxI5URYVIYoDZYHzxImpMotjLKewvubUkeF7rlYJAsaA_-jL7NCwGiuLAJB5ipJoQJAt2GG-lYCmW1UDgu4VednGpbh3u0p2mAzxgIakol4YixvLFcJxCe-llA\",\n    \"expires_in\": 3600,\n    \"token_type\": \"Bearer\",\n    \"scope\": \"HelloWorldApi\"\n}"}],"_postman_id":"226f98a7-4b3e-40d5-a645-6dcd8c1f38d2"}],"id":"7eef1503-ba30-4db4-9f87-25c7a5e2a73d","description":"<h1 id=\"openid-authentication\">OpenID Authentication</h1>\n<p>All our secure APIs are secured using OpenID Connect which is a simple identity layer on top of the OAuth 2.0 protocol.</p>\n<p>To use our secure APIs you will need to obtain a token from our identity server using the your company client ID and client secret. Your client secret will be supplier at the point of registration and will have an expiry date of 1 year.</p>\n<blockquote>\n<p>Ensure that you make a note of your secret as we are not able to provide this to you again after generation. If you lose it you will need to generate a new secret.<br />We provide the ability to run with two overlapping secrets at any one time.</p>\n</blockquote>\n","_postman_id":"7eef1503-ba30-4db4-9f87-25c7a5e2a73d"},{"name":"HelloWorld","item":[{"name":"HelloWorld v1","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"e8f88c9a-30ac-474c-8f74-b1775cdbf812"}}],"id":"f12d711f-97ab-4dbb-b2df-93166390a0dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo20.tmgroup.technology/HelloWorld/v1/HelloWorld","urlObject":{"protocol":"https","path":["HelloWorld","v1","HelloWorld"],"host":["demo20","tmgroup","technology"],"query":[],"variable":[]}},"response":[{"id":"36697ccc-9188-40d1-8d70-8bc99b9ed4dc","name":"HelloWorld","originalRequest":{"method":"GET","header":[],"url":"https://{{environmentURL}}.tmgroup.technology/HelloWorld/v2/HelloWorld"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"api-supported-versions","value":"2.0"},{"key":"api-deprecated-versions","value":"1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Jan 2020 15:55:20 GMT"}],"cookie":[],"responseTime":null,"body":"Hello World 'v1'!"}],"_postman_id":"f12d711f-97ab-4dbb-b2df-93166390a0dc"},{"name":"HelloWorld v2","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"b04e5c2d-ace9-49ec-a9aa-34640448768f"}}],"id":"f1785fb5-1815-44c1-9b22-760112c0de1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo20.tmgroup.technology/HelloWorld/v2/HelloWorld","urlObject":{"protocol":"https","path":["HelloWorld","v2","HelloWorld"],"host":["demo20","tmgroup","technology"],"query":[],"variable":[]}},"response":[{"id":"23941c8a-03ef-431c-9155-f399ff90bffb","name":"HelloWorld","originalRequest":{"method":"GET","header":[],"url":"https://{{environmentURL}}.tmgroup.technology/HelloWorld/v2/HelloWorld"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"api-supported-versions","value":"2.0"},{"key":"api-deprecated-versions","value":"1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Jan 2020 15:55:20 GMT"}],"cookie":[],"responseTime":null,"body":"Hello World 'v2'!"}],"_postman_id":"f1785fb5-1815-44c1-9b22-760112c0de1e"},{"name":"HelloWorld - Authenticated","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"30236da1-cda2-415b-8200-6b8671d9e8bd"}}],"id":"539ac15f-2ceb-4ed6-a57d-19c9021c9d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://demo20.tmgroup.technology/HelloWorld/v2/HelloWorldAuthenticated","description":"<p>HelloWorld example to test your authentication token is working.</p>\n","urlObject":{"protocol":"https","path":["HelloWorld","v2","HelloWorldAuthenticated"],"host":["demo20","tmgroup","technology"],"query":[],"variable":[]}},"response":[{"id":"38f9619e-6e53-4bdf-95e2-28c5293a2eff","name":"HelloWorld - Authenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://{{environmentURL}}.tmgroup.technology/HelloWorld/v1/HelloWorldAuthenticated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"api-supported-versions","value":"2.0"},{"key":"api-deprecated-versions","value":"1.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Jan 2020 15:55:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Hello World 'v1'!\",\n    \"logId\": 64,\n    \"customerId\": 261291,\n    \"randomTaskDurationMs\": 907\n}"}],"_postman_id":"539ac15f-2ceb-4ed6-a57d-19c9021c9d6d"}],"id":"594e8251-3f9e-4446-abfc-dd05a10a7064","description":"<p><strong>Swagger URL</strong></p>\n<ul>\n<li><a href=\"https://www.tmgroup.technology/helloworld/swagger/\">HelloWorld</a></li>\n</ul>\n<p>Example API to test your connection and authentication.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b9b24cd6-114d-4609-86e7-990941825a99"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"01794956-9cf3-4119-ab57-1ea124100d89"}}],"_postman_id":"594e8251-3f9e-4446-abfc-dd05a10a7064"},{"name":"Check existing transactions","item":[{"name":"Transactions list by UPRN and transaction status","id":"a1908c7c-c6cf-4856-8913-45e98a1a328c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions?UPRN=24072799&Status=active","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions"],"host":["demo20","tmgroup","technology"],"query":[{"key":"UPRN","value":"24072799"},{"key":"Status","value":"active"}],"variable":[]}},"response":[],"_postman_id":"a1908c7c-c6cf-4856-8913-45e98a1a328c"},{"name":"Request transaction state","id":"356ceec6-f90d-4f55-b7f4-980ef53305c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions/BB40489D-3536-4E50-999A-4D9835B5D8DC/state?BB40489D-3536-4E50-999A-4D9835B5D8DC","description":"<p>Returns composed state of verified claims. Can be returned as html if the reqest header has content-type \"text/html\"</p>\n","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions","BB40489D-3536-4E50-999A-4D9835B5D8DC","state"],"host":["demo20","tmgroup","technology"],"query":[{"key":"BB40489D-3536-4E50-999A-4D9835B5D8DC","value":null}],"variable":[]}},"response":[],"_postman_id":"356ceec6-f90d-4f55-b7f4-980ef53305c6"},{"name":"All claims for a transaction","id":"07810e73-b5c4-4b26-b833-5ce88de57af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"N2ttME5kYk1ub1dTUXR0b0N6eFZETHF0VldET3dJVEUxWXM1YkRheWZLMD06ekNiSjVKS0M0bFluUHkrcEUwdVRzemhzSksvSDM0ZXJXQzlNTVpXYW1UVEpDZlZUWHpKUUMyR2lhNHRwUzhZblkxaWs1cklHYW13YnlUcmdJbXlRREE9PQ==","type":"text"}],"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions/BB40489D-3536-4E50-999A-4D9835B5D8DC/claims?transactionid=BB40489D-3536-4E50-999A-4D9835B5D8DC","description":"<p>Fetch claims by tranbsaction id</p>\n","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions","BB40489D-3536-4E50-999A-4D9835B5D8DC","claims"],"host":["demo20","tmgroup","technology"],"query":[{"key":"transactionid","value":"BB40489D-3536-4E50-999A-4D9835B5D8DC"}],"variable":[]}},"response":[],"_postman_id":"07810e73-b5c4-4b26-b833-5ce88de57af2"}],"id":"3919d7d7-caa0-4cb2-a148-1eed0ae3c73c","description":"<p>Before creating transactions, <strong>check if a transaction exists</strong> for a property by using the UPRN to lookup the transaction list. If a transaction ID is not returned then you can create a transaction.</p>\n<p>Any existing transactions ID's will be returned and these ID's can be used to check the transaction state or retrieve all claims relevant to the transaction.</p>\n<p>The <strong>transactions state</strong> can be active completed or cancelled.</p>\n<p>Next <strong>retrieve all claims</strong> for the tranasction to view the relevant data and attestations for a transaction.</p>\n<p>Following this, subscribing to a transaction ID will send any updates when changes are made.</p>\n","_postman_id":"3919d7d7-caa0-4cb2-a148-1eed0ae3c73c"},{"name":"Create transactions and claims","item":[{"name":"Create Transaction","id":"d22370b6-e51d-4665-b663-3c5bc7a557dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"verification\": {\n            \"time\": \"2023-05-01T13:16:44.527Z\",\n            \"evidence\": [\n                {\n                    \"verification_method\": {\n                        \"type\": \"auth\"\n                    },\n                    \"type\": \"vouch\",\n                    \"attestation\": {\n                        \"voucher\": {\n                            \"name\": \"New attestation\"\n                        },\n                        \"type\": \"digital_attestation\"\n                    }\n                },\n                {\n                    \"type\": \"document\",\n                    \"attachments\": [\n                        {\n                            \"digest\": {\n                                \"alg\": \"md5\",\n                                \"value\": \"randomHashValue\"\n                            },\n                            \"url\": \"https://fakeFileStore.com/some/kind/of/file\",\n                            \"desc\": \"proofOfAddress.pdf\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"claims\": {\n            \"/propertyPack/materialFacts/councilTax\": {\n                \"councilTaxBand\": \"D\",\n                \"councilTaxAffectingAlterations\": {\n                    \"yesNo\": \"Yes\",\n                    \"details\": \"Extension added in 2005 to add bedroom with ensuite shower room. Certificate of Compliance issued 17th Feb 2006 and council tax updated\"\n                }\n            }\n        }\n    }","options":{"raw":{"language":"json"}}},"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions","description":"<p>Creates an empty transaction and returns a transaction id</p>\n","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions"],"host":["demo20","tmgroup","technology"],"query":[],"variable":[]}},"response":[],"_postman_id":"d22370b6-e51d-4665-b663-3c5bc7a557dc"},{"name":"Create claims for a transaction","id":"8cf2f4d9-f0c4-4cc7-bf86-d509fc1bc5db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"N2ttME5kYk1ub1dTUXR0b0N6eFZETHF0VldET3dJVEUxWXM1YkRheWZLMD06ekNiSjVKS0M0bFluUHkrcEUwdVRzemhzSksvSDM0ZXJXQzlNTVpXYW1UVEpDZlZUWHpKUUMyR2lhNHRwUzhZblkxaWs1cklHYW13YnlUcmdJbXlRREE9PQ==","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"verification\": {\n      \"trust_framework\": \"uk_pdtf\",\n      \"time\": \"2022-06-23T21:41:45.9520969+01:00\",\n      \"evidence\": [\n        {\n          \"type\": \"vouch\",\n          \"verificationMethod\": { \"type\": \"auth\" },\n          \"attestation\": {\n            \"voucher\": {\n              \"organization\": \"TMGroup (UK) Ltd\",\n              \"name\": \"Testing tmgroupname\"\n            }\n          }\n        }\n      ]\n    },\n    \"claims\": {\n      \"/propertyPack/materialFacts\": {\n        \"uprn\": 100080108691,\n        \"address\": {\n          \"line1\": \"23A Albany Road\",\n          \"town\": \"Leighton Buzzard\",\n          \"county\": \"Bedfordshire\",\n          \"postcode\": \"LU7 1NS\"\n        }\n      },\n       \"/propertyPack/materialFacts/uprn\": 100121118156,\n       \"/status\": \"active\"\n    }\n  }","options":{"raw":{"language":"json"}}},"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions/BB40489D-3536-4E50-999A-4D9835B5D8DC/claims?transactionId=BB40489D-3536-4E50-999A-4D9835B5D8DC","description":"<p>Accepts arrays only</p>\n","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions","BB40489D-3536-4E50-999A-4D9835B5D8DC","claims"],"host":["demo20","tmgroup","technology"],"query":[{"key":"transactionId","value":"BB40489D-3536-4E50-999A-4D9835B5D8DC"}],"variable":[]}},"response":[],"_postman_id":"8cf2f4d9-f0c4-4cc7-bf86-d509fc1bc5db"}],"id":"35c24ef3-ade5-44dd-9a83-3a8f26174b6c","description":"<p>Where an active transaction does not exist, consider <strong>creating a transaction</strong> and then <strong>adding claims to the tranasaction</strong>.</p>\n","_postman_id":"35c24ef3-ade5-44dd-9a83-3a8f26174b6c"},{"name":"Subscribe to transactions","item":[{"name":"Subscribe to creation of verified claims","id":"4880a304-e263-40df-ad30-260d04eb9632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"N2ttME5kYk1ub1dTUXR0b0N6eFZETHF0VldET3dJVEUxWXM1YkRheWZLMD06ekNiSjVKS0M0bFluUHkrcEUwdVRzemhzSksvSDM0ZXJXQzlNTVpXYW1UVEpDZlZUWHpKUUMyR2lhNHRwUzhZblkxaWs1cklHYW13YnlUcmdJbXlRREE9PQ==","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://test20.tmgroup.technology/MioServices/v1/PDTFInboundNotification\"\n}","options":{"raw":{"language":"json"}}},"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions/BB40489D-3536-4E50-999A-4D9835B5D8DC/subscribe?transactionid=BB40489D-3536-4E50-999A-4D9835B5D8DC","description":"<p>Subscribing to a transaction ID will send any updates when changes are made with provision of webhook url and transaction id, it notifies the reciepient of new verified claims on a transaction via provided url</p>\n","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions","BB40489D-3536-4E50-999A-4D9835B5D8DC","subscribe"],"host":["demo20","tmgroup","technology"],"query":[{"key":"transactionid","value":"BB40489D-3536-4E50-999A-4D9835B5D8DC"}],"variable":[]}},"response":[],"_postman_id":"4880a304-e263-40df-ad30-260d04eb9632"},{"name":"Unsubscribe from transaction updates","id":"71c232cf-c42f-42a4-b9e8-5e9e7f5cc585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"clientSecret","type":"text"}],"url":"https://demo20.tmgroup.technology/pdtfservicesApiGateway/v1/transactions/BB40489D-3536-4E50-999A-4D9835B5D8DC/subscribe?transactionid=BB40489D-3536-4E50-999A-4D9835B5D8DC","urlObject":{"protocol":"https","path":["pdtfservicesApiGateway","v1","transactions","BB40489D-3536-4E50-999A-4D9835B5D8DC","subscribe"],"host":["demo20","tmgroup","technology"],"query":[{"key":"transactionid","value":"BB40489D-3536-4E50-999A-4D9835B5D8DC"}],"variable":[]}},"response":[],"_postman_id":"71c232cf-c42f-42a4-b9e8-5e9e7f5cc585"}],"id":"5170acdb-097b-4612-9777-d5c450276886","description":"<p>After finding or creating a transaction then consider <strong>subscribing</strong> to it and stay up to date when claims are added to the transaction.</p>\n<p>It is also possible to <strong>unsubscribe</strong> from transactions, like when the transaction is no longer active status.</p>\n","_postman_id":"5170acdb-097b-4612-9777-d5c450276886"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c8aad2a3-4890-4de7-afbe-be3f79186c1e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9b64c6db-5020-41b2-b197-07823ee5ffaa"}}],"variable":[{"key":"bearerToken","value":""},{"key":"BaseEnvironmentURL","value":"demo20","type":"string"},{"key":"transactionid","value":"BB40489D-3536-4E50-999A-4D9835B5D8DC","type":"string"},{"key":"UPRN","value":"24072799","type":"string"},{"key":"Transaction Status","value":"active"}]}