{"info":{"_postman_id":"f8ef35aa-baac-491e-ba39-e017b96f5e35","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":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"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":"[\n  {\n    \"Name\": \"Additive 1\",\n    \"AdditiveType\": \"Fertilizer\",\n    \"ApplicationDevice\": \"Sprayer\",\n    \"EpaRegistrationNumber\": \"123456\",\n    \"Note\": \"This is a note\",\n    \"ProductSupplier\": \"Supplier\",\n    \"ProductTradeName\": \"Trade Name\",\n    \"RestrictiveEntryIntervalQuantityDescription\": \"1\",\n    \"RestrictiveEntryIntervalTimeDescription\": \"1 day\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Ingredient 1 1\",\n        \"Percentage\": 1.1\n      },\n      {\n        \"Name\": \"Ingredient 1 2\",\n        \"Percentage\": 1.2\n      }\n    ]\n  },\n  {\n    \"Name\": \"Additive 2\",\n    \"AdditiveType\": \"Pesticide\",\n    \"ApplicationDevice\": \"Dropper\",\n    \"EpaRegistrationNumber\": \"654321\",\n    \"Note\": \"This is a note\",\n    \"ProductSupplier\": \"Supplier\",\n    \"ProductTradeName\": \"Trade Name\",\n    \"RestrictiveEntryIntervalQuantityDescription\": \"2\",\n    \"RestrictiveEntryIntervalTimeDescription\": \"2 days\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Ingredient 2 1\",\n        \"Percentage\": 2.1\n      },\n      {\n        \"Name\": \"Ingredient 2 2\",\n        \"Percentage\": 2.2\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 201,\n    \"Name\": \"Additive 1\",\n    \"AdditiveType\": \"Fertilizer\",\n    \"ApplicationDevice\": \"Sprayer\",\n    \"EpaRegistrationNumber\": \"123456\",\n    \"Note\": \"This is a note\",\n    \"ProductSupplier\": \"Supplier\",\n    \"ProductTradeName\": \"Trade Name\",\n    \"RestrictiveEntryIntervalQuantityDescription\": \"1\",\n    \"RestrictiveEntryIntervalTimeDescription\": \"1 day\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Ingredient 1 1\",\n        \"Percentage\": 1.1\n      },\n      {\n        \"Name\": \"Ingredient 1 2\",\n        \"Percentage\": 1.2\n      }\n    ]\n  },\n  {\n    \"Id\": 202,\n    \"Name\": \"Additive 2\",\n    \"AdditiveType\": \"Pesticide\",\n    \"ApplicationDevice\": \"Dropper\",\n    \"EpaRegistrationNumber\": \"654321\",\n    \"Note\": \"This is a note\",\n    \"ProductSupplier\": \"Supplier\",\n    \"ProductTradeName\": \"Trade Name\",\n    \"RestrictiveEntryIntervalQuantityDescription\": \"2\",\n    \"RestrictiveEntryIntervalTimeDescription\": \"2 days\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Ingredient 2 1\",\n        \"Percentage\": 2.1\n      },\n      {\n        \"Name\": \"Ingredient 2 2\",\n        \"Percentage\": 2.2\n      }\n    ]\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": 1,\n    \"LabTestStageId\": 2,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020203\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020204\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": 1,\n    \"LabTestStageId\": 2,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020203\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020204\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"HarvestName\": null,\n    \"DryingLocation\": \"Flower Location A\",\n    \"DryingSublocation\": \"Table One\",\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\n  },\n  {\n    \"Id\": null,\n    \"HarvestName\": \"2019-05-29-Flower Location A-H\",\n    \"DryingLocation\": \"Drying Location B\",\n    \"DryingSublocation\": null,\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"WasteType\": \"Plant Material\",\n    \"UnitOfWeight\": \"Grams\",\n    \"WasteWeight\": 10.05,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"WasteType\": \"Fibrous Material\",\n    \"UnitOfWeight\": \"Grams\",\n    \"WasteWeight\": 30.6,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"OldName\": null,\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\n  },\n  {\n    \"Id\": null,\n    \"OldName\": \"2019-05-29-Flower Location A-H\",\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"HarvestId\": 1,\n    \"PlantTags\": [\n      \"ABCDEF012345670000010100\",\n      \"ABCDEF012345670000010101\",\n      \"ABCDEF012345670000010102\"\n    ]\n  },\n  {\n    \"HarvestId\": 2,\n    \"PlantTags\": [\n      \"ABCDEF012345670000010200\",\n      \"ABCDEF012345670000010201\",\n      \"ABCDEF012345670000010202\"\n    ]\n  }\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":"GetAdministrationMethods","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/items/v2"],"path":["administrationmethods"],"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":"[\n  {\n    \"ItemCategory\": \"Buds\",\n    \"Name\": \"Buds Item\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"Strain\": \"Spring Hill Kush\",\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"ItemCategory\": \"Infused (edible)\",\n    \"Name\": \"Infused Item\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": 150.0,\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": \"Allergens\",\n    \"ProductImageFileSystemIds\": [\n      5\n    ],\n    \"ProductPhotoDescription\": \"Product Photo Description\",\n    \"LabelImageFileSystemIds\": [\n      3\n    ],\n    \"LabelPhotoDescription\": \"Label Photo Description\",\n    \"PackagingImageFileSystemIds\": [\n      22\n    ],\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\n    \"ProductPDFFileSystemIds\": [\n      22\n    ],\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"ItemCategory\": \"Infused (edible)\",\n    \"Name\": \"Infused Juice\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": 5.0,\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": 150.0,\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": 2.0,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProcessingJobCategoryName\": \"Category 1\",\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Buds Item\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Buds\",\n    \"UnitOfMeasure\": \"Ounces\",\n    \"Strain\": \"String Hill Kush\",\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Extract Spray Paint\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Concentrate (Each)\",\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": 100.0,\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": \"Allergens\",\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": \"Product Photo Description\",\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": \"Label Photo Description\",\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Concentrate Extract\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Concentrate (Each)\",\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": 5.0,\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": 100.0,\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": 2.0,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProcessingJobCategoryName\": \"Category 1\",\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  }\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":"[\n  {\n    \"FileName\": \"Image.png\",\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\n  }\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":"[\n  {\n    \"FileName\": \"Image.png\",\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\n  }\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":"[\n  {\n    \"Name\": \"Premium\"\n  },\n  {\n    \"Name\": \"Consumer\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Premium\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Consumer\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\n    \"DocumentFileName\": \"Sparkly Ventures Lab Results 20151215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\",\n    \"LabTestBatches\": [\n      \"Standard Compliance\"\n    ],\n    \"ProcessingMethod\": \"Solvent\",\n    \"Results\": [\n      {\n        \"LabTestTypeName\": \"THC\",\n        \"Quantity\": 100.2345,\n        \"QuantityQualifier\": null,\n        \"QuantityInput\": null,\n        \"Passed\": true,\n        \"Notes\": \"\"\n      }\n    ]\n  },\n  {\n    \"Label\": \"ABCDEF012345670000000002\",\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\n    \"DocumentFileName\": null,\n    \"DocumentFileBase64\": null,\n    \"LabTestBatches\": [\n      \"Standard Compliance\"\n    ],\n    \"ProcessingMethod\": \"Solvent\",\n    \"Results\": [\n      {\n        \"LabTestTypeName\": \"THC\",\n        \"Quantity\": 100.2345,\n        \"QuantityQualifier\": null,\n        \"QuantityInput\": null,\n        \"Passed\": true,\n        \"Notes\": \"\"\n      }\n    ]\n  }\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":"[\n  {\n    \"LabTestResultId\": 1,\n    \"DocumentFileName\": \"Medigrazers Lab Results 20181215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\n  },\n  {\n    \"LabTestResultId\": 2,\n    \"DocumentFileName\": \"Medigrazers Lab Results 20190215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\"\n  }\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":"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}}/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":"[\n  {\n    \"Name\": \"Harvest Location\",\n    \"LocationTypeName\": \"Default\"\n  },\n  {\n    \"Name\": \"Plants Location\",\n    \"LocationTypeName\": \"Planting\"\n  }\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":"[\n  {\n    \"Id\": 5,\n    \"Name\": \"Harvesting Location\",\n    \"LocationTypeName\": \"Default\"\n  },\n  {\n    \"Id\": 6,\n    \"Name\": \"Planting Location\",\n    \"LocationTypeName\": \"Planting\"\n  }\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":"GetLabSampleSizes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/packages/v2"],"path":["labsamplesizes"],"query":[]}}},{"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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010041\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsDonation\": false,\n    \"IsTradeSample\": true,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": null,\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": true,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 2.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": null,\n    \"Note\": \"Note\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010041\",\n        \"Quantity\": 2.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": [\n      \"Usable Marijuana for Retail\"\n    ],\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 2.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": null,\n    \"Note\": \"Note\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010041\",\n        \"Quantity\": 2.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\n    \"PackageAdjustmentAmount\": 2.0,\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 1,\n    \"LocationName\": \"Plant Batch Location1\",\n    \"SublocationName\": \"Plant Batch Sublocation1\",\n    \"StrainName\": \"AK-47\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\n    \"PackageAdjustmentAmount\": 4.0,\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\n    \"PlantBatchName\": \"Flo Seed 1/31/2017\",\n    \"PlantBatchType\": \"Seed\",\n    \"PlantCount\": 2,\n    \"LocationName\": \"Plant Batch Location2\",\n    \"SublocationName\": \"Plant Batch Sublocation2\",\n    \"StrainName\": \"Flo\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010043\",\n    \"PackageAdjustmentAmount\": null,\n    \"PackageAdjustmentUnitOfMeasureName\": null,\n    \"PlantBatchName\": \"Blue Dream Plants 1/31/2017\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 10,\n    \"LocationName\": \"Plant Batch Location3\",\n    \"SublocationName\": \"Plant Batch Sublocation3\",\n    \"StrainName\": \"Blue Dream\",\n    \"PatientLicenseNumber\": \"X00003\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"ExpirationDate\": \"2015-11-15\",\n    \"SellByDate\": \"2015-11-15\",\n    \"UseByDate\": \"2015-12-15\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"ExpirationDate\": \"2015-11-15\",\n    \"SellByDate\": \"2015-11-15\",\n    \"UseByDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Item\": \"Shake\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Item\": \"Shake\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\n    \"Note\": \"Package note here.\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\n    \"Note\": \"\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Location\": \"Back Location\",\n    \"Sublocation\": \"Back Sublocation\",\n    \"MoveDate\": \"0001-01-01\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Location\": \"Storage Closet\",\n    \"Sublocation\": \"Shelf 2\",\n    \"MoveDate\": \"2018-03-15\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"RequiredLabTestBatches\": [\n      \"Usable Marijuana for Retail\"\n    ]\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"RequiredLabTestBatches\": [\n      \"Usable Marijuana for Retail\"\n    ]\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\n    \"ExternalId\": \"1234567890123456.\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\n    \"ExternalId\": \"\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Quantity\": -2.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Drying\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": null\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Scale Variance\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Quantity\": -2.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Drying\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": null\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Scale Variance\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Further Drying\",\n    \"RemediationDate\": \"2016-10-17\",\n    \"RemediationSteps\": \"Used hair dryer\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Further Drying\",\n    \"RemediationDate\": \"2016-10-17\",\n    \"RemediationSteps\": \"Used natural sunlight\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Drying\",\n    \"PreTreatmentDate\": \"2016-10-17\",\n    \"PreTreatmentSteps\": \"Used hair dryer\",\n    \"ReasonName\": \"Reason\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Drying\",\n    \"PreTreatmentDate\": \"2016-10-17\",\n    \"PreTreatmentSteps\": \"Used natural sunlight\",\n    \"ReasonName\": \"Reason\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"DecontaminationMethodName\": \"Further Drying\",\n    \"DecontaminationDate\": \"2016-10-17\",\n    \"DecontaminationSteps\": \"Used hair dryer\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"DecontaminationMethodName\": \"Further Drying\",\n    \"DecontaminationDate\": \"2016-10-17\",\n    \"DecontaminationSteps\": \"Used natural sunlight\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"PatientLicenseNumber\": \"X100420\",\n    \"CheckInLocationId\": 4,\n    \"RegistrationStartDate\": \"2022-11-01\",\n    \"RegistrationExpiryDate\": \"2024-10-31\",\n    \"CheckInDate\": \"2022-11-06\"\n  }\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":"[\n  {\n    \"Id\": 4,\n    \"PatientLicenseNumber\": \"X100420\",\n    \"CheckInLocationId\": 4,\n    \"RegistrationStartDate\": \"2022-11-01\",\n    \"RegistrationExpiryDate\": \"2024-10-31\",\n    \"CheckInDate\": \"2022-11-06\"\n  }\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":"[\n  {\n    \"LicenseNumber\": \"000001\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"LicenseNumber\": \"000002\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"LicenseNumber\": \"000001\",\n    \"NewLicenseNumber\": null,\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 7,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"LicenseNumber\": \"000002\",\n    \"NewLicenseNumber\": \"000003\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 1.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"WasteMethodName\": \"Laser Beam\",\n    \"WasteMaterialMixed\": \"Motor Oil\",\n    \"WasteReasonName\": \"Mater Theft\",\n    \"ReasonNote\": \"Mater stole a couple plants.\",\n    \"WasteWeight\": 1.209,\n    \"WasteUnitOfMeasure\": \"Grams\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 10,\n    \"WasteMethodName\": null,\n    \"WasteMaterialMixed\": null,\n    \"WasteReasonName\": \"Ran over plants with no waste.\",\n    \"ReasonNote\": \"McQueen ran over the plants. Poor little plants. =(\",\n    \"WasteWeight\": 0.0,\n    \"WasteUnitOfMeasure\": null,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantBatchName\": \"Plant Batch A\"\n  }\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":"[\n  {\n    \"PlantBatchName\": \"Testing Plant Batch\",\n    \"Quantity\": -2,\n    \"AdjustmentReason\": \"Drying\",\n    \"AdjustmentDate\": \"2023-01-20\",\n    \"ReasonNote\": null\n  },\n  {\n    \"PlantBatchName\": \"Testing Plant Batch\",\n    \"Quantity\": 1,\n    \"AdjustmentReason\": \"Scale Variance\",\n    \"AdjustmentDate\": \"2023-01-20\",\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"AdditivesTemplateName\": \"Additive Template 1\",\n    \"Rate\": \"5 Pounds\",\n    \"Volume\": \"1000 Sq. ft.\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2025-01-15\"\n  },\n  {\n    \"AdditivesTemplateName\": \"Additive Template 2\",\n    \"Rate\": \"4 Grams\",\n    \"Volume\": \"200 Yards\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2025-01-15\"\n  }\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":"[\n  {\n    \"Name\": \"B. Kush 5-30\",\n    \"Type\": \"Clone\",\n    \"Count\": 25,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": null\n  },\n  {\n    \"Name\": \"B. Kush 5-31\",\n    \"Type\": \"Seed\",\n    \"Count\": 50,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": null\n  },\n  {\n    \"Name\": \"B. Kush 5-32\",\n    \"Type\": \"Seed\",\n    \"Count\": 3,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": [\n      {\n        \"PlantBatchName\": \"Red Crush\"\n      },\n      {\n        \"PlantBatchName\": \"Blue Dream\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": null,\n    \"PlantBatch\": \"Demo Plant Batch 1\",\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"PatientLicenseNumber\": \"P00001\",\n    \"Note\": \"This is a note.\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  },\n  {\n    \"Id\": 5,\n    \"PlantBatch\": null,\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"PatientLicenseNumber\": \"P00002\",\n    \"Note\": \"\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"PlantBatch\": \"Demo Plant Batch 1\",\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"PatientLicenseNumber\": \"P00001\",\n    \"Note\": \"This is a note.\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  },\n  {\n    \"Id\": 5,\n    \"PlantBatch\": null,\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"PatientLicenseNumber\": \"P00002\",\n    \"Note\": \"\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  }\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":"[\n  {\n    \"PlantBatch\": \"B. Kush 5-30\",\n    \"GroupName\": \"New Plant Batch\",\n    \"Count\": 25,\n    \"Location\": \"Plant Batch Location\",\n    \"Sublocation\": \"Plant Batch Sublocation\",\n    \"Strain\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\n  },\n  {\n    \"PlantBatch\": \"B. Kush 5-31\",\n    \"GroupName\": \"New Plant Batch\",\n    \"Count\": 50,\n    \"Location\": \"Plant Batch Location\",\n    \"Sublocation\": null,\n    \"Strain\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": null,\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\n  }\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":"[\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"StartingTag\": \"ABCDEF012345670000020401\",\n    \"GrowthPhase\": \"Flowering\",\n    \"NewLocation\": \"Plants Location\",\n    \"NewSublocation\": \"Plants Sublocation\",\n    \"GrowthDate\": \"2015-12-15\",\n    \"PatientLicenseNumber\": \"X00001\"\n  },\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"StartingTag\": \"ABCDEF012345670000020427\",\n    \"GrowthPhase\": \"Vegetative\",\n    \"NewLocation\": \"Harvest Location\",\n    \"NewSublocation\": \"Harvest Sublocation\",\n    \"GrowthDate\": \"2015-12-15\",\n    \"PatientLicenseNumber\": \"X00002\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Group\": \"Plant Batch 1\",\n    \"NewGroup\": \"ABCDEF012345670000000002\"\n  },\n  {\n    \"Id\": 2,\n    \"Group\": null,\n    \"NewGroup\": \"New Group\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Group\": \"Plant Batch 1\",\n    \"TagId\": null,\n    \"NewTag\": \"ABCDEF012345670000000002\",\n    \"ReplaceDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Group\": null,\n    \"TagId\": 3,\n    \"NewTag\": null,\n    \"ReplaceDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": null,\n    \"StrainId\": 1,\n    \"StrainName\": null\n  },\n  {\n    \"Id\": 2,\n    \"Name\": null,\n    \"StrainId\": 2,\n    \"StrainName\": null\n  }\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":"[\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"MoveDate\": \"2015-12-15\"\n  },\n  {\n    \"Name\": \"Metrc Bliss 5/30/2018\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"MoveDate\": \"2018-01-05\"\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010011\",\n      \"ABCDEF012345670000010012\"\n    ],\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010013\",\n      \"ABCDEF012345670000010014\"\n    ],\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"AdditivesTemplateName\": \"Additive Template 1\",\n    \"Rate\": \"5 Pounds\",\n    \"Volume\": \"1000 Sq. ft.\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010011\",\n      \"ABCDEF012345670000010012\"\n    ],\n    \"ActualDate\": \"2025-01-24\"\n  },\n  {\n    \"AdditivesTemplateName\": \"Additive Template 2\",\n    \"Rate\": \"4 Grams\",\n    \"Volume\": \"2000 Yards\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010013\",\n      \"ABCDEF012345670000010014\"\n    ],\n    \"ActualDate\": \"2025-01-24\"\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"AdditivesTemplateName\": \"Additive Template 1\",\n    \"Rate\": \"5 Pounds\",\n    \"Volume\": \"1000 Sq. ft.\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2025-01-15\"\n  },\n  {\n    \"AdditivesTemplateName\": \"Additive Template 2\",\n    \"Rate\": \"4 Grams\",\n    \"Volume\": \"200 Yards\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2025-01-15\"\n  }\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":"[\n  {\n    \"PlantLabel\": \"ABCDEF012345670000010011\",\n    \"PlantBatchName\": \"Demo Plant Batch 1\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 3,\n    \"LocationName\": \"Plant Location\",\n    \"SublocationName\": \"Plant Sublocation\",\n    \"StrainName\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\n  },\n  {\n    \"PlantLabel\": \"ABCDEF012345670000010012\",\n    \"PlantBatchName\": \"Demo Plant Batch 2\",\n    \"PlantBatchType\": \"Seed\",\n    \"PlantCount\": 2,\n    \"LocationName\": \"Plant Location\",\n    \"SublocationName\": \"Plant Sublocation\",\n    \"StrainName\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\n  }\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":"[\n  {\n    \"PlantLabel\": \"ABCDEF012345670000000011\",\n    \"PackageTag\": \"ABCDEF012345670000010011\",\n    \"PlantBatchType\": \"Clone\",\n    \"Item\": \"Blue Dream Clones\",\n    \"Location\": \"Package Room 1\",\n    \"Sublocation\": null,\n    \"Note\": null,\n    \"IsTradeSample\": false,\n    \"PatientLicenseNumber\": null,\n    \"IsDonation\": false,\n    \"Count\": 25,\n    \"ActualDate\": \"2020-01-15T12:25:43Z\"\n  },\n  {\n    \"PlantLabel\": \"ABCDEF012345670000000012\",\n    \"PackageTag\": \"ABCDEF012345670000010013\",\n    \"PlantBatchType\": \"Seed\",\n    \"Item\": \"Blue Dream Seeds\",\n    \"Location\": \"Package Room 2\",\n    \"Sublocation\": \"Package Sublocation 1\",\n    \"Note\": null,\n    \"IsTradeSample\": false,\n    \"PatientLicenseNumber\": null,\n    \"IsDonation\": false,\n    \"Count\": 25,\n    \"ActualDate\": \"2020-01-15T12:36:32Z\"\n  }\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":"[\n  {\n    \"Plant\": \"ABCDEF012345670000000001\",\n    \"Weight\": 100.23,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Plants Location\",\n    \"DryingSublocation\": \"Plants Sublocation\",\n    \"HarvestName\": null,\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15\",\n    \"PlantCount\": 3\n  },\n  {\n    \"Plant\": \"ABCDEF012345670000000001\",\n    \"Weight\": 50.10,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Plants Location\",\n    \"DryingSublocation\": \"Plants Sublocation\",\n    \"HarvestName\": \"2015-12-15-Harvest Location-M\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2015-12-15\",\n    \"PlantCount\": 3\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"NewTag\": \"ABCDEF012345670000020001\",\n    \"GrowthPhase\": \"Flowering\",\n    \"NewLocation\": \"Plants Location\",\n    \"NewSublocation\": null,\n    \"GrowthDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"NewTag\": \"ABCDEF012345670000020002\",\n    \"GrowthPhase\": \"Vegetative\",\n    \"NewLocation\": \"Harvest Location\",\n    \"NewSublocation\": null,\n    \"GrowthDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"TagId\": null,\n    \"NewTag\": \"ABCDEF012345670000000002\",\n    \"ReplaceDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"TagId\": 3,\n    \"NewTag\": null,\n    \"ReplaceDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Label\": null,\n    \"StrainId\": 1,\n    \"StrainName\": null\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"StrainId\": 2,\n    \"StrainName\": null\n  }\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":"[\n  {\n    \"Plant\": \"ABCDEF012345670000010011\",\n    \"Weight\": 100.23,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Harvest Location\",\n    \"DryingSublocation\": \"Harvest Sublocation1\",\n    \"HarvestName\": \"2015-12-15-Harvest Location-H\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Plant\": \"ABCDEF012345670000010012\",\n    \"Weight\": 10.15,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Harvest Location\",\n    \"DryingSublocation\": \"Harvest Sublocation2\",\n    \"HarvestName\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"TargetPlantGroupLabel\": \"ABCDEF012345670000000001\",\n    \"SourcePlantGroupLabel\": \"ABCDEF012345670000000002\",\n    \"MergeDate\": \"2015-12-15\"\n  },\n  {\n    \"TargetPlantGroupLabel\": \"ABCDEF012345670000000003\",\n    \"SourcePlantGroupLabel\": \"ABCDEF012345670000000004\",\n    \"MergeDate\": \"2015-12-16\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"WasteMethodName\": \"Compost\",\n    \"WasteMaterialMixed\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"WasteUnitOfMeasureName\": \"grams\",\n    \"WasteReasonName\": \"Destroy\",\n    \"Count\": 0,\n    \"ReasonNote\": \"Had to go.\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"WasteMethodName\": \"Grinder\",\n    \"WasteMaterialMixed\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"WasteUnitOfMeasureName\": \"grams\",\n    \"WasteReasonName\": \"Destroy\",\n    \"Count\": 0,\n    \"ReasonNote\": \"Had to go.\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"LocationName\": \"Veg Room A\",\n    \"SublocationName\": \"Sublocation A\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantLabels\": []\n  },\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 12.82,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"LocationName\": null,\n    \"SublocationName\": \"Sublocation B\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantLabels\": [\n      \"ABCDEF012345670000000100\",\n      \"ABCDEF012345670000000101\"\n    ]\n  }\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":"[\n  {\n    \"SplitDate\": \"2022-12-15\",\n    \"SourcePlantLabel\": \"ABCDEF012345670000000001\",\n    \"PlantCount\": 5,\n    \"TagLabel\": \"ABCDEF012345670000000005\",\n    \"StrainLabel\": \"efg\"\n  },\n  {\n    \"SplitDate\": \"2022-12-15\",\n    \"SourcePlantLabel\": \"ABCDEF012345670000000002\",\n    \"PlantCount\": 10,\n    \"TagLabel\": \"ABCDEF012345670000000006\",\n    \"StrainLabel\": \"efg\"\n  }\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":"GetAdjustmentReasons","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/processing/v2"],"path":["adjust","reasons"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"},{"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":"[\n  {\n    \"JobName\": \"Job 1\",\n    \"Tag\": \"ABCDEFG11232131\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": null,\n    \"Quantity\": 12.0,\n    \"UnitOfMeasure\": \"Grams\",\n    \"IsFinishedGood\": false,\n    \"PatientLicenseNumber\": null,\n    \"Note\": null,\n    \"ProductionBatchNumber\": null,\n    \"FinishProcessingJob\": false,\n    \"FinishDate\": null,\n    \"WasteCountQuantity\": null,\n    \"WasteCountUnitOfMeasureName\": null,\n    \"WasteVolumeQuantity\": null,\n    \"WasteVolumeUnitOfMeasureName\": null,\n    \"WasteWeightQuantity\": null,\n    \"WasteWeightUnitOfMeasureName\": null,\n    \"FinishNote\": null,\n    \"PackageDate\": null,\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null\n  }\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":"[\n  {\n    \"JobName\": \"Job 1\",\n    \"JobType\": \"Infusing\",\n    \"CountUnitOfMeasure\": \"Each\",\n    \"VolumeUnitOfMeasure\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasure\": \"Ounces\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 10.0,\n        \"UnitOfMeasure\": \"Grams\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 5.0,\n        \"UnitOfMeasure\": \"Grams\"\n      }\n    ],\n    \"StartDate\": \"0001-01-01T00:00:00Z\"\n  }\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":"[\n  {\n    \"Id\": 0,\n    \"AdjustmentReason\": \"Data Entry\",\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\n    \"AdjustmentNote\": null,\n    \"CountUnitOfMeasureName\": null,\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasureName\": \"Ounces\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Grams\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 3.0,\n        \"UnitOfMeasure\": \"Liters\"\n      }\n    ]\n  },\n  {\n    \"Id\": 0,\n    \"AdjustmentReason\": \"Data Entry\",\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\n    \"AdjustmentNote\": null,\n    \"CountUnitOfMeasureName\": \"Each\",\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasureName\": null,\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Each\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 3.0,\n        \"UnitOfMeasure\": \"Liters\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Name\": \"Infuse Brownies\",\n    \"Description\": \"Turn Buds into Brownies\",\n    \"Category\": \"Processing\",\n    \"ProcessingSteps\": \"Extract THC and Bake\",\n    \"Attributes\": [\n      \"Infuse\",\n      \"Cooking\",\n      \"Food\"\n    ]\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"FinishDate\": \"2021-11-23T00:00:00Z\",\n    \"FinishNote\": \"Infusing\",\n    \"TotalCountWaste\": null,\n    \"WasteCountUnitOfMeasureName\": null,\n    \"TotalVolumeWaste\": null,\n    \"WasteVolumeUnitOfMeasureName\": null,\n    \"TotalWeightWaste\": 10.0,\n    \"WasteWeightUnitOfMeasureName\": \"Ounces\"\n  }\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":"[\n  {\n    \"Id\": 1\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Vape Pen\",\n    \"Description\": \"Create extract for vape pen\",\n    \"CategoryName\": \"Vape\",\n    \"ProcessingSteps\": \"Extract THC and infuse into pen\",\n    \"Attributes\": [\n      \"Vape\",\n      \"Infuse\"\n    ]\n  }\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":"[\n  {\n    \"TransporterFacilityLicenseNumber\": \"1\",\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"RecipientZoneId\": null,\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQMm\",\n          \"https://1a4.com/q83vASNFZwAAAQkQMp\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"SalesDateTime\": \"2016-10-04T16:44:53.000\",\n    \"ExternalReceiptNumber\": \"ABC-1234\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"CaregiverLicenseNumber\": null,\n    \"IdentificationMethod\": null,\n    \"PatientRegistrationLocationId\": null,\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQCA\",\n          \"https://1a4.com/q83vASNFZwAAAQkQCb\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"TransporterFacilityId\": \"Facility-1\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\"\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"PaymentType\": null,\n    \"AcceptedPackages\": [\n      \"ABCDEF012345670000000001\"\n    ],\n    \"ReturnedPackages\": [\n      {\n        \"Label\": \"ABCDEF012345670000000002\",\n        \"ReturnQuantityVerified\": 1.0,\n        \"ReturnUnitOfMeasure\": \"Ounces\",\n        \"ReturnReason\": \"Spoilage\",\n        \"ReturnReasonNote\": \"\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"PaymentType\": \"Cash\"\n  },\n  {\n    \"Id\": 2,\n    \"PaymentType\": \"Electronic\"\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"TransporterFacilityLicenseNumber\": \"1\",\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"RecipientZoneId\": \"0001\",\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQDe\",\n          \"https://1a4.com/q83vASNFZwAAAQkQDf\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 51,\n    \"SalesDateTime\": \"2016-10-04T16:47:24.000\",\n    \"ExternalReceiptNumber\": \"ABC-123\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"CaregiverLicenseNumber\": null,\n    \"IdentificationMethod\": null,\n    \"PatientRegistrationLocationId\": null,\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.98,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\n        \"Quantity\": 2.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQRe\",\n          \"https://1a4.com/q83vASNFZwAAAQkQRa\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": [\n      {\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"456DEF\",\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\n            \"Quantity\": 2.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 16.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQXx\",\n              \"https://1a4.com/q83vASNFZwAAAQkQXy\"\n            ]\n          }\n        ]\n      },\n      {\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"123ABC\",\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\n            \"Quantity\": 3.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQYr\",\n              \"https://1a4.com/q83vASNFZwAAAQkQPq\"\n            ]\n          }\n        ]\n      }\n    ],\n    \"Packages\": [\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      },\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 5,\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": \"ABC123\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": [\n      {\n        \"Id\": 1,\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"456DEF\",\n        \"DriverEmployeeId\": null,\n        \"DriverName\": null,\n        \"DriversLicenseNumber\": null,\n        \"PhoneNumberForQuestions\": null,\n        \"VehicleMake\": null,\n        \"VehicleModel\": null,\n        \"VehicleLicensePlateNumber\": null,\n        \"VehicleRegistrationNumber\": null,\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"PlannedRoute\": null,\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQTy\",\n              \"https://1a4.com/q83vASNFZwAAAQkQTo\"\n            ]\n          }\n        ]\n      },\n      {\n        \"Id\": 2,\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"123ABC\",\n        \"DriverEmployeeId\": null,\n        \"DriverName\": null,\n        \"DriversLicenseNumber\": null,\n        \"PhoneNumberForQuestions\": null,\n        \"VehicleMake\": null,\n        \"VehicleModel\": null,\n        \"VehicleLicensePlateNumber\": null,\n        \"VehicleRegistrationNumber\": null,\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"PlannedRoute\": null,\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQUu\",\n              \"https://1a4.com/q83vASNFZwAAAQkQUa\"\n            ]\n          }\n        ]\n      }\n    ],\n    \"Packages\": [\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      },\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 6\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 1,\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": null,\n    \"Packages\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99,\n        \"RemoveCurrentPackage\": false\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99,\n        \"RemoveCurrentPackage\": true\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 1,\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": null,\n    \"DriverName\": null,\n    \"DriversLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientZoneId\": null,\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQAa\",\n          \"https://1a4.com/q83vASNFZwAAAQkQBb\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 6,\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000000002\",\n        \"EndQuantity\": 1.0,\n        \"EndUnitOfMeasure\": \"Ounces\"\n      }\n    ]\n  }\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":"CreatePackages","request":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json","type":"text"}],"url":{"host":["{{Metrc.api.server}}/sandbox/v2"],"path":["packages","create"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]},"body":{"mode":"raw","raw":"{\n  \"Count\": 10,\n  \"FilterBy\": \"Category\",\n  \"FilterValue\": \"Buds\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"CreateFacilityTags","request":{"method":"POST","header":null,"url":{"host":["{{Metrc.api.server}}/sandbox/v2"],"path":["facility","tags"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}},{"name":"GetTagTypes","request":{"method":"GET","header":null,"url":{"host":["{{Metrc.api.server}}/sandbox/v2"],"path":["tagtypes"],"query":[{"key":"licenseNumber","value":"{{licenseNumber}}"}]}}}]},{"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":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"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":"[\n  {\n    \"Name\": \"Spring Hill Kush\",\n    \"TestingStatus\": \"None\",\n    \"ThcLevel\": 0.1865,\n    \"CbdLevel\": 0.1075,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  },\n  {\n    \"Name\": \"TN Orange Dream\",\n    \"TestingStatus\": \"None\",\n    \"ThcLevel\": 0.075,\n    \"CbdLevel\": 0.14,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Spring Hill Kush\",\n    \"TestingStatus\": \"InHouse\",\n    \"ThcLevel\": 0.1865,\n    \"CbdLevel\": 0.1075,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"TN Orange Dream\",\n    \"TestingStatus\": \"ThirdParty\",\n    \"ThcLevel\": 0.075,\n    \"CbdLevel\": 0.14,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  }\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":"lastModifiedStart","value":"{{lastModifiedStart}}"},{"key":"lastModifiedEnd","value":"{{lastModifiedEnd}}"},{"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":"[\n  {\n    \"Name\": \"Room 1 Sublocation\"\n  },\n  {\n    \"Name\": \"Table 1 Sublocation\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Room 1A Sublocation\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Table 2B Sublocation\"\n  }\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":"[\n  {\n    \"ShipperLicenseNumber\": \"123-ABC\",\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\n    \"ShipperMainPhoneNumber\": \"123-456-7890\",\n    \"ShipperAddress1\": \"123 Real Street\",\n    \"ShipperAddress2\": null,\n    \"ShipperAddressCity\": \"Somewhere\",\n    \"ShipperAddressState\": \"CO\",\n    \"ShipperAddressPostalCode\": null,\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"GrossWeight\": null,\n        \"GrossUnitOfWeightId\": null,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": [\n              {\n                \"DriverOccupationalLicenseNumber\": \"50\",\n                \"DriverName\": \"X\",\n                \"DriverLicenseNumber\": \"5\",\n                \"DriverLayoverLeg\": \"FromLayover\",\n                \"VehicleMake\": \"X\",\n                \"VehicleModel\": \"X\",\n                \"VehicleLicensePlateNumber\": \"X\",\n                \"VehicleRegistrationNumber\": \"X\"\n              }\n            ]\n          }\n        ],\n        \"Packages\": [\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 10.0,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 20.1,\n            \"GrossUnitOfWeightName\": \"Grams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"123456789\",\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 9.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": null,\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 8.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"010203040506\",\n            \"IsFinishedGood\": true\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Name\": \"Template 1\",\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"PaymentTermDays\": 30,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": [\n              {\n                \"DriverOccupationalLicenseNumber\": \"50\",\n                \"DriverName\": \"X\",\n                \"DriverLicenseNumber\": \"5\",\n                \"DriverLayoverLeg\": \"FromLayover\",\n                \"VehicleMake\": \"X\",\n                \"VehicleModel\": \"X\",\n                \"VehicleLicensePlateNumber\": \"X\",\n                \"VehicleRegistrationNumber\": \"X\"\n              }\n            ]\n          }\n        ],\n        \"Packages\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 20.5,\n            \"GrossUnitOfWeightName\": \"Grams\"\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 30.6,\n            \"GrossUnitOfWeightName\": \"Milligrams\"\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"TransferId\": 1,\n    \"ShipperLicenseNumber\": \"123-ABC\",\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\n    \"ShipperMainPhoneNumber\": null,\n    \"ShipperAddress1\": null,\n    \"ShipperAddress2\": null,\n    \"ShipperAddressCity\": null,\n    \"ShipperAddressState\": null,\n    \"ShipperAddressPostalCode\": null,\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"TransferDestinationId\": null,\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"GrossWeight\": null,\n        \"GrossUnitOfWeightId\": null,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": [\n              {\n                \"DriverOccupationalLicenseNumber\": \"50\",\n                \"DriverName\": \"X\",\n                \"DriverLicenseNumber\": \"5\",\n                \"DriverLayoverLeg\": \"FromLayover\",\n                \"VehicleMake\": \"X\",\n                \"VehicleModel\": \"X\",\n                \"VehicleLicensePlateNumber\": \"X\",\n                \"VehicleRegistrationNumber\": \"X\"\n              }\n            ]\n          }\n        ],\n        \"Packages\": [\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 10.0,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 20.1,\n            \"GrossUnitOfWeightName\": \"Grams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"123456789\",\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 9.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": null,\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 8.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"010203040506\",\n            \"IsFinishedGood\": true\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"TransferTemplateId\": 1,\n    \"Name\": \"Template 1\",\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"TransferDestinationId\": 0,\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"PaymentTermDays\": 30,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"FromAndToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": [\n              {\n                \"DriverOccupationalLicenseNumber\": \"50\",\n                \"DriverName\": \"X\",\n                \"DriverLicenseNumber\": \"5\",\n                \"DriverLayoverLeg\": \"FromLayover\",\n                \"VehicleMake\": \"X\",\n                \"VehicleModel\": \"X\",\n                \"VehicleLicensePlateNumber\": \"X\",\n                \"VehicleRegistrationNumber\": \"X\"\n              }\n            ]\n          }\n        ],\n        \"Packages\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 20.5,\n            \"GrossUnitOfWeightName\": \"Grams\"\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 30.6,\n            \"GrossUnitOfWeightName\": \"Milligrams\"\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Outbound\"\n  },\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Return\"\n  },\n  {\n    \"ShipmentDeliveryId\": 112,\n    \"TransporterDirection\": \"Outbound\"\n  }\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":"[\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Outbound\"\n  },\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Return\"\n  },\n  {\n    \"ShipmentDeliveryId\": 112,\n    \"TransporterDirection\": \"Outbound\"\n  }\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":"[\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Outbound\"\n  },\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Return\"\n  },\n  {\n    \"ShipmentDeliveryId\": 112,\n    \"TransporterDirection\": \"Outbound\"\n  }\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":"[\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Outbound\"\n  },\n  {\n    \"ShipmentDeliveryId\": 111,\n    \"TransporterDirection\": \"Return\"\n  },\n  {\n    \"ShipmentDeliveryId\": 112,\n    \"TransporterDirection\": \"Outbound\"\n  }\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":"[\n  {\n    \"Name\": \"Joe Smith\",\n    \"DriversLicenseNumber\": \"ABC1234\",\n    \"EmployeeId\": \"BTS000007\"\n  },\n  {\n    \"Name\": \"Jane Doe\",\n    \"DriversLicenseNumber\": \"ABC1235\",\n    \"EmployeeId\": \"BTS131206\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Michelle Doe\",\n    \"DriversLicenseNumber\": \"ABC1234\",\n    \"EmployeeId\": \"BTS000007\"\n  },\n  {\n    \"Id\": 3,\n    \"Name\": \"John Doe\",\n    \"DriversLicenseNumber\": \"ABC4567\",\n    \"EmployeeId\": \"BTS131206\"\n  }\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":"[\n  {\n    \"Make\": \"Mazda\",\n    \"Model\": \"3\",\n    \"LicensePlateNumber\": \"ABC1234\",\n    \"RegistrationNumber\": \"REG1234\"\n  },\n  {\n    \"Make\": \"Toyota\",\n    \"Model\": \"Supra\",\n    \"LicensePlateNumber\": \"ACB4321\",\n    \"RegistrationNumber\": null\n  }\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":"[\n  {\n    \"Id\": 201,\n    \"Make\": \"Mazda\",\n    \"Model\": \"Miata\",\n    \"LicensePlateNumber\": \"DEF5678\",\n    \"RegistrationNumber\": \"REG5678\"\n  },\n  {\n    \"Id\": 202,\n    \"Make\": \"Toyota\",\n    \"Model\": \"Supra\",\n    \"LicensePlateNumber\": \"DEF8765\",\n    \"RegistrationNumber\": null\n  }\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":"{\n  \"objectType\": \"\",\n  \"url\": \"\",\n  \"verb\": \"\",\n  \"status\": \"\",\n  \"userApiKey\": \"\",\n  \"tpiApiKey\": \"\",\n  \"serverPublicKeyFingerprint\": \"\",\n  \"template\": \"\",\n  \"errorResponseJsonTemplate\": \"\",\n  \"facilityLicenseNumbers\": \"\"\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": 1,\n    \"LabTestStageId\": 2,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020203\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020204\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": 1,\n    \"LabTestStageId\": 2,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": 2,\n        \"HarvestName\": null,\n        \"Weight\": 100.23,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 25.1,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020203\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020204\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Shake\",\n    \"UnitOfWeight\": \"Grams\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ProductRequiresRemediation\": false,\n    \"RemediateProduct\": false,\n    \"RemediationMethodId\": null,\n    \"RemediationDate\": null,\n    \"RemediationSteps\": null,\n    \"ProductRequiresDecontamination\": false,\n    \"DecontaminateProduct\": false,\n    \"DecontaminationDate\": null,\n    \"DecontaminationSteps\": null,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"HarvestId\": null,\n        \"HarvestName\": \"2018-04-03-Harvest Location-M\",\n        \"Weight\": 50.0,\n        \"UnitOfWeight\": \"Grams\"\n      },\n      {\n        \"HarvestId\": 4,\n        \"HarvestName\": null,\n        \"Weight\": 1.0,\n        \"UnitOfWeight\": \"Grams\"\n      }\n    ],\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null,\n    \"RequiredLabTestBatches\": []\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"HarvestName\": null,\n    \"DryingLocation\": \"Flower Location A\",\n    \"DryingSublocation\": \"Table One\",\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\n  },\n  {\n    \"Id\": null,\n    \"HarvestName\": \"2019-05-29-Flower Location A-H\",\n    \"DryingLocation\": \"Drying Location B\",\n    \"DryingSublocation\": null,\n    \"ActualDate\": \"2019-05-29T00:00:00Z\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"WasteType\": \"Plant Material\",\n    \"UnitOfWeight\": \"Grams\",\n    \"WasteWeight\": 10.05,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"WasteType\": \"Fibrous Material\",\n    \"UnitOfWeight\": \"Grams\",\n    \"WasteWeight\": 30.6,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"OldName\": null,\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\n  },\n  {\n    \"Id\": null,\n    \"OldName\": \"2019-05-29-Flower Location A-H\",\n    \"NewName\": \"2019-05-29-Flower Location B-H\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"ItemCategory\": \"Buds\",\n    \"Name\": \"Buds Item\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"Strain\": \"Spring Hill Kush\",\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"ItemCategory\": \"Infused (edible)\",\n    \"Name\": \"Infused Item\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": 150.0,\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": \"Allergens\",\n    \"ProductImageFileSystemIds\": [\n      5\n    ],\n    \"ProductPhotoDescription\": \"Product Photo Description\",\n    \"LabelImageFileSystemIds\": [\n      3\n    ],\n    \"LabelPhotoDescription\": \"Label Photo Description\",\n    \"PackagingImageFileSystemIds\": [\n      22\n    ],\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\n    \"ProductPDFFileSystemIds\": [\n      22\n    ],\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"ItemCategory\": \"Infused (edible)\",\n    \"Name\": \"Infused Juice\",\n    \"GlobalProductName\": null,\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": 5.0,\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": 150.0,\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": 2.0,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProcessingJobCategoryName\": \"Category 1\",\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Buds Item\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Buds\",\n    \"UnitOfMeasure\": \"Ounces\",\n    \"Strain\": \"String Hill Kush\",\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Extract Spray Paint\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Concentrate (Each)\",\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitThcContentDose\": null,\n    \"UnitThcContentDoseUnitOfMeasure\": null,\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": 100.0,\n    \"UnitVolumeUnitOfMeasure\": \"Milliliters\",\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": null,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": \"Allergens\",\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": \"Product Photo Description\",\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": \"Label Photo Description\",\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": \"Packaging Photo Description\",\n    \"ProcessingJobCategoryName\": null,\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"Concentrate Extract\",\n    \"GlobalProductName\": null,\n    \"ItemCategory\": \"Concentrate (Each)\",\n    \"UnitOfMeasure\": \"Each\",\n    \"Strain\": null,\n    \"ItemBrand\": null,\n    \"AdministrationMethodId\": null,\n    \"AdministrationMethodIdOverride\": null,\n    \"AdministrationMethodDescription\": null,\n    \"AdministrationMethodDescriptionOverride\": null,\n    \"AdministrationMethod\": null,\n    \"AdministrationMethodOverride\": null,\n    \"UnitCbdPercent\": null,\n    \"UnitCbdContent\": null,\n    \"UnitCbdContentUnitOfMeasure\": null,\n    \"UnitCbdContentDose\": null,\n    \"UnitCbdContentDoseUnitOfMeasure\": null,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": 10.0,\n    \"UnitThcContentUnitOfMeasure\": \"Milligrams\",\n    \"UnitThcContentDose\": 5.0,\n    \"UnitThcContentDoseUnitOfMeasure\": \"Milligrams\",\n    \"UnitCbdAPercent\": null,\n    \"UnitCbdAContent\": null,\n    \"UnitCbdAContentUnitOfMeasure\": null,\n    \"UnitCbdAContentDose\": null,\n    \"UnitCbdAContentDoseUnitOfMeasure\": null,\n    \"UnitThcAPercent\": null,\n    \"UnitThcAContent\": null,\n    \"UnitThcAContentUnitOfMeasure\": null,\n    \"UnitThcAContentDose\": null,\n    \"UnitThcAContentDoseUnitOfMeasure\": null,\n    \"UnitVolume\": null,\n    \"UnitVolumeUnitOfMeasure\": null,\n    \"UnitWeight\": 100.0,\n    \"UnitWeightUnitOfMeasure\": \"Milligrams\",\n    \"ServingSize\": null,\n    \"SupplyDurationDays\": null,\n    \"NumberOfDoses\": 2.0,\n    \"PublicIngredients\": null,\n    \"ItemIngredients\": null,\n    \"Description\": null,\n    \"Allergens\": null,\n    \"ProductImageFileSystemIds\": null,\n    \"ProductPDFFileSystemIds\": null,\n    \"ProductPhotoDescription\": null,\n    \"LabelImageFileSystemIds\": null,\n    \"LabelPhotoDescription\": null,\n    \"PackagingImageFileSystemIds\": null,\n    \"PackagingPhotoDescription\": null,\n    \"ProcessingJobCategoryName\": \"Category 1\",\n    \"ProcessingJobTypeName\": \"PJT-1\"\n  }\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":"[\n  {\n    \"FileName\": \"Image.png\",\n    \"EncodedImageBase64\": \"File encoded in Base64==\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\n    \"DocumentFileName\": \"Sparkly Ventures Lab Results 20151215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\",\n    \"LabTestBatches\": [\n      \"Standard Compliance\"\n    ],\n    \"ProcessingMethod\": \"Solvent\",\n    \"Results\": [\n      {\n        \"LabTestTypeName\": \"THC\",\n        \"Quantity\": 100.2345,\n        \"QuantityQualifier\": null,\n        \"QuantityInput\": null,\n        \"Passed\": true,\n        \"Notes\": \"\"\n      }\n    ]\n  },\n  {\n    \"Label\": \"ABCDEF012345670000000002\",\n    \"ResultDate\": \"2015-12-15T00:00:00Z\",\n    \"DocumentFileName\": null,\n    \"DocumentFileBase64\": null,\n    \"LabTestBatches\": [\n      \"Standard Compliance\"\n    ],\n    \"ProcessingMethod\": \"Solvent\",\n    \"Results\": [\n      {\n        \"LabTestTypeName\": \"THC\",\n        \"Quantity\": 100.2345,\n        \"QuantityQualifier\": null,\n        \"QuantityInput\": null,\n        \"Passed\": true,\n        \"Notes\": \"\"\n      }\n    ]\n  }\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":"[\n  {\n    \"LabTestResultId\": 1,\n    \"DocumentFileName\": \"Medigrazers Lab Results 20181215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\n  },\n  {\n    \"LabTestResultId\": 2,\n    \"DocumentFileName\": \"Medigrazers Lab Results 20190215.pdf\",\n    \"DocumentFileBase64\": \"File encoded in Base64==\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"Name\": \"Harvest Location\",\n    \"LocationTypeName\": \"Default\"\n  },\n  {\n    \"Name\": \"Plants Location\",\n    \"LocationTypeName\": \"Planting\"\n  }\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":"[\n  {\n    \"Id\": 5,\n    \"Name\": \"Harvesting Location\",\n    \"LocationTypeName\": \"Default\"\n  },\n  {\n    \"Id\": 6,\n    \"Name\": \"Planting Location\",\n    \"LocationTypeName\": \"Planting\"\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010041\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsDonation\": false,\n    \"IsTradeSample\": true,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": null,\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": true,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  }\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":"[\n  {\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"Note\": \"This is a note.\",\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010041\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Buds\",\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": true,\n    \"ProductionBatchNumber\": \"PB-2015-12-15\",\n    \"IsDonation\": false,\n    \"IsTradeSample\": true,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  },\n  {\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": null,\n    \"Quantity\": 16.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"Note\": null,\n    \"IsProductionBatch\": false,\n    \"ProductionBatchNumber\": null,\n    \"IsDonation\": false,\n    \"IsTradeSample\": false,\n    \"IsFinishedGood\": null,\n    \"ProductRequiresRemediation\": false,\n    \"UseSameItem\": true,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null,\n    \"Ingredients\": [\n      {\n        \"Package\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      },\n      {\n        \"Package\": \"ABCDEF012345670000010044\",\n        \"Quantity\": 8.0,\n        \"UnitOfMeasure\": \"Ounces\"\n      }\n    ],\n    \"RequiredLabTestBatches\": null,\n    \"ProcessingMethod\": null,\n    \"ProcessingJobTypeId\": null,\n    \"LabTestStageId\": null\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\n    \"PackageAdjustmentAmount\": 2.0,\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 1,\n    \"LocationName\": \"Plant Batch Location1\",\n    \"SublocationName\": \"Plant Batch Sublocation1\",\n    \"StrainName\": \"AK-47\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\n    \"PackageAdjustmentAmount\": 4.0,\n    \"PackageAdjustmentUnitOfMeasureName\": \"Ounces\",\n    \"PlantBatchName\": \"Flo Seed 1/31/2017\",\n    \"PlantBatchType\": \"Seed\",\n    \"PlantCount\": 2,\n    \"LocationName\": \"Plant Batch Location2\",\n    \"SublocationName\": \"Plant Batch Sublocation2\",\n    \"StrainName\": \"Flo\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010043\",\n    \"PackageAdjustmentAmount\": null,\n    \"PackageAdjustmentUnitOfMeasureName\": null,\n    \"PlantBatchName\": \"Blue Dream Plants 1/31/2017\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 10,\n    \"LocationName\": \"Plant Batch Location3\",\n    \"SublocationName\": \"Plant Batch Sublocation3\",\n    \"StrainName\": \"Blue Dream\",\n    \"PatientLicenseNumber\": \"X00003\",\n    \"PlantedDate\": \"2017-01-31T00:00:00Z\",\n    \"UnpackagedDate\": \"2017-01-31T00:00:00Z\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Item\": \"Shake\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Item\": \"Shake\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010041\",\n    \"Note\": \"Package note here.\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010042\",\n    \"Note\": \"\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Location\": \"Back Location\",\n    \"Sublocation\": \"Back Sublocation\",\n    \"MoveDate\": \"0001-01-01\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Location\": \"Storage Closet\",\n    \"Sublocation\": \"Shelf 2\",\n    \"MoveDate\": \"2018-03-15\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"Quantity\": -2.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Drying\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": null\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"AdjustmentReason\": \"Scale Variance\",\n    \"AdjustmentDate\": \"2015-12-15\",\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Label\": \"ABCDEF012345670000010041\"\n  },\n  {\n    \"Label\": \"ABCDEF012345670000010042\"\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Further Drying\",\n    \"RemediationDate\": \"2016-10-17\",\n    \"RemediationSteps\": \"Used hair dryer\"\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000020201\",\n    \"RemediationMethodName\": \"Further Drying\",\n    \"RemediationDate\": \"2016-10-17\",\n    \"RemediationSteps\": \"Used natural sunlight\"\n  }\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":"[\n  {\n    \"PatientLicenseNumber\": \"X100420\",\n    \"CheckInLocationId\": 4,\n    \"RegistrationStartDate\": \"2022-11-01\",\n    \"RegistrationExpiryDate\": \"2024-10-31\",\n    \"CheckInDate\": \"2022-11-06\"\n  }\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":"[\n  {\n    \"Id\": 4,\n    \"PatientLicenseNumber\": \"X100420\",\n    \"CheckInLocationId\": 4,\n    \"RegistrationStartDate\": \"2022-11-01\",\n    \"RegistrationExpiryDate\": \"2024-10-31\",\n    \"CheckInDate\": \"2022-11-06\"\n  }\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":"[\n  {\n    \"LicenseNumber\": \"000001\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"LicenseNumber\": \"000002\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"LicenseNumber\": \"000001\",\n    \"NewLicenseNumber\": null,\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 7,\n    \"RecommendedSmokableQuantity\": 2.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"LicenseNumber\": \"000002\",\n    \"NewLicenseNumber\": \"000003\",\n    \"LicenseEffectiveStartDate\": \"2015-06-21\",\n    \"LicenseEffectiveEndDate\": \"2016-06-15\",\n    \"RecommendedPlants\": 6,\n    \"RecommendedSmokableQuantity\": 1.0,\n    \"FlowerOuncesAllowed\": null,\n    \"ThcOuncesAllowed\": null,\n    \"ConcentrateOuncesAllowed\": null,\n    \"InfusedOuncesAllowed\": null,\n    \"MaxFlowerThcPercentAllowed\": null,\n    \"MaxConcentrateThcPercentAllowed\": null,\n    \"HasSalesLimitExemption\": false,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"PlantBatchName\": \"Testing Plant Batch\",\n    \"Quantity\": -2,\n    \"AdjustmentReason\": \"Drying\",\n    \"AdjustmentDate\": \"2023-01-20\",\n    \"ReasonNote\": null\n  },\n  {\n    \"PlantBatchName\": \"Testing Plant Batch\",\n    \"Quantity\": 1,\n    \"AdjustmentReason\": \"Scale Variance\",\n    \"AdjustmentDate\": \"2023-01-20\",\n    \"ReasonNote\": \"We are obtaining a new certified scale\"\n  }\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":"[\n  {\n    \"Name\": \"B. Kush 5-30\",\n    \"Type\": \"Clone\",\n    \"Count\": 25,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": null\n  },\n  {\n    \"Name\": \"B. Kush 5-31\",\n    \"Type\": \"Seed\",\n    \"Count\": 50,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": null\n  },\n  {\n    \"Name\": \"B. Kush 5-32\",\n    \"Type\": \"Seed\",\n    \"Count\": 3,\n    \"Strain\": \"Spring Hill Kush\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2022-02-15\",\n    \"SourcePlantBatches\": [\n      {\n        \"PlantBatchName\": \"Red Crush\"\n      },\n      {\n        \"PlantBatchName\": \"Blue Dream\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": null,\n    \"PlantBatch\": \"Demo Plant Batch 1\",\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"PatientLicenseNumber\": \"P00001\",\n    \"Note\": \"This is a note.\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  },\n  {\n    \"Id\": 5,\n    \"PlantBatch\": null,\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"PatientLicenseNumber\": \"P00002\",\n    \"Note\": \"\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  }\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":"[\n  {\n    \"PlantBatch\": \"B. Kush 5-30\",\n    \"GroupName\": \"New Plant Batch\",\n    \"Count\": 25,\n    \"Location\": \"Plant Batch Location\",\n    \"Sublocation\": \"Plant Batch Sublocation\",\n    \"Strain\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\n  },\n  {\n    \"PlantBatch\": \"B. Kush 5-31\",\n    \"GroupName\": \"New Plant Batch\",\n    \"Count\": 50,\n    \"Location\": \"Plant Batch Location\",\n    \"Sublocation\": null,\n    \"Strain\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": null,\n    \"ActualDate\": \"2015-12-15T00:00:00Z\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"PlantBatch\": \"Demo Plant Batch 1\",\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020201\",\n    \"PatientLicenseNumber\": \"P00001\",\n    \"Note\": \"This is a note.\",\n    \"IsTradeSample\": false,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  },\n  {\n    \"Id\": 5,\n    \"PlantBatch\": null,\n    \"Count\": 10,\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": \"Immature Plants\",\n    \"Tag\": \"ABCDEF012345670000020202\",\n    \"PatientLicenseNumber\": \"P00002\",\n    \"Note\": \"\",\n    \"IsTradeSample\": true,\n    \"IsDonation\": false,\n    \"ActualDate\": \"2015-12-15\",\n    \"ExpirationDate\": \"2016-09-15\",\n    \"SellByDate\": \"2016-09-15\",\n    \"UseByDate\": \"2016-09-15\"\n  }\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":"[\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"StartingTag\": \"ABCDEF012345670000020401\",\n    \"GrowthPhase\": \"Flowering\",\n    \"NewLocation\": \"Plants Location\",\n    \"NewSublocation\": \"Plants Sublocation\",\n    \"GrowthDate\": \"2015-12-15\",\n    \"PatientLicenseNumber\": \"X00001\"\n  },\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"StartingTag\": \"ABCDEF012345670000020427\",\n    \"GrowthPhase\": \"Vegetative\",\n    \"NewLocation\": \"Harvest Location\",\n    \"NewSublocation\": \"Harvest Sublocation\",\n    \"GrowthDate\": \"2015-12-15\",\n    \"PatientLicenseNumber\": \"X00002\"\n  }\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":"[\n  {\n    \"Name\": \"AK-47 Clone 1/31/2017\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"MoveDate\": \"2015-12-15\"\n  },\n  {\n    \"Name\": \"Metrc Bliss 5/30/2018\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"MoveDate\": \"2018-01-05\"\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantBatchName\": \"AK-47 Clone 1/31/2017\",\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantBatchName\": \"Plant Batch A\"\n  }\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":"[\n  {\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 25,\n    \"WasteMethodName\": \"Laser Beam\",\n    \"WasteMaterialMixed\": \"Motor Oil\",\n    \"WasteReasonName\": \"Mater Theft\",\n    \"ReasonNote\": \"Mater stole a couple plants.\",\n    \"WasteWeight\": 1.209,\n    \"WasteUnitOfMeasure\": \"Grams\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"PlantBatch\": \"AK-47 Clone 1/31/2017\",\n    \"Count\": 10,\n    \"WasteMethodName\": null,\n    \"WasteMaterialMixed\": null,\n    \"WasteReasonName\": \"Ran over plants with no waste.\",\n    \"ReasonNote\": \"McQueen ran over the plants. Poor little plants. =(\",\n    \"WasteWeight\": 0.0,\n    \"WasteUnitOfMeasure\": null,\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"Location\": \"Plants Location\",\n    \"Sublocation\": \"Plants Sublocation\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"NewTag\": \"ABCDEF012345670000020001\",\n    \"GrowthPhase\": \"Flowering\",\n    \"NewLocation\": \"Plants Location\",\n    \"NewSublocation\": null,\n    \"GrowthDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"NewTag\": \"ABCDEF012345670000020002\",\n    \"GrowthPhase\": \"Vegetative\",\n    \"NewLocation\": \"Harvest Location\",\n    \"NewSublocation\": null,\n    \"GrowthDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"Id\": null,\n    \"Label\": \"ABCDEF012345670000000001\",\n    \"WasteMethodName\": \"Compost\",\n    \"WasteMaterialMixed\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"WasteUnitOfMeasureName\": \"grams\",\n    \"WasteReasonName\": \"Destroy\",\n    \"Count\": 0,\n    \"ReasonNote\": \"Had to go.\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Id\": 2,\n    \"Label\": null,\n    \"WasteMethodName\": \"Grinder\",\n    \"WasteMaterialMixed\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"WasteUnitOfMeasureName\": \"grams\",\n    \"WasteReasonName\": \"Destroy\",\n    \"Count\": 0,\n    \"ReasonNote\": \"Had to go.\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010011\",\n      \"ABCDEF012345670000010012\"\n    ],\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"PlantLabels\": [\n      \"ABCDEF012345670000010013\",\n      \"ABCDEF012345670000010014\"\n    ],\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 15.69,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"LocationName\": \"Veg Room A\",\n    \"SublocationName\": \"Sublocation A\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantLabels\": []\n  },\n  {\n    \"WasteMethodName\": \"Clipping\",\n    \"MixedMaterial\": \"Soil\",\n    \"WasteWeight\": 12.82,\n    \"UnitOfMeasureName\": \"grams\",\n    \"ReasonName\": \"Trim\",\n    \"Note\": \"\",\n    \"LocationName\": null,\n    \"SublocationName\": \"Sublocation B\",\n    \"WasteDate\": \"2017-01-31\",\n    \"PlantLabels\": [\n      \"ABCDEF012345670000000100\",\n      \"ABCDEF012345670000000101\"\n    ]\n  }\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":"[\n  {\n    \"AdditiveType\": \"Fertilizer\",\n    \"ProductTradeName\": \"Wonder Sprout\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2019-12-15\"\n  },\n  {\n    \"AdditiveType\": \"Pesticide\",\n    \"ProductTradeName\": \"Pure Triazine\",\n    \"EpaRegistrationNumber\": null,\n    \"ProductSupplier\": \"G Labs\",\n    \"ApplicationDevice\": \"GreatDistributor 210lb\",\n    \"TotalAmountApplied\": 5.0,\n    \"TotalAmountUnitOfMeasure\": \"Gallons\",\n    \"ActiveIngredients\": [\n      {\n        \"Name\": \"Phosphorous\",\n        \"Percentage\": 30.0\n      },\n      {\n        \"Name\": \"Nitrogen\",\n        \"Percentage\": 15.0\n      },\n      {\n        \"Name\": \"Potassium\",\n        \"Percentage\": 15.0\n      }\n    ],\n    \"LocationName\": \"Plants Location\",\n    \"SublocationName\": null,\n    \"ActualDate\": \"2019-12-15\"\n  }\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":"[\n  {\n    \"PlantLabel\": \"ABCDEF012345670000010011\",\n    \"PlantBatchName\": \"Demo Plant Batch 1\",\n    \"PlantBatchType\": \"Clone\",\n    \"PlantCount\": 3,\n    \"LocationName\": \"Plant Location\",\n    \"SublocationName\": \"Plant Sublocation\",\n    \"StrainName\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\n  },\n  {\n    \"PlantLabel\": \"ABCDEF012345670000010012\",\n    \"PlantBatchName\": \"Demo Plant Batch 2\",\n    \"PlantBatchType\": \"Seed\",\n    \"PlantCount\": 2,\n    \"LocationName\": \"Plant Location\",\n    \"SublocationName\": \"Plant Sublocation\",\n    \"StrainName\": \"Spring Hill Kush\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2016-10-18T13:11:03Z\"\n  }\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":"[\n  {\n    \"PlantLabel\": \"ABCDEF012345670000000011\",\n    \"PackageTag\": \"ABCDEF012345670000010011\",\n    \"PlantBatchType\": \"Clone\",\n    \"Item\": \"Blue Dream Clones\",\n    \"Location\": \"Package Room 1\",\n    \"Sublocation\": null,\n    \"Note\": null,\n    \"IsTradeSample\": false,\n    \"PatientLicenseNumber\": null,\n    \"IsDonation\": false,\n    \"Count\": 25,\n    \"ActualDate\": \"2020-01-15T12:25:43Z\"\n  },\n  {\n    \"PlantLabel\": \"ABCDEF012345670000000012\",\n    \"PackageTag\": \"ABCDEF012345670000010013\",\n    \"PlantBatchType\": \"Seed\",\n    \"Item\": \"Blue Dream Seeds\",\n    \"Location\": \"Package Room 2\",\n    \"Sublocation\": \"Package Sublocation 1\",\n    \"Note\": null,\n    \"IsTradeSample\": false,\n    \"PatientLicenseNumber\": null,\n    \"IsDonation\": false,\n    \"Count\": 25,\n    \"ActualDate\": \"2020-01-15T12:36:32Z\"\n  }\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":"[\n  {\n    \"Plant\": \"ABCDEF012345670000000001\",\n    \"Weight\": 100.23,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Plants Location\",\n    \"DryingSublocation\": \"Plants Sublocation\",\n    \"HarvestName\": null,\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15\",\n    \"PlantCount\": 3\n  },\n  {\n    \"Plant\": \"ABCDEF012345670000000001\",\n    \"Weight\": 50.10,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Plants Location\",\n    \"DryingSublocation\": \"Plants Sublocation\",\n    \"HarvestName\": \"2015-12-15-Harvest Location-M\",\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2015-12-15\",\n    \"PlantCount\": 3\n  }\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":"[\n  {\n    \"Plant\": \"ABCDEF012345670000010011\",\n    \"Weight\": 100.23,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Harvest Location\",\n    \"DryingSublocation\": \"Harvest Sublocation1\",\n    \"HarvestName\": \"2015-12-15-Harvest Location-H\",\n    \"PatientLicenseNumber\": \"X00001\",\n    \"ActualDate\": \"2015-12-15\"\n  },\n  {\n    \"Plant\": \"ABCDEF012345670000010012\",\n    \"Weight\": 10.15,\n    \"UnitOfWeight\": \"Grams\",\n    \"DryingLocation\": \"Harvest Location\",\n    \"DryingSublocation\": \"Harvest Sublocation2\",\n    \"HarvestName\": null,\n    \"PatientLicenseNumber\": \"X00002\",\n    \"ActualDate\": \"2015-12-15\"\n  }\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":"[\n  {\n    \"JobName\": \"Job 1\",\n    \"Tag\": \"ABCDEFG11232131\",\n    \"Location\": null,\n    \"Sublocation\": null,\n    \"Item\": null,\n    \"Quantity\": 12.0,\n    \"UnitOfMeasure\": \"Grams\",\n    \"IsFinishedGood\": false,\n    \"PatientLicenseNumber\": null,\n    \"Note\": null,\n    \"ProductionBatchNumber\": null,\n    \"FinishProcessingJob\": false,\n    \"FinishDate\": null,\n    \"WasteCountQuantity\": null,\n    \"WasteCountUnitOfMeasureName\": null,\n    \"WasteVolumeQuantity\": null,\n    \"WasteVolumeUnitOfMeasureName\": null,\n    \"WasteWeightQuantity\": null,\n    \"WasteWeightUnitOfMeasureName\": null,\n    \"FinishNote\": null,\n    \"PackageDate\": null,\n    \"ExpirationDate\": null,\n    \"SellByDate\": null,\n    \"UseByDate\": null\n  }\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":"[\n  {\n    \"JobName\": \"Job 1\",\n    \"JobType\": \"Infusing\",\n    \"CountUnitOfMeasure\": \"Each\",\n    \"VolumeUnitOfMeasure\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasure\": \"Ounces\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 10.0,\n        \"UnitOfMeasure\": \"Grams\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 5.0,\n        \"UnitOfMeasure\": \"Grams\"\n      }\n    ],\n    \"StartDate\": \"0001-01-01T00:00:00Z\"\n  }\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":"[\n  {\n    \"Id\": 0,\n    \"AdjustmentReason\": \"Data Entry\",\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\n    \"AdjustmentNote\": null,\n    \"CountUnitOfMeasureName\": null,\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasureName\": \"Ounces\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Grams\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 3.0,\n        \"UnitOfMeasure\": \"Liters\"\n      }\n    ]\n  },\n  {\n    \"Id\": 0,\n    \"AdjustmentReason\": \"Data Entry\",\n    \"AdjustmentDate\": \"2021-11-01T00:00:00Z\",\n    \"AdjustmentNote\": null,\n    \"CountUnitOfMeasureName\": \"Each\",\n    \"VolumeUnitOfMeasureName\": \"Fluid Ounces\",\n    \"WeightUnitOfMeasureName\": null,\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000010042\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Each\"\n      },\n      {\n        \"Label\": \"ABCDEF012345670000010043\",\n        \"Quantity\": 3.0,\n        \"UnitOfMeasure\": \"Liters\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"FinishDate\": \"2021-11-23T00:00:00Z\",\n    \"FinishNote\": \"Infusing\",\n    \"TotalCountWaste\": null,\n    \"WasteCountUnitOfMeasureName\": null,\n    \"TotalVolumeWaste\": null,\n    \"WasteVolumeUnitOfMeasureName\": null,\n    \"TotalWeightWaste\": 10.0,\n    \"WasteWeightUnitOfMeasureName\": \"Ounces\"\n  }\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":"[\n  {\n    \"Id\": 1\n  }\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":"[\n  {\n    \"Name\": \"Infuse Brownies\",\n    \"Description\": \"Turn Buds into Brownies\",\n    \"Category\": \"Processing\",\n    \"ProcessingSteps\": \"Extract THC and Bake\",\n    \"Attributes\": [\n      \"Infuse\",\n      \"Cooking\",\n      \"Food\"\n    ]\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Vape Pen\",\n    \"Description\": \"Create extract for vape pen\",\n    \"CategoryName\": \"Vape\",\n    \"ProcessingSteps\": \"Extract THC and infuse into pen\",\n    \"Attributes\": [\n      \"Vape\",\n      \"Infuse\"\n    ]\n  }\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":"[\n  {\n    \"TransporterFacilityLicenseNumber\": \"1\",\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"RecipientZoneId\": null,\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQMm\",\n          \"https://1a4.com/q83vASNFZwAAAQkQMp\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"TransporterFacilityLicenseNumber\": \"1\",\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"RecipientZoneId\": \"0001\",\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQDe\",\n          \"https://1a4.com/q83vASNFZwAAAQkQDf\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"TransporterFacilityId\": \"Facility-1\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\"\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"Id\": 6,\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"PaymentType\": null,\n    \"AcceptedPackages\": [\n      \"ABCDEF012345670000000001\"\n    ],\n    \"ReturnedPackages\": [\n      {\n        \"Label\": \"ABCDEF012345670000000002\",\n        \"ReturnQuantityVerified\": 1.0,\n        \"ReturnUnitOfMeasure\": \"Ounces\",\n        \"ReturnReason\": \"Spoilage\",\n        \"ReturnReasonNote\": \"\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 1\n  },\n  {\n    \"Id\": 2\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"PaymentType\": \"Cash\"\n  },\n  {\n    \"Id\": 2,\n    \"PaymentType\": \"Electronic\"\n  }\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":"[\n  {\n    \"SalesDateTime\": \"2016-10-04T16:44:53.000\",\n    \"ExternalReceiptNumber\": \"ABC-1234\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"CaregiverLicenseNumber\": null,\n    \"IdentificationMethod\": null,\n    \"PatientRegistrationLocationId\": null,\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQCA\",\n          \"https://1a4.com/q83vASNFZwAAAQkQCb\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 51,\n    \"SalesDateTime\": \"2016-10-04T16:47:24.000\",\n    \"ExternalReceiptNumber\": \"ABC-123\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"CaregiverLicenseNumber\": null,\n    \"IdentificationMethod\": null,\n    \"PatientRegistrationLocationId\": null,\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010331\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.98,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000010332\",\n        \"Quantity\": 2.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQRe\",\n          \"https://1a4.com/q83vASNFZwAAAQkQRa\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010331\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"TotalAmount\": 9.99,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"InvoiceNumber\": null,\n    \"Price\": null,\n    \"ExciseTax\": null,\n    \"CityTax\": null,\n    \"CountyTax\": null,\n    \"MunicipalTax\": null,\n    \"DiscountAmount\": null,\n    \"SubTotal\": null,\n    \"SalesTax\": null,\n    \"QrCodes\": null\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010332\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"TotalAmount\": 9.99,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"InvoiceNumber\": null,\n    \"Price\": null,\n    \"ExciseTax\": null,\n    \"CityTax\": null,\n    \"CountyTax\": null,\n    \"MunicipalTax\": null,\n    \"DiscountAmount\": null,\n    \"SubTotal\": null,\n    \"SalesTax\": null,\n    \"QrCodes\": null\n  }\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":"[\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010331\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"TotalAmount\": 9.99,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"InvoiceNumber\": null,\n    \"Price\": null,\n    \"ExciseTax\": null,\n    \"CityTax\": null,\n    \"CountyTax\": null,\n    \"MunicipalTax\": null,\n    \"DiscountAmount\": null,\n    \"SubTotal\": null,\n    \"SalesTax\": null,\n    \"QrCodes\": null\n  },\n  {\n    \"PackageLabel\": \"ABCDEF012345670000010332\",\n    \"Quantity\": 1.0,\n    \"UnitOfMeasure\": \"Ounces\",\n    \"TotalAmount\": 9.99,\n    \"UnitThcPercent\": null,\n    \"UnitThcContent\": null,\n    \"UnitThcContentUnitOfMeasure\": null,\n    \"UnitWeight\": null,\n    \"UnitWeightUnitOfMeasure\": null,\n    \"InvoiceNumber\": null,\n    \"Price\": null,\n    \"ExciseTax\": null,\n    \"CityTax\": null,\n    \"CountyTax\": null,\n    \"MunicipalTax\": null,\n    \"DiscountAmount\": null,\n    \"SubTotal\": null,\n    \"SalesTax\": null,\n    \"QrCodes\": null\n  }\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":"[\n  {\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": null,\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": [\n      {\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"456DEF\",\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\n            \"Quantity\": 2.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 16.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQXx\",\n              \"https://1a4.com/q83vASNFZwAAAQkQXy\"\n            ]\n          }\n        ]\n      },\n      {\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"123ABC\",\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\n            \"Quantity\": 3.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQYr\",\n              \"https://1a4.com/q83vASNFZwAAAQkQPq\"\n            ]\n          }\n        ]\n      }\n    ],\n    \"Packages\": [\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      },\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      }\n    ]\n  }\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":"[\n  {\n    \"Id\": 5,\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"DriverEmployeeId\": \"1\",\n    \"DriverName\": \"John Doe\",\n    \"DriversLicenseNumber\": \"1\",\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": \"Car\",\n    \"VehicleModel\": \"Small\",\n    \"VehicleLicensePlateNumber\": \"000000\",\n    \"VehicleRegistrationNumber\": \"ABC123\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": [\n      {\n        \"Id\": 1,\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"456DEF\",\n        \"DriverEmployeeId\": null,\n        \"DriverName\": null,\n        \"DriversLicenseNumber\": null,\n        \"PhoneNumberForQuestions\": null,\n        \"VehicleMake\": null,\n        \"VehicleModel\": null,\n        \"VehicleLicensePlateNumber\": null,\n        \"VehicleRegistrationNumber\": null,\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"PlannedRoute\": null,\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000001\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000003\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQTy\",\n              \"https://1a4.com/q83vASNFZwAAAQkQTo\"\n            ]\n          }\n        ]\n      },\n      {\n        \"Id\": 2,\n        \"SalesDateTime\": \"0001-01-01T00:00:00.000\",\n        \"SalesCustomerType\": \"Consumer\",\n        \"PatientLicenseNumber\": null,\n        \"ConsumerId\": \"123ABC\",\n        \"DriverEmployeeId\": null,\n        \"DriverName\": null,\n        \"DriversLicenseNumber\": null,\n        \"PhoneNumberForQuestions\": null,\n        \"VehicleMake\": null,\n        \"VehicleModel\": null,\n        \"VehicleLicensePlateNumber\": null,\n        \"VehicleRegistrationNumber\": null,\n        \"RecipientName\": null,\n        \"RecipientAddressStreet1\": \"1 Someplace Road\",\n        \"RecipientAddressStreet2\": \"Ste 9\",\n        \"RecipientAddressCity\": \"Denver\",\n        \"RecipientAddressCounty\": null,\n        \"RecipientAddressState\": \"CO\",\n        \"RecipientAddressPostalCode\": \"11111\",\n        \"RecipientZoneId\": \"0001\",\n        \"PlannedRoute\": null,\n        \"EstimatedDepartureDateTime\": \"0001-01-01T00:00:00.000\",\n        \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n        \"Transactions\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000002\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Ounces\",\n            \"TotalAmount\": 9.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": null\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000000004\",\n            \"Quantity\": 1.0,\n            \"UnitOfMeasure\": \"Grams\",\n            \"TotalAmount\": 19.99,\n            \"UnitThcPercent\": null,\n            \"UnitThcContent\": null,\n            \"UnitThcContentUnitOfMeasure\": null,\n            \"UnitWeight\": null,\n            \"UnitWeightUnitOfMeasure\": null,\n            \"InvoiceNumber\": null,\n            \"Price\": null,\n            \"ExciseTax\": null,\n            \"CityTax\": null,\n            \"CountyTax\": null,\n            \"MunicipalTax\": null,\n            \"DiscountAmount\": null,\n            \"SubTotal\": null,\n            \"SalesTax\": null,\n            \"QrCodes\": [\n              \"https://1a4.com/q83vASNFZwAAAQkQUu\",\n              \"https://1a4.com/q83vASNFZwAAAQkQUa\"\n            ]\n          }\n        ]\n      }\n    ],\n    \"Packages\": [\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      },\n      {\n        \"DateTime\": \"0001-01-01T00:00:00Z\",\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 6\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 1,\n    \"DateTime\": \"2017-04-04T10:10:19.000\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"Destinations\": null,\n    \"Packages\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99,\n        \"RemoveCurrentPackage\": false\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalPrice\": 9.99,\n        \"RemoveCurrentPackage\": true\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 1,\n    \"SalesDateTime\": \"2017-04-04T10:10:19.000\",\n    \"SalesCustomerType\": \"Consumer\",\n    \"PatientLicenseNumber\": null,\n    \"ConsumerId\": null,\n    \"DriverEmployeeId\": null,\n    \"DriverName\": null,\n    \"DriversLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": \"+1-123-456-7890\",\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"RecipientName\": null,\n    \"RecipientAddressStreet1\": \"1 Someplace Road\",\n    \"RecipientAddressStreet2\": \"Ste 9\",\n    \"RecipientAddressCity\": \"Denver\",\n    \"RecipientZoneId\": null,\n    \"RecipientAddressCounty\": null,\n    \"RecipientAddressState\": \"CO\",\n    \"RecipientAddressPostalCode\": \"11111\",\n    \"PlannedRoute\": \"Drive to destination.\",\n    \"EstimatedDepartureDateTime\": \"2017-04-04T11:00:00.000\",\n    \"EstimatedArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Transactions\": [\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000001\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": null\n      },\n      {\n        \"PackageLabel\": \"ABCDEF012345670000000002\",\n        \"Quantity\": 1.0,\n        \"UnitOfMeasure\": \"Ounces\",\n        \"TotalAmount\": 9.99,\n        \"UnitThcPercent\": null,\n        \"UnitThcContent\": null,\n        \"UnitThcContentUnitOfMeasure\": null,\n        \"UnitWeight\": null,\n        \"UnitWeightUnitOfMeasure\": null,\n        \"InvoiceNumber\": null,\n        \"Price\": null,\n        \"ExciseTax\": null,\n        \"CityTax\": null,\n        \"CountyTax\": null,\n        \"MunicipalTax\": null,\n        \"DiscountAmount\": null,\n        \"SubTotal\": null,\n        \"SalesTax\": null,\n        \"QrCodes\": [\n          \"https://1a4.com/q83vASNFZwAAAQkQAa\",\n          \"https://1a4.com/q83vASNFZwAAAQkQBb\"\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"RetailerDeliveryId\": 6,\n    \"ActualArrivalDateTime\": \"2017-04-04T13:00:00.000\",\n    \"Packages\": [\n      {\n        \"Label\": \"ABCDEF012345670000000002\",\n        \"EndQuantity\": 1.0,\n        \"EndUnitOfMeasure\": \"Ounces\"\n      }\n    ]\n  }\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":"[\n  {\n    \"Name\": \"Spring Hill Kush\",\n    \"TestingStatus\": \"None\",\n    \"ThcLevel\": 0.1865,\n    \"CbdLevel\": 0.1075,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  },\n  {\n    \"Name\": \"TN Orange Dream\",\n    \"TestingStatus\": \"None\",\n    \"ThcLevel\": 0.075,\n    \"CbdLevel\": 0.14,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  }\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":"[\n  {\n    \"Id\": 1,\n    \"Name\": \"Spring Hill Kush\",\n    \"TestingStatus\": \"InHouse\",\n    \"ThcLevel\": 0.1865,\n    \"CbdLevel\": 0.1075,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  },\n  {\n    \"Id\": 2,\n    \"Name\": \"TN Orange Dream\",\n    \"TestingStatus\": \"ThirdParty\",\n    \"ThcLevel\": 0.075,\n    \"CbdLevel\": 0.14,\n    \"IndicaPercentage\": 25.0,\n    \"SativaPercentage\": 75.0\n  }\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":"[\n  {\n    \"ShipperLicenseNumber\": \"123-ABC\",\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\n    \"ShipperMainPhoneNumber\": \"123-456-7890\",\n    \"ShipperAddress1\": \"123 Real Street\",\n    \"ShipperAddress2\": null,\n    \"ShipperAddressCity\": \"Somewhere\",\n    \"ShipperAddressState\": \"CO\",\n    \"ShipperAddressPostalCode\": null,\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"GrossWeight\": null,\n        \"GrossUnitOfWeightId\": null,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"ToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": null\n          }\n        ],\n        \"Packages\": [\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 10.0,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 20.1,\n            \"GrossUnitOfWeightName\": \"Grams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"123456789\",\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 9.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": null,\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 8.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"010203040506\",\n            \"IsFinishedGood\": true\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"TransferId\": 1,\n    \"ShipperLicenseNumber\": \"123-ABC\",\n    \"ShipperName\": \"Lofty Med-Cultivation B\",\n    \"ShipperMainPhoneNumber\": null,\n    \"ShipperAddress1\": null,\n    \"ShipperAddress2\": null,\n    \"ShipperAddressCity\": null,\n    \"ShipperAddressState\": null,\n    \"ShipperAddressPostalCode\": null,\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"TransferDestinationId\": null,\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"GrossWeight\": null,\n        \"GrossUnitOfWeightId\": null,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"ToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": null\n          }\n        ],\n        \"Packages\": [\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 10.0,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-02-04T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 20.1,\n            \"GrossUnitOfWeightName\": \"Grams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"123456789\",\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 9.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": null,\n            \"IsFinishedGood\": false\n          },\n          {\n            \"ItemName\": \"Buds\",\n            \"Quantity\": 8.5,\n            \"UnitOfMeasureName\": \"Ounces\",\n            \"PackagedDate\": \"2018-03-06T00:00:00Z\",\n            \"ExpirationDate\": null,\n            \"SellByDate\": null,\n            \"UseByDate\": null,\n            \"GrossWeight\": 30.7,\n            \"GrossUnitOfWeightName\": \"Milligrams\",\n            \"WholesalePrice\": null,\n            \"ExternalId\": \"010203040506\",\n            \"IsFinishedGood\": true\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"Name\": \"Template 1\",\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"PaymentTermDays\": 30,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"ToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": null\n          }\n        ],\n        \"Packages\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 20.5,\n            \"GrossUnitOfWeightName\": \"Grams\"\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 30.6,\n            \"GrossUnitOfWeightName\": \"Milligrams\"\n          }\n        ]\n      }\n    ]\n  }\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":"[\n  {\n    \"TransferTemplateId\": 1,\n    \"Name\": \"Template 1\",\n    \"TransporterFacilityLicenseNumber\": null,\n    \"DriverOccupationalLicenseNumber\": null,\n    \"DriverName\": null,\n    \"DriverLicenseNumber\": null,\n    \"PhoneNumberForQuestions\": null,\n    \"VehicleMake\": null,\n    \"VehicleModel\": null,\n    \"VehicleLicensePlateNumber\": null,\n    \"VehicleRegistrationNumber\": null,\n    \"Destinations\": [\n      {\n        \"TransferDestinationId\": 0,\n        \"RecipientLicenseNumber\": \"123-XYZ\",\n        \"InvoiceNumber\": \"INV-001-0236521\",\n        \"TransferTypeName\": \"Transfer\",\n        \"PlannedRoute\": \"I will drive down the road to the place.\",\n        \"EstimatedDepartureDateTime\": \"2018-03-06T09:15:00.000\",\n        \"EstimatedArrivalDateTime\": \"2018-03-06T12:24:00.000\",\n        \"PaymentTermDays\": 30,\n        \"Transporters\": [\n          {\n            \"TransporterFacilityLicenseNumber\": \"123-ABC\",\n            \"DriverOccupationalLicenseNumber\": \"50\",\n            \"DriverName\": \"X\",\n            \"DriverLicenseNumber\": \"5\",\n            \"DriverLayoverLeg\": \"ToLayover\",\n            \"PhoneNumberForQuestions\": \"18005555555\",\n            \"VehicleMake\": \"X\",\n            \"VehicleModel\": \"X\",\n            \"VehicleLicensePlateNumber\": \"X\",\n            \"VehicleRegistrationNumber\": null,\n            \"IsLayover\": false,\n            \"EstimatedDepartureDateTime\": \"2018-03-06T12:00:00.000\",\n            \"EstimatedArrivalDateTime\": \"2018-03-06T21:00:00.000\",\n            \"TransporterDetails\": null\n          }\n        ],\n        \"Packages\": [\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010026\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 20.5,\n            \"GrossUnitOfWeightName\": \"Grams\"\n          },\n          {\n            \"PackageLabel\": \"ABCDEF012345670000010027\",\n            \"WholesalePrice\": null,\n            \"GrossWeight\": 30.6,\n            \"GrossUnitOfWeightName\": \"Milligrams\"\n          }\n        ]\n      }\n    ]\n  }\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":"2b28ccf9-b327-467a-bfd1-0b29f2c66c70","key":"Metrc.api.server","value":"https://example.com","type":"string"},{"id":"7720f3f4-6fbb-4eca-84eb-e5db464c3575","key":"Metrc.userKey","value":"11AABBCC","type":"string"},{"id":"df1f956f-795b-4706-96ed-acf860164ace","key":"Metrc.vendorKey","value":"11AABBCC","type":"string"},{"id":"9e9e30e6-674a-4b31-b3da-8ea1c220f58b","key":"Connect.api.server","value":"https://example.com","type":"string"},{"id":"ef8e61ff-ef23-4b0d-82f1-237f9a7193ba","key":"id","value":"","type":"string"},{"id":"5b0bcd40-7864-4f75-90ab-3631cebf074f","key":"licenseNumber","value":"","type":"string"},{"id":"4fdcdab2-9aa8-42c6-9a37-6fe760660054","key":"lastModifiedStart","value":"","type":"string"},{"id":"3e6031d9-da9d-495f-8d97-1e1bca4abc4b","key":"lastModifiedEnd","value":"","type":"string"},{"id":"a5e4aa51-8c13-4314-ae27-7ec293886491","key":"pageNumber","value":"","type":"string"},{"id":"e15eb43b-a50d-4699-b531-b84064770c36","key":"pageSize","value":"","type":"string"},{"id":"6da75af5-3875-4605-9b4a-e8dae47fcbe6","key":"caregiverLicenseNumber","value":"","type":"string"},{"id":"2b5a197e-f5e7-4077-bcc4-1e6cab1fc163","key":"employeeLicenseNumber","value":"","type":"string"},{"id":"89a9af5b-2595-4232-a24e-bc4796b05b1f","key":"harvestId","value":"","type":"string"},{"id":"ee824b42-ca02-42c2-ad0b-9271bacf214d","key":"packageId","value":"","type":"string"},{"id":"d19a989c-3a09-44c4-b1c7-9d769e700593","key":"label","value":"","type":"string"},{"id":"18f86f79-19de-4b22-a8d7-e95139a9a455","key":"checkinDateStart","value":"","type":"string"},{"id":"02278121-5975-4f18-bf06-b2ee5d2a4f90","key":"checkinDateEnd","value":"","type":"string"},{"id":"fe9be0b3-a729-4163-b291-7a81ce21708c","key":"patientLicenseNumber","value":"","type":"string"},{"id":"c4e75e35-5743-4a09-8d42-91794261a370","key":"externalNumber","value":"","type":"string"},{"id":"39b6a53b-e5ac-40bc-9ca8-05160c6b8c14","key":"salesDateStart","value":"","type":"string"},{"id":"f11c0525-b33e-4c9f-bb2a-a71f93a170e7","key":"salesDateEnd","value":"","type":"string"},{"id":"3bb7531e-8381-497b-9c5e-66b49f060f40","key":"date","value":"","type":"string"},{"id":"c3788276-c234-4e93-9eb6-b99c04797db3","key":"userKey","value":"","type":"string"}]}