API
Legal.io Matter API
A LMSS Instance API to create LMSS-conforming matters in the Legal.io network. Useful for legal departments and law firms to find high-quality lawyers and legal professionals. Work in progress: check back soon!
Home > API > Legal.io Matter API
A LMSS Instance API to create LMSS-conforming matters in the Legal.io network. Useful for legal departments and law firms to find high-quality lawyers and legal professionals. Work in progress: check back soon!
{
"document" : {
"header" : {
"lmss type" : "INST",
"lmss version" : "1.02",
"title" : "...",
"language" : "en-us",
"charset" : "UTF-8"
},
"matter" : {
"title" : "...",
"locale" : "NAM-US-US+GA",
"process" : {
"process type" : "A",
"description" : "...",
"area of law" : "LEMP-WGHR",
"player" : [{
"name" : "...",
"industry" : "FAG"
}]
}
}
}
}