31 lines
451 B
Plaintext
31 lines
451 B
Plaintext
meta {
|
|
name: Adds a new Person object-
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: https://engine.memori.ai/memori/v2/Person/{strSessionID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"personID": "",
|
|
"personType": "",
|
|
"name": "",
|
|
"information": "",
|
|
"pin": "",
|
|
"tag": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|