bruno/memori-engine/People/Adds a new Person object.bru
2025-03-26 16:08:31 +02:00

31 lines
438 B
Plaintext

meta {
name: Adds a new Person object.
type: http
seq: 6
}
post {
url: {{baseUrl}}/memori/v2/Person/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"personID": "",
"personType": "",
"name": "",
"information": "",
"pin": "",
"tag": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}