31 lines
438 B
Plaintext
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": ""
|
|
}
|
|
}
|