meta { name: Sends a new Invitation object. type: http seq: 10 } post { url: {{baseUrl}}/api/v2/SendInvitation/:strToken body: json auth: none } params:path { strToken: } body:json { { "invitationID": "", "memoriID": "", "engineMemoriID": "", "isInviter": "", "isInvitee": "", "text": "", "destinationName": "", "destinationEMail": "", "tag": "", "pin": "", "type": "", "state": "", "creationTimestamp": "", "lastChangeTimestamp": "" } }