Create COC Records
POST
/api/v1/chain-of-custody/evidence
Create a COC record for an evidence item.
Request Body
evidence_id
number
Monolith unique identifier for evidence item.
evidence_uuid
*
string
(REQUIRED) Monolith unique identifier for a Monolith case.
timestamp
*
string (ISO 8601)
(REQUIRED) An ISO formatted timestamp that represents when the coc action occurred. Must be in ISO format: "YYYY-MM-DDTHH:mm:ssZ"
custody_to
*
string
(REQUIRED) This is where the item is moving to. Could be a person or location.
custody_from
*
string
(REQUIRED) This where the item has moved from. Could be a person or location.
coc_type
*
string
"Intake" | "Release" | "Move" | "Destroy"
(REQUIRED) The type of COC action taken - must be one of the idetified options.
notes
string
Any notes that are relevant to the COC action.
Last updated