bruno/memori-engine/People/Adds a new Person object-.bru
2024-07-16 11:15:30 +03:00

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": ""
}
}