{"info":{"_postman_id":"95affc5f-2396-4ae2-8457-2924e1181961","name":"Metrc API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"v2","item":[{"name":"AdditivesTemplates","item":[{"name":"GetAdditivesTemplateById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/additivestemplates/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/additivestemplates/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/additivestemplates/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/additivestemplates/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Additive 1\",\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ApplicationDevice\": \"Sprayer\",\r\n    \"EpaRegistrationNumber\": \"123456\",\r\n    \"Note\": \"This is a note\",\r\n    \"ProductSupplier\": \"Supplier\",\r\n    \"ProductTradeName\": \"Trade Name\",\r\n    \"RestrictiveEntryIntervalQuantityDescription\": \"1\",\r\n    \"RestrictiveEntryIntervalTimeDescription\": \"1 day\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Ingredient 1 1\",\r\n        \"Percentage\": 1.1\r\n      },\r\n      {\r\n        \"Name\": \"Ingredient 1 2\",\r\n        \"Percentage\": 1.2\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Name\": \"Additive 2\",\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ApplicationDevice\": \"Dropper\",\r\n    \"EpaRegistrationNumber\": \"654321\",\r\n    \"Note\": \"This is a note\",\r\n    \"ProductSupplier\": \"Supplier\",\r\n    \"ProductTradeName\": \"Trade Name\",\r\n    \"RestrictiveEntryIntervalQuantityDescription\": \"2\",\r\n    \"RestrictiveEntryIntervalTimeDescription\": \"2 days\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Ingredient 2 1\",\r\n        \"Percentage\": 2.1\r\n      },\r\n      {\r\n        \"Name\": \"Ingredient 2 2\",\r\n        \"Percentage\": 2.2\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/additivestemplates/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 201,\r\n    \"Name\": \"Additive 1\",\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ApplicationDevice\": \"Sprayer\",\r\n    \"EpaRegistrationNumber\": \"123456\",\r\n    \"Note\": \"This is a note\",\r\n    \"ProductSupplier\": \"Supplier\",\r\n    \"ProductTradeName\": \"Trade Name\",\r\n    \"RestrictiveEntryIntervalQuantityDescription\": \"1\",\r\n    \"RestrictiveEntryIntervalTimeDescription\": \"1 day\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Ingredient 1 1\",\r\n        \"Percentage\": 1.1\r\n      },\r\n      {\r\n        \"Name\": \"Ingredient 1 2\",\r\n        \"Percentage\": 1.2\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Id\": 202,\r\n    \"Name\": \"Additive 2\",\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ApplicationDevice\": \"Dropper\",\r\n    \"EpaRegistrationNumber\": \"654321\",\r\n    \"Note\": \"This is a note\",\r\n    \"ProductSupplier\": \"Supplier\",\r\n    \"ProductTradeName\": \"Trade Name\",\r\n    \"RestrictiveEntryIntervalQuantityDescription\": \"2\",\r\n    \"RestrictiveEntryIntervalTimeDescription\": \"2 days\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Ingredient 2 1\",\r\n        \"Percentage\": 2.1\r\n      },\r\n      {\r\n        \"Name\": \"Ingredient 2 2\",\r\n        \"Percentage\": 2.2\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"CaregiversStatus","item":[{"name":"GetStatusByCaregiver","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/caregivers/v2"],"path":["status","{{caregiverLicenseNumber}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Employees","item":[{"name":"GetByFacilityId","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/employees/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetPermissions","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/employees/v2"],"path":["permissions"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"employeeLicenseNumber","value":"{{employeeLicenseNumber}}"}]}}}]},{"name":"Facilities","item":[{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/facilities/v2"],"path":[""],"query":[]}}}]},{"name":"Harvests","item":[{"name":"GetHarvestById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetHarvestWaste","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"harvestId","value":"{{harvestId}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetHarvestWasteTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["waste","types"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"CreatePackagesForTesting","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["packages","testing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": 1,\r\n    \"LabTestStageId\": 2,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020203\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020204\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["packages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": 1,\r\n    \"LabTestStageId\": 2,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020203\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020204\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Location","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["location"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"HarvestName\": null,\r\n    \"DryingLocation\": \"Flower Location A\",\r\n    \"DryingSublocation\": \"Table One\",\r\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\r\n  },\r\n  {\r\n    \"Id\": null,\r\n    \"HarvestName\": \"2019-05-29-Flower Location A-H\",\r\n    \"DryingLocation\": \"Drying Location B\",\r\n    \"DryingSublocation\": null,\r\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Waste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"WasteType\": \"Plant Material\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"WasteWeight\": 10.05,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"WasteType\": \"Fibrous Material\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"WasteWeight\": 30.6,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Rename","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["rename"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"OldName\": null,\r\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\r\n  },\r\n  {\r\n    \"Id\": null,\r\n    \"OldName\": \"2019-05-29-Flower Location A-H\",\r\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RestoreHarvestedPlants","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["restore","harvestedplants"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"HarvestId\": 1,\r\n    \"PlantTags\": [\r\n      \"ABCDEF012345670000010100\",\r\n      \"ABCDEF012345670000010101\",\r\n      \"ABCDEF012345670000010102\"\r\n    ]\r\n  },\r\n  {\r\n    \"HarvestId\": 2,\r\n    \"PlantTags\": [\r\n      \"ABCDEF012345670000010200\",\r\n      \"ABCDEF012345670000010201\",\r\n      \"ABCDEF012345670000010202\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"DiscontinueWaste","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v2"],"path":["waste","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Items","item":[{"name":"GetItemById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetCategories","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["categories"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetItemBrands","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["brands"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetImageById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["photo","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetFileById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["file","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ItemCategory\": \"Buds\",\r\n    \"Name\": \"Buds Item\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"ItemCategory\": \"Infused (edible)\",\r\n    \"Name\": \"Infused Item\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": 150.0,\r\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": \"Allergens\",\r\n    \"ProductImageFileSystemIds\": [\r\n      5\r\n    ],\r\n    \"ProductPhotoDescription\": \"Product Photo Description\",\r\n    \"LabelImageFileSystemIds\": [\r\n      3\r\n    ],\r\n    \"LabelPhotoDescription\": \"Label Photo Description\",\r\n    \"PackagingImageFileSystemIds\": [\r\n      22\r\n    ],\r\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\r\n    \"ProductPDFFileSystemIds\": [\r\n      22\r\n    ],\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"ItemCategory\": \"Infused (edible)\",\r\n    \"Name\": \"Infused Juice\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": 5.0,\r\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": 150.0,\r\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": 2.0,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProcessingJobCategoryName\": \"Category 1\",\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Buds Item\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Buds\",\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"Strain\": \"String Hill Kush\",\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Extract Spray Paint\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Concentrate (Each)\",\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": 100.0,\r\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": \"Allergens\",\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": \"Product Photo Description\",\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": \"Label Photo Description\",\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Concentrate Extract\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Concentrate (Each)\",\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": 5.0,\r\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": 100.0,\r\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": 2.0,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProcessingJobCategoryName\": \"Category 1\",\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UploadImage","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["photo"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"FileName\": \"Image.png\",\r\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UploadFile","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["file"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"FileName\": \"Image.png\",\r\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"ArchiveItemBrand","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["brand","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"CreateItemBrand","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["brand"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Premium\"\r\n  },\r\n  {\r\n    \"Name\": \"Consumer\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateItemBrand","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["brand"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Premium\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Consumer\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"LabTests","item":[{"name":"GetStates","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["states"],"query":[]}}},{"name":"GetBatches","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["batches"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["types"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetPackagesLabResults","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["results"],"query":[{"key":"packageId","value":"{{packageId}}"},{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Record","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["record"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\r\n    \"DocumentFileName\": \"Sparkly Ventures Lab Results 20151215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\",\r\n    \"Results\": [\r\n      {\r\n        \"LabTestTypeName\": \"THC\",\r\n        \"Quantity\": 100.2345,\r\n        \"Passed\": true,\r\n        \"Notes\": \"\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000000002\",\r\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\r\n    \"DocumentFileName\": null,\r\n    \"DocumentFileBase64\": null,\r\n    \"Results\": [\r\n      {\r\n        \"LabTestTypeName\": \"THC\",\r\n        \"Quantity\": 100.2345,\r\n        \"Passed\": true,\r\n        \"Notes\": \"\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateLabTestDocument","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["labtestdocument"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LabTestResultId\": 1,\r\n    \"DocumentFileName\": \"Medigrazers Lab Results 20181215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\r\n  },\r\n  {\r\n    \"LabTestResultId\": 2,\r\n    \"DocumentFileName\": \"Medigrazers Lab Results 20190215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ReleaseResults","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["results","release"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetLabTestDocumentById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v2"],"path":["labtestdocument","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Locations","item":[{"name":"GetLocationById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":["types"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Harvest Location\",\r\n    \"LocationTypeName\": \"Default\"\r\n  },\r\n  {\r\n    \"Name\": \"Plants Location\",\r\n    \"LocationTypeName\": \"Planting\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 5,\r\n    \"Name\": \"Harvesting Location\",\r\n    \"LocationTypeName\": \"Default\"\r\n  },\r\n  {\r\n    \"Id\": 6,\r\n    \"Name\": \"Planting Location\",\r\n    \"LocationTypeName\": \"Planting\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Packages","item":[{"name":"GetPackageById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetPackageAdjustments","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["adjustments"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetPackageSourceHarvestById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["{{id}}","source","harvests"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetPackageByLabel","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["{{label}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetIntransit","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["intransit"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetLabSamples","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["labsamples"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["types"],"query":[]}}},{"name":"GetAdjustmentReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["adjust","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010041\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": true,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": null,\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": true,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreateForTesting","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["testing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 2.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"Note\": \"Note\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010041\",\r\n        \"Quantity\": 2.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": [\r\n      \"Usable Marijuana for Retail\"\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 2.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"Note\": \"Note\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010041\",\r\n        \"Quantity\": 2.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantings","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["plantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\r\n    \"PackageAdjustmentAmount\": 2.0,\r\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 1,\r\n    \"LocationName\": \"Plant Batch Location1\",\r\n    \"SublocationName\": \"Plant Batch Sublocation1\",\r\n    \"StrainName\": \"AK-47\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\r\n    \"PackageAdjustmentAmount\": 4.0,\r\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\r\n    \"PlantBatchName\": \"Flo Seed 1/31/2017\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"PlantCount\": 2,\r\n    \"LocationName\": \"Plant Batch Location2\",\r\n    \"SublocationName\": \"Plant Batch Sublocation2\",\r\n    \"StrainName\": \"Flo\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010043\",\r\n    \"PackageAdjustmentAmount\": null,\r\n    \"PackageAdjustmentUnitOfMeasureName\": null,\r\n    \"PlantBatchName\": \"Blue Dream Plants 1/31/2017\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 10,\r\n    \"LocationName\": \"Plant Batch Location3\",\r\n    \"SublocationName\": \"Plant Batch Sublocation3\",\r\n    \"StrainName\": \"Blue Dream\",\r\n    \"PatientLicenseNumber\": \"X00003\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"FlagDonation","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["donation","flag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UnflagDonation","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["donation","unflag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeShelfLifeDates","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["usebydate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"ExpirationDate\": \"2015-11-15\",\r\n    \"SellByDate\": \"2015-11-15\",\r\n    \"UseByDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"ExpirationDate\": \"2015-11-15\",\r\n    \"SellByDate\": \"2015-11-15\",\r\n    \"UseByDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeItem","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["item"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Item\": \"Shake\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Item\": \"Shake\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeNote","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["note"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\r\n    \"Note\": \"Package note here.\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\r\n    \"Note\": \"\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeLocations","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["location"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Location\": \"Back Location\",\r\n    \"Sublocation\": \"Back Sublocation\",\r\n    \"MoveDate\": \"0001-01-01\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Location\": \"Storage Closet\",\r\n    \"Sublocation\": \"Shelf 2\",\r\n    \"MoveDate\": \"2018-03-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeRequiredLabTestBatches","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["labtests","required"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"RequiredLabTestBatches\": [\r\n      \"Usable Marijuana for Retail\"\r\n    ]\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"RequiredLabTestBatches\": [\r\n      \"Usable Marijuana for Retail\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeExternalId","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["externalid"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\r\n    \"ExternalId\": \"1234567890123456.\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\r\n    \"ExternalId\": \"\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"FlagTradeSample","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["tradesample","flag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UnflagTradeSample","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["tradesample","unflag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"AdjustQuantity","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Quantity\": -2.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Drying\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": null\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Scale Variance\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Quantity\": -2.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Drying\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": null\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Scale Variance\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RemediateProducts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["remediate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Further Drying\",\r\n    \"RemediationDate\": \"2016-10-17\",\r\n    \"RemediationSteps\": \"Used hair dryer\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Further Drying\",\r\n    \"RemediationDate\": \"2016-10-17\",\r\n    \"RemediationSteps\": \"Used natural sunlight\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"PreTreatProducts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["pretreat"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Drying\",\r\n    \"PreTreatmentDate\": \"2016-10-17\",\r\n    \"PreTreatmentSteps\": \"Used hair dryer\",\r\n    \"ReasonName\": \"Reason\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Drying\",\r\n    \"PreTreatmentDate\": \"2016-10-17\",\r\n    \"PreTreatmentSteps\": \"Used natural sunlight\",\r\n    \"ReasonName\": \"Reason\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Discontinue","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"DecontaminateProducts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["decontaminate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"DecontaminationMethodName\": \"Further Drying\",\r\n    \"DecontaminationDate\": \"2016-10-17\",\r\n    \"DecontaminationSteps\": \"Used hair dryer\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"DecontaminationMethodName\": \"Further Drying\",\r\n    \"DecontaminationDate\": \"2016-10-17\",\r\n    \"DecontaminationSteps\": \"Used natural sunlight\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"FlagFinishedGood","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["finishedgood","flag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UnflagFinishedGood","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["finishedgood","unflag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetTransferred","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["transferred"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}}]},{"name":"PatientCheckIns","item":[{"name":"GetPatientCheckInLocations","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v2"],"path":["locations"],"query":[]}}},{"name":"GetPatientCheckIn","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"checkinDateStart","value":"{{checkinDateStart}}"},{"key":"checkinDateEnd","value":"{{checkinDateEnd}}"}]}}},{"name":"RecordPatientCheckIn","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patient-checkins/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PatientLicenseNumber\": \"X100420\",\r\n    \"CheckInLocationId\": 4,\r\n    \"RegistrationStartDate\": \"2022-11-01\",\r\n    \"RegistrationExpiryDate\": \"2024-10-31\",\r\n    \"CheckInDate\": \"2022-11-06\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdatePatientCheckIn","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patient-checkins/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 4,\r\n    \"PatientLicenseNumber\": \"X100420\",\r\n    \"CheckInLocationId\": 4,\r\n    \"RegistrationStartDate\": \"2022-11-01\",\r\n    \"RegistrationExpiryDate\": \"2024-10-31\",\r\n    \"CheckInDate\": \"2022-11-06\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchivePatientCheckIn","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Patients","item":[{"name":"GetPatientById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Add","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LicenseNumber\": \"000001\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"LicenseNumber\": \"000002\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LicenseNumber\": \"000001\",\r\n    \"NewLicenseNumber\": null,\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 7,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"LicenseNumber\": \"000002\",\r\n    \"NewLicenseNumber\": \"000003\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 1.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Remove","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"PatientsStatus","item":[{"name":"GetStatusesByPatient","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v2"],"path":["statuses","{{patientLicenseNumber}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"PlantBatches","item":[{"name":"GetPlantBatchById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["types"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Destroy","request":{"method":"DELETE","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"WasteMethodName\": \"Laser Beam\",\r\n    \"WasteMaterialMixed\": \"Motor Oil\",\r\n    \"WasteReasonName\": \"Mater Theft\",\r\n    \"ReasonNote\": \"Mater stole a couple plants.\",\r\n    \"WasteWeight\": 1.209,\r\n    \"WasteUnitOfMeasure\": \"Grams\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 10,\r\n    \"WasteMethodName\": null,\r\n    \"WasteMaterialMixed\": null,\r\n    \"WasteReasonName\": \"Ran over plants with no waste.\",\r\n    \"ReasonNote\": \"McQueen ran over the plants. Poor little plants. =(\",\r\n    \"WasteWeight\": 0.0,\r\n    \"WasteUnitOfMeasure\": null,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetWasteReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["waste","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordWaste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantBatchName\": \"Plant Batch A\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatchName\": \"Testing Plant Batch\",\r\n    \"Quantity\": -2,\r\n    \"AdjustmentReason\": \"Drying\",\r\n    \"AdjustmentDate\": \"2023-01-20\",\r\n    \"ReasonNote\": null\r\n  },\r\n  {\r\n    \"PlantBatchName\": \"Testing Plant Batch\",\r\n    \"Quantity\": 1,\r\n    \"AdjustmentReason\": \"Scale Variance\",\r\n    \"AdjustmentDate\": \"2023-01-20\",\r\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditives","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesUsingAdditivesTemplate","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["additives","usingtemplate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 1\",\r\n    \"Rate\": \"5 Pounds\",\r\n    \"Volume\": \"1000 Sq. ft.\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2025-01-15\"\r\n  },\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 2\",\r\n    \"Rate\": \"4 Grams\",\r\n    \"Volume\": \"200 Yards\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2025-01-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantings","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["plantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"B. Kush 5-30\",\r\n    \"Type\": \"Clone\",\r\n    \"Count\": 25,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": null\r\n  },\r\n  {\r\n    \"Name\": \"B. Kush 5-31\",\r\n    \"Type\": \"Seed\",\r\n    \"Count\": 50,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": null\r\n  },\r\n  {\r\n    \"Name\": \"B. Kush 5-32\",\r\n    \"Type\": \"Seed\",\r\n    \"Count\": 3,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": [\r\n      {\r\n        \"PlantBatchName\": \"Red Crush\"\r\n      },\r\n      {\r\n        \"PlantBatchName\": \"Blue Dream\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["packages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"PlantBatch\": \"Demo Plant Batch 1\",\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"PatientLicenseNumber\": \"P00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  },\r\n  {\r\n    \"Id\": 5,\r\n    \"PlantBatch\": null,\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"PatientLicenseNumber\": \"P00002\",\r\n    \"Note\": \"\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackagesFromMotherPlant","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["packages","frommotherplant"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"PlantBatch\": \"Demo Plant Batch 1\",\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"PatientLicenseNumber\": \"P00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  },\r\n  {\r\n    \"Id\": 5,\r\n    \"PlantBatch\": null,\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"PatientLicenseNumber\": \"P00002\",\r\n    \"Note\": \"\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"SplitPlantBatch","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["split"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatch\": \"B. Kush 5-30\",\r\n    \"GroupName\": \"New Plant Batch\",\r\n    \"Count\": 25,\r\n    \"Location\": \"Plant Batch Location\",\r\n    \"Sublocation\": \"Plant Batch Sublocation\",\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PlantBatch\": \"B. Kush 5-31\",\r\n    \"GroupName\": \"New Plant Batch\",\r\n    \"Count\": 50,\r\n    \"Location\": \"Plant Batch Location\",\r\n    \"Sublocation\": null,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeGrowthPhase","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["growthphase"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"StartingTag\": \"ABCDEF012345670000020401\",\r\n    \"GrowthPhase\": \"Flowering\",\r\n    \"NewLocation\": \"Plants Location\",\r\n    \"NewSublocation\": \"Plants Sublocation\",\r\n    \"GrowthDate\": \"2015-12-15\",\r\n    \"PatientLicenseNumber\": \"X00001\"\r\n  },\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"StartingTag\": \"ABCDEF012345670000020427\",\r\n    \"GrowthPhase\": \"Vegetative\",\r\n    \"NewLocation\": \"Harvest Location\",\r\n    \"NewSublocation\": \"Harvest Sublocation\",\r\n    \"GrowthDate\": \"2015-12-15\",\r\n    \"PatientLicenseNumber\": \"X00002\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RenamePlantBatch","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["name"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Group\": \"Plant Batch 1\",\r\n    \"NewGroup\": \"ABCDEF012345670000000002\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Group\": null,\r\n    \"NewGroup\": \"New Group\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ReplacePlantBatchTags","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["tag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Group\": \"Plant Batch 1\",\r\n    \"TagId\": null,\r\n    \"NewTag\": \"ABCDEF012345670000000002\",\r\n    \"ReplaceDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Group\": null,\r\n    \"TagId\": 3,\r\n    \"NewTag\": null,\r\n    \"ReplaceDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeStrain","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["strain"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": null,\r\n    \"StrainId\": 1,\r\n    \"StrainName\": null\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": null,\r\n    \"StrainId\": 2,\r\n    \"StrainName\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"MovePlantBatch","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["location"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"MoveDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Name\": \"Metrc Bliss 5/30/2018\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"MoveDate\": \"2018-01-05\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetPlantBatchWaste","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}}]},{"name":"Plants","item":[{"name":"GetAdditiveTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives","types"],"query":[]}}},{"name":"GetPlantById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetPlantByLabel","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["{{label}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetVegetativePlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["vegetative"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetFloweringPlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["flowering"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetMotherPlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["mother"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactiveMotherPlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["mother","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetOnHoldMotherPlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["mother","onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetAdditives","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetGrowthPhases","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["growthphases"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetWasteReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"RecordAdditivesByPlants","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010011\",\r\n      \"ABCDEF012345670000010012\"\r\n    ],\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010013\",\r\n      \"ABCDEF012345670000010014\"\r\n    ],\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesByPlantsUsingAdditivesTemplate","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives","usingtemplate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 1\",\r\n    \"Rate\": \"5 Pounds\",\r\n    \"Volume\": \"1000 Sq. ft.\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010011\",\r\n      \"ABCDEF012345670000010012\"\r\n    ],\r\n    \"ActualDate\": \"2025-01-24\"\r\n  },\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 2\",\r\n    \"Rate\": \"4 Grams\",\r\n    \"Volume\": \"2000 Yards\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010013\",\r\n      \"ABCDEF012345670000010014\"\r\n    ],\r\n    \"ActualDate\": \"2025-01-24\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesByLocation","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives","bylocation"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesByLocationUsingAdditivesTemplate","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["additives","bylocation","usingtemplate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 1\",\r\n    \"Rate\": \"5 Pounds\",\r\n    \"Volume\": \"1000 Sq. ft.\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2025-01-15\"\r\n  },\r\n  {\r\n    \"AdditivesTemplateName\": \"Additive Template 2\",\r\n    \"Rate\": \"4 Grams\",\r\n    \"Volume\": \"200 Yards\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2025-01-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantBatches","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["plantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000010011\",\r\n    \"PlantBatchName\": \"Demo Plant Batch 1\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 3,\r\n    \"LocationName\": \"Plant Location\",\r\n    \"SublocationName\": \"Plant Sublocation\",\r\n    \"StrainName\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\r\n  },\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000010012\",\r\n    \"PlantBatchName\": \"Demo Plant Batch 2\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"PlantCount\": 2,\r\n    \"LocationName\": \"Plant Location\",\r\n    \"SublocationName\": \"Plant Sublocation\",\r\n    \"StrainName\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantBatchPackage","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["plantbatch","packages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000000011\",\r\n    \"PackageTag\": \"ABCDEF012345670000010011\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"Item\": \"Blue Dream Clones\",\r\n    \"Location\": \"Package Room 1\",\r\n    \"Sublocation\": null,\r\n    \"Note\": null,\r\n    \"IsTradeSample\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"Count\": 25,\r\n    \"ActualDate\": \"2020-01-15T12:25:43Z\"\r\n  },\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000000012\",\r\n    \"PackageTag\": \"ABCDEF012345670000010013\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"Item\": \"Blue Dream Seeds\",\r\n    \"Location\": \"Package Room 2\",\r\n    \"Sublocation\": \"Package Sublocation 1\",\r\n    \"Note\": null,\r\n    \"IsTradeSample\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"Count\": 25,\r\n    \"ActualDate\": \"2020-01-15T12:36:32Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Manicure","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["manicure"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000000001\",\r\n    \"Weight\": 100.23,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Plants Location\",\r\n    \"DryingSublocation\": \"Plants Sublocation\",\r\n    \"HarvestName\": null,\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"PlantCount\": 3\r\n  },\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000000001\",\r\n    \"Weight\": 50.10,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Plants Location\",\r\n    \"DryingSublocation\": \"Plants Sublocation\",\r\n    \"HarvestName\": \"2015-12-15-Harvest Location-M\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"PlantCount\": 3\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Move","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["location"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeGrowthPhases","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["growthphase"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"NewTag\": \"ABCDEF012345670000020001\",\r\n    \"GrowthPhase\": \"Flowering\",\r\n    \"NewLocation\": \"Plants Location\",\r\n    \"NewSublocation\": null,\r\n    \"GrowthDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"NewTag\": \"ABCDEF012345670000020002\",\r\n    \"GrowthPhase\": \"Vegetative\",\r\n    \"NewLocation\": \"Harvest Location\",\r\n    \"NewSublocation\": null,\r\n    \"GrowthDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ReplacePlantTags","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["tag"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"TagId\": null,\r\n    \"NewTag\": \"ABCDEF012345670000000002\",\r\n    \"ReplaceDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"TagId\": 3,\r\n    \"NewTag\": null,\r\n    \"ReplaceDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeStrain","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["strain"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Label\": null,\r\n    \"StrainId\": 1,\r\n    \"StrainName\": null\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"StrainId\": 2,\r\n    \"StrainName\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Harvest","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["harvest"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000010011\",\r\n    \"Weight\": 100.23,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Harvest Location\",\r\n    \"DryingSublocation\": \"Harvest Sublocation1\",\r\n    \"HarvestName\": \"2015-12-15-Harvest Location-H\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000010012\",\r\n    \"Weight\": 10.15,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Harvest Location\",\r\n    \"DryingSublocation\": \"Harvest Sublocation2\",\r\n    \"HarvestName\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Merge","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["merge"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TargetPlantGroupLabel\": \"ABCDEF012345670000000001\",\r\n    \"SourcePlantGroupLabel\": \"ABCDEF012345670000000002\",\r\n    \"MergeDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"TargetPlantGroupLabel\": \"ABCDEF012345670000000003\",\r\n    \"SourcePlantGroupLabel\": \"ABCDEF012345670000000004\",\r\n    \"MergeDate\": \"2015-12-16\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Destroy","request":{"method":"DELETE","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"WasteMethodName\": \"Compost\",\r\n    \"WasteMaterialMixed\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"WasteUnitOfMeasureName\": \"grams\",\r\n    \"WasteReasonName\": \"Destroy\",\r\n    \"Count\": 0,\r\n    \"ReasonNote\": \"Had to go.\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"WasteMethodName\": \"Grinder\",\r\n    \"WasteMaterialMixed\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"WasteUnitOfMeasureName\": \"grams\",\r\n    \"WasteReasonName\": \"Destroy\",\r\n    \"Count\": 0,\r\n    \"ReasonNote\": \"Had to go.\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordWaste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"LocationName\": \"Veg Room A\",\r\n    \"SublocationName\": \"Sublocation A\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantLabels\": []\r\n  },\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 12.82,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"LocationName\": null,\r\n    \"SublocationName\": \"Sublocation B\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000000100\",\r\n      \"ABCDEF012345670000000101\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetWasteMethodsAll","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste","methods","all"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"SplitPlantGroup","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["split"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"SplitDate\": \"2022-12-15\",\r\n    \"SourcePlantLabel\": \"ABCDEF012345670000000001\",\r\n    \"PlantCount\": 5,\r\n    \"TagLabel\": \"ABCDEF012345670000000005\",\r\n    \"StrainLabel\": \"efg\"\r\n  },\r\n  {\r\n    \"SplitDate\": \"2022-12-15\",\r\n    \"SourcePlantLabel\": \"ABCDEF012345670000000002\",\r\n    \"PlantCount\": 10,\r\n    \"TagLabel\": \"ABCDEF012345670000000006\",\r\n    \"StrainLabel\": \"efg\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetPlantWaste","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetWastePlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste","{{id}}","plant"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetWastePackages","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v2"],"path":["waste","{{id}}","package"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}}]},{"name":"ProcessingJob","item":[{"name":"GetProcessingJobById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetActiveJobTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactiveJobTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetAttributes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes","attributes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetCategories","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes","categories"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["createpackages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"JobName\": \"Job 1\",\r\n    \"Tag\": \"ABCDEFG11232131\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": null,\r\n    \"Quantity\": 12.0,\r\n    \"UnitOfMeasure\": \"Grams\",\r\n    \"IsFinishedGood\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"Note\": null,\r\n    \"ProductionBatchNumber\": null,\r\n    \"FinishProcessingJob\": false,\r\n    \"FinishDate\": null,\r\n    \"WasteCountQuantity\": null,\r\n    \"WasteCountUnitOfMeasureName\": null,\r\n    \"WasteVolumeQuantity\": null,\r\n    \"WasteVolumeUnitOfMeasureName\": null,\r\n    \"WasteWeightQuantity\": null,\r\n    \"WasteWeightUnitOfMeasureName\": null,\r\n    \"FinishNote\": null,\r\n    \"PackageDate\": null,\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Start","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["start"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"JobName\": \"Job 1\",\r\n    \"JobType\": \"Infusing\",\r\n    \"CountUnitOfMeasure\": \"Each\",\r\n    \"VolumeUnitOfMeasure\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasure\": \"Ounces\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 10.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 5.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      }\r\n    ],\r\n    \"StartDate\": \"0001-01-01T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 0,\r\n    \"AdjustmentReason\": \"Data Entry\",\r\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\r\n    \"AdjustmentNote\": null,\r\n    \"CountUnitOfMeasureName\": null,\r\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasureName\": \"Ounces\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 3.0,\r\n        \"UnitOfMeasure\": \"Liters\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Id\": 0,\r\n    \"AdjustmentReason\": \"Data Entry\",\r\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\r\n    \"AdjustmentNote\": null,\r\n    \"CountUnitOfMeasureName\": \"Each\",\r\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasureName\": null,\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Each\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 3.0,\r\n        \"UnitOfMeasure\": \"Liters\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreateJobTypes","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Infuse Brownies\",\r\n    \"Description\": \"Turn Buds into Brownies\",\r\n    \"Category\": \"Processing\",\r\n    \"ProcessingSteps\": \"Extract THC and Bake\",\r\n    \"Attributes\": [\r\n      \"Infuse\",\r\n      \"Cooking\",\r\n      \"Food\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"FinishDate\": \"2021-11-23T00:00:00Z\",\r\n    \"FinishNote\": \"Infusing\",\r\n    \"TotalCountWaste\": null,\r\n    \"WasteCountUnitOfMeasureName\": null,\r\n    \"TotalVolumeWaste\": null,\r\n    \"WasteVolumeUnitOfMeasureName\": null,\r\n    \"TotalWeightWaste\": 10.0,\r\n    \"WasteWeightUnitOfMeasureName\": \"Ounces\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateJobTypes","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Vape Pen\",\r\n    \"Description\": \"Create extract for vape pen\",\r\n    \"CategoryName\": \"Vape\",\r\n    \"ProcessingSteps\": \"Extract THC and infuse into pen\",\r\n    \"Attributes\": [\r\n      \"Vape\",\r\n      \"Infuse\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveJobTypes","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["jobtypes","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"ArchiveJobs","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Sales","item":[{"name":"GetCustomerTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["customertypes"],"query":[]}}},{"name":"GetPatientRegistrationLocations","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["patientregistration","locations"],"query":[]}}},{"name":"GetDeliveryById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetDeliveriesActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveriesInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveryReturnReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","returnreasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetCounties","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["counties"],"query":[]}}},{"name":"GetPaymentTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["paymenttypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetReceiptById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetReceiptByExternalNumber","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","external","{{externalNumber}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetReceiptsActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactiveReceipts","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"RecordDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransporterFacilityLicenseNumber\": \"1\",\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"RecipientZoneId\": null,\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQMm\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQMp\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordReceipts","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"SalesDateTime\": \"2016-10-04T16:44:53.000\",\r\n    \"ExternalReceiptNumber\": \"ABC-1234\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"CaregiverLicenseNumber\": null,\r\n    \"IdentificationMethod\": null,\r\n    \"PatientRegistrationLocationId\": null,\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQCA\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQCb\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateHubTransporters","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","hub"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"TransporterFacilityId\": \"Facility-1\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"AcceptHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","hub","accept"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CompleteDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","complete"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"PaymentType\": null,\r\n    \"AcceptedPackages\": [\r\n      \"ABCDEF012345670000000001\"\r\n    ],\r\n    \"ReturnedPackages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000000002\",\r\n        \"ReturnQuantityVerified\": 1.0,\r\n        \"ReturnUnitOfMeasure\": \"Ounces\",\r\n        \"ReturnReason\": \"Spoilage\",\r\n        \"ReturnReasonNote\": \"\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"DepartHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","hub","depart"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VerifyIDHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","hub","verifyID"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"PaymentType\": \"Cash\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"PaymentType\": \"Electronic\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateDeliveries","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"TransporterFacilityLicenseNumber\": \"1\",\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"RecipientZoneId\": \"0001\",\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQDe\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQDf\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateReceipts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 51,\r\n    \"SalesDateTime\": \"2016-10-04T16:47:24.000\",\r\n    \"ExternalReceiptNumber\": \"ABC-123\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"CaregiverLicenseNumber\": null,\r\n    \"IdentificationMethod\": null,\r\n    \"PatientRegistrationLocationId\": null,\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.98,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n        \"Quantity\": 2.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQRe\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQRa\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"FinalizeReceipts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","finalize"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UnfinalizeReceipts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","unfinalize"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidDelivery","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"ArchiveReceipt","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["receipts","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetRetailerDeliveriesActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetRetailerDeliveriesInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetRetailerDeliveryById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": [\r\n      {\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"456DEF\",\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\r\n            \"Quantity\": 2.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 16.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQXx\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQXy\"\r\n            ]\r\n          }\r\n        ]\r\n      },\r\n      {\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"123ABC\",\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\r\n            \"Quantity\": 3.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQYr\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQPq\"\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"Packages\": [\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      },\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateRetailerDeliveries","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 5,\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": \"ABC123\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": [\r\n      {\r\n        \"Id\": 1,\r\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"456DEF\",\r\n        \"DriverEmployeeId\": null,\r\n        \"DriverName\": null,\r\n        \"DriversLicenseNumber\": null,\r\n        \"PhoneNumberForQuestions\": null,\r\n        \"VehicleMake\": null,\r\n        \"VehicleModel\": null,\r\n        \"VehicleLicensePlateNumber\": null,\r\n        \"VehicleRegistrationNumber\": null,\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"PlannedRoute\": null,\r\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQTy\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQTo\"\r\n            ]\r\n          }\r\n        ]\r\n      },\r\n      {\r\n        \"Id\": 2,\r\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"123ABC\",\r\n        \"DriverEmployeeId\": null,\r\n        \"DriverName\": null,\r\n        \"DriversLicenseNumber\": null,\r\n        \"PhoneNumberForQuestions\": null,\r\n        \"VehicleMake\": null,\r\n        \"VehicleModel\": null,\r\n        \"VehicleLicensePlateNumber\": null,\r\n        \"VehicleRegistrationNumber\": null,\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"PlannedRoute\": null,\r\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQUu\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQUa\"\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"Packages\": [\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      },\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidRetailerDelivery","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"DepartDelivery","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","depart"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 6\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RestockRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","restock"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 1,\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": null,\r\n    \"Packages\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99,\r\n        \"RemoveCurrentPackage\": false\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99,\r\n        \"RemoveCurrentPackage\": true\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordSaleFromRetailerDelivery","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","sale"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 1,\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientZoneId\": null,\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQAa\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQBb\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"EndRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v2"],"path":["deliveries","retailer","end"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 6,\r\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000000002\",\r\n        \"EndQuantity\": 1.0,\r\n        \"EndUnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"Sandbox","item":[{"name":"IntegratorSetup","request":{"method":"POST","header":null,"url":{"host":["{{Metrc.api.server}}/sandbox/v2"],"path":["integrator","setup"],"query":[{"key":"userKey","value":"{{userKey}}"}]}}}]},{"name":"Strains","item":[{"name":"GetStrainById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Spring Hill Kush\",\r\n    \"TestingStatus\": \"None\",\r\n    \"ThcLevel\": 0.1865,\r\n    \"CbdLevel\": 0.1075,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  },\r\n  {\r\n    \"Name\": \"TN Orange Dream\",\r\n    \"TestingStatus\": \"None\",\r\n    \"ThcLevel\": 0.075,\r\n    \"CbdLevel\": 0.14,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Spring Hill Kush\",\r\n    \"TestingStatus\": \"InHouse\",\r\n    \"ThcLevel\": 0.1865,\r\n    \"CbdLevel\": 0.1075,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"TN Orange Dream\",\r\n    \"TestingStatus\": \"ThirdParty\",\r\n    \"ThcLevel\": 0.075,\r\n    \"CbdLevel\": 0.14,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Sublocations","item":[{"name":"GetSublocationById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Room 1 Sublocation\"\r\n  },\r\n  {\r\n    \"Name\": \"Table 1 Sublocation\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Room 1A Sublocation\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Table 2B Sublocation\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sublocations/v2"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Tags","item":[{"name":"GetAvailablePlantTags","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/tags/v2"],"path":["plant","available"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetAvailablePackageTags","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/tags/v2"],"path":["package","available"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetStagedTags","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/tags/v2"],"path":["staged"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Transfers","item":[{"name":"GetTransferHubs","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["hub"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetIncoming","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetOutgoing","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["outgoing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetRejected","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["rejected"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveries","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["{{id}}","deliveries"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDestinationTransporters","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","{{id}}","transporters"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTransporterDetails","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","{{id}}","transporters","details"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveryPackages","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","{{id}}","packages"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveryPackagesWholesale","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","{{id}}","packages","wholesale"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDeliveryPackageRequiredLabTestBatches","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","package","{{id}}","requiredlabtestbatches"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["deliveries","packages","states"],"query":[]}}},{"name":"GetTemplates","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTemplateDeliveries","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing","{{id}}","deliveries"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTemplateTransporters","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing","deliveries","{{id}}","transporters"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTemplateTransportersDetails","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing","deliveries","{{id}}","transporters","details"],"query":[]}}},{"name":"GetTemplateDeliveryPackages","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing","deliveries","{{id}}","packages"],"query":[{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetTransferTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["types"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetManifestPdf","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["manifest","{{id}}","pdf"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"CreateExternalIncoming","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["external","incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipperLicenseNumber\": \"123-ABC\",\r\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\r\n    \"ShipperMainPhoneNumber\": \"123-456-7890\",\r\n    \"ShipperAddress1\": \"123 Real Street\",\r\n    \"ShipperAddress2\": null,\r\n    \"ShipperAddressCity\": \"Somewhere\",\r\n    \"ShipperAddressState\": \"CO\",\r\n    \"ShipperAddressPostalCode\": null,\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"GrossWeight\": null,\r\n        \"GrossUnitOfWeightId\": null,\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": [\r\n              {\r\n                \"DriverOccupationalLicenseNumber\": \"50\",\r\n                \"DriverName\": \"X\",\r\n                \"DriverLicenseNumber\": \"5\",\r\n                \"DriverLayoverLeg\": \"FromLayover\",\r\n                \"VehicleMake\": \"X\",\r\n                \"VehicleModel\": \"X\",\r\n                \"VehicleLicensePlateNumber\": \"X\",\r\n                \"VehicleRegistrationNumber\": \"X\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 10.0,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 20.1,\r\n            \"GrossUnitOfWeightName\": \"Grams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"123456789\",\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 9.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": null,\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 8.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"010203040506\",\r\n            \"IsFinishedGood\": true\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreateTemplates","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Template 1\",\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": [\r\n              {\r\n                \"DriverOccupationalLicenseNumber\": \"50\",\r\n                \"DriverName\": \"X\",\r\n                \"DriverLicenseNumber\": \"5\",\r\n                \"DriverLayoverLeg\": \"FromLayover\",\r\n                \"VehicleMake\": \"X\",\r\n                \"VehicleModel\": \"X\",\r\n                \"VehicleLicensePlateNumber\": \"X\",\r\n                \"VehicleRegistrationNumber\": \"X\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 20.5,\r\n            \"GrossUnitOfWeightName\": \"Grams\"\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 30.6,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateExternalIncoming","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["external","incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransferId\": 1,\r\n    \"ShipperLicenseNumber\": \"123-ABC\",\r\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\r\n    \"ShipperMainPhoneNumber\": null,\r\n    \"ShipperAddress1\": null,\r\n    \"ShipperAddress2\": null,\r\n    \"ShipperAddressCity\": null,\r\n    \"ShipperAddressState\": null,\r\n    \"ShipperAddressPostalCode\": null,\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"TransferDestinationId\": null,\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"GrossWeight\": null,\r\n        \"GrossUnitOfWeightId\": null,\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": [\r\n              {\r\n                \"DriverOccupationalLicenseNumber\": \"50\",\r\n                \"DriverName\": \"X\",\r\n                \"DriverLicenseNumber\": \"5\",\r\n                \"DriverLayoverLeg\": \"FromLayover\",\r\n                \"VehicleMake\": \"X\",\r\n                \"VehicleModel\": \"X\",\r\n                \"VehicleLicensePlateNumber\": \"X\",\r\n                \"VehicleRegistrationNumber\": \"X\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 10.0,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 20.1,\r\n            \"GrossUnitOfWeightName\": \"Grams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"123456789\",\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 9.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": null,\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 8.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"010203040506\",\r\n            \"IsFinishedGood\": true\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateTemplates","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransferTemplateId\": 1,\r\n    \"Name\": \"Template 1\",\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"TransferDestinationId\": 0,\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": [\r\n              {\r\n                \"DriverOccupationalLicenseNumber\": \"50\",\r\n                \"DriverName\": \"X\",\r\n                \"DriverLicenseNumber\": \"5\",\r\n                \"DriverLayoverLeg\": \"FromLayover\",\r\n                \"VehicleMake\": \"X\",\r\n                \"VehicleModel\": \"X\",\r\n                \"VehicleLicensePlateNumber\": \"X\",\r\n                \"VehicleRegistrationNumber\": \"X\"\r\n              }\r\n            ]\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 20.5,\r\n            \"GrossUnitOfWeightName\": \"Grams\"\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 30.6,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidExternalIncoming","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["external","incoming","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"ArchiveTemplate","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["templates","outgoing","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"ArriveTransferHub","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["hub","arrive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Return\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 112,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CheckInTransferHub","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["hub","checkin"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Return\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 112,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CheckOutTransferHub","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["hub","checkout"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Return\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 112,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"DepartTransferHub","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v2"],"path":["hub","depart"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 111,\r\n    \"TransporterDirection\": \"Return\"\r\n  },\r\n  {\r\n    \"ShipmentDeliveryId\": 112,\r\n    \"TransporterDirection\": \"Outbound\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"Transporters","item":[{"name":"GetDrivers","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["drivers"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetDriverById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["drivers","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"CreateDrivers","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["drivers"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Joe Smith\",\r\n    \"DriversLicenseNumber\": \"ABC1234\",\r\n    \"EmployeeId\": \"BTS000007\"\r\n  },\r\n  {\r\n    \"Name\": \"Jane Doe\",\r\n    \"DriversLicenseNumber\": \"ABC1235\",\r\n    \"EmployeeId\": \"BTS131206\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateDriver","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["drivers"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Michelle Doe\",\r\n    \"DriversLicenseNumber\": \"ABC1234\",\r\n    \"EmployeeId\": \"BTS000007\"\r\n  },\r\n  {\r\n    \"Id\": 3,\r\n    \"Name\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"ABC4567\",\r\n    \"EmployeeId\": \"BTS131206\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveDriver","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["drivers","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetVehicles","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["vehicles"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"pageNumber","value":"{{pageNumber}}"},{"key":"pageSize","value":"{{pageSize}}"}]}}},{"name":"GetVehicleById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["vehicles","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"CreateVehicle","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["vehicles"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Make\": \"Mazda\",\r\n    \"Model\": \"3\",\r\n    \"LicensePlateNumber\": \"ABC1234\",\r\n    \"RegistrationNumber\": \"REG1234\"\r\n  },\r\n  {\r\n    \"Make\": \"Toyota\",\r\n    \"Model\": \"Supra\",\r\n    \"LicensePlateNumber\": \"ACB4321\",\r\n    \"RegistrationNumber\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateVehicle","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["vehicles"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 201,\r\n    \"Make\": \"Mazda\",\r\n    \"Model\": \"Miata\",\r\n    \"LicensePlateNumber\": \"DEF5678\",\r\n    \"RegistrationNumber\": \"REG5678\"\r\n  },\r\n  {\r\n    \"Id\": 202,\r\n    \"Make\": \"Toyota\",\r\n    \"Model\": \"Supra\",\r\n    \"LicensePlateNumber\": \"DEF8765\",\r\n    \"RegistrationNumber\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveVehicle","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transporters/v2"],"path":["vehicles","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"UnitsOfMeasure","item":[{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/unitsofmeasure/v2"],"path":["active"],"query":[]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/unitsofmeasure/v2"],"path":["inactive"],"query":[]}}}]},{"name":"WasteMethods","item":[{"name":"GetWasteMethods","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/wastemethods/v2"],"path":[""],"query":[]}}}]},{"name":"Webhooks","item":[{"name":"SetSubscription","request":{"method":"PUT","header":[{"name":"X-Metrc-Auth","key":"X-Metrc-Auth","value":null,"type":"text"}],"url":{"host":["{{Connect.api.server}}/webhooks/v2"],"path":[],"query":[]},"body":{"mode":"raw","raw":"{\r\n  \"objectType\": \"\",\r\n  \"url\": \"\",\r\n  \"verb\": \"\",\r\n  \"status\": \"\",\r\n  \"userApiKey\": \"\",\r\n  \"tpiApiKey\": \"\",\r\n  \"serverPublicKeyFingerprint\": \"\",\r\n  \"template\": \"\",\r\n  \"errorResponseJsonTemplate\": \"\",\r\n  \"facilityLicenseNumbers\": \"\"\r\n}","options":{"raw":{"language":"json"}}}}},{"name":"GetSubscription","request":{"method":"GET","header":[{"name":"X-Metrc-Auth","key":"X-Metrc-Auth","value":null,"type":"text"}],"url":{"host":["{{Connect.api.server}}/webhooks/v2"],"path":[],"query":[]},"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}},{"name":"EnableSubscription","request":{"method":"PUT","header":[{"name":"X-Metrc-Auth","key":"X-Metrc-Auth","value":null,"type":"text"}],"url":{"host":["{{Connect.api.server}}/webhooks/v2"],"path":["enable","{{subscriptionId}}"],"query":[]},"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}},{"name":"DisableSubscription","request":{"method":"PUT","header":[{"name":"X-Metrc-Auth","key":"X-Metrc-Auth","value":null,"type":"text"}],"url":{"host":["{{Connect.api.server}}/webhooks/v2"],"path":["disable","{{subscriptionId}}"],"query":[]},"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}},{"name":"DeleteSubscription","request":{"method":"DELETE","header":[{"name":"X-Metrc-Auth","key":"X-Metrc-Auth","value":null,"type":"text"}],"url":{"host":["{{Connect.api.server}}/webhooks/v2"],"path":["{{subscriptionId}}"],"query":[]},"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}}}]}]},{"name":"v1","item":[{"name":"CaregiversStatus","item":[{"name":"GetStatusByCaregiver","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/caregivers/v1"],"path":["status","{{caregiverLicenseNumber}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Employees","item":[{"name":"GetByFacilityId","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/employees/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Facilities","item":[{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/facilities/v1"],"path":[""],"query":[]}}}]},{"name":"Harvests","item":[{"name":"GetHarvestById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetHarvestWasteTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["waste","types"],"query":[]}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["create","packages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": 1,\r\n    \"LabTestStageId\": 2,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020203\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020204\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackagesForTesting","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["create","packages","testing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": 1,\r\n    \"LabTestStageId\": 2,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": 2,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 100.23,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 25.1,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020203\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020204\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Shake\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"RemediateProduct\": false,\r\n    \"RemediationMethodId\": null,\r\n    \"RemediationDate\": null,\r\n    \"RemediationSteps\": null,\r\n    \"ProductRequiresDecontamination\": false,\r\n    \"DecontaminateProduct\": false,\r\n    \"DecontaminationDate\": null,\r\n    \"DecontaminationSteps\": null,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"HarvestId\": null,\r\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\r\n        \"Weight\": 50.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      },\r\n      {\r\n        \"HarvestId\": 4,\r\n        \"HarvestName\": null,\r\n        \"Weight\": 1.0,\r\n        \"UnitOfWeight\": \"Grams\"\r\n      }\r\n    ],\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null,\r\n    \"RequiredLabTestBatches\": []\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Location","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["move"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"HarvestName\": null,\r\n    \"DryingLocation\": \"Flower Location A\",\r\n    \"DryingSublocation\": \"Table One\",\r\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\r\n  },\r\n  {\r\n    \"Id\": null,\r\n    \"HarvestName\": \"2019-05-29-Flower Location A-H\",\r\n    \"DryingLocation\": \"Drying Location B\",\r\n    \"DryingSublocation\": null,\r\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Waste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["removewaste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"WasteType\": \"Plant Material\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"WasteWeight\": 10.05,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"WasteType\": \"Fibrous Material\",\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"WasteWeight\": 30.6,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Rename","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["rename"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"OldName\": null,\r\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\r\n  },\r\n  {\r\n    \"Id\": null,\r\n    \"OldName\": \"2019-05-29-Flower Location A-H\",\r\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/harvests/v1"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"Items","item":[{"name":"GetItemById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetCategories","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["categories"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetItemBrands","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["brands"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetImageById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["photo","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["create"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ItemCategory\": \"Buds\",\r\n    \"Name\": \"Buds Item\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"ItemCategory\": \"Infused (edible)\",\r\n    \"Name\": \"Infused Item\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": 150.0,\r\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": \"Allergens\",\r\n    \"ProductImageFileSystemIds\": [\r\n      5\r\n    ],\r\n    \"ProductPhotoDescription\": \"Product Photo Description\",\r\n    \"LabelImageFileSystemIds\": [\r\n      3\r\n    ],\r\n    \"LabelPhotoDescription\": \"Label Photo Description\",\r\n    \"PackagingImageFileSystemIds\": [\r\n      22\r\n    ],\r\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\r\n    \"ProductPDFFileSystemIds\": [\r\n      22\r\n    ],\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"ItemCategory\": \"Infused (edible)\",\r\n    \"Name\": \"Infused Juice\",\r\n    \"GlobalProductName\": null,\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": 5.0,\r\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": 150.0,\r\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": 2.0,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProcessingJobCategoryName\": \"Category 1\",\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["update"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Buds Item\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Buds\",\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"Strain\": \"String Hill Kush\",\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Extract Spray Paint\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Concentrate (Each)\",\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitThcContentDose\": null,\r\n    \"UnitThcContentDoseUnitOfMeasure\": null,\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": 100.0,\r\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": null,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": \"Allergens\",\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": \"Product Photo Description\",\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": \"Label Photo Description\",\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\r\n    \"ProcessingJobCategoryName\": null,\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"Concentrate Extract\",\r\n    \"GlobalProductName\": null,\r\n    \"ItemCategory\": \"Concentrate (Each)\",\r\n    \"UnitOfMeasure\": \"Each\",\r\n    \"Strain\": null,\r\n    \"ItemBrand\": null,\r\n    \"AdministrationMethod\": null,\r\n    \"UnitCbdPercent\": null,\r\n    \"UnitCbdContent\": null,\r\n    \"UnitCbdContentUnitOfMeasure\": null,\r\n    \"UnitCbdContentDose\": null,\r\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": 10.0,\r\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitThcContentDose\": 5.0,\r\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\r\n    \"UnitCbdAPercent\": null,\r\n    \"UnitCbdAContent\": null,\r\n    \"UnitCbdAContentUnitOfMeasure\": null,\r\n    \"UnitCbdAContentDose\": null,\r\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\r\n    \"UnitThcAPercent\": null,\r\n    \"UnitThcAContent\": null,\r\n    \"UnitThcAContentUnitOfMeasure\": null,\r\n    \"UnitThcAContentDose\": null,\r\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\r\n    \"UnitVolume\": null,\r\n    \"UnitVolumeUnitOfMeasure\": null,\r\n    \"UnitWeight\": 100.0,\r\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\r\n    \"ServingSize\": null,\r\n    \"SupplyDurationDays\": null,\r\n    \"NumberOfDoses\": 2.0,\r\n    \"PublicIngredients\": null,\r\n    \"ItemIngredients\": null,\r\n    \"Description\": null,\r\n    \"Allergens\": null,\r\n    \"ProductImageFileSystemIds\": null,\r\n    \"ProductPDFFileSystemIds\": null,\r\n    \"ProductPhotoDescription\": null,\r\n    \"LabelImageFileSystemIds\": null,\r\n    \"LabelPhotoDescription\": null,\r\n    \"PackagingImageFileSystemIds\": null,\r\n    \"PackagingPhotoDescription\": null,\r\n    \"ProcessingJobCategoryName\": \"Category 1\",\r\n    \"ProcessingJobTypeName\": \"PJT-1\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UploadImage","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["photo"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"FileName\": \"Image.png\",\r\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/items/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"LabTests","item":[{"name":"GetStates","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["states"],"query":[]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["types"],"query":[]}}},{"name":"GetPackagesLabResults","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["results"],"query":[{"key":"packageId","value":"{{packageId}}"},{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Record","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["record"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\r\n    \"DocumentFileName\": \"Sparkly Ventures Lab Results 20151215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\",\r\n    \"Results\": [\r\n      {\r\n        \"LabTestTypeName\": \"THC\",\r\n        \"Quantity\": 100.2345,\r\n        \"Passed\": true,\r\n        \"Notes\": \"\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000000002\",\r\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\r\n    \"DocumentFileName\": null,\r\n    \"DocumentFileBase64\": null,\r\n    \"Results\": [\r\n      {\r\n        \"LabTestTypeName\": \"THC\",\r\n        \"Quantity\": 100.2345,\r\n        \"Passed\": true,\r\n        \"Notes\": \"\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateLabTestDocument","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["labtestdocument"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LabTestResultId\": 1,\r\n    \"DocumentFileName\": \"Medigrazers Lab Results 20181215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\r\n  },\r\n  {\r\n    \"LabTestResultId\": 2,\r\n    \"DocumentFileName\": \"Medigrazers Lab Results 20190215.pdf\",\r\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ReleaseResults","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["results","release"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetLabTestDocumentById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/labtests/v1"],"path":["labtestdocument","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Locations","item":[{"name":"GetLocationById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["types"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["create"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Harvest Location\",\r\n    \"LocationTypeName\": \"Default\"\r\n  },\r\n  {\r\n    \"Name\": \"Plants Location\",\r\n    \"LocationTypeName\": \"Planting\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["update"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 5,\r\n    \"Name\": \"Harvesting Location\",\r\n    \"LocationTypeName\": \"Default\"\r\n  },\r\n  {\r\n    \"Id\": 6,\r\n    \"Name\": \"Planting Location\",\r\n    \"LocationTypeName\": \"Planting\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/locations/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Packages","item":[{"name":"GetPackageById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetPackageByLabel","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["{{label}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["types"],"query":[]}}},{"name":"GetAdjustmentReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["adjust","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["create"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010041\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": true,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": null,\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": true,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreateForTesting","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["create","testing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010041\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Buds\",\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": true,\r\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": true,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  },\r\n  {\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": null,\r\n    \"Quantity\": 16.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"Note\": null,\r\n    \"IsProductionBatch\": false,\r\n    \"ProductionBatchNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"IsTradeSample\": false,\r\n    \"IsFinishedGood\": null,\r\n    \"ProductRequiresRemediation\": false,\r\n    \"UseSameItem\": true,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null,\r\n    \"Ingredients\": [\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      },\r\n      {\r\n        \"Package\": \"ABCDEF012345670000010044\",\r\n        \"Quantity\": 8.0,\r\n        \"UnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ],\r\n    \"RequiredLabTestBatches\": null,\r\n    \"ProcessingJobTypeId\": null,\r\n    \"LabTestStageId\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantings","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["create","plantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\r\n    \"PackageAdjustmentAmount\": 2.0,\r\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 1,\r\n    \"LocationName\": \"Plant Batch Location1\",\r\n    \"SublocationName\": \"Plant Batch Sublocation1\",\r\n    \"StrainName\": \"AK-47\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\r\n    \"PackageAdjustmentAmount\": 4.0,\r\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\r\n    \"PlantBatchName\": \"Flo Seed 1/31/2017\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"PlantCount\": 2,\r\n    \"LocationName\": \"Plant Batch Location2\",\r\n    \"SublocationName\": \"Plant Batch Sublocation2\",\r\n    \"StrainName\": \"Flo\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010043\",\r\n    \"PackageAdjustmentAmount\": null,\r\n    \"PackageAdjustmentUnitOfMeasureName\": null,\r\n    \"PlantBatchName\": \"Blue Dream Plants 1/31/2017\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 10,\r\n    \"LocationName\": \"Plant Batch Location3\",\r\n    \"SublocationName\": \"Plant Batch Sublocation3\",\r\n    \"StrainName\": \"Blue Dream\",\r\n    \"PatientLicenseNumber\": \"X00003\",\r\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\r\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeItem","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["change","item"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Item\": \"Shake\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Item\": \"Shake\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeNote","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["change","note"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\r\n    \"Note\": \"Package note here.\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\r\n    \"Note\": \"\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeLocations","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["change","locations"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Location\": \"Back Location\",\r\n    \"Sublocation\": \"Back Sublocation\",\r\n    \"MoveDate\": \"0001-01-01\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Location\": \"Storage Closet\",\r\n    \"Sublocation\": \"Shelf 2\",\r\n    \"MoveDate\": \"2018-03-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"Quantity\": -2.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Drying\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": null\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"AdjustmentReason\": \"Scale Variance\",\r\n    \"AdjustmentDate\": \"2015-12-15\",\r\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010041\"\r\n  },\r\n  {\r\n    \"Label\": \"ABCDEF012345670000010042\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RemediateProducts","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/packages/v1"],"path":["remediate"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Further Drying\",\r\n    \"RemediationDate\": \"2016-10-17\",\r\n    \"RemediationSteps\": \"Used hair dryer\"\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\r\n    \"RemediationMethodName\": \"Further Drying\",\r\n    \"RemediationDate\": \"2016-10-17\",\r\n    \"RemediationSteps\": \"Used natural sunlight\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"PatientCheckIns","item":[{"name":"GetPatientCheckInLocations","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v1"],"path":["locations"],"query":[]}}},{"name":"GetPatientCheckIn","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordPatientCheckIn","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patient-checkins/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PatientLicenseNumber\": \"X100420\",\r\n    \"CheckInLocationId\": 4,\r\n    \"RegistrationStartDate\": \"2022-11-01\",\r\n    \"RegistrationExpiryDate\": \"2024-10-31\",\r\n    \"CheckInDate\": \"2022-11-06\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdatePatientCheckIn","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patient-checkins/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 4,\r\n    \"PatientLicenseNumber\": \"X100420\",\r\n    \"CheckInLocationId\": 4,\r\n    \"RegistrationStartDate\": \"2022-11-01\",\r\n    \"RegistrationExpiryDate\": \"2024-10-31\",\r\n    \"CheckInDate\": \"2022-11-06\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchivePatientCheckIn","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/patient-checkins/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"PatientsStatus","item":[{"name":"GetStatusesByPatient","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["statuses","{{patientLicenseNumber}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Patients","item":[{"name":"GetPatientById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Add","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["add"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LicenseNumber\": \"000001\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"LicenseNumber\": \"000002\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["update"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"LicenseNumber\": \"000001\",\r\n    \"NewLicenseNumber\": null,\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 7,\r\n    \"RecommendedSmokableQuantity\": 2.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"LicenseNumber\": \"000002\",\r\n    \"NewLicenseNumber\": \"000003\",\r\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\r\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\r\n    \"RecommendedPlants\": 6,\r\n    \"RecommendedSmokableQuantity\": 1.0,\r\n    \"FlowerOuncesAllowed\": null,\r\n    \"ThcOuncesAllowed\": null,\r\n    \"ConcentrateOuncesAllowed\": null,\r\n    \"InfusedOuncesAllowed\": null,\r\n    \"MaxFlowerThcPercentAllowed\": null,\r\n    \"MaxConcentrateThcPercentAllowed\": null,\r\n    \"HasSalesLimitExemption\": false,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Remove","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/patients/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"PlantBatches","item":[{"name":"GetPlantBatchById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["types"],"query":[]}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatchName\": \"Testing Plant Batch\",\r\n    \"Quantity\": -2,\r\n    \"AdjustmentReason\": \"Drying\",\r\n    \"AdjustmentDate\": \"2023-01-20\",\r\n    \"ReasonNote\": null\r\n  },\r\n  {\r\n    \"PlantBatchName\": \"Testing Plant Batch\",\r\n    \"Quantity\": 1,\r\n    \"AdjustmentReason\": \"Scale Variance\",\r\n    \"AdjustmentDate\": \"2023-01-20\",\r\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantings","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["createplantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"B. Kush 5-30\",\r\n    \"Type\": \"Clone\",\r\n    \"Count\": 25,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": null\r\n  },\r\n  {\r\n    \"Name\": \"B. Kush 5-31\",\r\n    \"Type\": \"Seed\",\r\n    \"Count\": 50,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": null\r\n  },\r\n  {\r\n    \"Name\": \"B. Kush 5-32\",\r\n    \"Type\": \"Seed\",\r\n    \"Count\": 3,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2022-02-15\",\r\n    \"SourcePlantBatches\": [\r\n      {\r\n        \"PlantBatchName\": \"Red Crush\"\r\n      },\r\n      {\r\n        \"PlantBatchName\": \"Blue Dream\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["createpackages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"PlantBatch\": \"Demo Plant Batch 1\",\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"PatientLicenseNumber\": \"P00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  },\r\n  {\r\n    \"Id\": 5,\r\n    \"PlantBatch\": null,\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"PatientLicenseNumber\": \"P00002\",\r\n    \"Note\": \"\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"SplitPlantBatch","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["split"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatch\": \"B. Kush 5-30\",\r\n    \"GroupName\": \"New Plant Batch\",\r\n    \"Count\": 25,\r\n    \"Location\": \"Plant Batch Location\",\r\n    \"Sublocation\": \"Plant Batch Sublocation\",\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\r\n  },\r\n  {\r\n    \"PlantBatch\": \"B. Kush 5-31\",\r\n    \"GroupName\": \"New Plant Batch\",\r\n    \"Count\": 50,\r\n    \"Location\": \"Plant Batch Location\",\r\n    \"Sublocation\": null,\r\n    \"Strain\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePackagesFromMotherPlant","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["create","packages","frommotherplant"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"PlantBatch\": \"Demo Plant Batch 1\",\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020201\",\r\n    \"PatientLicenseNumber\": \"P00001\",\r\n    \"Note\": \"This is a note.\",\r\n    \"IsTradeSample\": false,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  },\r\n  {\r\n    \"Id\": 5,\r\n    \"PlantBatch\": null,\r\n    \"Count\": 10,\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": \"Immature Plants\",\r\n    \"Tag\": \"ABCDEF012345670000020202\",\r\n    \"PatientLicenseNumber\": \"P00002\",\r\n    \"Note\": \"\",\r\n    \"IsTradeSample\": true,\r\n    \"IsDonation\": false,\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"ExpirationDate\": \"2016-09-15\",\r\n    \"SellByDate\": \"2016-09-15\",\r\n    \"UseByDate\": \"2016-09-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeGrowthPhase","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["changegrowthphase"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"StartingTag\": \"ABCDEF012345670000020401\",\r\n    \"GrowthPhase\": \"Flowering\",\r\n    \"NewLocation\": \"Plants Location\",\r\n    \"NewSublocation\": \"Plants Sublocation\",\r\n    \"GrowthDate\": \"2015-12-15\",\r\n    \"PatientLicenseNumber\": \"X00001\"\r\n  },\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"StartingTag\": \"ABCDEF012345670000020427\",\r\n    \"GrowthPhase\": \"Vegetative\",\r\n    \"NewLocation\": \"Harvest Location\",\r\n    \"NewSublocation\": \"Harvest Sublocation\",\r\n    \"GrowthDate\": \"2015-12-15\",\r\n    \"PatientLicenseNumber\": \"X00002\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"MovePlantBatch","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["moveplantbatches"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"AK-47 Clone 1/31/2017\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"MoveDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Name\": \"Metrc Bliss 5/30/2018\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"MoveDate\": \"2018-01-05\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditives","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordWaste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantBatchName\": \"Plant Batch A\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Destroy","request":{"method":"DELETE","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 25,\r\n    \"WasteMethodName\": \"Laser Beam\",\r\n    \"WasteMaterialMixed\": \"Motor Oil\",\r\n    \"WasteReasonName\": \"Mater Theft\",\r\n    \"ReasonNote\": \"Mater stole a couple plants.\",\r\n    \"WasteWeight\": 1.209,\r\n    \"WasteUnitOfMeasure\": \"Grams\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\r\n    \"Count\": 10,\r\n    \"WasteMethodName\": null,\r\n    \"WasteMaterialMixed\": null,\r\n    \"WasteReasonName\": \"Ran over plants with no waste.\",\r\n    \"ReasonNote\": \"McQueen ran over the plants. Poor little plants. =(\",\r\n    \"WasteWeight\": 0.0,\r\n    \"WasteUnitOfMeasure\": null,\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetWasteReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plantbatches/v1"],"path":["waste","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Plants","item":[{"name":"GetPlantById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetPlantByLabel","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["{{label}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetVegetativePlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["vegetative"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetFloweringPlants","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["flowering"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetOnHold","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["onhold"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetAdditives","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetGrowthPhases","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["growthphases"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetAdditiveTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["additives","types"],"query":[]}}},{"name":"GetWasteMethodsAll","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["waste","methods","all"],"query":[]}}},{"name":"GetWasteReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["waste","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Move","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["moveplants"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"Location\": \"Plants Location\",\r\n    \"Sublocation\": \"Plants Sublocation\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ChangeGrowthPhases","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["changegrowthphases"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"NewTag\": \"ABCDEF012345670000020001\",\r\n    \"GrowthPhase\": \"Flowering\",\r\n    \"NewLocation\": \"Plants Location\",\r\n    \"NewSublocation\": null,\r\n    \"GrowthDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"NewTag\": \"ABCDEF012345670000020002\",\r\n    \"GrowthPhase\": \"Vegetative\",\r\n    \"NewLocation\": \"Harvest Location\",\r\n    \"NewSublocation\": null,\r\n    \"GrowthDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Destroy","request":{"method":"DELETE","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":[""],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": null,\r\n    \"Label\": \"ABCDEF012345670000000001\",\r\n    \"WasteMethodName\": \"Compost\",\r\n    \"WasteMaterialMixed\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"WasteUnitOfMeasureName\": \"grams\",\r\n    \"WasteReasonName\": \"Destroy\",\r\n    \"Count\": 0,\r\n    \"ReasonNote\": \"Had to go.\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Label\": null,\r\n    \"WasteMethodName\": \"Grinder\",\r\n    \"WasteMaterialMixed\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"WasteUnitOfMeasureName\": \"grams\",\r\n    \"WasteReasonName\": \"Destroy\",\r\n    \"Count\": 0,\r\n    \"ReasonNote\": \"Had to go.\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesByPlants","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["additives"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010011\",\r\n      \"ABCDEF012345670000010012\"\r\n    ],\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000010013\",\r\n      \"ABCDEF012345670000010014\"\r\n    ],\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordWaste","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["waste"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 15.69,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"LocationName\": \"Veg Room A\",\r\n    \"SublocationName\": \"Sublocation A\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantLabels\": []\r\n  },\r\n  {\r\n    \"WasteMethodName\": \"Clipping\",\r\n    \"MixedMaterial\": \"Soil\",\r\n    \"WasteWeight\": 12.82,\r\n    \"UnitOfMeasureName\": \"grams\",\r\n    \"ReasonName\": \"Trim\",\r\n    \"Note\": \"\",\r\n    \"LocationName\": null,\r\n    \"SublocationName\": \"Sublocation B\",\r\n    \"WasteDate\": \"2017-01-31\",\r\n    \"PlantLabels\": [\r\n      \"ABCDEF012345670000000100\",\r\n      \"ABCDEF012345670000000101\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordAdditivesByLocation","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["additives","bylocation"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"AdditiveType\": \"Fertilizer\",\r\n    \"ProductTradeName\": \"Wonder Sprout\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2019-12-15\"\r\n  },\r\n  {\r\n    \"AdditiveType\": \"Pesticide\",\r\n    \"ProductTradeName\": \"Pure Triazine\",\r\n    \"EpaRegistrationNumber\": null,\r\n    \"ProductSupplier\": \"G Labs\",\r\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\r\n    \"TotalAmountApplied\": 5.0,\r\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\r\n    \"ActiveIngredients\": [\r\n      {\r\n        \"Name\": \"Phosphorous\",\r\n        \"Percentage\": 30.0\r\n      },\r\n      {\r\n        \"Name\": \"Nitrogen\",\r\n        \"Percentage\": 15.0\r\n      },\r\n      {\r\n        \"Name\": \"Potassium\",\r\n        \"Percentage\": 15.0\r\n      }\r\n    ],\r\n    \"LocationName\": \"Plants Location\",\r\n    \"SublocationName\": null,\r\n    \"ActualDate\": \"2019-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantBatches","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["create","plantings"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000010011\",\r\n    \"PlantBatchName\": \"Demo Plant Batch 1\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"PlantCount\": 3,\r\n    \"LocationName\": \"Plant Location\",\r\n    \"SublocationName\": \"Plant Sublocation\",\r\n    \"StrainName\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\r\n  },\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000010012\",\r\n    \"PlantBatchName\": \"Demo Plant Batch 2\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"PlantCount\": 2,\r\n    \"LocationName\": \"Plant Location\",\r\n    \"SublocationName\": \"Plant Sublocation\",\r\n    \"StrainName\": \"Spring Hill Kush\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CreatePlantBatchPackage","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["create","plantbatch","packages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000000011\",\r\n    \"PackageTag\": \"ABCDEF012345670000010011\",\r\n    \"PlantBatchType\": \"Clone\",\r\n    \"Item\": \"Blue Dream Clones\",\r\n    \"Location\": \"Package Room 1\",\r\n    \"Sublocation\": null,\r\n    \"Note\": null,\r\n    \"IsTradeSample\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"Count\": 25,\r\n    \"ActualDate\": \"2020-01-15T12:25:43Z\"\r\n  },\r\n  {\r\n    \"PlantLabel\": \"ABCDEF012345670000000012\",\r\n    \"PackageTag\": \"ABCDEF012345670000010013\",\r\n    \"PlantBatchType\": \"Seed\",\r\n    \"Item\": \"Blue Dream Seeds\",\r\n    \"Location\": \"Package Room 2\",\r\n    \"Sublocation\": \"Package Sublocation 1\",\r\n    \"Note\": null,\r\n    \"IsTradeSample\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"IsDonation\": false,\r\n    \"Count\": 25,\r\n    \"ActualDate\": \"2020-01-15T12:36:32Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Manicure","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["manicureplants"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000000001\",\r\n    \"Weight\": 100.23,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Plants Location\",\r\n    \"DryingSublocation\": \"Plants Sublocation\",\r\n    \"HarvestName\": null,\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"PlantCount\": 3\r\n  },\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000000001\",\r\n    \"Weight\": 50.10,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Plants Location\",\r\n    \"DryingSublocation\": \"Plants Sublocation\",\r\n    \"HarvestName\": \"2015-12-15-Harvest Location-M\",\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2015-12-15\",\r\n    \"PlantCount\": 3\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Harvest","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/plants/v1"],"path":["harvestplants"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000010011\",\r\n    \"Weight\": 100.23,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Harvest Location\",\r\n    \"DryingSublocation\": \"Harvest Sublocation1\",\r\n    \"HarvestName\": \"2015-12-15-Harvest Location-H\",\r\n    \"PatientLicenseNumber\": \"X00001\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  },\r\n  {\r\n    \"Plant\": \"ABCDEF012345670000010012\",\r\n    \"Weight\": 10.15,\r\n    \"UnitOfWeight\": \"Grams\",\r\n    \"DryingLocation\": \"Harvest Location\",\r\n    \"DryingSublocation\": \"Harvest Sublocation2\",\r\n    \"HarvestName\": null,\r\n    \"PatientLicenseNumber\": \"X00002\",\r\n    \"ActualDate\": \"2015-12-15\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"ProcessingJob","item":[{"name":"GetProcessingJobById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["createpackages"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"JobName\": \"Job 1\",\r\n    \"Tag\": \"ABCDEFG11232131\",\r\n    \"Location\": null,\r\n    \"Sublocation\": null,\r\n    \"Item\": null,\r\n    \"Quantity\": 12.0,\r\n    \"UnitOfMeasure\": \"Grams\",\r\n    \"IsFinishedGood\": false,\r\n    \"PatientLicenseNumber\": null,\r\n    \"Note\": null,\r\n    \"ProductionBatchNumber\": null,\r\n    \"FinishProcessingJob\": false,\r\n    \"FinishDate\": null,\r\n    \"WasteCountQuantity\": null,\r\n    \"WasteCountUnitOfMeasureName\": null,\r\n    \"WasteVolumeQuantity\": null,\r\n    \"WasteVolumeUnitOfMeasureName\": null,\r\n    \"WasteWeightQuantity\": null,\r\n    \"WasteWeightUnitOfMeasureName\": null,\r\n    \"FinishNote\": null,\r\n    \"PackageDate\": null,\r\n    \"ExpirationDate\": null,\r\n    \"SellByDate\": null,\r\n    \"UseByDate\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Start","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["start"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"JobName\": \"Job 1\",\r\n    \"JobType\": \"Infusing\",\r\n    \"CountUnitOfMeasure\": \"Each\",\r\n    \"VolumeUnitOfMeasure\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasure\": \"Ounces\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 10.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 5.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      }\r\n    ],\r\n    \"StartDate\": \"0001-01-01T00:00:00Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Adjust","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["adjust"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 0,\r\n    \"AdjustmentReason\": \"Data Entry\",\r\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\r\n    \"AdjustmentNote\": null,\r\n    \"CountUnitOfMeasureName\": null,\r\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasureName\": \"Ounces\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Grams\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 3.0,\r\n        \"UnitOfMeasure\": \"Liters\"\r\n      }\r\n    ]\r\n  },\r\n  {\r\n    \"Id\": 0,\r\n    \"AdjustmentReason\": \"Data Entry\",\r\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\r\n    \"AdjustmentNote\": null,\r\n    \"CountUnitOfMeasureName\": \"Each\",\r\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\r\n    \"WeightUnitOfMeasureName\": null,\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010042\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Each\"\r\n      },\r\n      {\r\n        \"Label\": \"ABCDEF012345670000010043\",\r\n        \"Quantity\": 3.0,\r\n        \"UnitOfMeasure\": \"Liters\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Finish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["finish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"FinishDate\": \"2021-11-23T00:00:00Z\",\r\n    \"FinishNote\": \"Infusing\",\r\n    \"TotalCountWaste\": null,\r\n    \"WasteCountUnitOfMeasureName\": null,\r\n    \"TotalVolumeWaste\": null,\r\n    \"WasteVolumeUnitOfMeasureName\": null,\r\n    \"TotalWeightWaste\": 10.0,\r\n    \"WasteWeightUnitOfMeasureName\": \"Ounces\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Unfinish","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["unfinish"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveJobs","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActiveJobTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactiveJobTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"CreateJobTypes","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Infuse Brownies\",\r\n    \"Description\": \"Turn Buds into Brownies\",\r\n    \"Category\": \"Processing\",\r\n    \"ProcessingSteps\": \"Extract THC and Bake\",\r\n    \"Attributes\": [\r\n      \"Infuse\",\r\n      \"Cooking\",\r\n      \"Food\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateJobTypes","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Vape Pen\",\r\n    \"Description\": \"Create extract for vape pen\",\r\n    \"CategoryName\": \"Vape\",\r\n    \"ProcessingSteps\": \"Extract THC and infuse into pen\",\r\n    \"Attributes\": [\r\n      \"Vape\",\r\n      \"Infuse\"\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveJobTypes","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetAttributes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes","attributes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetCategories","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v1"],"path":["jobtypes","categories"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Sales","item":[{"name":"GetCustomerTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["customertypes"],"query":[]}}},{"name":"GetPatientRegistrationLocations","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["patientregistration","locations"],"query":[]}}},{"name":"GetDeliveriesActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetDeliveriesInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetDeliveryById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetDeliveryReturnReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","returnreasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransporterFacilityLicenseNumber\": \"1\",\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"RecipientZoneId\": null,\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQMm\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQMp\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateDeliveries","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"TransporterFacilityLicenseNumber\": \"1\",\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"RecipientZoneId\": \"0001\",\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQDe\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQDf\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateHubTransporters","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","hub"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"TransporterFacilityId\": \"Facility-1\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"AcceptHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","hub","accept"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"CompleteDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","complete"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 6,\r\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"PaymentType\": null,\r\n    \"AcceptedPackages\": [\r\n      \"ABCDEF012345670000000001\"\r\n    ],\r\n    \"ReturnedPackages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000000002\",\r\n        \"ReturnQuantityVerified\": 1.0,\r\n        \"ReturnUnitOfMeasure\": \"Ounces\",\r\n        \"ReturnReason\": \"Spoilage\",\r\n        \"ReturnReasonNote\": \"\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"DepartHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","hub","depart"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1\r\n  },\r\n  {\r\n    \"Id\": 2\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VerifyIDHubDelivery","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","hub","verifyID"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"PaymentType\": \"Cash\"\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"PaymentType\": \"Electronic\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidDelivery","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetCounties","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["counties"],"query":[]}}},{"name":"GetPaymentTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["paymenttypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetReceiptsActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetInactiveReceipts","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetReceiptById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordReceipts","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"SalesDateTime\": \"2016-10-04T16:44:53.000\",\r\n    \"ExternalReceiptNumber\": \"ABC-1234\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"CaregiverLicenseNumber\": null,\r\n    \"IdentificationMethod\": null,\r\n    \"PatientRegistrationLocationId\": null,\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQCA\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQCb\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateReceipts","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 51,\r\n    \"SalesDateTime\": \"2016-10-04T16:47:24.000\",\r\n    \"ExternalReceiptNumber\": \"ABC-123\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"CaregiverLicenseNumber\": null,\r\n    \"IdentificationMethod\": null,\r\n    \"PatientRegistrationLocationId\": null,\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.98,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n        \"Quantity\": 2.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQRe\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQRa\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveReceipt","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["receipts","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetDates","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["transactions"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetTransactionsBySalesDate","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["transactions","{{salesDateStart}}","{{salesDateEnd}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordTransaction","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["transactions","{{date}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"TotalAmount\": 9.99,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"InvoiceNumber\": null,\r\n    \"Price\": null,\r\n    \"ExciseTax\": null,\r\n    \"CityTax\": null,\r\n    \"CountyTax\": null,\r\n    \"MunicipalTax\": null,\r\n    \"DiscountAmount\": null,\r\n    \"SubTotal\": null,\r\n    \"SalesTax\": null,\r\n    \"QrCodes\": null\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"TotalAmount\": 9.99,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"InvoiceNumber\": null,\r\n    \"Price\": null,\r\n    \"ExciseTax\": null,\r\n    \"CityTax\": null,\r\n    \"CountyTax\": null,\r\n    \"MunicipalTax\": null,\r\n    \"DiscountAmount\": null,\r\n    \"SubTotal\": null,\r\n    \"SalesTax\": null,\r\n    \"QrCodes\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordDay","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["transactions","{{date}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010331\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"TotalAmount\": 9.99,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"InvoiceNumber\": null,\r\n    \"Price\": null,\r\n    \"ExciseTax\": null,\r\n    \"CityTax\": null,\r\n    \"CountyTax\": null,\r\n    \"MunicipalTax\": null,\r\n    \"DiscountAmount\": null,\r\n    \"SubTotal\": null,\r\n    \"SalesTax\": null,\r\n    \"QrCodes\": null\r\n  },\r\n  {\r\n    \"PackageLabel\": \"ABCDEF012345670000010332\",\r\n    \"Quantity\": 1.0,\r\n    \"UnitOfMeasure\": \"Ounces\",\r\n    \"TotalAmount\": 9.99,\r\n    \"UnitThcPercent\": null,\r\n    \"UnitThcContent\": null,\r\n    \"UnitThcContentUnitOfMeasure\": null,\r\n    \"UnitWeight\": null,\r\n    \"UnitWeightUnitOfMeasure\": null,\r\n    \"InvoiceNumber\": null,\r\n    \"Price\": null,\r\n    \"ExciseTax\": null,\r\n    \"CityTax\": null,\r\n    \"CountyTax\": null,\r\n    \"MunicipalTax\": null,\r\n    \"DiscountAmount\": null,\r\n    \"SubTotal\": null,\r\n    \"SalesTax\": null,\r\n    \"QrCodes\": null\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"GetRetailerDeliveriesActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetRetailerDeliveriesInactive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","inactive"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetRetailerDeliveryById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"RecordRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": [\r\n      {\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"456DEF\",\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\r\n            \"Quantity\": 2.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 16.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQXx\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQXy\"\r\n            ]\r\n          }\r\n        ]\r\n      },\r\n      {\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"123ABC\",\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\r\n            \"Quantity\": 3.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQYr\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQPq\"\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"Packages\": [\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      },\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateRetailerDeliveries","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 5,\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"DriverEmployeeId\": \"1\",\r\n    \"DriverName\": \"John Doe\",\r\n    \"DriversLicenseNumber\": \"1\",\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"VehicleMake\": \"Car\",\r\n    \"VehicleModel\": \"Small\",\r\n    \"VehicleLicensePlateNumber\": \"000000\",\r\n    \"VehicleRegistrationNumber\": \"ABC123\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": [\r\n      {\r\n        \"Id\": 1,\r\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"456DEF\",\r\n        \"DriverEmployeeId\": null,\r\n        \"DriverName\": null,\r\n        \"DriversLicenseNumber\": null,\r\n        \"PhoneNumberForQuestions\": null,\r\n        \"VehicleMake\": null,\r\n        \"VehicleModel\": null,\r\n        \"VehicleLicensePlateNumber\": null,\r\n        \"VehicleRegistrationNumber\": null,\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"PlannedRoute\": null,\r\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQTy\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQTo\"\r\n            ]\r\n          }\r\n        ]\r\n      },\r\n      {\r\n        \"Id\": 2,\r\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"SalesCustomerType\": \"Consumer\",\r\n        \"PatientLicenseNumber\": null,\r\n        \"ConsumerId\": \"123ABC\",\r\n        \"DriverEmployeeId\": null,\r\n        \"DriverName\": null,\r\n        \"DriversLicenseNumber\": null,\r\n        \"PhoneNumberForQuestions\": null,\r\n        \"VehicleMake\": null,\r\n        \"VehicleModel\": null,\r\n        \"VehicleLicensePlateNumber\": null,\r\n        \"VehicleRegistrationNumber\": null,\r\n        \"RecipientName\": null,\r\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n        \"RecipientAddressStreet2\": \"Ste 9\",\r\n        \"RecipientAddressCity\": \"Denver\",\r\n        \"RecipientAddressCounty\": null,\r\n        \"RecipientAddressState\": \"CO\",\r\n        \"RecipientAddressPostalCode\": \"11111\",\r\n        \"RecipientZoneId\": \"0001\",\r\n        \"PlannedRoute\": null,\r\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n        \"Transactions\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Ounces\",\r\n            \"TotalAmount\": 9.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": null\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\r\n            \"Quantity\": 1.0,\r\n            \"UnitOfMeasure\": \"Grams\",\r\n            \"TotalAmount\": 19.99,\r\n            \"UnitThcPercent\": null,\r\n            \"UnitThcContent\": null,\r\n            \"UnitThcContentUnitOfMeasure\": null,\r\n            \"UnitWeight\": null,\r\n            \"UnitWeightUnitOfMeasure\": null,\r\n            \"InvoiceNumber\": null,\r\n            \"Price\": null,\r\n            \"ExciseTax\": null,\r\n            \"CityTax\": null,\r\n            \"CountyTax\": null,\r\n            \"MunicipalTax\": null,\r\n            \"DiscountAmount\": null,\r\n            \"SubTotal\": null,\r\n            \"SalesTax\": null,\r\n            \"QrCodes\": [\r\n              \"https://1a4.com/q83vASNFZwAAAQkQUu\",\r\n              \"https://1a4.com/q83vASNFZwAAAQkQUa\"\r\n            ]\r\n          }\r\n        ]\r\n      }\r\n    ],\r\n    \"Packages\": [\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      },\r\n      {\r\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidRetailerDelivery","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"DepartDelivery","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","depart"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 6\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RestockRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","restock"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 1,\r\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"Destinations\": null,\r\n    \"Packages\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99,\r\n        \"RemoveCurrentPackage\": false\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalPrice\": 9.99,\r\n        \"RemoveCurrentPackage\": true\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"RecordSaleFromRetailerDelivery","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","sale"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 1,\r\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\r\n    \"SalesCustomerType\": \"Consumer\",\r\n    \"PatientLicenseNumber\": null,\r\n    \"ConsumerId\": null,\r\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\r\n    \"RecipientName\": null,\r\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\r\n    \"RecipientAddressStreet2\": \"Ste 9\",\r\n    \"RecipientAddressCity\": \"Denver\",\r\n    \"RecipientZoneId\": null,\r\n    \"RecipientAddressCounty\": null,\r\n    \"RecipientAddressState\": \"CO\",\r\n    \"RecipientAddressPostalCode\": \"11111\",\r\n    \"PlannedRoute\": \"Drive to destination.\",\r\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\r\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Transactions\": [\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": null\r\n      },\r\n      {\r\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\r\n        \"Quantity\": 1.0,\r\n        \"UnitOfMeasure\": \"Ounces\",\r\n        \"TotalAmount\": 9.99,\r\n        \"UnitThcPercent\": null,\r\n        \"UnitThcContent\": null,\r\n        \"UnitThcContentUnitOfMeasure\": null,\r\n        \"UnitWeight\": null,\r\n        \"UnitWeightUnitOfMeasure\": null,\r\n        \"InvoiceNumber\": null,\r\n        \"Price\": null,\r\n        \"ExciseTax\": null,\r\n        \"CityTax\": null,\r\n        \"CountyTax\": null,\r\n        \"MunicipalTax\": null,\r\n        \"DiscountAmount\": null,\r\n        \"SubTotal\": null,\r\n        \"SalesTax\": null,\r\n        \"QrCodes\": [\r\n          \"https://1a4.com/q83vASNFZwAAAQkQAa\",\r\n          \"https://1a4.com/q83vASNFZwAAAQkQBb\"\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"EndRetailerDeliveries","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sales/v1"],"path":["deliveries","retailer","end"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"RetailerDeliveryId\": 6,\r\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\r\n    \"Packages\": [\r\n      {\r\n        \"Label\": \"ABCDEF012345670000000002\",\r\n        \"EndQuantity\": 1.0,\r\n        \"EndUnitOfMeasure\": \"Ounces\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}}]},{"name":"Strains","item":[{"name":"GetStrainById","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v1"],"path":["active"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"Create","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/strains/v1"],"path":["create"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Spring Hill Kush\",\r\n    \"TestingStatus\": \"None\",\r\n    \"ThcLevel\": 0.1865,\r\n    \"CbdLevel\": 0.1075,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  },\r\n  {\r\n    \"Name\": \"TN Orange Dream\",\r\n    \"TestingStatus\": \"None\",\r\n    \"ThcLevel\": 0.075,\r\n    \"CbdLevel\": 0.14,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Update","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/strains/v1"],"path":["update"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Id\": 1,\r\n    \"Name\": \"Spring Hill Kush\",\r\n    \"TestingStatus\": \"InHouse\",\r\n    \"ThcLevel\": 0.1865,\r\n    \"CbdLevel\": 0.1075,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  },\r\n  {\r\n    \"Id\": 2,\r\n    \"Name\": \"TN Orange Dream\",\r\n    \"TestingStatus\": \"ThirdParty\",\r\n    \"ThcLevel\": 0.075,\r\n    \"CbdLevel\": 0.14,\r\n    \"IndicaPercentage\": 25.0,\r\n    \"SativaPercentage\": 75.0\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"Archive","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/strains/v1"],"path":["{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"Transfers","item":[{"name":"GetIncoming","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetOutgoing","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["outgoing"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetRejected","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["rejected"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetDeliveries","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["{{id}}","deliveries"],"query":[]}}},{"name":"GetDestinationTransporters","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","{{id}}","transporters"],"query":[]}}},{"name":"GetTransporterDetails","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","{{id}}","transporters","details"],"query":[]}}},{"name":"GetDeliveryPackages","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","{{id}}","packages"],"query":[]}}},{"name":"GetDeliveryPackagesWholesale","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","{{id}}","packages","wholesale"],"query":[]}}},{"name":"GetDeliveryPackageRequiredLabTestBatches","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","package","{{id}}","requiredlabtestbatches"],"query":[]}}},{"name":"GetTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["deliveries","packages","states"],"query":[]}}},{"name":"CreateExternalIncoming","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["external","incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"ShipperLicenseNumber\": \"123-ABC\",\r\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\r\n    \"ShipperMainPhoneNumber\": \"123-456-7890\",\r\n    \"ShipperAddress1\": \"123 Real Street\",\r\n    \"ShipperAddress2\": null,\r\n    \"ShipperAddressCity\": \"Somewhere\",\r\n    \"ShipperAddressState\": \"CO\",\r\n    \"ShipperAddressPostalCode\": null,\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"GrossWeight\": null,\r\n        \"GrossUnitOfWeightId\": null,\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"ToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": null\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 10.0,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 20.1,\r\n            \"GrossUnitOfWeightName\": \"Grams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"123456789\",\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 9.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": null,\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 8.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"010203040506\",\r\n            \"IsFinishedGood\": true\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateExternalIncoming","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["external","incoming"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransferId\": 1,\r\n    \"ShipperLicenseNumber\": \"123-ABC\",\r\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\r\n    \"ShipperMainPhoneNumber\": null,\r\n    \"ShipperAddress1\": null,\r\n    \"ShipperAddress2\": null,\r\n    \"ShipperAddressCity\": null,\r\n    \"ShipperAddressState\": null,\r\n    \"ShipperAddressPostalCode\": null,\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"TransferDestinationId\": null,\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"GrossWeight\": null,\r\n        \"GrossUnitOfWeightId\": null,\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"ToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": null\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 10.0,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 20.1,\r\n            \"GrossUnitOfWeightName\": \"Grams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"123456789\",\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 9.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": null,\r\n            \"IsFinishedGood\": false\r\n          },\r\n          {\r\n            \"ItemName\": \"Buds\",\r\n            \"Quantity\": 8.5,\r\n            \"UnitOfMeasureName\": \"Ounces\",\r\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\r\n            \"ExpirationDate\": null,\r\n            \"SellByDate\": null,\r\n            \"UseByDate\": null,\r\n            \"GrossWeight\": 30.7,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\",\r\n            \"WholesalePrice\": null,\r\n            \"ExternalId\": \"010203040506\",\r\n            \"IsFinishedGood\": true\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"VoidExternalIncoming","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["external","incoming","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetTemplates","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"key":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"}]}}},{"name":"GetTemplateDeliveries","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates","{{id}}","deliveries"],"query":[]}}},{"name":"GetTemplateTransporters","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates","deliveries","{{id}}","transporters"],"query":[]}}},{"name":"GetTemplateTransportersDetails","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates","deliveries","{{id}}","transporters","details"],"query":[]}}},{"name":"GetTemplateDeliveryPackages","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates","deliveries","{{id}}","packages"],"query":[]}}},{"name":"CreateTemplates","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"Name\": \"Template 1\",\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"ToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": null\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 20.5,\r\n            \"GrossUnitOfWeightName\": \"Grams\"\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 30.6,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"UpdateTemplates","request":{"method":"PUT","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"TransferTemplateId\": 1,\r\n    \"Name\": \"Template 1\",\r\n    \"TransporterFacilityLicenseNumber\": null,\r\n    \"DriverOccupationalLicenseNumber\": null,\r\n    \"DriverName\": null,\r\n    \"DriverLicenseNumber\": null,\r\n    \"PhoneNumberForQuestions\": null,\r\n    \"VehicleMake\": null,\r\n    \"VehicleModel\": null,\r\n    \"VehicleLicensePlateNumber\": null,\r\n    \"VehicleRegistrationNumber\": null,\r\n    \"Destinations\": [\r\n      {\r\n        \"TransferDestinationId\": 0,\r\n        \"RecipientLicenseNumber\": \"123-XYZ\",\r\n        \"InvoiceNumber\": \"INV-001-0236521\",\r\n        \"TransferTypeName\": \"Transfer\",\r\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\r\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\r\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\r\n        \"Transporters\": [\r\n          {\r\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\r\n            \"DriverOccupationalLicenseNumber\": \"50\",\r\n            \"DriverName\": \"X\",\r\n            \"DriverLicenseNumber\": \"5\",\r\n            \"DriverLayoverLeg\": \"ToLayover\",\r\n            \"PhoneNumberForQuestions\": \"18005555555\",\r\n            \"VehicleMake\": \"X\",\r\n            \"VehicleModel\": \"X\",\r\n            \"VehicleLicensePlateNumber\": \"X\",\r\n            \"VehicleRegistrationNumber\": null,\r\n            \"IsLayover\": false,\r\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\r\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\r\n            \"TransporterDetails\": null\r\n          }\r\n        ],\r\n        \"Packages\": [\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 20.5,\r\n            \"GrossUnitOfWeightName\": \"Grams\"\r\n          },\r\n          {\r\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\r\n            \"WholesalePrice\": null,\r\n            \"GrossWeight\": 30.6,\r\n            \"GrossUnitOfWeightName\": \"Milligrams\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"json"}}}}},{"name":"ArchiveTemplate","request":{"method":"DELETE","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["templates","{{id}}"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetTransferTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/transfers/v1"],"path":["types"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"name":"UnitsOfMeasure","item":[{"name":"GetActive","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/unitsofmeasure/v1"],"path":["active"],"query":[]}}}]}]}],"auth":{"type":"basic","basic":[{"key":"username","value":"{{Metrc.vendorKey}}","type":"string"},{"key":"password","value":"{{Metrc.userKey}}","type":"string"}]},"variable":[{"id":"78d2c38b-6ce9-4a21-9f71-ff8962c0a5ab","key":"Metrc.api.server","value":"https://example.com","type":"string"},{"id":"453707dc-3934-44a5-94d5-9c033e52c86a","key":"Metrc.userKey","value":"11AABBCC","type":"string"},{"id":"4fac24ca-8686-40d1-8ca0-f9567aa74d4d","key":"Metrc.vendorKey","value":"11AABBCC","type":"string"},{"id":"900dc52d-8c49-4238-a3c1-0591f4b53ab9","key":"Connect.api.server","value":"https://example.com","type":"string"},{"id":"d7ac6999-29a1-4653-b2b5-948545004dec","key":"id","value":"","type":"string"},{"id":"3eb84915-79ac-4196-9641-1477f56a97a1","key":"licenseNumber","value":"","type":"string"},{"id":"2e2ee645-f549-4e0e-a9fb-d73710df1968","key":"lastModifiedStart","value":"","type":"string"},{"id":"74390a79-231c-451b-abe0-aaa1c312be18","key":"lastModifiedEnd","value":"","type":"string"},{"id":"13a1e09e-e27f-4bdd-8d02-387061839e58","key":"pageNumber","value":"","type":"string"},{"id":"4485159f-4cb8-4c09-8bb7-594d3cdae4fa","key":"pageSize","value":"","type":"string"},{"id":"ddbdcc64-6b06-4bf7-8f7d-da03cadd3a9d","key":"caregiverLicenseNumber","value":"","type":"string"},{"id":"6df16c03-2350-4bd4-9264-dbc0e3694db1","key":"employeeLicenseNumber","value":"","type":"string"},{"id":"008b834a-39d0-4b3d-ae6e-3f1a3a4c59ca","key":"harvestId","value":"","type":"string"},{"id":"867846da-e5fa-4fff-8473-cfe3375e50e0","key":"packageId","value":"","type":"string"},{"id":"12b5278a-2764-4dea-9161-733a22bf7b3b","key":"label","value":"","type":"string"},{"id":"444506a9-9f32-4ada-ab99-dc61e57ea4a2","key":"checkinDateStart","value":"","type":"string"},{"id":"381f2436-aedb-418a-91ee-6bc00cd71b8b","key":"checkinDateEnd","value":"","type":"string"},{"id":"dd015e9d-4137-4007-a795-c8dd4a6306e2","key":"patientLicenseNumber","value":"","type":"string"},{"id":"8fa69462-ea16-4e9e-860c-451c3aec73b5","key":"externalNumber","value":"","type":"string"},{"id":"5be11ec2-0b2d-4fac-9776-75c852bcdad5","key":"salesDateStart","value":"","type":"string"},{"id":"7d561e74-cb5f-4133-8235-8fdf7cda679e","key":"salesDateEnd","value":"","type":"string"},{"id":"b93a600c-779b-42eb-b9d8-07ec8f01e097","key":"date","value":"","type":"string"},{"id":"721524f6-9ae7-4b5b-9fc2-bcae393951ef","key":"userKey","value":"","type":"string"}]}