FormResponseMessage

The FormResponseMessage message type supports the Result format type. See Format Types for a list of supported message types and the format types they support.

Inputs 

Sample Payload
1{
2    "entryType": "Message",
3    "id": "6f48075d-0cd3-4f30-8e2b-66ab65b83e83",
4    "abstractMessage": {
5        "messageType": "FormResponseMessage",
6        "inReplyToMessageId": "ecafb70f-d25a-458b-9a56-68b9e97880a6",
7        "id": "6f48075d-0cd3-4f30-8e2b-66ab65b83e83",
8        "references": [
9            {
10                "recordId": "a00SB00000Eegy9",
11                "id": "88a9702a-5888-4474-9d0c-804a7f413e53"
12            }
13        ],
14        "formResponse": {
15            "formatType": "Result",
16            "result": {
17                "resultType": "FormRecordsResult",
18                "records": [
19                    {
20                        "recordReferenceId": "88a9702a-5888-4474-9d0c-804a7f413e53",
21                        "resultMessage": "Secure Form created.",
22                        "isCreated": true
23                    }
24                ]
25            }
26        }
27    },
28    "messageReason": null
29}