POST AlertApi/View

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
SessionId

Session GUID

string

Required

FilerEmailAddress

Filer Email address

string

Optional

Id

Id

long

Required

Request Formats

application/json, text/json

Sample:

                                                                                  {
"FilerEmailAddress": "sirishapettela@gmail.com",
"SessionId": "76c4185e-5871-422b-8a5c-586f281d5473",
"Id":53


}
                        

Response Information

Response Formats

application/json, text/json

Sample:
                                                                                

{
    "EnvelopeId": "102347",
    "CaseTitle": "ewrqrwerwer",
    "Location": "Bexar County - District Clerk",
    "LocationCode": null,
    "CaseMatterNumber": "45234543",
    "CaseDocketId": "siri11820152-56",
    "Client": "2435423  5423543",
    "FirmName": null,
    "Type": "eServe",
    "FilingCode": "Service Only",
    "Documents": [
        {
            "DocumentName": "output.pdf",
            "Category": "",
            "DocumentTypeName": "",
            "FilingComponentCode": null,
            "DocumentTypeCode": null
        },
        {
            "DocumentName": "Stamped__output.pdf",
            "Category": "",
            "DocumentTypeName": "",
            "FilingComponentCode": null,
            "DocumentTypeCode": null
        }
    ],
    "FilingStatusCode": "served",
    "SubmittedDate": "02/14/15 05:34 PM CST",
    "FilingServiceContacts": [
        {
            "FirstName": "test",
            "MiddleName": null,
            "Email": "swathinadhira+mmm@gmail.com",
            "LastName": "1",
            "ServedDate": "02/14/15 12:06 AM CST",
            "OpenedDate": null,
            "StatusCode": "Sent"
        },
        {
            "FirstName": "Test",
            "MiddleName": "",
            "Email": "Test@NonFirm1.com",
            "LastName": "Non Firm 1",
            "ServedDate": null,
            "OpenedDate": null,
            "StatusCode": "Error"
        },
        {
            "FirstName": "Tester",
            "MiddleName": null,
            "Email": "tester123@fileandserveexpress.com",
            "LastName": "123",
            "ServedDate": null,
            "OpenedDate": null,
            "StatusCode": "Error"
        }
    ]
}