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