Create Kit Registration
URL : /RegisterKit
Method : POST
Auth required : YES
Example Body
[{ "lob": "SC", "kit_id": "F000000001", "patient_info": { "first_name": "John", "last_name": "Doe", "address_1": "14401 SE 1st ST", "address_2": "", "city": "Vancouver", "state": "WA", "postcode": "98684", "gender": "male", "date_of_birth": "1962-06-03", "email": "zano@test.com", "phone": "123-842-9999" }, "pwn_req_number": "5142800" }]
- All fields are required, except email & phone, but either email or phone needs to be provided.
- pwn_req_number is optional and is for SC only
Responses
Example Success Response
[{ "kit_id": "F000000001", "success": true, "error_msg": " null " }]
Example Failure Response
[{ "kit_id": "F000000001", "success": false, "error_msg": "gender is missing" }]