[
    {
        "DocumentGuid": "0123456789ABCDEFGHIJKLMNOPQRST00",
        "ProposalId": "00000000",
        "DocumentType": "PROPOSALREPLY",
        "Updated": "2022-05-05T12:00:00.000",
        "ESign": [],
        "_links": {
            "self": {
                "href": "#"
            },
            "download": {
                "href":"#"
            }
        }
    },
    {
        "DocumentGuid": "0123456789ABCDEFGHIJKLMNOPQRST01",
        "ProposalId": "00000000",
        "DocumentType": "AGREEMENT",
        "Updated": "2022-05-05T12:01:00.000",
        "ESign": [
            {
                "envelopeId": "00000000-abcd-1111-ef01-23456789abcd",
                "status": "completed",
                "updatedDateTime": "2022-05-05T12:15:02",
                "recipients":
                [
                    {
                        "recipientId": "11111111-abcd-1111-ef01-23456789abcd",
                        "role": "dealer",
                        "status": "completed",
                        "url": "#",
                        "updatedDateTime": "2022-05-05T12:30:00"
                    },
                    {
                        "recipientId": "22222222-abcd-1111-ef01-23456789abcd",
                        "role": "applicant1",
                        "status": "completed",
                        "url": "#",
                        "updatedDateTime": "2022-05-05T12:45:00"
                    }
                ]
            }
        ],
        "_links": {
            "self": {
                "href": "#"
            },
            "download":{
                "href": "#"
            }
        }
    },
    {
        "DocumentGuid": "0123456789ABCDEFGHIJKLMNOPQRST02",
        "ProposalId": "00000000",
        "DocumentType": "PAYNOTE",
        "Updated": "2022-05-05T12:02:00.000",
        "ESign": [],
        "_links": {
            "self": {
                "href": "#"
            }
        }
    }
]
