bruno/memori-engine/People/Updates an existing Person object.bru
2025-03-26 16:08:31 +02:00

32 lines
477 B
Plaintext

meta {
name: Updates an existing Person object.
type: http
seq: 4
}
patch {
url: {{baseUrl}}/memori/v2/Person/:strSessionID/:strPersonID
body: json
auth: none
}
params:path {
strSessionID:
strPersonID:
}
body:json {
{
"personID": "",
"personType": "",
"name": "",
"information": "",
"pin": "",
"tag": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}