From 5f838c6e866702dee252892e8163616325eee690 Mon Sep 17 00:00:00 2001 From: Oliver Scott Date: Tue, 3 Dec 2024 16:19:19 +0000 Subject: [PATCH] Remove postman collection --- postman/Admin Web.postman_collection.json | 297 ---------- .../Local-Admin-Web.postman_environment.json | 24 - .../Create Hearings Bad Request.json | 506 ------------------ .../Create Hearings Successful.json | 20 - 4 files changed, 847 deletions(-) delete mode 100644 postman/Admin Web.postman_collection.json delete mode 100644 postman/Local-Admin-Web.postman_environment.json delete mode 100644 postman/Runner Data/Create Hearings Bad Request.json delete mode 100644 postman/Runner Data/Create Hearings Successful.json diff --git a/postman/Admin Web.postman_collection.json b/postman/Admin Web.postman_collection.json deleted file mode 100644 index 65a209a2d..000000000 --- a/postman/Admin Web.postman_collection.json +++ /dev/null @@ -1,297 +0,0 @@ -{ - "info": { - "_postman_id": "409ddcf3-c923-463f-8a70-886a281016b7", - "name": "Admin Web", - "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" - }, - "item": [ - { - "name": "Create Hearings", - "item": [ - { - "name": "Create Hearings Successful", - "event": [ - { - "listen": "prerequest", - "script": { - "id": "a974c530-7182-4306-a083-5816a052f5e5", - "exec": [ - "console.log('Have you set the bearer token in the folder pre-request scripts?');", - "", - "pm.globals.set(\"caseType\", \"Civil Money Claims\");", - "pm.globals.set(\"hearingType\", \"First Application\");", - "pm.globals.set(\"caseNumber\", \"11111\");", - "pm.globals.set(\"caseName\", \"one\");", - "pm.globals.set(\"doNotSendQuestionnaire\", \"True\");", - "pm.globals.set(\"scheduledDateTime\", \"2020-08-18 20:10:38\");", - "pm.globals.set(\"hearingRoomName\", \"Room 6.41C\");", - "pm.globals.set(\"judgeDisplayName\", \"Birmingham Courtroom115\");", - "pm.globals.set(\"emailJudge\", \"BirminghamCFJCcourt115@hearings.reform.hmcts.net\");", - "pm.globals.set(\"emailParticipant1\", \"atif.representative@hearings.reform.hmcts.net\");", - "pm.globals.set(\"emailParticipant2\", \"atif.individual@hearings.reform.hmcts.net\");", - "pm.globals.set(\"firstname\", \"my first name\");", - "pm.globals.set(\"lastname\", \"my last name\");", - "pm.globals.set(\"displayname\", \"my display name\");", - "pm.globals.set(\"hearingDuration\", 60);", - "pm.globals.set(\"hearingVenueName\", \"Birmingham Civil and Family Justice Centre\");" - ], - "type": "text/javascript" - } - }, - { - "listen": "test", - "script": { - "id": "270139f2-27ca-47e9-8c51-63a8f5720502", - "exec": [ - "pm.test(\"Successful POST request\", function () {", - " pm.expect(pm.response.code).to.be.oneOf([201,202]);", - "});" - ], - "type": "text/javascript" - } - } - ], - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{bearerToken}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Connection", - "value": "keep-alive" - }, - { - "key": "Pragma", - "value": "no-cache" - }, - { - "key": "Cache-Control", - "value": "no-cache" - }, - { - "key": "Origin", - "value": "https://localhost:5400" - }, - { - "key": "Content-Type", - "name": "Content-Type", - "value": "application/json", - "type": "text" - }, - { - "key": "Accept", - "value": "application/json" - }, - { - "key": "User-Agent", - "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36" - }, - { - "key": "Request-Id", - "value": "|Yilo6.WU4SY" - }, - { - "key": "DNT", - "value": "1" - }, - { - "key": "Request-Context", - "value": "appId=cid-v1:11da21f3-e3c7-4b8c-88bc-9249f4cbeb10" - }, - { - "key": "Sec-Fetch-Site", - "value": "same-origin" - }, - { - "key": "Sec-Fetch-Mode", - "value": "cors" - }, - { - "key": "Accept-Encoding", - "value": "gzip, deflate, br" - }, - { - "key": "Accept-Language", - "value": "en-GB,en-US;q=0.9,en;q=0.8" - }, - { - "key": "Cookie", - "value": "ai_user=uldnG|2019-11-04T13:13:46.916Z; ai_session=n8caC|1572873233293.36|1572873425692.385" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"scheduled_date_time\": \"{{scheduledDateTime}}\",\n \"scheduled_duration\": \"{{hearingDuration}}\",\n \"hearing_venue_name\": \"Birmingham Civil and Family Justice Centre\",\n \"case_type_name\": \"{{caseType}}\",\n \"hearing_type_name\": \"{{hearingType}}\",\n \"cases\": [\n {\n \"number\": \"{{caseNumber}}\",\n \"name\": \"qwglkdrbg5732057037&^$\\u00A3*(){}><>?_++_` -+\\/*-+*{}[]#'\\/.,`!\\\"\\\"\\u00A3$%^&*()1##ss\",\n \"is_lead_case\": false\n }\n ],\n \"participants\": [\n {\n \"title\": \"Judge\",\n \"first_name\": \"{{firstname}}\",\n \"middle_names\": \"\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\": \"{{emailJudge}}\",\n \"telephone_number\": \"\",\n \"username\":\"{{emailJudge}}\",\n \"display_name\": \"{{judgeDisplayName}}\",\n \"case_role_name\": \"Judge\",\n \"hearing_role_name\": \"Judge\",\n \"house_number\": null,\n \"street\": null,\n \"postcode\": null,\n \"city\": null,\n \"county\": null\n },\n {\n \"title\": \"Mr\",\n \"first_name\": \"{{firstname}}\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\": \"{{emailParticipant1}}\",\n \"telephone_number\": \"0739053837\",\n \"username\": \"{{emailParticipant1}}\",\n \"display_name\": \"{{displayname}}\",\n \"case_role_name\": \"Claimant\",\n \"hearing_role_name\": \"Claimant LIP\",\n \"solicitors_reference\": \"\",\n \"representee\": \"\",\n \"organisation_name\": \"MyCompany\",\n \"house_number\": \"123\",\n \"street\": \"London Road\",\n \"postcode\": \"SW1 1WS\",\n \"city\": \"London\",\n \"county\": \"London\"\n },\n {\n \"title\": \"Mr\",\n \"first_name\": \"{{firstname}}\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\":\"{{emailParticipant2}}\",\n \"telephone_number\": \"0739053837\",\n \"username\": \"{{emailParticipant2}}\",\n \"display_name\": \"{{displayname}}\",\n \"case_role_name\": \"Defendant\",\n \"hearing_role_name\": \"Defendant LIP\",\n \"solicitors_reference\": \"\",\n \"representee\": \"\",\n \"organisation_name\": \"\",\n \"house_number\": \"123\",\n \"street\": \"Oseney Court\",\n \"postcode\": \"NW5 2BA\",\n \"city\": \"London\",\n \"county\": \"Greater London\"\n }\n ],\n \"hearing_room_name\": \"{{hearingRoomName}}\",\n \"other_information\": \"test1\",\n \"questionnaire_not_required\": \"{{doNotSendQuestionnaire}}\"\n}" - }, - "url": { - "raw": "{{Endpoint}}/api/hearings/", - "host": [ - "{{Endpoint}}" - ], - "path": [ - "api", - "hearings", - "" - ] - } - }, - "response": [] - }, - { - "name": "Create Hearings Bad Request", - "event": [ - { - "listen": "prerequest", - "script": { - "id": "a974c530-7182-4306-a083-5816a052f5e5", - "exec": [ - "console.log('Have you set the bearer token in the folder pre-request scripts?');" - ], - "type": "text/javascript" - } - }, - { - "listen": "test", - "script": { - "id": "270139f2-27ca-47e9-8c51-63a8f5720502", - "exec": [ - "pm.test(\"POST request should fail with 400 Bad Request\", function () {", - " pm.expect(pm.response.code).to.be.oneOf([400]);", - "});" - ], - "type": "text/javascript" - } - } - ], - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{bearerToken}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Connection", - "value": "keep-alive" - }, - { - "key": "Pragma", - "value": "no-cache" - }, - { - "key": "Cache-Control", - "value": "no-cache" - }, - { - "key": "Origin", - "value": "https://localhost:5400" - }, - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "Accept", - "value": "application/json" - }, - { - "key": "User-Agent", - "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36" - }, - { - "key": "Request-Id", - "value": "|Yilo6.WU4SY" - }, - { - "key": "DNT", - "value": "1" - }, - { - "key": "Request-Context", - "value": "appId=cid-v1:11da21f3-e3c7-4b8c-88bc-9249f4cbeb10" - }, - { - "key": "Sec-Fetch-Site", - "value": "same-origin" - }, - { - "key": "Sec-Fetch-Mode", - "value": "cors" - }, - { - "key": "Accept-Encoding", - "value": "gzip, deflate, br" - }, - { - "key": "Accept-Language", - "value": "en-GB,en-US;q=0.9,en;q=0.8" - }, - { - "key": "Cookie", - "value": "ai_user=uldnG|2019-11-04T13:13:46.916Z; ai_session=n8caC|1572873233293.36|1572873425692.385" - } - ], - "body": { - "mode": "raw", - "raw": "{\n \"scheduled_date_time\": \"{{scheduledDateTime}}\",\n \"scheduled_duration\": \"{{hearingDuration}}\",\n \"hearing_venue_name\": \"Birmingham Civil and Family Justice Centre\",\n \"case_type_name\": \"{{caseType}}\",\n \"hearing_type_name\": \"{{hearingType}}\",\n \"cases\": [\n {\n \"number\": \"{{caseNumber}}\",\n \"name\": \"{{caseName}}\",\n \"is_lead_case\": false\n }\n ],\n \"participants\": [\n {\n \"title\": \"Judge\",\n \"first_name\": \"{{firstname}}\",\n \"middle_names\": \"\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\": \"{{emailJudge}}\",\n \"telephone_number\": \"\",\n \"username\":\"{{emailJudge}}\",\n \"display_name\": \"{{judgeDisplayName}}\",\n \"case_role_name\": \"Judge\",\n \"hearing_role_name\": \"Judge\",\n \"house_number\": null,\n \"street\": null,\n \"postcode\": null,\n \"city\": null,\n \"county\": null\n },\n {\n \"title\": \"Mr\",\n \"first_name\": \"{{firstname}}\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\": \"{{emailParticipant1}}\",\n \"telephone_number\": \"0739053837\",\n \"username\": \"{{emailParticipant1}}\",\n \"display_name\": \"{{displayname}}\",\n \"case_role_name\": \"Claimant\",\n \"hearing_role_name\": \"Claimant LIP\",\n \"solicitors_reference\": \"\",\n \"representee\": \"\",\n \"organisation_name\": \"MyCompany\",\n \"house_number\": \"123\",\n \"street\": \"London Road\",\n \"postcode\": \"SW1 1WS\",\n \"city\": \"London\",\n \"county\": \"London\"\n },\n {\n \"title\": \"Mr\",\n \"first_name\": \"{{firstname}}\",\n \"last_name\": \"{{lastname}}\",\n \"contact_email\":\"{{emailParticipant2}}\",\n \"telephone_number\": \"0739053837\",\n \"username\": \"{{emailParticipant2}}\",\n \"display_name\": \"{{displayname}}\",\n \"case_role_name\": \"Defendant\",\n \"hearing_role_name\": \"Defendant LIP\",\n \"solicitors_reference\": \"\",\n \"representee\": \"\",\n \"organisation_name\": \"\",\n \"house_number\": \"123\",\n \"street\": \"Oseney Court\",\n \"postcode\": \"NW5 2BA\",\n \"city\": \"London\",\n \"county\": \"Greater London\"\n }\n ],\n \"hearing_room_name\": \"{{hearingRoomName}}\",\n \"other_information\": \"test1\",\n \"questionnaire_not_required\": \"{{doNotSendQuestionnaire}}\"\n}" - }, - "url": { - "raw": "{{Endpoint}}/api/hearings/", - "host": [ - "{{Endpoint}}" - ], - "path": [ - "api", - "hearings", - "" - ] - } - }, - "response": [] - } - ], - "event": [ - { - "listen": "prerequest", - "script": { - "id": "9a50a0ca-e0b6-4c33-9d75-b37d0613621f", - "type": "text/javascript", - "exec": [ - "pm.environment.set(\"bearerToken\",'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IkJCOENlRlZxeWFHckdOdWVoSklpTDRkZmp6dyIsImtpZCI6IkJCOENlRlZxeWFHckdOdWVoSklpTDRkZmp6dyJ9.eyJhdWQiOiJkODNmODMzNi0zZDU5LTQ5YjYtOGUyYy1lZmNkYzZlY2Q0ZjMiLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC9mYjZlMGUyMi0wZGEzLTRjMzUtOTcyYS05ZDYxZWIyNTY1MDgvIiwiaWF0IjoxNTczNDE3NTMwLCJuYmYiOjE1NzM0MTc1MzAsImV4cCI6MTU3MzQyMTQzMCwiYWlvIjoiQVNRQTIvOE5BQUFBb2tFMTlsT1RGUFE4bitJTTh3UUlyN3B0L3V3QTNqTXpxVXB3a0RLVzJ4cz0iLCJhbXIiOlsicHdkIl0sImZhbWlseV9uYW1lIjoidmhvZmZpY2VyX2ZpbmFuY2lhbHJlbWVkeV9tb25leWNsYWltcyIsImdpdmVuX25hbWUiOiJhdXRvIiwiaGFzZ3JvdXBzIjoidHJ1ZSIsImlwYWRkciI6Ijc3Ljk5LjIzMS42NyIsIm5hbWUiOiJhdXRvIHZob2ZmaWNlcl9maW5hbmNpYWxyZW1lZHlfbW9uZXljbGFpbXMiLCJub25jZSI6Ijk5YWI1OWFmLWQ1ZWItNDI5MS1hYmE1LWQ0NjVmM2I0NzE1NyIsIm9pZCI6IjE2ZGQxODIyLWNlYmYtNDJmOS05MDI0LWM4ZTgxY2M5ZWQ4NCIsInN1YiI6InRTRmJmRzh1bDUwYnBDeWRsZlJJSmNkYmpyZ2d0bjN3Z3BpMG1SOHBxODgiLCJ0aWQiOiJmYjZlMGUyMi0wZGEzLTRjMzUtOTcyYS05ZDYxZWIyNTY1MDgiLCJ1bmlxdWVfbmFtZSI6ImF1dG8udmhvZmZpY2VyX2ZpbmFuY2lhbHJlbWVkeV9tb25leWNsYWltc0BoZWFyaW5ncy5yZWZvcm0uaG1jdHMubmV0IiwidXBuIjoiYXV0by52aG9mZmljZXJfZmluYW5jaWFscmVtZWR5X21vbmV5Y2xhaW1zQGhlYXJpbmdzLnJlZm9ybS5obWN0cy5uZXQiLCJ1dGkiOiJhTnFzX3hEWDYwcXVaaUlBUE9nbUFBIiwidmVyIjoiMS4wIn0.Qy0-FVnaPLTe-itN7vuBsJ2O7gOtZmXYFPVBWTtO5kK3GNb0G53Iu8_rsa6EFQYp7_AftKojFP-rsqbL5aIvK3T2mtqejLB-Kh1JxrbkLFzFik2uvf-60X_NsW33JQyuaczfdrQttGStVttIE3wCJwb31rYUvXgJF55hWbMIS_7AcoU-n50rgtlioKbeX7ygoWxeuehdaX_XC-I7b2tnSPZ1uFLfARFhzReAJCeyXaUg15YTkoNSqU9-Fdoe18rO7ItpSHEPkkMzKYWY5Xt4wkG9lNGtLo9QliieK2xcaSM8yOYl9L5oNdopDG9SPTgwjTYv5pEaVIX1JmizZr0Akg');", - "", - "pm.globals.clear();" - ] - } - }, - { - "listen": "test", - "script": { - "id": "bba7965c-5564-4335-844a-8d99f95cbe12", - "type": "text/javascript", - "exec": [ - "" - ] - } - } - ], - "protocolProfileBehavior": {} - } - ], - "protocolProfileBehavior": {} -} \ No newline at end of file diff --git a/postman/Local-Admin-Web.postman_environment.json b/postman/Local-Admin-Web.postman_environment.json deleted file mode 100644 index 86b239d5b..000000000 --- a/postman/Local-Admin-Web.postman_environment.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "id": "d31ef3bc-d771-4fb0-92ea-2db3f369f7ba", - "name": "Local-Admin-Web", - "values": [ - { - "key": "bearerToken", - "value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImFQY3R3X29kdlJPb0VOZzNWb09sSWgydGlFcyIsImtpZCI6ImFQY3R3X29kdlJPb0VOZzNWb09sSWgydGlFcyJ9.eyJhdWQiOiJkODNmODMzNi0zZDU5LTQ5YjYtOGUyYy1lZmNkYzZlY2Q0ZjMiLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC9mYjZlMGUyMi0wZGEzLTRjMzUtOTcyYS05ZDYxZWIyNTY1MDgvIiwiaWF0IjoxNTcyODc5OTk1LCJuYmYiOjE1NzI4Nzk5OTUsImV4cCI6MTU3Mjg4Mzg5NSwiYWlvIjoiNDJWZ1lFaUlWTkthYVJKcmt2eDZzOFc3MTRZOXZtK1NweFNVNm5nS0NYdzdiL1oxVWhNQSIsImFtciI6WyJwd2QiXSwiZmFtaWx5X25hbWUiOiJ2aG9mZmljZXJfZmluYW5jaWFscmVtZWR5X21vbmV5Y2xhaW1zIiwiZ2l2ZW5fbmFtZSI6ImF1dG8iLCJoYXNncm91cHMiOiJ0cnVlIiwiaXBhZGRyIjoiMjEzLjEyMS4xNjEuMTI0IiwibmFtZSI6ImF1dG8gdmhvZmZpY2VyX2ZpbmFuY2lhbHJlbWVkeV9tb25leWNsYWltcyIsIm5vbmNlIjoiMzAzOTFkNTMtYWNmNS00M2Q1LTllMTktNmM1NjBmYWE0N2Y3Iiwib2lkIjoiMTZkZDE4MjItY2ViZi00MmY5LTkwMjQtYzhlODFjYzllZDg0Iiwic3ViIjoidFNGYmZHOHVsNTBicEN5ZGxmUklKY2RianJnZ3RuM3dncGkwbVI4cHE4OCIsInRpZCI6ImZiNmUwZTIyLTBkYTMtNGMzNS05NzJhLTlkNjFlYjI1NjUwOCIsInVuaXF1ZV9uYW1lIjoiYXV0by52aG9mZmljZXJfZmluYW5jaWFscmVtZWR5X21vbmV5Y2xhaW1zQGhlYXJpbmdzLnJlZm9ybS5obWN0cy5uZXQiLCJ1cG4iOiJhdXRvLnZob2ZmaWNlcl9maW5hbmNpYWxyZW1lZHlfbW9uZXljbGFpbXNAaGVhcmluZ3MucmVmb3JtLmhtY3RzLm5ldCIsInV0aSI6IlRuVDdfWjJIRlVhS0F3eUplczVHQUEiLCJ2ZXIiOiIxLjAifQ.R9VmPJ1jlRytEEuo63wSGms8Y6Kxkywg9g9hVcMpEozmQlUcJTeH-gEqDdt0uIfPcV1tphkOpWQjNZCosa6BfK-nRNiz9R7jq8kgjmQ7kjicdbDQZaeBWzT8usUYVnEnnVkeRMD0vQMzqYCQtOrMfqUhi5kYjTuNzodBeA7nmUimpDyEg2-XmDoD-Vsx2x0twbfh_itboAhotE4BNd4O5hfYlBryfXBMa96Mzt_50oMlXkBcqY165GZ_hbZSZUesdEfK5Yz7cPQMP23NucbJ-eS-eBKCs3B68Ky5bEQM8uQYX-KYi5XpUtQH0K7xYnG3GaLyCqZUyBOOPy-g73C6OQ", - "enabled": false - }, - { - "key": "Endpoint", - "value": "https://localhost:5400", - "enabled": true - }, - { - "key": "bearerToken", - "value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImFQY3R3X29kdlJPb0VOZzNWb09sSWgydGlFcyIsImtpZCI6ImFQY3R3X29kdlJPb0VOZzNWb09sSWgydGlFcyJ9.eyJhdWQiOiJkODNmODMzNi0zZDU5LTQ5YjYtOGUyYy1lZmNkYzZlY2Q0ZjMiLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC9mYjZlMGUyMi0wZGEzLTRjMzUtOTcyYS05ZDYxZWIyNTY1MDgvIiwiaWF0IjoxNTcyOTYzNTUyLCJuYmYiOjE1NzI5NjM1NTIsImV4cCI6MTU3Mjk2NzQ1MiwiYWlvIjoiQVNRQTIvOE5BQUFBb0crQjFCTU5KeFFEN2RSdWtPWG9qVkNRQThQMDJ4U2ozdHg2NmN2MW1rdz0iLCJhbXIiOlsicHdkIl0sImZhbWlseV9uYW1lIjoidmhvZmZpY2VyX2ZpbmFuY2lhbHJlbWVkeV9tb25leWNsYWltcyIsImdpdmVuX25hbWUiOiJhdXRvIiwiaGFzZ3JvdXBzIjoidHJ1ZSIsImlwYWRkciI6Ijc3Ljk5LjIzMS42NyIsIm5hbWUiOiJhdXRvIHZob2ZmaWNlcl9maW5hbmNpYWxyZW1lZHlfbW9uZXljbGFpbXMiLCJub25jZSI6IjEyOWVhMTQ4LWJjYjItNGU2Ni05ZWQwLWM0MjZhYzcwYWQ5OSIsIm9pZCI6IjE2ZGQxODIyLWNlYmYtNDJmOS05MDI0LWM4ZTgxY2M5ZWQ4NCIsInN1YiI6InRTRmJmRzh1bDUwYnBDeWRsZlJJSmNkYmpyZ2d0bjN3Z3BpMG1SOHBxODgiLCJ0aWQiOiJmYjZlMGUyMi0wZGEzLTRjMzUtOTcyYS05ZDYxZWIyNTY1MDgiLCJ1bmlxdWVfbmFtZSI6ImF1dG8udmhvZmZpY2VyX2ZpbmFuY2lhbHJlbWVkeV9tb25leWNsYWltc0BoZWFyaW5ncy5yZWZvcm0uaG1jdHMubmV0IiwidXBuIjoiYXV0by52aG9mZmljZXJfZmluYW5jaWFscmVtZWR5X21vbmV5Y2xhaW1zQGhlYXJpbmdzLnJlZm9ybS5obWN0cy5uZXQiLCJ1dGkiOiJSSkQ2MTFsU3ZVU2czWkwtaDg1cEFBIiwidmVyIjoiMS4wIn0.PqERYdO9ZtImaMvDBfVZ10NelWSK1R_PQx09IqimuA7KtnASUtjxmReASWBI5mAsZdseiWY9hPivZ3GLc3d2xHE_yqTkERF5r6r6cYDHkArmPuZuKPtow3zxJP4LQPCMmpsQ55E3Ddjx89-dLRcUSDX5IdVJHI5SUqqjGK_V8pZnlOYNWTDjGLbijwu3oGozhMJvYxMYT6XPKEHJ5GYuUJ6diwZcs3k798UHNG11hnPUVLKsi23dDHkLl9Hhh1iNbFG-tB7XQ0MivpM9ecvO4laTf7lpKyLePn996ghNnZiXvfLYoCR5u578EPAncz8o3kByzYOZgNVo9yh7KDJZqg", - "enabled": true - } - ], - "_postman_variable_scope": "environment", - "_postman_exported_at": "2019-11-05T14:36:07.307Z", - "_postman_exported_using": "Postman/7.8.0" -} \ No newline at end of file diff --git a/postman/Runner Data/Create Hearings Bad Request.json b/postman/Runner Data/Create Hearings Bad Request.json deleted file mode 100644 index 88ad4f9d3..000000000 --- a/postman/Runner Data/Create Hearings Bad Request.json +++ /dev/null @@ -1,506 +0,0 @@ -[ - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "", - "caseName": "my case name", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "abcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}sdfgbkjsfbkjbsdkjfbkskjdbfkdss", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "abcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}sdfgbkjsfbkjbsdkjfbkskjdbfkdss", - "caseName": "whats my name", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "my case name", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "my case name", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "xxxxxx", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "9999-13-32 99:99:99", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": -1, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "NON Existent venue", - "hearingDuration": -1, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "abcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}German Umlauts - ä, ö, ü - Learn German Easilyabcdefghijklmnopqrstuvwxyz 1-23`4'5\\\"6*7[8]9{0}sdfgbkjsfbkjbsdkjfbkskjdbfkdss", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "NOT AN EMAIL", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfi@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdgdrhgdrhrthrthrthrthrthrth", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdgdrhgdrhrthrthrthrthrthrth" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "NOT AN EMAIL", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfi@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "NOT AN EMAIL", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfi@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdgdrhgdrhrthrthrthrthrthrth", - "lastname": "my last name", - "displayname": "my display name" - }, - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "sdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdkfjnklsdnflksrfg89rewy6fy3wo4tn43oh934hgi43h9gu-9sjfiwehffwewjgfe9w8r76fwerhfkjuiwef0qwey8fy2q3iufhukwegfisdgdrhgdrhrthrthrthrthrthrth", - "displayname": "my display name" - } -] \ No newline at end of file diff --git a/postman/Runner Data/Create Hearings Successful.json b/postman/Runner Data/Create Hearings Successful.json deleted file mode 100644 index 50dbdd897..000000000 --- a/postman/Runner Data/Create Hearings Successful.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "caseType": "Civil Money Claims", - "hearingType": "First Application", - "hearingVenueName": "Birmingham Civil and Family Justice Centre", - "hearingDuration": 60, - "caseNumber": "11111", - "caseName": "one", - "doNotSendQuestionnaire": "True", - "scheduledDateTime": "2020-08-18 20:10:38", - "hearingRoomName": "Room 6.41C", - "judgeDisplayName": "Birmingham Courtroom115", - "emailJudge": "BirminghamCFJCcourt115@hearings.reform.hmcts.net", - "emailParticipant1": "atif.representative@hearings.reform.hmcts.net", - "emailParticipant2": "atif.individual@hearings.reform.hmcts.net", - "firstname": "my first name", - "lastname": "my last name", - "displayname": "my display name" - } -] \ No newline at end of file