POST FilingsApi/eService
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
long |
Optional |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| FilingEfmId |
Filing EFM Id |
string |
Required |
| FilterMember |
Sort Filter Member |
string |
Optional |
| FilterValue |
Sort Filter Value |
string |
Optional |
| OrderBy |
Order By column name |
string |
Optional |
| OrderByDirection |
Order By Direction like Asc or Desc |
string |
Optional |
| FilterOperator |
Sort Filter Operator like StartsWith, Contians, IsEqualTo etc., |
string |
Optional |
| PageNumber |
Page Number |
integer |
Optional |
| PageSize |
Page Size |
integer |
Optional |
Request Formats
application/json, text/json
Sample:
{
"SessionId":"40ea66ef-edff-4e6e-9e72-cd6fd1532f95",
"FilerEmailAddress": "sirishapettela@gmail.com",
"FilingEFMId":"6f8d49aa-0ab7-4c24-afd4-b2c06a2febbb",
"PageNumber":0,
"PageSize":20
}
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"eServices": [
{
"Id": 0,
"EnvelopeId": null,
"DummyFiledDocumentedDate": "2017-11-20T07:51:48",
"FiledDocumentedDate": "11/20/17 CST",
"MatterNumber": null,
"CaseDocketId": "1524",
"CaseTitle": null,
"IsArchived": false,
"Location": "Bell County - District Clerk",
"FilingDescription": "Affidavit of Indigency",
"FilingStatus": null,
"EFMId": "6f8d49aa-0ab7-4c24-afd4-b2c06a2febbb",
"SubmissionId": "193019",
"SubmitDate": "2017-11-20T07:51:46",
"FilingId": 18551,
"CaseMatterNumber": "vdfgfdg",
"AcceptedDate": null,
"StatusCode": "Error",
"FilingStatusDescription": "Filing was cancelled"
}
],
"PageNumber": 0,
"PageSize": 20,
"TotalRecordCount": 1
}