meta { name: Adds a new Custom Word object. type: http seq: 6 } post { url: {{baseUrl}}/memori/v2/CustomWord/:strSessionID body: json auth: none } params:path { strSessionID: } body:json { { "customWordID": "", "word": "", "definition": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }