Create a strain registered under the license_number provided.
OK
Bad Request
{- "license": {
- "license_number": "KMP20222825"
}, - "name": "Spring Breeze 84",
- "cannabinoids": {
- "cbd_percent": 10,
- "thc_percent": 18
}, - "contents": {
- "indica_percent": 25,
- "sativa_percent": 75
}, - "average_yield": "20",
- "flowering_time": "7",
- "gender": "male",
- "breeder": "Trace",
- "entity_state": [
- {
- "state": "in_house_tested",
- "date": "2021-01-12T05:27:39",
- "reason": "internal test KX14",
- "actioned_by": "jdoe@kmp.com"
}
]
}
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "209801",
- "name": "Spring Breeze 84",
- "cannabinoids": {
- "cbd_percent": 10,
- "thc_percent": 18
}, - "contents": {
- "indica_percent": 25,
- "sativa_percent": 75
}, - "average_yield": "20",
- "flowering_time": "7",
- "gender": "male",
- "breeder": "Trace",
- "entity_state": [
- {
- "state": "active",
- "date": "2021-01-12T05:27:39",
- "reason": "strain created",
- "actioned_by": "jdoe@kmp.com"
}, - {
- "state": "in_house_tested",
- "date": "2021-01-12T05:27:39",
- "reason": "internal test KX14",
- "actioned_by": "jdoe@kmp.com"
}
]
}
]
}, - "warnings": [ ]
}