Import
Generate a record ID from key parts
Generates a URL-safe record ID from composite key parts using SHA256 hashing.
post/import/generate-record-id
Request body
Example request
{
"keyParts": [
"NORTH",
"F001"
]
}Response
Generated record ID